Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'runt/apis/midp-lcdui/cc/squirreljme/*'

2020-03-02
05:18
Merge wip-gradle-modernization branch into trunk. check-in: a5aaa48037 user: stephanie.gawroriski tags: trunk, x-date-202003
2020-02-14
03:52
Move massive amount of files to their own modules. check-in: c7cae997bd user: stephanie.gawroriski tags: wip-gradle-modernization
2020-01-18
18:42
Add method. check-in: 7a44c2bad4 user: stephanie.gawroriski tags: trunk
13:07
Initialization of list and canvas drawers. check-in: 8ab5e3ee0a user: stephanie.gawroriski tags: trunk
2020-01-16
00:34
Implement VirtualFramebuffer capabilities. check-in: d191e29541 user: stephanie.gawroriski tags: trunk
00:27
Base partial work graphics and framebuffer refactor. check-in: 49b23a5fbf user: stephanie.gawroriski tags: trunk
2020-01-12
14:48
Add SystemCallException and nicer SystemCallError; Initialize UI via format. check-in: 037a21425e user: stephanie.gawroriski tags: trunk
2020-01-09
19:17
Remove CLIP_RECT, TRANSLATE, GET_TRANSLATE_X, and GET_TRANSLATE_Y from serialized graphics to simplify them; Add capabilities support for the framebuffer; Reduce argument count in drawRegion() so it fits within the system call limits; Add system calls for accelerated graphics support; Shorten FRAMEBUFFER_ to FB_ in RatufaCoat; Shorten FramebufferProperty to Framebuffer since it contains all of the Framebuffer stuff. check-in: 9fbed3bd18 user: stephanie.gawroriski tags: trunk
2019-12-28
22:46
Shorten FRAMEBUFFER_PROPERTY to FRAMEBUFFER; Implement base support for framebuffers. check-in: 243216595d user: stephanie.gawroriski tags: trunk
22:30
Forward framebuffer property calls. check-in: 5fa3e9910e user: stephanie.gawroriski tags: trunk
21:07
Base classes that will be used for a Swing backed framebuffer display. check-in: bbcd438057 user: stephanie.gawroriski tags: trunk
16:21
Add base class for new VirtualFramebuffer to use the simpler system call interface; Deprecate VMNativeDisplayAccess. check-in: 28b7559a8b user: stephanie.gawroriski tags: trunk
2019-12-15
18:43
Volatile register adjustments; Move some variables from AdvancedGraphics.__drawText() to an external object because there are not enough registers available. check-in: a3832200b6 user: stephanie.gawroriski tags: trunk
18:15
Do not used deferred load of ClassInfo or the pool if it is the current class. check-in: 13ed7f5a97 user: stephanie.gawroriski tags: trunk
2019-12-09
22:22
Add blank handler for Form items. check-in: d441ba6711 user: stephanie.gawroriski tags: trunk
22:11
Drawing of background color in Text; Base drawing of items and forms; Optimize text drawing by reducing allocations; Add alpha colors to standard colors. check-in: 158bf92ca3 user: stephanie.gawroriski tags: trunk
2019-10-05
20:16
Remove vibrate API from the phone UI backend. check-in: 47c921946c user: stephanie.gawroriski tags: trunk
2019-06-23
16:12
Reorder errors in runt/apis/midp-lcdui check-in: 66e728a118 user: stephanie.gawroriski tags: trunk
2019-06-20
13:08
Regenerate fonts. check-in: f0268e4a2f user: stephanie.gawroriski tags: trunk
2019-06-16
04:45
Add isValid() method to SQFFont; Add note in changelog about fixed empty strings. check-in: f6d423a9ba user: stephanie.gawroriski tags: trunk
2019-06-09
15:50
Do not unsigned shift sizes down. check-in: f728527732 user: stephanie.gawroriski tags: trunk
14:06
In AdvancedGraphics set all the clipping coordinates on initialize. check-in: 65e8e15872 user: stephanie.gawroriski tags: trunk
13:36
Remap game keys to the number pad and vice versa (makes it easier to use). check-in: 219523cd78 user: stephanie.gawroriski tags: trunk
2019-05-29
18:49
Move __Storage__ to TextStorage in Text. check-in: 077e8cc757 user: stephanie.gawroriski tags: trunk
2019-05-20
12:35
In the list demo set some alternative fonts. check-in: 7508c51408 user: stephanie.gawroriski tags: trunk
12:10
Implement part of copy area. check-in: 3b901912d8 user: stephanie.gawroriski tags: trunk
2019-05-19
17:21
Some Form base; If a resource was not found in a suite then do a traditional classpath search for it. check-in: dda11a1178 user: stephanie.gawroriski tags: trunk
11:59
Remove the launch command and instead make the launcher an IMPLICIT list with select launching programs. check-in: 32a49fd2f5 user: stephanie.gawroriski tags: trunk
02:39
Correct pointer position being wrong with regards to the content area; Do not use Java look and feel anymore because it messes up pointer coordinates in Windows 10 when scaled. check-in: dee2bceaf7 user: stephanie.gawroriski tags: trunk
02:15
Correctly implement List IMPLICIT/EXPLICIT logic. check-in: 69f6c2e715 user: stephanie.gawroriski tags: trunk
01:58
Turn F1-F24 into commands. check-in: d9beef3b53 user: stephanie.gawroriski tags: trunk
01:48
Implement list action logic. check-in: d9d2f7414c user: stephanie.gawroriski tags: trunk
01:04
Implement some UI functions for list. check-in: bce703a381 user: stephanie.gawroriski tags: trunk
00:42
Add handlers for action methods similar to how drawing is done. check-in: 72ec482401 user: stephanie.gawroriski tags: trunk
2019-05-18
22:37
Use font size of 16 for items since it is easier to read. check-in: a0db3f01ab user: stephanie.gawroriski tags: trunk
22:36
Draw focus box for list. check-in: 08beebd3d5 user: stephanie.gawroriski tags: trunk
22:21
Base drawing of list. check-in: 99186882d9 user: stephanie.gawroriski tags: trunk
21:57
Some minor adjustments. check-in: 2640033c42 user: stephanie.gawroriski tags: trunk
18:57
Rewrite the clipping handling in EDAG. check-in: 3e0e7e2418 user: stephanie.gawroriski tags: trunk
14:03
Make native UI drawing a bit faster and center the screen accordingly. check-in: 9967e4412d user: stephanie.gawroriski tags: trunk
13:43
Correct DrawingMethod lookup for classes (was in reverse order); Implement drawing method for canvas. check-in: ec412394c1 user: stephanie.gawroriski tags: trunk
13:38
Implement exit command execution. check-in: 67ac45c2b1 user: stephanie.gawroriski tags: trunk
13:21
Add the Displayable to be drawn, actually use the displayable to be drawn in the UI code. check-in: e019242b79 user: stephanie.gawroriski tags: trunk
13:04
Base for multiple drawing methods. check-in: 816900a822 user: stephanie.gawroriski tags: trunk
12:32
Implement drawing of ticker (if there is any). check-in: e12cb29f01 user: stephanie.gawroriski tags: trunk
2019-05-17
23:31
Initialization of enough objects to start the MicroEmu demo. check-in: ff7bfc2079 user: stephanie.gawroriski tags: trunk
16:20
Capability get of pointer events. check-in: b75815213e user: stephanie.gawroriski tags: trunk
16:17
Realize the content area when it is set as well as during painting. check-in: 31ff0ed16b user: stephanie.gawroriski tags: trunk
15:46
Draw command bar if there are commands. check-in: f4e7411c38 user: stephanie.gawroriski tags: trunk
15:46
Corrections to EnforcedDrawingAreaGraphics. check-in: 25a8f8aa02 user: stephanie.gawroriski tags: trunk