summaryrefslogtreecommitdiff
path: root/ui-snapshot.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-18Remove unused extern declarations from cgit.hLars Hjemli1-4/+0
2007-05-18Add knobs to enable/disable files/lines changed in log viewLars Hjemli4-13/+48
2007-05-16Restrict length of repo description on repolist pageLars Hjemli4-1/+9
2007-05-16Don't die when diffing trees with subprojectsLars Hjemli1-19/+43
2007-05-16Do not wrap filemode column in diffstat tableLars Hjemli1-0/+4
2007-05-16Add C D L and T links to index pageLars Hjemli1-1/+15
2007-05-16Make git_pageurl handle NULL querystringsLars Hjemli1-2/+6
2007-05-16Add support for tree listing via h parameterLars Hjemli1-0/+10
2007-05-16Add link to commitdiff below diffstatLars Hjemli2-2/+10
2007-05-16Add support for commitdiff via h parameterLars Hjemli3-7/+21
2007-05-16Change commit-view to expect h parameter, not idLars Hjemli4-10/+13
2007-05-16Enable default value for head parameterLars Hjemli3-14/+7
2007-05-15Restrict deep nesting of configfilesLars Hjemli1-4/+6
2007-05-15Include cgit.conf in MakefileLars Hjemli1-0/+5
2007-05-15ui-diff: show /dev/null as filename for add/deleteLars Hjemli1-1/+4
2007-05-15Use tables and css to create the diffstat graph, fix scalingLars Hjemli5-15/+27
2007-05-15Do not alter incoming sha1 when handling the download refs.Lars Hjemli1-2/+5
2007-05-15Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli5-4/+9
2007-05-15ui-shared.c: fix whitespace breakageLars Hjemli1-6/+5
2007-05-15Show tag heading even if first tag is of the lightweight kindLars Hjemli1-13/+19
2007-05-15Specify static storage class for file-local declarationsLars Hjemli2-11/+11
2007-05-14Add include-parameter to config filesLars Hjemli3-8/+15
2007-05-14Let makefile override the configfile locationLars Hjemli2-5/+8
2007-05-14cgit.c: fix whitespace breakageLars Hjemli1-7/+7
2007-05-14cgit.css: try to make diffs look a little bit nicerLars Hjemli2-13/+32
2007-05-14cgit.css: try do make diffstat a little bit nicerLars Hjemli1-4/+3
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli6-13/+37
2007-05-13cgit v0.4v0.4Lars Hjemli1-1/+1
2007-05-13Add commitdiff between commit and each of it's parentLars Hjemli5-10/+63
2007-05-13Add graphical diffstat to commit viewLars Hjemli5-33/+130
2007-05-13Add max-commit-count parameter to cgitrcLars Hjemli4-2/+10
2007-05-13Show number of changed lines in log viewLars Hjemli1-1/+11
2007-05-13Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli1-86/+2
2007-05-13Add standard interface for file diff functionsLars Hjemli2-0/+86
2007-05-13Show number of changed files in log viewLars Hjemli1-2/+15
2007-05-13Use standard tree-diff function when showing diffstat for single commitLars Hjemli1-51/+15
2007-05-13Add shared diff-handling functionsLars Hjemli2-2/+50
2007-05-12css: fix bad rendering in Internet ExplorerLars Hjemli1-2/+7
2007-05-11Add links to enable downloading of tagged blobsLars Hjemli2-9/+85
2007-05-11Makefile: add support for building w.o. preinstalled gitLars Hjemli1-1/+13
2007-05-11Tag release v0.3v0.3Lars Hjemli1-1/+1
2007-05-11Update README with submodule build infoLars Hjemli1-13/+39
2007-05-11Add submodule links in tree listingLars Hjemli6-12/+27
2007-05-11Add submodules.sh and use it during buildsLars Hjemli3-13/+222
2007-05-11Added git as a submoduleLars Hjemli2-1/+1
2007-05-09Add support for downloading single blobsLars Hjemli5-3/+47
2007-05-08ui-view: show pathname if specified in querystringLars Hjemli3-5/+10
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli9-837/+50
2007-02-21Layout updateLars Hjemli9-32/+127
2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22
'> r634@Devoty: necoro | 2008-01-14 23:48:24 +0100Necoro3-1/+4 Removed the broken plugins until they get replaced 2008-01-14 r632@Devoty: necoro | 2008-01-14 23:44:52 +0100Necoro3-175/+181 small changes 2008-01-14(no commit message)Necoro10-758/+1014 2008-01-14 r621@Devoty: necoro | 2008-01-14 20:21:40 +0100Necoro2-21/+61 adjust changelog r622@Devoty: necoro | 2008-01-14 21:01:11 +0100 Some new views 2008-01-14 r618@Devoty: necoro | 2008-01-14 20:19:05 +0100Necoro2-35/+57 An ALL category 2008-01-14 r617@Devoty: necoro | 2008-01-14 19:12:59 +0100Necoro2-10/+10 Remove unnecessairy loads of the shm module 2008-01-14 r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro9-394/+477 Allowed '-' and '_' in key names. Also use group names instead of their number. r610@Devoty: necoro | 2008-01-14 17:05:42 +0100 Disabled saving of the queues r611@Devoty: necoro | 2008-01-14 17:08:53 +0100 Added the possibility to permanently en-/disable plugins r612@Devoty: necoro | 2008-01-14 17:14:09 +0100 adjust changelog and translations r613@Devoty: necoro | 2008-01-14 17:40:53 +0100 Dropdown should be localized too 2008-01-14 r605@Devoty: necoro | 2008-01-14 11:43:34 +0100Necoro2-26/+129 Updated shm module to version 1.1.4 2008-01-14 r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro4-26/+38 Improved 'update world'; really support new use defaults 2008-01-11 r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro4-10/+50 Handle the new useflag format correctly 2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 updated todo 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 Re-Introduced etc-proposals 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 Disabled catapult till it is really usable 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 Fixed desktop file 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108 Added scrollbars to update window