Timeline

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

200 most recent check-ins using file design.mkd version 1700c5249a

2024-05-18
23:14
Remove CharInfo; Add base blank subclasses for BDF and sfdir. Leaf check-in: a3e6224b20 user: stephanie.gawroriski tags: wip-scritchui
23:06
Implement AGL parsing and determining the GlyphID from a SFD or BDF. check-in: 6ffeaecfff user: stephanie.gawroriski tags: wip-scritchui
22:42
Correct resource directory name. check-in: 1750271240 user: stephanie.gawroriski tags: wip-scritchui
22:04
Add Adobe Glyph List as that is needed to figure what the glyphs stand for. check-in: 4713a5c4d2 user: stephanie.gawroriski tags: wip-scritchui
21:46
Remove the symbol font as it is rather pointless. check-in: b9cbe95780 user: stephanie.gawroriski tags: wip-scritchui
19:48
Merge from trunk. check-in: aca1210649 user: stephanie.gawroriski tags: wip-scritchui
19:46
Add GNU Unifont and Misaki Fonts. check-in: e9a921d409 user: stephanie.gawroriski tags: wip-scritchui
19:33
Collect all of the various spread out 3rd party licenses to a single file. Leaf check-in: 777af3a0bf user: stephanie.gawroriski tags: trunk
02:04
More base classes and packages for the font compiler. check-in: a6fe367b8a user: stephanie.gawroriski tags: wip-scritchui
01:56
Add blank base for font compiler. check-in: 455fd25e3d user: stephanie.gawroriski tags: wip-scritchui
01:50
Blank base for ASCII85 decoding. check-in: 1ca1b9a956 user: stephanie.gawroriski tags: wip-scritchui
01:37
Change and strip Font to use PencilFontBracket rather than SQF directly. check-in: a3cd564d7c user: stephanie.gawroriski tags: wip-scritchui
2024-05-17
23:46
Forward more JNI pencil calls. check-in: 0cc52dab93 user: stephanie.gawroriski tags: wip-scritchui
23:41
Remove some implementation functions which are no longer needed. check-in: 936cff15d0 user: stephanie.gawroriski tags: wip-scritchui
23:28
For bitlines use primitive operations directly. check-in: 2c2f6c4a5f user: stephanie.gawroriski tags: wip-scritchui
23:26
Have primitive drawing for very low level operations. check-in: 11c6634d63 user: stephanie.gawroriski tags: wip-scritchui
22:55
Implement single GTK pixel draw. check-in: edfb893490 user: stephanie.gawroriski tags: wip-scritchui
22:53
JNI forward for drawing horizontal lines and pixels. check-in: 2e97d4887f user: stephanie.gawroriski tags: wip-scritchui
19:52
Use pixel drawing for bitlines. check-in: 7280fa4d42 user: stephanie.gawroriski tags: wip-scritchui
19:50
Set error before drawing. check-in: b5b3ebcef4 user: stephanie.gawroriski tags: wip-scritchui
19:49
Drawing of pixels, horizontal lines, and rectangles. check-in: 95b2ee4aef user: stephanie.gawroriski tags: wip-scritchui
19:36
Add base for drawing horizontal lines. check-in: 715e1f2a81 user: stephanie.gawroriski tags: wip-scritchui
19:24
Add mass auto generated functions for drawing bitmap bytes as bitlines, so drawing bitmaps can be graphics agnostic. check-in: 38fef1a196 user: stephanie.gawroriski tags: wip-scritchui
18:52
Blank base for bitlines. check-in: b80036e758 user: stephanie.gawroriski tags: wip-scritchui
18:46
Add base for ScritchUI pencil fonts in C, which is essentially a carbon copy of the PencilFontShelf. check-in: 646482493d user: stephanie.gawroriski tags: wip-scritchui
18:26
Change PencilShelf hardwareSetFont to use an actual pencil font instead. check-in: 5df0ad8dd9 user: stephanie.gawroriski tags: wip-scritchui
18:06
Add equals for fonts. check-in: 2952174fe0 user: stephanie.gawroriski tags: wip-scritchui
18:03
Add ScritchUI LAF for obtaining the font to use. check-in: 8bd9ada05f user: stephanie.gawroriski tags: wip-scritchui
17:54
Add font lookup. check-in: 3f43030a10 user: stephanie.gawroriski tags: wip-scritchui
17:47
Add function to check validity of a glyph. check-in: ce8511ca77 user: stephanie.gawroriski tags: wip-scritchui
17:42
Deprecate SQFFont; Add additional methods for face and style of font. check-in: fd7882abd8 user: stephanie.gawroriski tags: wip-scritchui
01:41
Use int instead of char for a larger character range. check-in: 4c93799440 user: stephanie.gawroriski tags: wip-scritchui
2024-05-15
01:34
Add base blank source for pencil font; Document methods. check-in: b0a8a7443e user: stephanie.gawroriski tags: wip-scritchui
2024-05-14
21:34
Base for PencilFontShelf, used for the rendering and expression of fonts. check-in: ff92c18802 user: stephanie.gawroriski tags: wip-scritchui
20:22
Implement application exit when the close button is pressed on a window. check-in: 3c2c7efa77 user: stephanie.gawroriski tags: wip-scritchui
16:52
More initial base for close listener. check-in: 91cd679959 user: stephanie.gawroriski tags: wip-scritchui
2024-05-13
22:57
Remove DylibPaintListener as it is no longer required; Initial base for setting close listener. check-in: 2fdbd1ec75 user: stephanie.gawroriski tags: wip-scritchui
18:00
Mark a large number of older UI related classes as deprecated. check-in: a1d309481d user: stephanie.gawroriski tags: wip-scritchui
17:28
Refactor around setting listeners to commonize with macros. check-in: f434884208 user: stephanie.gawroriski tags: wip-scritchui
00:56
Reverse Display/DisplayState referencing so it does not get GCed. check-in: 5919eaf137 user: stephanie.gawroriski tags: wip-scritchui
2024-05-12
23:17
Implement forwarding of pencil; Implement up to drawLine() and fillRect() for GTK2. check-in: be602d5a50 user: stephanie.gawroriski tags: wip-scritchui
21:21
Add base blank forwards for all pencil functions. check-in: 5f1622373d user: stephanie.gawroriski tags: wip-scritchui
19:56
Base set and forward of graphics calls. check-in: c25506bff5 user: stephanie.gawroriski tags: wip-scritchui
17:38
Set of default font. check-in: 9695b22523 user: stephanie.gawroriski tags: wip-scritchui
2024-05-11
19:32
Set of line style. check-in: c66e61f25a user: stephanie.gawroriski tags: wip-scritchui
15:59
Set color in GDK. check-in: dfd334c22e user: stephanie.gawroriski tags: wip-scritchui
2024-05-08
09:40
Add null checks. check-in: b4f563c69b user: stephanie.gawroriski tags: wip-scritchui
2024-05-06
09:34
Set color base. check-in: 317165a34d user: stephanie.gawroriski tags: wip-scritchui
09:25
Remove pencil functions that will not be needed on the lower level. check-in: 8cc0154f7c user: stephanie.gawroriski tags: wip-scritchui
07:14
Initialization of static pencil with default properties to set. check-in: 45d4b1f9f6 user: stephanie.gawroriski tags: wip-scritchui
07:00
Initial base init. check-in: 9d50d482cc user: stephanie.gawroriski tags: wip-scritchui
02:24
Add heuristic to detect when a scratchpad is in big endian format; Keep scratchpad bounds limited to the size of the data. check-in: caece9a989 user: stephanie.gawroriski tags: trunk
2024-05-05
08:13
Forward init. check-in: 929a53d126 user: stephanie.gawroriski tags: wip-scritchui
03:12
More base for pencil graphics, which is simpler and more abstract which should be faster overall. check-in: 6f9056f1d4 user: stephanie.gawroriski tags: wip-scritchui
2024-05-04
23:33
Base blank pencil functions. check-in: f777ef1e8b user: stephanie.gawroriski tags: wip-scritchui
23:14
Add base overlayer for pencil functions. check-in: 45b1994e99 user: stephanie.gawroriski tags: wip-scritchui
15:21
Add base for pencil state. check-in: cc73a298eb user: stephanie.gawroriski tags: wip-scritchui
2024-05-03
06:27
Fix SpringCoat setting non-static fields with constant values where they are now ignored as they should be. check-in: d727cd7161 user: stephanie.gawroriski tags: trunk
03:47
Base blank pencil functions for GTK. 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