Timeline

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

200 most recent check-ins using file compatibility.mkd version eae116c905

2024-05-03
06:27
Fix SpringCoat setting non-static fields with constant values where they are now ignored as they should be. Leaf check-in: d727cd7161 user: stephanie.gawroriski tags: trunk
03:47
Base blank pencil functions for GTK. Leaf check-in: a54e32bb99 user: stephanie.gawroriski tags: wip-scritchui
2024-05-02
19:04
Reduce paint to just a pencil instance. check-in: 564452b450 user: stephanie.gawroriski tags: wip-scritchui
07:54
Switch to SquirrelJME's implementation of manifest parsing (JavaManifest) instead of the JVM's parser (Manifest), as it appears it can be bugged with other locales? check-in: 5e25f5cbfa user: stephanie.gawroriski tags: trunk
04:37
Add initial base for various pixel formats. check-in: 415f70d272 user: stephanie.gawroriski tags: wip-scritchui
02:13
Add extra environment config. check-in: 35b4af3327 user: stephanie.gawroriski tags: trunk
2024-05-01
22:27
Add workaround for detecting the CMake version. check-in: 6319c35e26 user: stephanie.gawroriski tags: trunk
21:52
Switch to release with debug info for CMake builds called by Gradle. check-in: a39920cd09 user: stephanie.gawroriski tags: trunk
09:15
Remove __ as that is reserved in C. check-in: aaaf802d8a user: stephanie.gawroriski tags: wip-scritchui
09:11
Place in functions into the function table. check-in: 597fe900ec user: stephanie.gawroriski tags: wip-scritchui
09:07
ScritchUI pencil function pointer cleanups. check-in: 00394913ed user: stephanie.gawroriski tags: wip-scritchui
08:12
Base initial import of pencil graphics functions from PencilShelf. check-in: c2923b4bc3 user: stephanie.gawroriski tags: wip-scritchui
07:53
Add formatting to libEmulatorBase; Refactor to make using listeners easier; Base for penciling for native drawing. check-in: ccecdb5de0 user: stephanie.gawroriski tags: wip-scritchui
06:04
Add base for ScritchInput which will help commonize input mechanisms. check-in: cf695f18ef user: stephanie.gawroriski tags: wip-scritchui
03:16
Add base interfaces for activate/trigger items. check-in: 94f9cc9111 user: stephanie.gawroriski tags: wip-scritchui
03:08
Add base interface for listeners where all listeners extend it; Mark ScritchSizeListener as vendor API. check-in: 3fe1723ebf user: stephanie.gawroriski tags: wip-scritchui
03:06
Correct location of ScritchSizeListener. check-in: c427fd6c98 user: stephanie.gawroriski tags: wip-scritchui
02:42
Merge from trunk. check-in: 50734e8ed9 user: stephanie.gawroriski tags: wip-scritchui
00:56
Late initialize running tasks so that multiple entry points can be specified rather than requiring a system property or assuming the default. check-in: 69b9427009 user: stephanie.gawroriski tags: trunk
2024-04-29
01:45
Repaint when a resize occurs. check-in: 4f2049a4a9 user: stephanie.gawroriski tags: wip-scritchui
00:18
Slight refactor to reduce duplication. check-in: abce416cc9 user: stephanie.gawroriski tags: wip-scritchui
00:02
Add core wrapper around paint so ScritchUI can commonize it. check-in: febd1353f1 user: stephanie.gawroriski tags: wip-scritchui
2024-04-28
23:15
Add base for size listener set. check-in: 9d709d270d user: stephanie.gawroriski tags: wip-scritchui
2024-04-27
00:40
Add pre and post initialization for components. check-in: 35a09a3ac5 user: stephanie.gawroriski tags: wip-scritchui
2024-04-26
19:52
If a repaint is requested while in the middle of a paint, belay it until that completes. check-in: bfe85b998b user: stephanie.gawroriski tags: wip-scritchui
2024-04-25
23:19
Switch Intel macOs to self hosted runner as CircleCI is removing support for Intel systems. check-in: c5b70f1372 user: stephanie.gawroriski tags: trunk
06:59
Request repaint when paint listener is set. check-in: 9158fe30fe user: stephanie.gawroriski tags: wip-scritchui
06:57
Make repaints execute later. check-in: f5259b519f user: stephanie.gawroriski tags: wip-scritchui
06:26
Correct function name. check-in: b9a5a780f5 user: stephanie.gawroriski tags: wip-scritchui
04:20
Correct painting of RGB data. check-in: 4f4fe13360 user: stephanie.gawroriski tags: wip-scritchui
04:11
Painting onto GTK sort of works with a messed up buffer. check-in: 4e223fbb47 user: stephanie.gawroriski tags: wip-scritchui
02:18
Store state into panel. check-in: df01a192ff user: stephanie.gawroriski tags: wip-scritchui
02:16
Base for GTK2 expose which needs its SIGSEGV fixed. check-in: 4c865b72bc user: stephanie.gawroriski tags: wip-scritchui
01:41
Set of window class for GTK. check-in: 0cf48ad5f4 user: stephanie.gawroriski tags: wip-scritchui
01:34
Base for repaint. check-in: 8430911d75 user: stephanie.gawroriski tags: wip-scritchui
2024-04-23
07:51
Add additional define for 3DS. check-in: 8831378737 user: stephanie.gawroriski tags: trunk
07:23
Set needrestart modes for apt-get. check-in: 28f61a212d user: stephanie.gawroriski tags: trunk
06:13
Use sudo when installing. check-in: 1016bbde29 user: stephanie.gawroriski tags: trunk
05:44
Use non-interactive build for Debian. check-in: 2ee46a19cd user: stephanie.gawroriski tags: trunk
05:36
Do not use pthreads on 3DS. check-in: e7f6620f78 user: stephanie.gawroriski tags: trunk
03:25
Print output of try_compile for PThreads for debugging. check-in: 3d2623a8f2 user: stephanie.gawroriski tags: trunk
02:05
Correct incorrect preprocessor token. check-in: ed6fb784d3 user: stephanie.gawroriski tags: trunk
01:54
Pass executable type to try_compile() for pthreads to check for most cross compiled targets. check-in: 223b7075ea user: stephanie.gawroriski tags: trunk
01:46
MacOS pthreads does not have pthread_yield(). check-in: b53200af17 user: stephanie.gawroriski tags: trunk
00:51
The binary directory needs to be specified for older builds. check-in: 36484ab58f user: stephanie.gawroriski tags: trunk
00:43
Use pthread link library as required. check-in: c0dc0407ab user: stephanie.gawroriski tags: trunk
00:36
Add fallback for thread types when not supported. check-in: c8fceec8e9 user: stephanie.gawroriski tags: trunk
00:31
Move making implicits errors up. check-in: f2611c05c7 user: stephanie.gawroriski tags: trunk
00:27
Add actual check for pthreads to ensure it is valid. check-in: 6835d069f0 user: stephanie.gawroriski tags: trunk
00:18
Add -qq to apt-get for CircleCI builds. check-in: b8cf5550f8 user: stephanie.gawroriski tags: trunk
2024-04-22
05:47
Split off container code; Implement containerSetBounds. check-in: e5fd5b85a2 user: stephanie.gawroriski tags: wip-scritchui
02:01
Merge from trunk. check-in: 634d02e16e user: stephanie.gawroriski tags: wip-scritchui
02:01
Cherry pick threading, atomic, and list changes from wip-scritchui. check-in: a898a75ee1 user: stephanie.gawroriski tags: trunk
01:59
Implement show of window. check-in: 2aaed25901 user: stephanie.gawroriski tags: wip-scritchui
2024-04-21
20:07
Reduce the amount of duplication by using more macros. check-in: 28746476b1 user: stephanie.gawroriski tags: wip-scritchui
19:51
Implement componentRevalidate. check-in: 482018dab7 user: stephanie.gawroriski tags: wip-scritchui
18:26
Implement set minimum window content size. check-in: 43ca941a11 user: stephanie.gawroriski tags: wip-scritchui
2024-04-20
22:52
Adding of components to containers. check-in: 1da4c1a198 user: stephanie.gawroriski tags: wip-scritchui
20:53
Make containers be components, thus windows become components; Base for native component add to container. check-in: 52d3bf2efd user: stephanie.gawroriski tags: wip-scritchui
2024-04-18
19:21
Base for container interfaces and operations on them. check-in: 8e6bdd5d90 user: stephanie.gawroriski tags: wip-scritchui
05:34
Only attach the event loop thread once by checking if already attached, could be used to check alternative thread models or otherwise. check-in: c6b599c56f user: stephanie.gawroriski tags: wip-scritchui
02:29
Remove soft polling. check-in: dfe9c740ea user: stephanie.gawroriski tags: wip-scritchui
02:27
Correct ScritchUI thread attach. check-in: 90b4e62d0d user: stephanie.gawroriski tags: wip-scritchui
01:26
Use full main/idle calls for execute in GTK2 then always return that it should be removed. check-in: b54a77b97e user: stephanie.gawroriski tags: wip-scritchui
00:24
Serialized call into event thread for panelNew. check-in: 15b7dbd5f7 user: stephanie.gawroriski tags: wip-scritchui
2024-04-17
22:14
Correct thread not being properly returned when created; Implement check for loop in event thread. check-in: e8f5260cc6 user: stephanie.gawroriski tags: wip-scritchui
19:16
Base for serial dispatch. check-in: 841eaf94b3 user: stephanie.gawroriski tags: wip-scritchui
03:55
Add more base serialization; GTK initialize and loop in another thread; Add base blanks for threads. check-in: 00a7568a3e user: stephanie.gawroriski tags: wip-scritchui
03:21
Add API wrappers to force serialization with the event thread. check-in: eeb7a52405 user: stephanie.gawroriski tags: wip-scritchui
02:28
Add soft poll for ScritchUI that is run for every applicable core function; Base for event loop check. check-in: 12bbc0b2e8 user: stephanie.gawroriski tags: wip-scritchui
2024-04-16
06:27
Create of windows. check-in: f2f1cbe12c user: stephanie.gawroriski tags: wip-scritchui
03:20
Return of the window manager type used. check-in: 45a6434cec user: stephanie.gawroriski tags: wip-scritchui
01:25
Get and map of screens. check-in: 1542c9fcec user: stephanie.gawroriski tags: wip-scritchui
2024-04-15
18:33
Add a bunch of base classes for future implementation. Leaf check-in: 9dee00e011 user: stephanie.gawroriski tags: wip-sdk2
17:44
Merge from trunk. check-in: 17c66edbcc user: stephanie.gawroriski tags: wip-sdk2
2024-04-14
00:37
Merge from trunk. check-in: 6171dedc75 user: stephanie.gawroriski tags: wip-scritchui
00:18
Correct missing escaped EOL. check-in: d16b1c77d3 user: stephanie.gawroriski tags: trunk
2024-04-13
23:15
Correct cherry picking of emulator-base's build configuration; Allow blank string to be used for no output file. check-in: f8675b65bd user: stephanie.gawroriski tags: trunk
21:46
Add extra source for determining the JAVA_HOME path. Leaf check-in: 934fc194aa user: stephanie.gawroriski tags: wip-launchlibjvm
18:29
Add environment variable SQUIRRELJME_JAVA_DYLIB for selecting a specific dynamic library. check-in: 47f4be2246 user: stephanie.gawroriski tags: wip-launchlibjvm
18:22
Implement bulk of Standard Java launcher which can handle -classpath. check-in: a691868a63 user: stephanie.gawroriski tags: wip-launchlibjvm
18:13
Partial implementation of Java launcher. check-in: d09ed6058e user: stephanie.gawroriski tags: wip-launchlibjvm
15:24
Merge from trunk. check-in: 930423acec user: stephanie.gawroriski tags: wip-launchlibjvm
15:13
Bring in base library. check-in: 0a253b7cb8 user: stephanie.gawroriski tags: trunk
15:10
Base for main. check-in: 077cc7b6ed user: stephanie.gawroriski tags: wip-launchlibjvm
07:29
Merge from trunk. check-in: 611c031964 user: stephanie.gawroriski tags: wip-launchlibjvm
07:29
Add native library name calculation. check-in: f854b6e14a user: stephanie.gawroriski tags: trunk
07:20
Merge from trunk. check-in: 4e677d3b70 user: stephanie.gawroriski tags: wip-launchlibjvm
07:18
Merge from trunk. check-in: 7ac4d933b0 user: stephanie.gawroriski tags: wip-scritchui
07:18
Cherry pick dynamic library implementation from ScritchUI branch. check-in: 55c15816f9 user: stephanie.gawroriski tags: trunk
07:12
Add initial base for a standard Java launcher. check-in: fb02f9251a user: stephanie.gawroriski tags: wip-launchlibjvm
06:56
Create new branch named "wip-launchlibjvm" check-in: 1c3cc6cbfb user: stephanie.gawroriski tags: wip-launchlibjvm
06:50
Create new branch named "wip-javac" Leaf check-in: 62fbff281f user: stephanie.gawroriski tags: wip-javac
06:13
Use ECJ if on Java 6 or lower; Change targets to Java 7. Leaf check-in: a495173121 user: stephanie.gawroriski tags: wip-backport6
2024-04-12
22:58
Create new branch named "wip-backport6" check-in: 7e625f44c5 user: stephanie.gawroriski tags: wip-backport6
2024-04-10
15:33
Add more base blank loop functions. check-in: 713df8ce56 user: stephanie.gawroriski tags: wip-scritchui
15:26
Merge from trunk. check-in: 32f0333b9a user: stephanie.gawroriski tags: wip-scritchui
15:25
Add base sources for loops. check-in: 3bac829526 user: stephanie.gawroriski tags: wip-scritchui
2024-04-09
18:12
Add base function for checking if the current thread is in the event loop. check-in: 33d8f19474 user: stephanie.gawroriski tags: wip-scritchui
18:01
Add base interface for how screen information is updated. check-in: f8746d2c5c user: stephanie.gawroriski tags: wip-scritchui
2024-04-08
21:37
A blank base for heavier AWT components that would be needed by applets in the future as PBP AWT lacks them. check-in: 098e5659ca user: stephanie.gawroriski tags: trunk
20:32
Disable RISC-V for CircleCI has it has trouble starting the build due to lack of support. check-in: d476898be9 user: stephanie.gawroriski tags: trunk
20:23
Detect whether the CMake build tree changes locations, such as when CI/CD uses a different directory for the build. check-in: 572b3b78a6 user: stephanie.gawroriski tags: trunk
17:24
Be a little bit more descriptive when CMake exits. check-in: 4d5dd92ec3 user: stephanie.gawroriski tags: trunk
17:19
Look for CMake in homebrew. check-in: 4d0e99c334 user: stephanie.gawroriski tags: trunk
15:58
Run CMake build after clean, not before; If CMakeCache.txt is missing then configure again in the Gradle build; Place logs outside of the CMake build tree as Gradle confuses it with stale input/output. check-in: 83bc5aa136 user: stephanie.gawroriski tags: trunk
13:46
Enable RISC-V 64-bit again as the C support libraries moved from Gradle to CMake. check-in: 16683f5487 user: stephanie.gawroriski tags: trunk
13:43
Correct invalid swmNames for the reserved CDC modules. check-in: a03469214c user: stephanie.gawroriski tags: trunk
2024-04-07
18:59
Add blank projects for CDC APIs, these are reserved for future work with them when I expand to applets. check-in: 891bb0bd63 user: stephanie.gawroriski tags: trunk
16:13
Map all displays to a single display if one frame per window, otherwise map to 16 displays per each. check-in: c7bf90a787 user: stephanie.gawroriski tags: wip-scritchui
01:18
Base sources for screens and windows. check-in: b552d0c7c2 user: stephanie.gawroriski tags: wip-scritchui
2024-04-06
23:13
Implement of enableFocus. check-in: 8ea3a96dee user: stephanie.gawroriski tags: wip-scritchui
21:32
Forward set and commonize of paint listeners. check-in: 61d60e810e user: stephanie.gawroriski tags: wip-scritchui
20:57
Minor refactoring; Base for paint listener; Bind Java objects to native ScritchUI objects. check-in: e8f33fc099 user: stephanie.gawroriski tags: wip-scritchui
18:53
Use new common base and simplify Java side of Native ScritchUI. check-in: 19cdc5f2c4 user: stephanie.gawroriski tags: wip-scritchui
18:07
Move ScritchUI into a common core layered on top of an implementation. check-in: e4af1a9670 user: stephanie.gawroriski tags: wip-scritchui
15:13
Add base for core panel. check-in: 570fab5500 user: stephanie.gawroriski tags: wip-scritchui
01:56
Base for new GTK panel. check-in: aef8701490 user: stephanie.gawroriski tags: wip-scritchui
01:19
Add base for Dylib objects. check-in: a94a177163 user: stephanie.gawroriski tags: wip-scritchui
2024-04-04
15:36
Move out stateP into NativeScritchDylib to hide it. check-in: 3c8ee7fe7e user: stephanie.gawroriski tags: wip-scritchui
2024-04-03
14:55
Implement a few basic methods. check-in: 45b6833f0a user: stephanie.gawroriski tags: trunk
00:44
Base refactor for ScritchUI structures. check-in: cf6f70d464 user: stephanie.gawroriski tags: wip-scritchui
2024-04-02
23:41
Blank base for panels. check-in: fc9624e63e user: stephanie.gawroriski tags: wip-scritchui
18:09
Add base interface for dynamic library based ScritchUI. check-in: 49e45e4d33 user: stephanie.gawroriski tags: wip-scritchui
17:50
Place init into the structure. check-in: 4f3f5e94d8 user: stephanie.gawroriski tags: wip-scritchui
16:28
Base for ScritchUI initialization. check-in: e4cd680983 user: stephanie.gawroriski tags: wip-scritchui
05:36
Correct include directory. check-in: 0c132b4659 user: stephanie.gawroriski tags: wip-scritchui
05:32
Merge from trunk. check-in: 5f2d8666a3 user: stephanie.gawroriski tags: wip-scritchui
05:27
Move emulator-base native code into its own non-Gradle directory. check-in: db714df182 user: stephanie.gawroriski tags: trunk
05:20
Base for more ScritchUI calls. check-in: b5b6737ab3 user: stephanie.gawroriski tags: wip-scritchui
03:13
Merge from trunk; Correct linking with GTK libraries. check-in: ab8f4a293f user: stephanie.gawroriski tags: wip-scritchui
02:57
Ensure log directory exists first. check-in: a85e10938c user: stephanie.gawroriski tags: trunk
02:12
Merge from trunk. check-in: 547849a3ad user: stephanie.gawroriski tags: wip-scritchui
02:10
Query CMake to see if it is out of date for a build. check-in: f92f08788c user: stephanie.gawroriski tags: trunk
00:29
Include base library first then normal libraries. check-in: 1fa86c88d0 user: stephanie.gawroriski tags: trunk
00:26
Add propogation for libraries and a backup in the event the generator expression does not work. check-in: 6aa3718063 user: stephanie.gawroriski tags: trunk
2024-04-01
21:42
Merge from trunk and bring-in libBaseStatic.a. check-in: e694a8a02f user: stephanie.gawroriski tags: wip-scritchui
21:33
Allow multiple CMake rules to be executed per build. check-in: d27a9bfa82 user: stephanie.gawroriski tags: trunk
19:07
Merge from trunk. check-in: d509461912 user: stephanie.gawroriski tags: wip-scritchui
19:06
Make CMake's output executable optional. check-in: 4b5e6d1f4a user: stephanie.gawroriski tags: trunk
18:28
Merge from trunk. check-in: 555055fdea user: stephanie.gawroriski tags: wip-scritchui
18:28
Add output for base library. check-in: d00d003271 user: stephanie.gawroriski tags: trunk
18:13
Merge from trunk. check-in: 15e10568d6 user: stephanie.gawroriski tags: wip-scritchui
18:12
Add static library as well. check-in: 14e82c5b6e user: stephanie.gawroriski tags: trunk
17:49
Correct the wrong class being specified. check-in: fddb4b63ca user: stephanie.gawroriski tags: wip-scritchui
16:06
Include base library objects. check-in: d80405b9cf user: stephanie.gawroriski tags: trunk
00:59
Bring in BasePIC for ScritchUI libraries. check-in: 48104c8e39 user: stephanie.gawroriski tags: wip-scritchui
00:58
Merge from trunk. check-in: 7c21e4c298 user: stephanie.gawroriski tags: wip-scritchui
00:57
Add squirreljme_multilib_target_link_libraries. check-in: 5955d2ab37 user: stephanie.gawroriski tags: trunk
00:49
Correct CMakeLists.txt as the same directory was added twice. check-in: 1a2785cabb user: stephanie.gawroriski tags: wip-scritchui
00:48
Merge from trunk. check-in: f6f64b4cd0 user: stephanie.gawroriski tags: wip-scritchui
00:47
Move non-VM related code and utilities to a base library instead. check-in: f45b0f9146 user: stephanie.gawroriski tags: trunk
00:34
Update CLion scope for 3rd party. check-in: 4b982ae065 user: stephanie.gawroriski tags: trunk
00:33
Use multilib for 3rd party libraries. check-in: e3db65591b user: stephanie.gawroriski tags: trunk
00:31
Move 3rdparty libraries over. check-in: 320d65a3e5 user: stephanie.gawroriski tags: trunk
00:30
Add base for library directory in NanoCoat; Add multilib for non-PIC, PIC, and Shared libraries. check-in: f1fdb7a862 user: stephanie.gawroriski tags: trunk
2024-03-31
20:31
Minor base for loading the native library. check-in: 1c7acfa4a5 user: stephanie.gawroriski tags: wip-scritchui
19:39
Merge from trunk. check-in: 2cc883c72e user: stephanie.gawroriski tags: wip-scritchui
19:37
Delete RatufaCoat, NanoCoat will be replacing it functionally. check-in: 454c257113 user: stephanie.gawroriski tags: trunk
19:36
Close wip-l1summercoat, it is defunct. Closed-Leaf check-in: ae7bcc0870 user: stephanie.gawroriski tags: wip-l1summercoat
19:35
Close wip-springcoatplus, it is defunct. Closed-Leaf check-in: b490fe08ca user: stephanie.gawroriski tags: wip-springcoatplus
19:35
Close wip-shelves, it is defunct. Closed-Leaf check-in: a38dc7a811 user: stephanie.gawroriski tags: wip-shelves
19:34
Close wip-fbui it is defunct. Closed-Leaf check-in: 6b7f47c76c user: stephanie.gawroriski tags: wip-fbui
19:34
Close wip-uiformcontainer, it is defunct. Closed-Leaf check-in: a7be9c0d5a user: stephanie.gawroriski tags: wip-uiformcontainer
19:34
Close wip-ratufarefactor, it is defunct. Closed-Leaf check-in: fbf935df9f user: stephanie.gawroriski tags: wip-ratufarefactor
19:32
Correct options when building for RetroArch. check-in: e469403161 user: stephanie.gawroriski tags: trunk
03:58
Merge from trunk. check-in: fd7af6d66a user: stephanie.gawroriski tags: wip-scritchui
03:07
Cherry pick changes from wip-scritchui which should be mainline. check-in: 84fb9704d1 user: stephanie.gawroriski tags: trunk
02:54
Merge from trunk. check-in: 40a767b7ec user: stephanie.gawroriski tags: wip-scritchui
00:54
Move emulator-base CMakeLists otherwise it will always end up being out of date. check-in: aeeaa72304 user: stephanie.gawroriski tags: wip-scritchui
2024-03-30
02:41
Add base for Win32 core. check-in: 4d75409287 user: stephanie.gawroriski tags: wip-scritchui
02:34
Forward CMake Generator to utils build. check-in: e341518081 user: stephanie.gawroriski tags: wip-scritchui
2024-03-29
19:45
Add API flags interface. check-in: 143895b20c user: stephanie.gawroriski tags: wip-scritchui
19:36
Add list of libraries to include. check-in: e8019e121f user: stephanie.gawroriski tags: wip-scritchui
19:16
Paste token instead. check-in: 96744f3625 user: stephanie.gawroriski tags: wip-scritchui
19:15
Only have a framebuffer interface for ScritchUI on RetroArch. check-in: ef5373df46 user: stephanie.gawroriski tags: wip-scritchui
19:08
If building for RetroArch, disable dynamic library loading. check-in: 38d4b3bbf2 user: stephanie.gawroriski tags: wip-scritchui
18:34
Collect all ScritchUI interfaces into a single Zip and include them into the emulator. check-in: 7e9a58e41c user: stephanie.gawroriski tags: wip-scritchui
17:48
Base for GTK Core; base for Dylib based ScritchUI Java interfaces. check-in: b15001be55 user: stephanie.gawroriski tags: wip-scritchui
17:45
Slight CMake refactor. check-in: 570d3726aa user: stephanie.gawroriski tags: wip-scritchui
2024-03-28
03:01
Add base for Macintosh Toolbox. check-in: 7047c82dbc user: stephanie.gawroriski tags: wip-scritchui
02:51
Add base for Motif. check-in: 29eff18531 user: stephanie.gawroriski tags: wip-scritchui
02:35
Add base for dylib based API for ScritchUI. check-in: f450a666ba user: stephanie.gawroriski tags: wip-scritchui
02:28
Add base for dynamic library interface. check-in: 9a00d0f3eb user: stephanie.gawroriski tags: wip-scritchui
02:19
Add some base ideas for various native toolkits to support. check-in: 41ad6d234f user: stephanie.gawroriski tags: wip-scritchui
00:43
Add base CMake projects and headers for ScritchUI on NanoCoat. check-in: 9aa606a9ef user: stephanie.gawroriski tags: wip-scritchui
00:20
More deprecation. check-in: eb64c88272 user: stephanie.gawroriski tags: wip-scritchui
00:18
Mark some classes and methods deprecated. check-in: 0c2b3c73ad user: stephanie.gawroriski tags: wip-scritchui
00:15
Add base for ChoiceManager which will handle choices for List and ChoiceGroup. check-in: bc60840d50 user: stephanie.gawroriski tags: wip-scritchui
2024-03-27
04:08
Correct out of bounds due to using the wrong offset when adding elements. check-in: 9f29a77291 user: stephanie.gawroriski tags: wip-scritchui
03:38
Implement more framebuffer classes to get mystify drawing. check-in: 59b4df4e6d user: stephanie.gawroriski tags: wip-scritchui
03:02
Use absolute position and remove the potential for layouts, it makes different windowing systems easier. check-in: ee15621d4c user: stephanie.gawroriski tags: wip-scritchui
02:46
Add base for wrapped window. check-in: 75b7d40809 user: stephanie.gawroriski tags: wip-scritchui
02:28
Base for paint on wrapped panels. check-in: 3a575874c0 user: stephanie.gawroriski tags: wip-scritchui
2024-03-26
02:54
Add missing panel only. check-in: 8efac0970a user: stephanie.gawroriski tags: wip-scritchui
2024-03-25
02:25
Correction. check-in: e47892fc70 user: stephanie.gawroriski tags: wip-scritchui
02:24
Add isDarkMode() to LAF; Rename panel colors in LAF. check-in: ea06597b59 user: stephanie.gawroriski tags: wip-scritchui
2024-03-24
22:18
Add base Framebuffer ScritchUI interfaces. check-in: 22ee6841f8 user: stephanie.gawroriski tags: wip-scritchui
21:53
Add required implications for panelOnly; Remove ScritchCanvasBracket because that is what panels are. check-in: 21d4226237 user: stephanie.gawroriski tags: wip-scritchui
18:24
Allow for framebuffer interface to act on panels only interfaces. check-in: c7650e201f user: stephanie.gawroriski tags: wip-scritchui