2024-10-10 04:36 | drop raylib/stdio text formatting | Randy Palamar | 2 | +110 | -12 |
2024-10-10 02:31 | make parse_hex_u32 operate on s8s | Randy Palamar | 3 | +27 | -27 |
2024-10-10 02:05 | remove atof | Randy Palamar | 3 | +42 | -8 |
2024-08-17 16:18 | actually decrease the buf_len when delete is pressed | Randy Palamar | 1 | +1 | -0 |
2024-08-16 19:50 | support delete key for text input | Randy Palamar | 1 | +7 | -0 |
2024-08-11 14:38 | drop unused parameter from shader | Randy Palamar | 3 | +2 | -6 |
2024-08-11 03:49 | remove awful DrawTextEx raylib function | Randy Palamar | 3 | +46 | -28 |
2024-08-11 02:29 | cleanup -Wextra warnings | Randy Palamar | 2 | +9 | -8 |
2024-08-10 22:45 | replace horrible MeasureTextEx and add debug cycle counts | Randy Palamar | 2 | +162 | -53 |
2024-08-10 15:02 | drop remaining raylib Fade() calls | Randy Palamar | 1 | +3 | -3 |
2024-08-10 00:29 | release version 1.0 | Randy Palamar | 2 | +5 | -5 |
2024-08-10 00:26 | icon should have solid background | Randy Palamar | 2 | +6 | -5 |
2024-08-10 00:20 | add release.yml and a proper builtin icon for win32 | Randy Palamar | 7 | +140 | -4 |
2024-08-09 13:31 | build.sh: allow different output names per OS | Randy Palamar | 1 | +7 | -2 |
2024-08-09 13:16 | add version command line flag | Randy Palamar | 2 | +7 | -1 |
2024-08-09 13:07 | build.sh: allow external CFLAGS and LDFLAGS | Randy Palamar | 1 | +5 | -2 |
2024-08-09 12:39 | add example screenshot to README | Randy Palamar | 2 | +2 | -0 |
2024-08-09 12:30 | avoid broken raylib border calculation for colour stack | Randy Palamar | 2 | +12 | -10 |
2024-08-09 06:13 | add a basic icon | Randy Palamar | 1 | +17 | -1 |
2024-08-09 03:04 | adapt slider border radius to window scaling | Randy Palamar | 2 | +4 | -3 |
2024-08-09 02:55 | remove last remaining local static variables | Randy Palamar | 2 | +11 | -14 |
2024-08-08 12:25 | pass relative mouse around rather then relative origin | Randy Palamar | 1 | +30 | -37 |
2024-08-08 12:15 | make do_button and friends return the pressed mouse button | Randy Palamar | 2 | +24 | -24 |
2024-08-08 11:56 | pass max_chars into do_text_input | Randy Palamar | 1 | +4 | -12 |
2024-08-08 04:48 | don't send an extra (oob) colour to shader | Randy Palamar | 1 | +1 | -1 |
2024-08-08 04:44 | compress shader invocation | Randy Palamar | 1 | +31 | -44 |
2024-08-08 04:29 | use rlgl interface for setting uniforms | Randy Palamar | 1 | +17 | -22 |
2024-08-08 04:15 | move slider mode lerping to shader | Randy Palamar | 6 | +205 | -198 |
2024-08-07 16:00 | fix inane win32 nonsense part 2 | Randy Palamar | 1 | +2 | -2 |
2024-08-07 15:30 | don't open a console on win32 | Randy Palamar | 1 | +1 | -1 |
2024-08-07 12:42 | gen_incs: fix inane win32 nonsense | Randy Palamar | 1 | +1 | -1 |
2024-08-07 12:25 | reimplement export_font logic in gen_incs | Randy Palamar | 5 | +100 | -277 |
2024-08-07 05:02 | move picker slider code to single shader invocation | Randy Palamar | 3 | +121 | -87 |
2024-08-06 12:35 | drop memmove/string.h | Randy Palamar | 2 | +17 | -13 |
2024-08-06 03:27 | fix clicking on last colour stack item | Randy Palamar | 1 | +4 | -8 |
2024-08-06 03:11 | switch buttons back to RoundedLinesEx for now | Randy Palamar | 1 | +4 | -7 |
2024-08-06 02:57 | compress mode switch buttons | Randy Palamar | 3 | +14 | -22 |
2024-08-06 02:39 | limit the cursor width on really big windows | Randy Palamar | 2 | +7 | -4 |
2024-08-06 02:38 | make sure include path is valid even in debug build | Randy Palamar | 1 | +1 | -2 |
2024-08-05 21:21 | support window resizing/scaling | Randy Palamar | 4 | +44 | -12 |
2024-08-05 21:26 | ci: fix git config | Randy Palamar | 2 | +12 | -3 |
2024-08-05 21:19 | build.sh: replace git am with git apply | Randy Palamar | 1 | +1 | -1 |
2024-08-05 21:08 | replace gen_incs raylib code with a patch to raylib | Randy Palamar | 7 | +267 | -115 |
2024-08-04 21:14 | make sure hsv texture is cleared before filling | Randy Palamar | 1 | +3 | -2 |
2024-08-04 21:02 | simplify colour stack state handling | Randy Palamar | 3 | +89 | -83 |
2024-08-03 03:36 | apparently glibc needs XOPEN_SOURCE=700 | Randy Palamar | 1 | +1 | -1 |
2024-08-02 03:38 | fix output colour when only changing in picker mode | Randy Palamar | 1 | +1 | -1 |
2024-08-01 14:09 | further simplification of clickable buttons | Randy Palamar | 1 | +6 | -12 |
2024-08-01 13:52 | compress clickable button code | Randy Palamar | 2 | +45 | -46 |
2024-08-01 12:48 | don't segfault when window system can't get clipboard text | Randy Palamar | 1 | +2 | -1 |
| 75 more commits remaining, fetch the repository |