about summary refs log tree commit diff
path: root/cgit.css (follow)
Commit message (Expand)AuthorAge
...
* Adjust apperance of repogroup headersLars Hjemli2007-05-20
* Teach cgit how to group repositories by categoryLars Hjemli2007-05-18
* Do not wrap filemode column in diffstat tableLars Hjemli2007-05-16
* Add link to commitdiff below diffstatLars Hjemli2007-05-16
* Use tables and css to create the diffstat graph, fix scalingLars Hjemli2007-05-15
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-14
* cgit.css: try do make diffstat a little bit nicerLars Hjemli2007-05-14
* Add log filtering by path and link to it from tree viewLars Hjemli2007-05-14
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-13
* Add graphical diffstat to commit viewLars Hjemli2007-05-13
* css: fix bad rendering in Internet ExplorerLars Hjemli2007-05-12
* Add links to enable downloading of tagged blobsLars Hjemli2007-05-11
* Add submodule links in tree listingLars Hjemli2007-05-11
* Layout updateLars Hjemli2007-02-21
* Set explicit font sizeLars Hjemli2007-01-28
* Change global document layoutLars Hjemli2007-01-28
* Cleanup table listingsLars Hjemli2007-01-28
* Extend repo summary with tag listLars Hjemli2007-01-17
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Minor style fixesLars Hjemli2006-12-22
* Only show first 80 characters of commit subject in log and summaryLars Hjemli2006-12-22
* Add basic diff viewLars Hjemli2006-12-20
* Use html_filemode in ui-tree.cLars Hjemli2006-12-17
* Show list of modified files in ui-commit.cLars Hjemli2006-12-17
* gitweb ripoff: set tr:hover to highligt current rowLars Hjemli2006-12-16
* Make repo header a link to summary pageLars Hjemli2006-12-16
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16
* Small layout adjustments to summary and blob viewLars Hjemli2006-12-13
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-13
* Import cgit prototype from git treeLars Hjemli2006-12-09
>Factor out allocating conversion between wcs and mbsJune McEnroe 2018-08-07Match commands case-insensitivelyJune McEnroe Also include the slash in their names so that they can be added to tab-complete later. 2018-08-07Convert input to multibyte before handlingJune McEnroe 2018-08-07Populate tab-complete listJune McEnroe 2018-08-07Fix /me formatting side-effectsJune McEnroe NEVER pass side-effects to a macro. 2018-08-07Define ui.c BUF_LEN with enumJune McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe