summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* edit: simplify expressionPhilipp Gesang2022-12-021-6/+2
* edit: implement the actual save operationPhilipp Gesang2022-08-272-48/+141
* edit: implement simple command parserPhilipp Gesang2022-08-271-19/+82
* edit: implement command mode input handlingPhilipp Gesang2022-08-251-18/+126
* edit: add a command mode and status barPhilipp Gesang2022-08-221-7/+45
* edit: improve color box compositionPhilipp Gesang2022-08-221-7/+12
* edit: implement basic insert mode switchPhilipp Gesang2022-08-191-23/+47
* edit: add setter for palette colorsPhilipp Gesang2022-08-191-0/+19
* edit: make selection on click actually workPhilipp Gesang2022-08-191-8/+26
* edit: display color componentsPhilipp Gesang2022-08-181-2/+87
* edit: implement hjkl key bindingsPhilipp Gesang2022-08-181-3/+21
* edit: implement color box selectionPhilipp Gesang2022-08-181-4/+31
* edit: abstract out the color viewsPhilipp Gesang2022-08-181-96/+77
* edit: convert color ids to TextInputPhilipp Gesang2022-08-171-2/+4
* edit: scale color box width to window sizePhilipp Gesang2022-08-171-8/+8
* vtcol: fix conditional codePhilipp Gesang2022-08-081-22/+16
* edit: present color palettePhilipp Gesang2022-08-083-3/+235
* edit: set up a rudimentary 60fps windowPhilipp Gesang2022-08-081-2/+38
* bin: prepare for scheme editorPhilipp Gesang2022-08-081-0/+25
* lib: rework caps flag handlingPhilipp Gesang2022-08-081-6/+35
* lib: fix ioctl argp castPhilipp Gesang2021-12-221-5/+4
* expand docs to cover “kb {leds,flags}” splitPhilipp Gesang2021-12-221-0/+4
* bin: lib: address some clippy lintsPhilipp Gesang2021-12-222-5/+9
* bin: add switch for flag defaultsPhilipp Gesang2021-12-221-20/+33
* lib: rework led flags as composite typePhilipp Gesang2021-12-221-30/+207
* Revert "lib: implement “kb flags”"Philipp Gesang2021-12-221-61/+71
* lib: implement “kb flags”Philipp Gesang2021-12-122-113/+303
* bin: move “leds” subcommand under “kb” namespacePhilipp Gesang2021-12-121-100/+135
* lib: add ioctl wrappers for KDGKBLED / KDSKBLEDPhilipp Gesang2021-12-121-43/+111
* lib: close console fd on dropPhilipp Gesang2021-12-121-0/+14
* bin: allow specifying the console on the command linePhilipp Gesang2021-12-122-64/+118
* bin: make --verbose a global argumentPhilipp Gesang2021-12-121-1/+2
* bin: refactor job into member functions + traitPhilipp Gesang2021-12-121-188/+222
* bin: lib: implement setting state of individual LEDsPhilipp Gesang2021-12-122-17/+120
* bin: implement led revertPhilipp Gesang2021-12-122-7/+26
* bin: implement “leds set” subcommandPhilipp Gesang2021-12-122-6/+61
* move color ops into subcommandPhilipp Gesang2021-12-111-202/+247
* add KDGETLED subcommand to vtcol-binPhilipp Gesang2021-12-082-2/+86
* add ioctl wrappers for KDGETLED / KDSETLEDPhilipp Gesang2021-12-081-5/+119
* be more specific about what “list” doesPhilipp Gesang2021-12-081-1/+1
* move base64 handling out of PalettePhilipp Gesang2021-11-252-25/+26
* don’t panic!() on open(2) failurePhilipp Gesang2021-11-241-10/+10
* add base64 input to ‘dump’Philipp Gesang2021-11-241-7/+23
* add base64 input for ‘set’Philipp Gesang2021-11-242-0/+45
* add base64 output for ‘get’Philipp Gesang2021-11-242-6/+24
* optionally clear after each fade stepPhilipp Gesang2021-11-232-6/+27
* implement fadingPhilipp Gesang2021-11-232-3/+195
* get rid of useless lifetimesPhilipp Gesang2021-11-221-5/+5
* switch RawPalette to integer representationPhilipp Gesang2021-11-162-51/+96
* add KDGKBTYPE wrapperPhilipp Gesang2021-11-151-8/+14