Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-01-21
| ||
03:27 | Add base native StringShelf for new native string interface. Leaf check-in: 447c05388b user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-20
| ||
21:28 | Instead of complicated interns, there will just be sjme_jstring objects; Add sjme_nvm_isA() to determine if a pointer is a NVM object. check-in: 3ecd664525 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-14
| ||
21:20 | Intern strings should have a hash. check-in: dbd1188344 user: stephanie.gawroriski tags: wip-nanocoatexec | |
03:38 | Add base type and structure for storing interned strings. check-in: 3180710ddd user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-11
| ||
14:45 | Add check for C11 threads.h; Implement more const instructions; Implement unaligned 16-bit access, if required; Adjust PC address based on instruction. check-in: f4a0daaaf0 user: stephanie.gawroriski tags: wip-nanocoatexec | |
12:05 | Implement some slow constant byte codes. check-in: 99d16c78fc user: stephanie.gawroriski tags: wip-nanocoatexec | |
11:43 | Base code for specific instructions. check-in: 160681334c user: stephanie.gawroriski tags: wip-nanocoatexec | |
10:27 | Base for ldc. check-in: 2ba7ebca29 user: stephanie.gawroriski tags: wip-nanocoatexec | |
02:10 | Lookup of pool types by multiple types. check-in: 4c317a9302 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-09
| ||
01:48 | Protect areas with formatter:on/off for CLion; More base bytecode entry. check-in: 2af3d94a8d user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-08
| ||
22:34 | Base instruction execution vector. check-in: 71d5bdf346 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-06
| ||
22:05 | Add basic loop queue scheduling system. check-in: 3a4c2dc194 user: stephanie.gawroriski tags: wip-nanocoatexec | |
06:52 | Minor loopwork. check-in: efd43045fe user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-05
| ||
05:54 | Actually make threads NVM structures; Set starting state of threads. check-in: 094b04a903 user: stephanie.gawroriski tags: wip-nanocoatexec | |
04:47 | Basic initialize of stack frame. check-in: 1118079a87 user: stephanie.gawroriski tags: wip-nanocoatexec | |
00:24 | It should be a list of frames, not pointers to frames as they are already pointers. check-in: dab8668a54 user: stephanie.gawroriski tags: wip-nanocoatexec | |
00:18 | Add list re-allocation; Allocate and pull in the next free stack frame. check-in: 4cc3515915 user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-04
| ||
17:27 | Merge from trunk. check-in: 662bcfc1ff user: stephanie.gawroriski tags: wip-nanocoatexec | |
2025-01-03
| ||
04:09 | Add note about potentially needing -XstartOnFirstThread for standalone. Leaf check-in: 5819c1e8f4 user: stephanie.gawroriski tags: wip-cocoa | |
03:41 | Correct drawing offsets and framing for GNUstep; Calculate local mouse coordinates from global coordinates. check-in: 30bf1ffc33 user: stephanie.gawroriski tags: wip-cocoa | |
02:49 | Attempts at improving framing. check-in: a8834602bc user: stephanie.gawroriski tags: wip-cocoa | |
00:10 | Correct extends and framing for macOS. check-in: fc88fb586c user: stephanie.gawroriski tags: wip-cocoa | |
2025-01-02
| ||
23:37 | Handling of mouse events in Cocoa; Allow and handle event type double for mouse events in core ScritchUI. check-in: f98893ce13 user: stephanie.gawroriski tags: wip-cocoa | |
02:56 | For GNUstep framing, grab extents which corrects frames being places off the window as in X11 the window actually starts where the decorations are. check-in: 780fe1bda8 user: stephanie.gawroriski tags: wip-cocoa | |
2025-01-01
| ||
07:20 | For container origin framing on GNUstep, if it is over bounds clamp to zero. check-in: 452b046676 user: stephanie.gawroriski tags: wip-cocoa | |
06:58 | Commonize and make recursive the frame origin setting. check-in: 2c32d7942b user: stephanie.gawroriski tags: wip-cocoa | |
06:31 | Only adjust for frame origin on GNUstep as it is bugged. check-in: c3f5856b9e user: stephanie.gawroriski tags: wip-cocoa | |
06:28 | For windows set the origin frame for container items so they appear on the top left. check-in: d323129477 user: stephanie.gawroriski tags: wip-cocoa | |
04:56 | Use different scale factor determination. check-in: e121707c54 user: stephanie.gawroriski tags: wip-cocoa | |
04:17 | Wrap basic draw operations. check-in: d13a987ba3 user: stephanie.gawroriski tags: wip-cocoa | |
03:53 | The manual loop code does not work, so ifdef it out. check-in: f4e3e80f49 user: stephanie.gawroriski tags: wip-cocoa | |
02:56 | Add manual event loop insertion. check-in: ba158d5b54 user: stephanie.gawroriski tags: wip-cocoa | |
2024-12-31
| ||
23:46 | Activation of menu items. check-in: 6542fbc100 user: stephanie.gawroriski tags: wip-cocoa | |
09:11 | Enable debugging on GNUstep. check-in: cf91845918 user: stephanie.gawroriski tags: wip-cocoa | |
08:25 | Set mini window image. check-in: ed585be613 user: stephanie.gawroriski tags: wip-cocoa | |
07:08 | Set main menu for GNUstep. check-in: b380e74a13 user: stephanie.gawroriski tags: wip-cocoa | |
06:33 | Set NSProcessInfo name earlier. check-in: 920bf74ebb user: stephanie.gawroriski tags: wip-cocoa | |
06:24 | Menu now shows up on macOS; Set application name to SquirrelJME. check-in: 0f28be0b63 user: stephanie.gawroriski tags: wip-cocoa | |
04:08 | Set menu bars as visible if at least macOS 10.2. check-in: 77f7d2063b user: stephanie.gawroriski tags: wip-cocoa | |
01:36 | Do not use auto enabling items; Set menu items to be manually enabled. check-in: f055de4cd4 user: stephanie.gawroriski tags: wip-cocoa | |
01:07 | Menu bars can be removed from as now they are just menus. check-in: 0e990e059b user: stephanie.gawroriski tags: wip-cocoa | |
00:59 | Use shared logic for setting the menus for windows. check-in: ea38ac2fdd user: stephanie.gawroriski tags: wip-cocoa | |
2024-12-30
| ||
22:28 | Setting of labels for menus and window titles. check-in: 5068fd0f96 user: stephanie.gawroriski tags: wip-cocoa | |
21:15 | Indentations break the feed. Leaf check-in: 7ef1906a09 user: stephanie.gawroriski tags: trunk | |
21:03 | Bump feed. check-in: ab3fce0c6b user: stephanie.gawroriski tags: trunk | |
05:12 | Correct feed. check-in: b3b7096b67 user: stephanie.gawroriski tags: trunk | |
2024-12-29
| ||
23:25 | Actually add feed entry full text. check-in: ac46f9d5b1 user: stephanie.gawroriski tags: trunk | |
23:25 | Merge from trunk. check-in: 6262380235 user: stephanie.gawroriski tags: wip-nanocoatexec | |
23:18 | Add feed entry; Update copyrights to 2025. check-in: 2e9d438e37 user: stephanie.gawroriski tags: trunk | |
2024-12-28
| ||
20:43 | Use more version ranges for performSelector(OnMainThread), additionally that was added in macOS 10.2. check-in: 03cbe315f5 user: stephanie.gawroriski tags: wip-cocoa | |