[PATCH] Make gitk work when launched in a subdirectory
[gitweb.git] / gitk
2007-01-13 [PATCH] Make gitk work when launched in a subdirectory
2007-01-13 [PATCH] gitk: add current directory to main window...
2006-11-23 gitk: Fix enabling/disabling of menu items on Mac OS X
2006-10-19 [PATCH] gitk: Fix nextfile() and add prevfile()
2006-08-28 gitk: Fix some bugs in the new cherry-picking code
2006-08-16 gitk: Improve responsiveness while reading and layout...
2006-08-08 gitk: Update preceding/following tag info when creating...
2006-08-06 gitk: Add a menu item for cherry-picking commits
2006-08-02 gitk: Fix a couple of buglets in the branch head menu...
2006-08-01 gitk: Add a context menu for heads
2006-08-01 gitk: Add a row context-menu item for creating a new...
2006-08-01 gitk: Recompute ancestor/descendent heads/tags when...
2006-07-17 gitk: Minor cleanups
2006-07-06 gitk: Show the currently checked-out head in bold font
2006-07-05 gitk: Allow the user to set some colors
2006-06-11 [PATCH] gitk: rereadrefs needs listrefs
2006-06-06 gitk: Re-read the descendent/ancestor tag & head info...
2006-06-04 gitk: Show branch name(s) as well, if "show nearby...
2006-06-03 gitk: Show nearby tags
2006-05-30 Merge branch 'master' into new
2006-05-30 gitk: Add a goto next/previous highlighted commit function
2006-05-29 gitk: Provide ability to highlight based on relationshi...
2006-05-26 gitk: show_error fix
2006-05-26 [PATCH] gitk: start-up bugfix
2006-05-26 [PATCH] gitk: Replace "git-" commands with "git "
2006-05-26 gitk: Fix bug in highlight stuff when no line is selected
2006-05-26 gitk: Move "pickaxe" find function to highlight facility
2006-05-25 gitk: Improve the text window search function
2006-05-24 gitk: First cut at a search function in the patch/file...
2006-05-20 gitk: Highlight paths of interest in tree view as well
2006-05-20 gitk: Highlight entries in the file list as well
2006-05-20 [PATCH] gitk: Display commit messages with word wrap
2006-05-19 Merge branch 'master' into new
2006-05-19 gitk: Fix bug where page-up/down wouldn't always work...
2006-05-19 gitk: Make a row of controls for controlling highlighting
2006-05-14 gitk: Fix display of "(...)" for parents/children we...
2006-05-02 gitk: Allow view to specify arbitrary arguments to...
2006-05-02 gitk: Fix file list display when files are renamed
2006-05-02 gitk: Basic support for highlighting one view within...
2006-04-30 gitk: Add a tree-browsing mode
2006-04-27 gitk: Use a text widget for the file list
2006-04-26 Merge branch 'new'
2006-04-25 [PATCH] gitk: Add a visual tag for remote refs
2006-04-25 gitk: add menu item for editing the current view
2006-04-25 gitk: Implement "permanent" views (stored in ~/.gitk)
2006-04-23 Merge branch 'master' into new
2006-04-23 gitk: Use git-rev-parse only to identify file/dir names...
2006-04-23 gitk: Let git-rev-list do the argument list parsing
2006-04-21 gitk: Remember the view in the history list
2006-04-17 gitk: Fix bug caused by missing commitlisted elements
2006-04-16 gitk: Don't reread git-rev-list output from scratch...
2006-04-06 gitk: Fix various bugs in the view support
2006-04-06 Merge branch 'master' into new
2006-04-06 gitk: Fix incorrect invocation of getmergediffline
2006-04-06 [PATCH] gitk: Fix searching for filenames in gitk
2006-04-06 gitk: Make File->Update work properly again
2006-04-05 [PATCH] Provide configurable UI font for gitk
2006-04-05 [PATCH] gitk: Use git wrapper to run git-ls-remote.
2006-04-05 [PATCH] gitk: add key bindings for selecting first...
2006-04-04 gitk: Add a help menu item to display key bindings
2006-04-04 [PATCH] gitk: allow goto heads
2006-04-04 gitk: Implement multiple views
2006-04-02 gitk: replace parent and children arrays with lists
2006-03-30 gitk: Better workaround for arrows on diagonal line...
2006-03-30 gitk: Allow top panes to scroll horizontally with mouse...
2006-03-30 gitk: Prevent parent link from overwriting commit headline
2006-03-30 gitk: Show diffs for boundary commits
2006-03-30 gitk: Use the new --boundary flag to git-rev-list
2006-03-21 gitk: Fix two bugs reported by users
2006-03-18 gitk: Improve appearance of first child links
2006-03-18 gitk: Make downward-pointing arrows end in vertical...
2006-03-18 gitk: Don't change cursor at end of layout if find...
2006-03-17 gitk: Make commitdata an array rather than a list
2006-03-07 gitk: Fix display of diff lines beginning with ---...
2006-03-02 [PATCH] gitk: Make error_popup react to Return
2006-03-02 gitk: Fix a bug in drawing the selected line as a thick...
2006-03-02 gitk: Further speedups
2006-02-28 gitk: Various speed improvements
2006-02-28 gitk: Fix Update menu item
2006-02-27 gitk: Fix clicks on arrows on line ends
2006-02-19 gitk: New improved gitk
2006-02-09 gitk: Make "find" on "Files" work again.
2006-02-06 gitk: Use git-diff-tree --cc for showing the diffs...
2006-02-06 gitk: Add braces around if expressions
2005-12-07 gitk: Work around Tcl's non-standard names for encodings
2005-12-05 gitk: Some improvements for the code for updating the...
2005-12-01 gitk: Factored out some common code into a new start_re...
2005-12-01 [PATCH] gitk: add Update menu item.
2005-11-29 gitk: Add a preferences dialog with some basic stuff
2005-11-28 [PATCH] gitk: Use i18n.commitencoding configuration...
2005-11-28 gitk: Fix diff this->selected and selected->this functions
2005-11-23 [PATCH] gitk: UTF-8 support
2005-11-23 [PATCH] gitk: put braces around exprs
2005-11-20 gitk: Disable fastdate stuff for now
2005-11-20 gitk: Fix some bugs introduced by speedup changes
2005-11-19 gitk: moving all three panes if clicking on an arrow.
2005-11-19 gitk: use git-diff-tree --no-commit-id
2005-11-19 gitk: Specify line hover font
2005-11-19 readrefs: grab all refs with one call to ls-remote.
2005-11-14 Add -r flag and some speedups
next