about summary refs log tree commit diff
path: root/shared.c (follow)
Commit message (Expand)AuthorAge
...
| * | Move cgit_get_repoinfo into shared.cLars Hjemli2007-05-18
| |/
* / Teach cgit howto include an external file on index page.Lars Hjemli2007-05-19
|/
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-18
* Restrict length of repo description on repolist pageLars Hjemli2007-05-16
* Enable default value for head parameterLars Hjemli2007-05-16
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-15
* Add include-parameter to config filesLars Hjemli2007-05-14
* Add max-commit-count parameter to cgitrcLars Hjemli2007-05-13
* Add standard interface for file diff functionsLars Hjemli2007-05-13
* Add shared diff-handling functionsLars Hjemli2007-05-13
* Add submodule links in tree listingLars Hjemli2007-05-11
* Make snapshot feature configurableLars Hjemli2007-02-08
* Add support for snapshotsLars Hjemli2007-02-08
* Read repo-info from /etc/cgitrcLars Hjemli2007-02-04
* Add parameter to adjust max message length in log listingsLars Hjemli2007-01-28
* WIP: add paths/backlinks to tree/blobviewLars Hjemli2007-01-12
* Handle %xx encoding in querystringLars Hjemli2007-01-04
* Add generic support for search box in page headerLars Hjemli2006-12-28
* Add missing ttl-options in configLars Hjemli2006-12-22
* Add basic diff viewLars Hjemli2006-12-20
* Add cgit_free_commitinfo() and use where neededLars Hjemli2006-12-16
* Add cache-root option to /cgit/rcLars Hjemli2006-12-16
* Add argument parsing + switch for uncached operationLars Hjemli2006-12-16
* Add head comment to shared.cLars Hjemli2006-12-16
* Add simple pager to log pageLars Hjemli2006-12-14
* Move global variables + callback functions into shared.cLars Hjemli2006-12-11
> 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe