summary refs log tree commit diff
path: root/etc (follow)
Commit message (Expand)AuthorAge
...
* Convert to CodeColemak keylayoutJune McEnroe2018-01-26
* Add Colemak keylayoutJune McEnroe2018-01-26
* Remove Code Tarmak 3June McEnroe2017-12-31
* Update Linux console map to Tarmak 4June McEnroe2017-09-27
* Add Code Tarmak 4 layoutJune McEnroe2017-09-27
* Rename files directory etcJune McEnroe2017-09-15
* Remove unused configsJune McEnroe2013-10-14
* Update system configurationsJune McEnroe2013-04-24
* Add PulseAudio configurationJune McEnroe2012-12-19
* Remove rc.confJune McEnroe2012-12-19
* Add cpupower configurationJune McEnroe2012-10-06
* Add system-wide configuration filesJune McEnroe2012-10-06
lass='logmsg'> Get outta here, underscores. * malloc the deflate buffer in pngoJune McEnroe2018-07-16 | | | | The stack is a baby. * Use break; case style everywhere*June McEnroe2018-05-25 | | | | *Except in switches where every branch does a return. * 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 | * Refactor critical chunk check into skipChunkJune McEnroe2018-03-02 | * Skip chunks by reading in pngoJune McEnroe2018-03-02 | | | | Pipes. * Add verbose flag to pngoJune McEnroe2018-03-02 | | | | I don't like verbose flags but I want to see what pngo manages to do. * Use memmove in pngo where neededJune McEnroe2018-02-28 | * Clean up pngoJune McEnroe2018-02-28 | | | | | | Big difference is changing lines from an array of structs containing pointers into data to an array of pointers to structs pointing directly into data. * Abort on other values of enums in pngoJune McEnroe2018-02-22 | * Fix zlib types on 32-bitJune McEnroe2018-02-22 | * Add unistd.h include to pngo.cJune McEnroe2018-02-20 | | | | Where getopt properly lives. * Take multiple inputs to pngoJune McEnroe2018-02-20 | * Reduce bit depth in pngoJune McEnroe2018-02-20 | * Always use None filter for indexed or bit depth < 8June McEnroe2018-02-20 | * Add pngo command line optionsJune McEnroe2018-02-19 | * Clean up pngo optimization functionsJune McEnroe2018-02-19 | * Index color if possible in pngo