summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Simplify Greek compose keysJune McEnroe2012-11-26
* Add custom compose key sequencesJune McEnroe2012-11-25
* Add zJune McEnroe2012-11-11
* No more consolekitJune McEnroe2012-11-04
* Float feh windowsJune McEnroe2012-11-04
* Add MPD configurationJune McEnroe2012-10-13
* Use transparent backgrounds in awesomeJune McEnroe2012-10-07
* Add cpupower configurationJune McEnroe2012-10-06
* Add system-wide configuration filesJune McEnroe2012-10-06
* Remove gnome-keyringJune McEnroe2012-10-06
* Use Base16 colors in TerminalJune McEnroe2012-10-05
* Add dropboxJune McEnroe2012-09-04
* Use real pacman for update checkingJune McEnroe2012-08-31
* Rewrote zshrcJune McEnroe2012-08-31
* Make awesome play nice with latest viciousJune McEnroe2012-08-24
* Remove pkgfile hookJune McEnroe2012-08-24
* Add my Tomorrow-Night-based themeJune McEnroe2012-08-20
* Add Awesome iconsJune McEnroe2012-07-08
* Fuck awesomeJune McEnroe2012-07-07
* Switch to default ruby when leaving project directoryJune McEnroe2012-07-07
* Set up RVMJune McEnroe2012-07-07
* Add gfrop commandJune McEnroe2012-07-07
* Make gs output terseJune McEnroe2012-07-02
* Fix unclutter cursor flicker on GTK appsJune McEnroe2012-07-02
* Start unclutter at loginJune McEnroe2012-05-05
* Task stuffJune McEnroe2012-05-05
* Float QEMU windowsJune McEnroe2012-05-05
* Remove unreversible minimize keymapJune McEnroe2012-05-05
* Start gnome-keyring-daemon at loginJune McEnroe2012-05-04
* Add effuse ignore fileJune McEnroe2012-04-30
* Use pacman-color in auto-SyuJune McEnroe2012-04-30
* Use pacman-color in ZSHJune McEnroe2012-04-29
* Add ncmpcpp configurationJune McEnroe2012-04-01
* Count only incomplete tasks in promptJune McEnroe2012-04-01
* Add t alias for taskJune McEnroe2012-03-30
* Move task count to beginning of promptJune McEnroe2012-03-30
* Add holidays to TaskJune McEnroe2012-03-30
* Simplify READMEJune McEnroe2012-03-30
* Add Task configurationJune McEnroe2012-03-30
* Add task count to promptJune McEnroe2012-03-30
* Remove ZSH gvim function and clean up .zshrcJune McEnroe2012-03-30
* Add Terminal configurationJune McEnroe2012-03-28
* Add Awesome configurationJune McEnroe2012-03-28
* Update list of configurationsJune McEnroe2012-03-28
* Reformat for use with EffuseJune McEnroe2012-03-28
* Removed vimrcJune McEnroe2012-01-14
* PineapplesJune McEnroe2012-01-08
* Use smarttab in VIMJune McEnroe2011-12-09
* I have no ideaJune McEnroe2011-12-09
* Highlight column 80 in vimJune McEnroe2011-11-29
2fd67539cdf1c13edbb6047253e168d1814cd3&follow=1'>Use 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 In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 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