aboutsummaryrefslogtreecommitdiffstats
path: root/ui-summary.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli2-0/+9
2008-05-03Add a pager on the repolistLars Hjemli4-1/+32
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli2-5/+19
2008-04-29Print an error if filename is not found in html_include.Harley Laue1-1/+5
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli2-3/+59
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli4-0/+10
2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli1-1/+10
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli3-1/+8
2008-04-29Move included header-file out of repolist tableLars Hjemli1-6/+3
2008-04-28Prepare for 'about repo' pageLars Hjemli2-5/+10
2008-04-28Add page 'ls_cache'Lars Hjemli3-5/+87
2008-04-28Redesign the caching layerLars Hjemli6-210/+418
2008-04-24ui-diff: remove test on object typeLars Hjemli1-6/+0
2008-04-24Integrate diffstat with diffLars Hjemli3-142/+152
2008-04-17Fix commitdiff annoyanceLars Hjemli1-1/+1
2008-04-15Cleanup page headerLars Hjemli1-17/+4
2008-04-14Fix search in repo index even if caching is enabledLars Hjemli1-1/+3
2008-04-14Make a few more columns in repolist and log view clickableLars Hjemli2-0/+7
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli3-34/+43
2008-04-14Fix more css uglinessLars Hjemli1-10/+4
2008-04-14cgit.css: set form marginsLars Hjemli1-1/+1
2008-04-14Fix css font-familyLars Hjemli1-1/+1
2008-04-13Make repository search case insensitiveLars Hjemli2-4/+11
2008-04-13Remove 'patch' link from tab, add to commit viewLars Hjemli3-2/+8
2008-04-13Implement minimal freetext search in the repolistLars Hjemli2-13/+47
2008-04-13More layout fixesLars Hjemli3-33/+98
2008-04-12Minor fixup in tree-view cssLars Hjemli1-3/+2
2008-04-12Reintroduce the branch switcherLars Hjemli2-0/+17
2008-04-12Add fixed link to index page from repo headerLars Hjemli1-3/+9
2008-04-12Include diff in commit viewLars Hjemli1-3/+5
2008-04-12Replace sidebar/logoLars Hjemli3-175/+97
2008-04-09Use GIT-1.5.5Lars Hjemli2-1/+1
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli2-2/+3
2008-04-08Reset ctx.repo to NULL when the config parser is finishedLars Hjemli1-0/+1
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli6-64/+68
2008-04-01Use GIT-1.5.5-rc2Lars Hjemli1-0/+0
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli6-78/+99
2008-03-27Add cache.hLars Hjemli4-14/+25
2008-03-25Remove global and obsolete cgit_cmdLars Hjemli2-2/+1
2008-03-25Makefile: copy the QUIET constructs from the Makefile in git.gitLars Hjemli1-5/+31
2008-03-24Move cgit_version from shared.c to cgit.cLars Hjemli3-3/+5
2008-03-24Makefile: autobuild dependency rulesLars Hjemli2-1/+11
2008-03-24Initial Makefile cleanupLars Hjemli1-7/+22
2008-03-24Move non-generic functions from shared.c to cgit.cLars Hjemli3-157/+155
2008-03-24Add ui-shared.hLars Hjemli13-32/+47
2008-03-24Add separate header-files for each page/viewLars Hjemli15-189/+257
2008-03-24Refactor snapshot supportLars Hjemli4-86/+90
2008-03-24Add command dispatcherLars Hjemli7-110/+169
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli6-17/+16
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli8-88/+113