colourpicker

Simple Colour Picker written in C
git clone anongit@rnpnr.xyz:colourpicker.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2024-08-17 16:18actually decrease the buf_len when delete is pressedRandy Palamar1+1-0
2024-08-16 19:50support delete key for text inputRandy Palamar1+7-0
2024-08-11 14:38drop unused parameter from shaderRandy Palamar3+2-6
2024-08-11 03:49remove awful DrawTextEx raylib functionRandy Palamar3+46-28
2024-08-11 02:29cleanup -Wextra warningsRandy Palamar2+9-8
2024-08-10 22:45replace horrible MeasureTextEx and add debug cycle countsRandy Palamar2+162-53
2024-08-10 15:02drop remaining raylib Fade() callsRandy Palamar1+3-3
2024-08-10 00:29release version 1.0Randy Palamar2+5-5
2024-08-10 00:26icon should have solid backgroundRandy Palamar2+6-5
2024-08-10 00:20add release.yml and a proper builtin icon for win32Randy Palamar7+140-4
2024-08-09 13:31build.sh: allow different output names per OSRandy Palamar1+7-2
2024-08-09 13:16add version command line flagRandy Palamar2+7-1
2024-08-09 13:07build.sh: allow external CFLAGS and LDFLAGSRandy Palamar1+5-2
2024-08-09 12:39add example screenshot to READMERandy Palamar2+2-0
2024-08-09 12:30avoid broken raylib border calculation for colour stackRandy Palamar2+12-10
2024-08-09 06:13add a basic iconRandy Palamar1+17-1
2024-08-09 03:04adapt slider border radius to window scalingRandy Palamar2+4-3
2024-08-09 02:55remove last remaining local static variablesRandy Palamar2+11-14
2024-08-08 12:25pass relative mouse around rather then relative originRandy Palamar1+30-37
2024-08-08 12:15make do_button and friends return the pressed mouse buttonRandy Palamar2+24-24
2024-08-08 11:56pass max_chars into do_text_inputRandy Palamar1+4-12
2024-08-08 04:48don't send an extra (oob) colour to shaderRandy Palamar1+1-1
2024-08-08 04:44compress shader invocationRandy Palamar1+31-44
2024-08-08 04:29use rlgl interface for setting uniformsRandy Palamar1+17-22
2024-08-08 04:15move slider mode lerping to shaderRandy Palamar6+205-198
2024-08-07 16:00fix inane win32 nonsense part 2Randy Palamar1+2-2
2024-08-07 15:30don't open a console on win32Randy Palamar1+1-1
2024-08-07 12:42gen_incs: fix inane win32 nonsenseRandy Palamar1+1-1
2024-08-07 12:25reimplement export_font logic in gen_incsRandy Palamar5+100-277
2024-08-07 05:02move picker slider code to single shader invocationRandy Palamar3+121-87
2024-08-06 12:35drop memmove/string.hRandy Palamar2+17-13
2024-08-06 03:27fix clicking on last colour stack itemRandy Palamar1+4-8
2024-08-06 03:11switch buttons back to RoundedLinesEx for nowRandy Palamar1+4-7
2024-08-06 02:57compress mode switch buttonsRandy Palamar3+14-22
2024-08-06 02:39limit the cursor width on really big windowsRandy Palamar2+7-4
2024-08-06 02:38make sure include path is valid even in debug buildRandy Palamar1+1-2
2024-08-05 21:21support window resizing/scalingRandy Palamar4+44-12
2024-08-05 21:26ci: fix git configRandy Palamar2+12-3
2024-08-05 21:19build.sh: replace git am with git applyRandy Palamar1+1-1
2024-08-05 21:08replace gen_incs raylib code with a patch to raylibRandy Palamar7+267-115
2024-08-04 21:14make sure hsv texture is cleared before fillingRandy Palamar1+3-2
2024-08-04 21:02simplify colour stack state handlingRandy Palamar3+89-83
2024-08-03 03:36apparently glibc needs XOPEN_SOURCE=700Randy Palamar1+1-1
2024-08-02 03:38fix output colour when only changing in picker modeRandy Palamar1+1-1
2024-08-01 14:09further simplification of clickable buttonsRandy Palamar1+6-12
2024-08-01 13:52compress clickable button codeRandy Palamar2+45-46
2024-08-01 12:48don't segfault when window system can't get clipboard textRandy Palamar1+2-1
2024-08-01 12:19drop some useless parts of gen_incsRandy Palamar1+13-44
2024-08-01 04:10avoid opening a window for autogenerated filesRandy Palamar2+170-24
2024-08-01 03:57drop non-standard getline from gen_incsRandy Palamar2+45-18
72 more commits remaining, fetch the repository