2024-08-25 |
Stephanie Gawroriski | Make the code compile again by renaming accordingly...
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Shorten inflate prefix.
|
commit | commitdiff | tree |
2024-08-25 |
Stephanie Gawroriski | Split off the inflation functions.
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | Minor deflate work.
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | We can safely handle more than 32-bits if specified...
|
commit | commitdiff | tree |
2024-08-24 |
Stephanie Gawroriski | Broken decompression work.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Read of length value.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Writing decompressed data to the output buffer.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Call to write out bit values.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Reading of fixed huffman codes in a rather efficient...
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Base inflation loop.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Initialize fixed tree.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Base initial setup for reading the tree.
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | Stop decompressing and mark EOF if we are going to...
|
commit | commitdiff | tree |
2024-08-23 |
Stephanie Gawroriski | When decompressing, keep reading for input so the output...
|
commit | commitdiff | tree |
2024-08-22 |
Stephanie Gawroriski | Load of values into symbol tree.
|
commit | commitdiff | tree |
2024-08-22 |
Stephanie Gawroriski | Initial base before building the huffman tree.
|
commit | commitdiff | tree |
2024-08-20 |
Stephanie Gawroriski | Read of inflate tree length parameters.
|
commit | commitdiff | tree |
2024-08-19 |
Stephanie Gawroriski | Basic parse of inflate literal length header along...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Add give and consume for buffer operations.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Commonize buffer chunk operations, since read and write...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | More inflation helper functions.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Have a more efficient data in/out loop for inflation...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Base structure layout for inflation.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Clear out miniz for my own implementation, which will...
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Miniz seems to just be broken.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Add hexdump for testing the Zip data.
|
commit | commitdiff | tree |
2024-08-18 |
Stephanie Gawroriski | Base deflate decompression.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Clarify comment.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Callers reference accordingly so memory does not remain...
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Do not unref the seekable in the Zip since we already...
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Add test for compressed and uncompressed Zip data.
|
commit | commitdiff | tree |
2024-08-17 |
Stephanie Gawroriski | Initial base for getting the default launch from a...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Store the launcher boot properties in the ROM.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Only call main class path by name if it is not NULL.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Make all NanoCoat types closeable; Make unrefing closeable...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add initialize of a Zip library from an already open...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Count up libraries and suites.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add a close unref to close and unref at the same time...
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Add data parameter to library and suite init.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Further split off suites and libraries.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Native suite file reading and suite access.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Fixes from trunk merge.
|
commit | commitdiff | tree |
2024-08-16 |
Stephanie Gawroriski | Merge from trunk.
|
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 | Fixes for newer GCC.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Merge from trunk.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Remove double usage of export.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Implement testZipAccess.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Add more debugging around weak reference counts; Count...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Correct raw data test as it was using previously incorrect...
|
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-15 |
Stephanie Gawroriski | Corret MIME decoding when padding is reached; Reading...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Opening of Zip entry data streams.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Rename opening a seekable as an input stream and move...
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Check if Zip is corrupted.
|
commit | commitdiff | tree |
2024-08-15 |
Stephanie Gawroriski | Load of entry details.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Base initial Zip scan loop.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Have Zip entries be structure information rather than...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Put a lock on seekables so they do not collide with...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Split library and suite rom.c into their own sources...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Allocate library result, close zip if it fails.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Allow weakRef to be NULL, it will just not be passed...
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Handle open and close for Zip.
|
commit | commitdiff | tree |
2024-08-14 |
Stephanie Gawroriski | Merge from trunk.
|
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-14 |
Stephanie Gawroriski | Fixes and corrections for newer GCC version.
|
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-13 |
Stephanie Gawroriski | Use little endian read; Add test for reversing read.
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Implement seekable read.
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Scanning of central directory.
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Merge from trunk.
|
commit | commitdiff | tree |
2024-08-13 |
Stephanie Gawroriski | Slight Zip refactors, using generic closeable along...
|
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 | Put const into sjme_cpointer.
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | Correct unplaced return of error if that occured when...
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | Refactored implementation of seekable memory streams.
|
commit | commitdiff | tree |
2024-08-12 |
Stephanie Gawroriski | Refactored implementation of input/output streams.
|
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-12 |
Stephanie Gawroriski | Add generic common closeable as so many things can...
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Add initial AffineTrans class.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Base initial refactor and cleanup of input/output streams.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | More base for seekables.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Base for opening seekables for FILE.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Add blank base seekable read and size.
|
commit | commitdiff | tree |
2024-08-11 |
Stephanie Gawroriski | Base for seekable open call.
|
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 |