From 5cd2bf7e7f3f3daf6107cd3a269bad78e342de70 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Fri, 12 Jan 2007 00:46:17 +0100 Subject: WIP: add paths/backlinks to tree/blobview --- ui-tree.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index 54dcdbe..ed9f05e 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -29,11 +29,16 @@ static int print_entry(const unsigned char *sha1, const char *base, if (S_ISDIR(mode)) { html("
"); html_txt(name); @@ -46,7 +51,7 @@ static int print_entry(const unsigned char *sha1, const char *base, return 0; } -void cgit_print_tree(const char *hex) +void cgit_print_tree(const char *hex, char *path) { struct tree *tree; unsigned char sha1[20]; @@ -62,6 +67,7 @@ void cgit_print_tree(const char *hex) } html("

Tree content

\n"); + html_txt(path); html("\n"); html(""); html(""); -- cgit v1.2.3-70-g09d2 mp;follow=1'>logtreecommitdiff
Mode
Commit message (Collapse)AuthorFilesLines
2007-04-13Improved masking display and made most of the Qt-Frontend worknecoro1-2/+32
2007-04-10Some more functionality for the Qt-Frontend (complete emerge)necoro8-217/+347
2007-04-07Some more functionality for the Qt-Frontendnecoro11-88/+463
2007-04-07Added Qt-Terminalnecoro4-4/+213
2007-04-06First qt draftnecoro6-1/+796
2007-04-04showed masked packages unmasked by the user similar to stable marked testing ↵necoro5-13/+40
packages
2007-03-31changed changelognecoro1-1/+2
2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2
2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3
2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13
2007-03-31Allowed Plugins to have a menunecoro7-201/+315
2007-03-15Added etc-proposals pluginnecoro7-28/+121
2007-03-10Added USE_EXPAND-supportnecoro5-11/+63
2007-03-10Added plugin-data to about-dialognecoro3-197/+264
2007-08-07new threading model in gui_helpernecoro9-159/+237
2007-08-06small fixesnecoro3-4/+6
2007-08-05some translation fixes :)necoro2-0/+3
2007-08-05some translation fixes :)necoro1-1/+1
2007-08-05some translation fixes :)necoro7-358/+357
2007-08-05pocompile testnecoro1-2/+2
2007-08-05pocompile testnecoro1-2/+3
2007-08-05pocompile testnecoro1-1/+6
2007-08-05i18n support and german translationsnecoro3-3/+11
2007-08-05i18n support and german translationsnecoro19-87/+1391
2007-08-04added an uncaught exception dialognecoro2-2/+1
2007-08-04added an uncaught exception dialognecoro4-3/+93
2007-08-04bugfixesnecoro3-5/+20
2007-08-01Removed "(GTK)" from desktop filenecoro1-1/+1
2007-07-30updatesnecoro1-1/+1
2007-07-30updatesnecoro2-21/+64
2007-07-28some more pause emerge itemsnecoro5-276/+423
2007-07-27changed design / added linknecoro3-66/+154
2007-07-26changed design / added linknecoro2-34/+27
2007-07-25changed design / added linknecoro5-86/+188
2007-07-24made the resume_loop-plugin change titles toonecoro5-7/+22
2007-07-21added logviewersnecoro7-215/+429
2007-07-21updated howtonecoro1-14/+24
2007-07-20new Plugin Schemenecoro1-5/+4
2007-07-20new Plugin Schemenecoro1-1/+1
2007-07-20new Plugin Schemenecoro9-162/+214
2007-07-13fixesnecoro4-27/+37
2007-07-13new fancier log outputnecoro14-127/+116
2007-07-11added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro8-208/+275
2007-07-09bug in shutdown pluginnecoro2-5/+12
2007-07-09added resume_loop pluginnecoro1-1/+1
2007-07-09added resume_loop pluginnecoro10-22/+162
2007-07-07some more documentationnecoro6-4/+108
2007-07-07Some documentation worknecoro7-18/+129