Timeline

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

50 most recent check-ins that include changes to files matching 'runt/libs/common-vm/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-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
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-11-29
00:31
Implement listing of resources that exist within a resource based class library. check-in: 53c8cc9c55 user: stephanie.gawroriski tags: trunk
2019-06-23
16:12
Reorder errors in runt/libs/common-vm check-in: 46e1f64c1d user: stephanie.gawroriski tags: trunk
2019-06-21
20:18
If a JAR is not valid, just say the library does not exist. check-in: adabb046a1 user: stephanie.gawroriski tags: trunk
2019-05-19
14:05
Default to SpringCoat if no VM was specified; Correct distribution shading so that the service files for the bootstrap are merged. check-in: 32d979d6c0 user: stephanie.gawroriski tags: trunk
13:42
If no VM was specified, default to SpringCoat rather than the first found one. check-in: a458307b91 user: stephanie.gawroriski tags: trunk
01:04
Implement some UI functions for list. check-in: bce703a381 user: stephanie.gawroriski tags: trunk
2019-05-11
01:28
Add debug printing of entry points in VMFactory; Correct LinkedList's ListIterator.previous(). check-in: 8e674ad8f7 user: stephanie.gawroriski tags: trunk
2019-05-10
01:31
Correct NPE when the framebuffer is accessed and no display is yet used. check-in: 57d967d2f8 user: stephanie.gawroriski tags: trunk
2019-05-06
01:39
Correct NullPointerException being thrown when display events happen when a display has not been bound. check-in: 9dddceefdc user: stephanie.gawroriski tags: trunk
2019-04-21
13:17
Add ability to list resources for VMClassLibrary. check-in: e2a898246d user: stephanie.gawroriski tags: trunk
2019-01-25
20:50
Correct misreturn of property value in the common vm. check-in: 0d71be2956 user: stephanie.gawroriski tags: trunk
2019-01-24
01:39
Allow system properties to be specified in VMFactory via the shadedMain() and use those for VM initialization. check-in: 641503fef8 user: stephanie.gawroriski tags: trunk
2019-01-19
15:31
Add dash in the shaded prefix. check-in: 297f997330 user: stephanie.gawroriski tags: trunk
2018-12-25
13:54
Use the right path variable for extra libraries. check-in: f9f6153e2c user: stephanie.gawroriski tags: trunk
00:45
In VMFactory allow lib to be used from execpath and user.dir. check-in: a0a61d0b91 user: stephanie.gawroriski tags: trunk
2018-12-13
02:46
Catch NoSuchFileException when scanning the path suites. check-in: e0327b93d0 user: stephanie.gawroriski tags: trunk
2018-12-11
04:38
Add a callback for when the event callback loses control (means another program took over). check-in: 4f9a5fdeb9 user: stephanie.gawroriski tags: trunk
03:48
Correct caching of resource based suites (remove the WeakReference since the new code did not handle it properly); Add title reference. check-in: 242ac6f36b user: stephanie.gawroriski tags: trunk
2018-12-08
20:48
Add in memory class libraries and loading ZIP files into them. check-in: efa12c95ad user: stephanie.gawroriski tags: trunk
18:51
Do not make ResourceBasedSuiteManager return libraries for anything unless the library is in the list; Add base for a merged suite manager. check-in: b86c02e6e6 user: stephanie.gawroriski tags: trunk
2018-12-06
00:54
Implement ResourceAccess.available(int) in SpringCoat. check-in: 06da76a819 user: stephanie.gawroriski tags: trunk
2018-12-04
03:49
Correct mapping of command buttons. check-in: c12be6cb50 user: stephanie.gawroriski tags: trunk
02:52
Add callback for displays for SpringCoat. check-in: f0e01e86dc user: stephanie.gawroriski tags: trunk
2018-12-03
04:39
Correct compilation errors, the framebuffer operates a bit incorrectly. check-in: 6518223eac user: stephanie.gawroriski tags: trunk
2018-12-02
20:48
In the VM canvas forward the first 24 commands to run the commands in the guest. check-in: 10c4743f36 user: stephanie.gawroriski tags: trunk
15:13
Correct compilation error for VM display. check-in: 3624824ca3 user: stephanie.gawroriski tags: trunk
14:44
Better handling of key events. check-in: fdfd1125ec user: stephanie.gawroriski tags: trunk
14:16
Handling and forwarding of pointer events. check-in: 032f0850c3 user: stephanie.gawroriski tags: trunk
05:08
Correct canvas forward compilation errors; Correct String(char[], int, int) initializing the char array incorrectly. check-in: 5e72bef520 user: stephanie.gawroriski tags: trunk
04:49
Forward show/hides in the VM display. check-in: 3a5347de3f user: stephanie.gawroriski tags: trunk
04:33
Forward keyboard events to the VM. check-in: 0045e8950e user: stephanie.gawroriski tags: trunk
2018-11-20
02:08
Allow SpringCoat to access the backing arrays directly; Add graphics function serializer to forward and such. check-in: 94171a0843 user: stephanie.gawroriski tags: trunk
2018-11-19
01:57
Do not draw the VM Canvas as opaque. check-in: fc398c9322 user: stephanie.gawroriski tags: trunk
01:55
Actually make setting Canvases as fullscreen do the thing; For the VM Canvas make it fullscreen (so the commands are hidden) and also make it opaque. check-in: 21fe99f28c user: stephanie.gawroriski tags: trunk
01:08
Prevent client code from spamming repaints costing too many events, try to keep only a single repaint in the queue. check-in: 351699d7b6 user: stephanie.gawroriski tags: trunk
00:37
When posting events, only notify one thread and not all of them. check-in: 9f15fa4163 user: stephanie.gawroriski tags: trunk
2018-11-18
23:40
Setting of display titles. check-in: 0664e354df user: stephanie.gawroriski tags: trunk
18:32
When posting events, prevent overflow from occuring (more events which can fit in the queue). check-in: 7c86ab0109 user: stephanie.gawroriski tags: trunk
18:30
Increase the VMNativeDisplayAccess event queue size, since the VM is very slow this might just get filled with tons of events. check-in: b65488f9c2 user: stephanie.gawroriski tags: trunk
18:29
Remove debug text. check-in: e9edcac5d5 user: stephanie.gawroriski tags: trunk
18:10
Signaling repaint. check-in: ca2f921a43 user: stephanie.gawroriski tags: trunk
17:48
Add EXIT command to the VM display, when it is being handled just forward it to the running code. check-in: e1cd1497ca user: stephanie.gawroriski tags: trunk
17:25
Handling of resizes; Base for exit event handling. check-in: 54b15609ed user: stephanie.gawroriski tags: trunk
16:21
Draw a sample line. check-in: cf64dcf53b user: stephanie.gawroriski tags: trunk
14:51
Base for setup of framebuffer. check-in: acd7b1f04d user: stephanie.gawroriski tags: trunk
14:17
Support wrapping of native arrays so that they appear as VM arrays; Add framebuffer access methods. check-in: 5465ea325b user: stephanie.gawroriski tags: trunk