about summary refs log tree commit diff
path: root/ui-shared.h (follow)
Commit message (Expand)AuthorAge
* add cgit_httpscheme() -> http:// or https://Diego Ongaro2009-06-11
* Merge branch 'lh/stats'Lars Hjemli2009-01-27
|\
| * ui-shared: externalize add_hidden_formfields()Lars Hjemli2008-12-07
| * ui-shared: add and use cgit_stats_link()Lars Hjemli2008-12-07
* | ui-log: add support for showing the full commit messageLars Hjemli2008-11-29
|/
* ui-shared: add cgit_tag_link()Lars Hjemli2008-10-05
* ui-shared.c: add cgit_summary_link()Lars Hjemli2008-10-05
* Merge branch 'lh/plain'Lars Hjemli2008-09-01
|\
| * ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-06
* | Add atom-supportLars Hjemli2008-08-01
|/
* Added `local-time` option to cgitrcStefan Naewe2008-08-01
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-03
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13
* Add ui-shared.hLars Hjemli2008-03-24
2019-02-22Fix name of <raw> window in man pageJune McEnroe 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