2024-10-03 |
Stephanie Gawroriski | Rename unzip tool.
|
commit | commitdiff | tree |
2024-10-03 |
Stephanie Gawroriski | Add check for snprintf in the event it is not supported.
|
commit | commitdiff | tree |
2024-09-14 |
Stephanie Gawroriski | Split and trim DoJa application arguments.
|
commit | commitdiff | tree |
2024-09-13 |
Stephanie Gawroriski | Update README.
|
commit | commitdiff | tree |
2024-09-07 |
Stephanie Gawroriski | Disable PS2 build for now as it will break an important...
|
commit | commitdiff | tree |
2024-09-06 |
Stephanie Gawroriski | Remove except as it is very clunky to use, there are...
|
commit | commitdiff | tree |
2024-09-05 |
Stephanie Gawroriski | Fix some implicits due to PS2 compiler update.
|
commit | commitdiff | tree |
2024-08-30 |
Stephanie Gawroriski | Update readme again.
|
commit | commitdiff | tree |
2024-08-29 |
Stephanie Gawroriski | Update readme.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Retrospective of the past few years.
|
commit | commitdiff | tree |
2024-08-27 |
Stephanie Gawroriski | Test for certain GCC flags before using them, in the...
|
commit | commitdiff | tree |
2024-08-21 |
Stephanie Gawroriski | Include ScritchUI dynamic libraries if using Gradle.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Add sjme_dylib_open() to get the current executable...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Like sjme_error_notImplemented(), add sjme_error_outOfMemory...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Remove some usages of binary output as this breaks...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add a base GUI cmd, currently does nothing except show...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Remove double usage of export.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Implement pencil functions for setting stroke style...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Add ScritchUI bug struct, which unfortunately is needed...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Generate export files for Windows when using MSVC,...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Perform flipping for dotted lines.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Implement line drawing and clipping in ScritchUI.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Draw some background if the main splash has not loaded...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Correct position of copyright on the splash screen...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | After making a window visible, call windowSetMinimumSize...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Add setDefaults() to pencils; Have GTK set the defaults...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Reference count up widgets in GTK so it does not GC...
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Add TODO HIT template.
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Base blank API for drawing scaled images in DoJa.
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | When drawing images in DoJa it is permitted for images...
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | Implement get and store of key states, needed for LoN.
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | Cherry pick non-calendar related DoJa changes from...
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Add initial AffineTrans class.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | When initializing graphics, use the default font in...
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Implement DoJa get and set of default font.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | If there is no native theme support, just use fallback...
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Always have fallback element colors; Remove annotations...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Setup a new base entry instead of using the input as...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Blank out c-source-writer tests as they need to be...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Add thread attribute to the functions which need it.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | C Source writer tests need to explicitely pull in TAC...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Recompress any ROM output that is a Zip.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Move c-source-writer to tools.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Shorten SJME_THREAD_CONVENTION to sjme_attrThreadCall...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | ScritchUI -- Reworked GUI (Closes #191, #58, #54, ...
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | pthread_t is also a pointer in emscripten.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Get page size before getting the old value from it.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Removal of old and deprecated UIForm code.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Disable TestHasApps.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Correct implicit.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Check for ExceptionInInitializerError.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Correct invalid conversion.
|
commit | commitdiff | tree |
2024-08-08 |
Stephanie Gawroriski | Check maybe before returning WinDbg path.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Have TestHasApps skip if ScritchUI not available.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Correct incorrect GTK header including being used.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Correct using the wrong method in the allocator when...
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | pthread is a pointer on macOS.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Correct blank X11 library compilation.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Actually commit exception.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Skip specific ScritchUI tests for primitive operations.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | DylibScritchInterface.scritchInterface() should throw...
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Drawing correction.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Correct color drawing for Win32.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Correct scroll buttons not working in Windows.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Handle of scrolling in Win32 along with various painting...
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Fixes for GTK2 key handling.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Add a KEY_CHAR_PRESSED event; Handle key events for...
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Set of labels for Windows.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Fixes around Windows mouse handling.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Refactoring around mouse handling.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Mouse normalization work, currently incorrect.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Base for mouse motion handling.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Better content minimum size for Win32.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | Handle window visibility change events.
|
commit | commitdiff | tree |
2024-08-07 |
Stephanie Gawroriski | The event demo is transparent.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Getting of Win32 colors.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Better content minimum size for Windows.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Handling of menu items in Win32.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Handle closing in Win32.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Do not translate coordinates when drawing.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Actually let Windows handle messages we do not handle.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | More paint work.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Get of window position; More Win32 related drawing.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Base for drawing within windows, which currently does...
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Set of window visibility.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Set of minimum content size in Windows.
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Add content minimum size overhead; When a menu bar...
|
commit | commitdiff | tree |
2024-08-06 |
Stephanie Gawroriski | Function to more easily get the component from a HWND...
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | Creation of windows in Win32.
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | Query attached display monitors for Win32.
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | Minor work.
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | If MIDxlet-ScreenSize is specified, set scaled buffer...
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | Go back to setting the clip properly.
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | Corrections to buffering and otherwise.
|
commit | commitdiff | tree |
2024-08-05 |
Stephanie Gawroriski | For DisplayFixedFlatScale require a buffer, which fixes...
|
commit | commitdiff | tree |
2024-08-04 |
Stephanie Gawroriski | Clipping adjustments.
|
commit | commitdiff | tree |
2024-08-04 |
Stephanie Gawroriski | Corrections and implementation around native shelves.
|
commit | commitdiff | tree |
2024-08-04 |
Stephanie Gawroriski | Minor adjustments to proxy calls, currently the wrong...
|
commit | commitdiff | tree |
2024-08-04 |
Stephanie Gawroriski | More work on proxying ScritchUI for SpringCoat.
|
commit | commitdiff | tree |
2024-08-04 |
Stephanie Gawroriski | Add base for PencilFontShelf.
|
commit | commitdiff | tree |