2024-10-13 21:19 | merge gui -> master | bsandro | 18 | +6918 | -259 |
2024-10-01 20:54 | Added display pixel dimensions of generated spritesheet, updated README slightly | bsandro | 3 | +11 | -7 |
2024-10-01 05:06 | Lightest cleanup in history of cleanups. | bsandro | 4 | +4 | -28 |
2024-09-29 20:28 | Basic split into different logic files | bsandro | 10 | +486 | -414 |
2024-09-12 21:39 | Readme fixes | bsandro | 3 | +17 | -26 |
2024-09-12 20:42 | printf() noize cleanup | bsandro | 1 | +19 | -38 |
2024-09-11 20:00 | Sorting names alphabetically | bsandro | 1 | +4 | -3 |
2024-09-11 16:20 | Reset scroll on directory change | bsandro | 1 | +2 | -1 |
2024-09-11 16:09 | Fixed the truncated names issue | bsandro | 1 | +9 | -3 |
2024-09-07 08:20 | - Working save/load modal window - Path input field is disabled to type in - Filelist is being filtered for only directories and .webp files | bsandro | 1 | +88 | -32 |
2024-09-02 17:48 | Tiny improvements for the file browser window (still incomplete) | bsandro | 1 | +9 | -4 |
2024-09-01 21:57 | Dirty implementation of file browser (incomplete) | bsandro | 1 | +47 | -10 |
2023-08-28 20:48 | began splitting source code into different files | bsandro | 3 | +166 | -139 |
2023-08-26 08:32 | - Scroll bugfix: no longer crashing on value change if no image is loaded - Setting OS specific flag is now done via command line argument | bsandro | 3 | +8 | -2 |
2023-08-24 22:05 | Default window size is 750x400 now. | bsandro | 2 | +9 | -6 |
2023-08-24 21:14 | input fields data reading fix | bsandro | 1 | +8 | -4 |
2023-08-22 23:05 | Actual image file loading/reloading/unloading via command line or gui button. | bsandro | 1 | +60 | -37 |
2023-08-20 21:59 | Open File dialog skeleton | bsandro | 1 | +34 | -16 |
2023-08-16 23:01 | output filename bugfix | bsandro | 1 | +16 | -10 |
2023-08-16 22:04 | Save dialog has cancel button now | bsandro | 1 | +30 | -40 |
2023-08-16 21:20 | modified TODO, added nano swap files into the ignore list. | bsandro | 2 | +4 | -1 |
2023-08-16 15:05 | Working basic save dialog | bsandro | 1 | +64 | -25 |
2023-08-16 13:49 | Save (modal) window appearance basic logic | bsandro | 2 | +32 | -8 |
2023-08-16 13:06 | Basic 'save window' ui layout. | bsandro | 3 | +60 | -35 |
2023-08-13 23:38 | basic events layout - save, exit | bsandro | 1 | +36 | -5 |
2023-08-13 22:57 | ui label with a full input file path | bsandro | 1 | +5 | -8 |
2023-08-08 21:00 | Label width tiny fix. | bsandro | 1 | +1 | -1 |
2023-08-06 23:25 | Figured out some panel inner workings, added couple of new buttons and started reworking the overall layout. | bsandro | 2 | +43 | -19 |
2023-08-01 18:54 | Removed x86_64 only code, added -ffast-math. | bsandro | 3 | +15 | -4 |
2023-07-30 13:37 | Merge branch 'gui' of bsandro.tech:~/repos/emote2ss into gui | bsandro | 1 | +4 | -0 |
2023-07-30 13:36 | gui tiny fix | bsandro | 1 | +6 | -4 |
2023-07-30 11:22 | macos build fix | bsandro | 1 | +4 | -0 |
2023-07-30 09:31 | First try of dynamic display of the spritesheet | bsandro | 8 | +6318 | -26 |
2023-07-20 06:02 | openbsd fix | bsandro | 1 | +1 | -1 |
2023-07-20 05:35 | Handling different directories and respecting PATH_MAX from limits.h | bsandro | 2 | +23 | -9 |
2023-07-15 11:26 | license (bsd 2clause) | bsandro | 2 | +26 | -0 |
2023-07-15 11:15 | tcc support | bsandro | 1 | +5 | -1 |
2023-07-12 23:32 | Expanded README, added TODO | bsandro | 2 | +15 | -1 |
2023-07-12 23:01 | added readme | bsandro | 1 | +9 | -0 |
2023-07-12 22:17 | printf num sizing fix | bsandro | 1 | +1 | -1 |
2023-07-12 22:12 | Command line arguments accept filename and columns count now. Only single file processed at time. | bsandro | 2 | +20 | -18 |
2023-07-12 19:57 | Output filename is constructed with 'atlas_' prefix. | bsandro | 3 | +11 | -4 |
2023-07-08 20:23 | merge transitional -> master | bsandro | 2 | +25 | -17 |
2023-07-08 20:18 | Setting variable columns x rows works now. | bsandro | 1 | +8 | -7 |
2023-07-07 11:46 | provisional | bsandro | 1 | +14 | -8 |
2023-07-05 20:48 | i386 compatibility fixes | bsandro | 2 | +3 | -3 |
2023-07-04 23:14 | transitional commit (moving to another pc) | bsandro | 1 | +8 | -7 |
2023-07-03 22:44 | Horizontal spritesheet (instead of vertical one from previous version) | bsandro | 2 | +12 | -5 |
2023-05-07 23:30 | Sample vertical tiles dump | bsandro | 1 | +11 | -1 |
2023-05-04 22:45 | test generate output webp with 1st frame | bsandro | 1 | +16 | -0 |
2023-05-03 21:18 | alloc_image() fix | bsandro | 1 | +2 | -1 |
2023-05-03 21:13 | Decoding frames of an animation | bsandro | 1 | +67 | -22 |
2023-05-02 22:01 | Basic reading webp info | bsandro | 4 | +144 | -0 |