summary refs log tree commit diff
path: root/bin/glitch.c (follow)
Commit message (Expand)AuthorAge
* Cast z_stream fields to size_tJune McEnroe2020-06-07
* Call static_assert by _Static_assertJune McEnroe2020-06-07
* Make all copyright headers consistentJune McEnroe2019-01-01
* Factor out pixelBits, pixelSize in glitchJune McEnroe2018-09-05
* Zero after mirrorJune McEnroe2018-09-05
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
* Add glitch -x and -yJune McEnroe2018-09-05
* Add -i invert option to glitchJune McEnroe2018-09-04
* malloc IDAT chunks in pngo and glitchJune McEnroe2018-09-02
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add -m option to glitchJune McEnroe2018-07-16
* malloc deflate buffer in glitchJune McEnroe2018-07-16
* Use break; case style everywhere*June McEnroe2018-05-25
* Tabify binJune McEnroe2018-05-13
* Use enum instead of #define for some constantsJune McEnroe2018-04-09
* static_assert PNG header size in pngo and glitchJune McEnroe2018-04-08
* Add -f -r options to glitchJune McEnroe2018-03-02
* Take filter patterns in glitchJune McEnroe2018-03-02
* Clean up more glitch code from pngoJune McEnroe2018-03-02
* Add -a -d -p options to glitchJune McEnroe2018-03-02
* Remove unnecessary parts of glitchJune McEnroe2018-03-02
* Copy glitch from pngoJune McEnroe2018-03-02
22-02-20 16:20:33 -0500'>2022-02-20Share a cut buffer between all edit buffersJune McEnroe 2022-02-20Assert return values in edit testsJune McEnroe 2022-02-20Move mbs out of struct Edit, use a global bufferJune McEnroe 2022-02-20Clear edit buffer before running commandJune McEnroe 2022-02-20Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe