about summary refs log tree commit diff
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAge
* Fix gcc 8.1.1 compiler warningsJason A. Donenfeld2018-07-04
* snapshot: support tar signature for compressed tarChristian Hesse2018-07-03
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-03
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-27
* snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse2018-06-27
* snapshot: support archive signaturesJohn Keeping2018-06-27
* ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping2018-06-27
* ui-shared: use the same snapshot logic as ui-refsJohn Keeping2018-06-27
* ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping2018-06-27
* ui-shared: remove unused parameterJohn Keeping2018-06-27
* Add "snapshot-prefix" repo configurationJohn Keeping2018-06-27
* ui-shared: pass repo object to print_snapshot_links()John Keeping2018-06-27
* print git version string in footerChristian Hesse2018-06-27
* git: update to v2.17.1Christian Hesse2018-06-27
* ui-shared: use type='search' for the search boxVille Skyttä2017-10-15
* ui-tree: link to blame UI if enabledJeff Smith2017-10-03
* ui-shared: make a char* parameter constJeff Smith2017-10-03
* ui-tree: move set_title_from_path to ui-sharedJeff Smith2017-10-03
* ui-shared: don't print path crumbs without a repoJohn Keeping2017-08-10
* ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* ui-shared: fix decl-after-statement warningsJohn Keeping2016-10-01
* ui-shared: fix segfault when defbranch is NULLEric Wong2016-07-06
* Avoid ambiguities when prettifying snapshot namesLukas Fleischer2016-07-05
* Hosted on HTTPS nowJason A. Donenfeld2016-06-07
* forms: action should not be emptyJason A. Donenfeld2016-05-12
* ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi2016-05-12
* ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi2016-05-12
* ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi2016-05-12
* ui-shared: redirect should not exit early for cacheJason A. Donenfeld2016-02-26
* tabs: do not use target=_blankJason A. Donenfeld2016-02-23
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-22
* Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-08
* ui-shared: remove cgit_print_date()John Keeping2016-02-08
* ui-shared: use show_date for footer timestampJohn Keeping2016-02-08
* ui: show ages in the originator's timezoneJohn Keeping2016-02-08
* ui-shared: add cgit_date_mode()John Keeping2016-02-08
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-08
* ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld2016-01-14
* ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld2016-01-14
* Fix segmentation fault in hc()Lukas Fleischer2016-01-13
* git: update to v2.7.0Christian Hesse2016-01-13
* ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse2015-10-09
* ui-shared: return value of cgit_hosturl is not constChristian Hesse2015-10-09
* ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-09
* ui-shared: return value of cgit_currenturl is not constChristian Hesse2015-10-09
* ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-09
* ui-shared: cache errors for "dynamic TTL"John Keeping2015-08-14
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-14
* ui-shared: add cgit_print_error_page() functionJohn Keeping2015-08-14
* ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping2015-08-13
1'>Rename 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