Timeline

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

50 most recent check-ins

2024-05-01
09:15
Remove __ as that is reserved in C. Leaf 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. Leaf 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