about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | Use tables for page layoutLars Hjemli2007-11-16
* | Gimp my logoLars Hjemli2007-11-16
* | Add support for "robots" meta-tagLars Hjemli2007-11-11
* | Generate valid html for "downloads" menu headerLars Hjemli2007-11-11
* | Merge branch 'lh/testsuite'Lars Hjemli2007-11-11
|\ \
| * | Set commit date on snapshot contentsLars Hjemli2007-11-11
| * | Fix html error detected by test-suiteLars Hjemli2007-11-11
| * | Create initial testsuiteLars Hjemli2007-11-11
|/ /
* | Merge branch 'stable'Lars Hjemli2007-11-09
|\|
| * CGIT 0.7.1Lars Hjemli2007-11-09
| * Makefile install: include cgit.png, do not empty cacheLars Hjemli2007-11-09
* | Minor css tweaksLars Hjemli2007-11-09
* | Merge branch 'stable'Lars Hjemli2007-11-08
|\|
| * Support "/" as virtual-rootLars Hjemli2007-11-08
* | Makefile: link with libiconv if NEEDS_LIBICONV is definedLars Hjemli2007-11-06
* | Merge branch 'iconv-rebased' of http://x2a.org/pub/git/cgitLars Hjemli2007-11-06
|\ \
| * | Use utf8::reencode_string from gitLars Hjemli2007-11-05
| * | Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault2007-11-05
| * | Add iconv_msg function.Jonathan Bastien-Filiatrault2007-11-05
| * | Set msg_encoding according to the header.Jonathan Bastien-Filiatrault2007-11-05
| * | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-05
| |/
* / Show lines changed as -n/+m in shortlogsLars Hjemli2007-11-06
|/
* Don't show the the branch selector button if javascript is enabledLars Hjemli2007-11-03
* Do not require javascript-enabled clientsLars Hjemli2007-11-03
* CGIT 0.7Lars Hjemli2007-11-03
* Use GIT-1.5.3.5Lars Hjemli2007-11-03
* Don't include current SHA1 in 'log' menu-itemLars Hjemli2007-11-03
* Don't include current path in menu linksLars Hjemli2007-11-03
* Fix search form action/hidden fieldsLars Hjemli2007-11-03
* Add search parameters to cgit_log_linkLars Hjemli2007-11-03
* Fix typo in cssShunichi Fuji2007-11-03
* Change the cgit layoutLars Hjemli2007-10-30
* Add config param 'index-info'Lars Hjemli2007-10-30
* Teach cgit_object_link() about tag objectsLars Hjemli2007-10-28
* Make print_branch() handle refs not pointing at commitsLars Hjemli2007-10-28
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-28
* Add html_option() functionLars Hjemli2007-10-28
* Merge branch 'stable'Lars Hjemli2007-10-27
|\
| * cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-27
* | Cleanup code introduced by the filter-refs topicLars Hjemli2007-10-27
* | Merge branch 'filter-refs'Lars Hjemli2007-10-27
|\ \
| * | Add links to the new refs page from summary pageLars Hjemli2007-10-27
| * | Add support for refs viewLars Hjemli2007-10-27
| * | Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli2007-10-27
| * | Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli2007-10-27
| * | Add support for config param summary-branchesLars Hjemli2007-10-27
| * | Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli2007-10-27
| * | Add support for config param summary-tagsLars Hjemli2007-10-27
| * | Sort tags by ageLars Hjemli2007-10-27
| * | Use reflist to print tag infoLars Hjemli2007-10-27
='3' class='logmsg'> 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