Timeline

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

50 most recent check-ins

2024-04-25
06:59
Request repaint when paint listener is set. Leaf 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. Leaf 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