about summary refs log tree commit diff
path: root/git (follow)
Commit message (Expand)AuthorAge
* git: update to 1.8.5Christian Hesse2014-01-08
* git: update to 1.8.4John Keeping2013-08-26
* git: update to 1.8.3John Keeping2013-05-25
* git: update to 1.8.2.2John Keeping2013-04-27
* Update git to v1.8.2.1John Keeping2013-04-08
* Update git to v1.7.12.4John Keeping2013-03-02
* Update git to v1.7.9.7John Keeping2013-03-02
* Update git to v1.7.8.6John Keeping2013-03-02
* Update git to v1.7.7.7John Keeping2013-03-02
* Update git to v1.7.6.5John Keeping2013-03-02
* Update git to v1.7.5.4John Keeping2013-03-02
* Use GIT-1.7.4Lars Hjemli2011-02-19
* Use GIT-1.7.3Lars Hjemli2010-09-19
* Use GIT-1.7.2.2Lars Hjemli2010-08-22
* Use GIT-1.7.0Lars Hjemli2010-02-27
* Use GIT-1.6.4.3Lars Hjemli2009-09-13
* Use GIT-1.6.3.4Lars Hjemli2009-08-16
* Use GIT-1.6.1.1Lars Hjemli2009-02-01
* Use GIT-1.6.1Lars Hjemli2008-12-26
* Use GIT-1.6.0.3Lars Hjemli2008-11-06
* Use GIT-1.6.0.2Lars Hjemli2008-10-05
* Use GIT-1.6.0.1Lars Hjemli2008-09-02
* Use GIT-1.6.0Lars Hjemli2008-09-01
* Use GIT-1.6.0.rc1Lars Hjemli2008-08-06
* Use GIT-1.6.0-rc0Lars Hjemli2008-07-21
* Use GIT-1.5.6Lars Hjemli2008-06-25
* Use GIT-1.5.5.1Lars Hjemli2008-05-18
* Use GIT-1.5.5Lars Hjemli2008-04-09
* Use GIT-1.5.5-rc2Lars Hjemli2008-04-01
* Use GIT-1.5.5.rc1Lars Hjemli2008-03-23
* Use GIT-1.5.4.4Lars Hjemli2008-03-17
* Use GIT-1.5.4.1Lars Hjemli2008-02-16
* Use GIT-1.5.4Lars Hjemli2008-02-02
* Use GIT-1.5.4.rc5Lars Hjemli2008-01-28
* Use GIT-1.5.4.rc4Lars Hjemli2008-01-21
* Use GIT-1.5.3.8Lars Hjemli2008-01-10
* Use GIT-1.5.3.5Lars Hjemli2007-11-03
* Use git-1.5.3.3Lars Hjemli2007-10-01
* Upgrade to GIT 1.5.3.2Lars Hjemli2007-09-20
* cgit v0.6.1Lars Hjemli2007-09-08
* Use git-1.5.3 as submoduleLars Hjemli2007-09-03
* Use git-1.5.2Lars Hjemli2007-05-20
* Added git as a submoduleLars Hjemli2007-05-11
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