summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
2009-11-14gitk: Fix "git gui blame" invocation when called from top-level directoryLibravatar Markus Heidelberg1-0/+3
2009-11-14gitk: Disable checkout of remote branchesLibravatar Sitaram Chamarty1-0/+3
2009-11-14gitk: Improve appearance of radiobuttons and checkbuttonsLibravatar Paul Mackerras1-2/+12
2009-11-03gitk: Skip translation of "wrong Tcl version" messageLibravatar Bernt Hansen1-4/+4
2009-11-03gitk: Use the --submodule option for displaying diffs when availableLibravatar Jens Lehmann1-1/+20
2009-11-03gitk: Fix diffing committed -> staged (typo in diffcmd)Libravatar Jens Lehmann1-1/+1
2009-11-03gitk: Add configuration for UI colour schemeLibravatar Guillermo S. Romero1-2/+14
2009-09-21gitk: Work around leftover temporary save fileLibravatar Pat Thoyts1-0/+1
2009-09-10gitk: Show diff of commits at end of compare-commits outputLibravatar Paul Mackerras1-23/+58
2009-08-13gitk: Parse arbitrary commit-ish in SHA1 fieldLibravatar Thomas Rast1-1/+6
2009-08-13gitk: Fix direction of symmetric difference in optimized modeLibravatar Thomas Rast1-1/+1
2009-08-13gitk: New option to hide remote refsLibravatar Thomas Rast1-3/+15
2009-08-13gitk: Do not hard-code "encoding" in attribute lookup functionsLibravatar Johannes Sixt1-2/+2
2009-05-25gitk: Allow diff view without context linesLibravatar Markus Heidelberg1-2/+2
2009-05-25gitk: Add another string to translationLibravatar Michele Ballabio1-1/+1
2009-05-25gitk: Add option 'Simple history' to the options menuLibravatar Dirk Suesserott1-1/+3
2009-05-19gitk: Handle msysGit version during version comparisonsLibravatar Pat Thoyts1-1/+1
2009-05-16gitk: Make more options easily accessible from Edit View dialogLibravatar Elijah Newren1-37/+94
2009-05-16gitk: Check git version before using --textconv flagLibravatar Paul Mackerras1-1/+7
2009-05-16gitk: Use --textconv to generate diff textLibravatar Johannes Sixt1-1/+1
2009-04-21gitk: Fix compare-commits function when we have local changesLibravatar Paul Mackerras1-19/+47
2009-04-17gitk: Avoid crash if closed while reading referencesLibravatar Pat Thoyts1-0/+1
2009-04-17gitk: Handle external diff tool with spaces in the pathLibravatar Pat Thoyts1-3/+2
2009-04-17gitk: Remember and restore the window state with the geometryLibravatar Pat Thoyts1-0/+5
2009-04-17gitk: Map KP_Divide to focus the search boxLibravatar Michele Ballabio1-0/+1
2009-04-17gitk: Mark some more strings for translationLibravatar Michele Ballabio1-3/+3
2009-04-17gitk: Mark forgotten string for translationLibravatar Christian Stimming1-1/+1
2009-04-17gitk: Make .gitk a hidden file under windowsLibravatar Paul Mackerras1-0/+3
2009-04-09gitk: Add a command to compare two strings of commitsLibravatar Paul Mackerras1-0/+89
2009-04-09gitk: Add a way to mark a commit, plus a "find descendant" commandLibravatar Paul Mackerras1-4/+87
2009-03-23gitk: Fixes for Mac OS X TkAquaLibravatar Daniel A. Steffen1-12/+50
2009-03-23gitk: Provide a 32x32 window icon based on the git logoLibravatar Stephen Boyd1-1/+4
2009-03-23gitk: Provide a window icon if possibleLibravatar Giuseppe Bilotta1-0/+20
2009-03-23gitk: Handle blobs containing a DOS end-of-file markerLibravatar Pat Thoyts1-2/+3
2009-03-02gitk: Fix possible infinite loop and display corruptionLibravatar Paul Mackerras1-4/+6
2008-12-22gitk: Force the focus to the main window on WindowsLibravatar Johannes Sixt1-0/+5
2008-12-22gitk: Allow unbalanced quotes/braces in commit headersLibravatar Kevin Ballard1-2/+3
2008-12-22gitk: Mark forgotten strings (header sentence parts in color chooser) for tra...Libravatar Christian Stimming1-6/+6
2008-12-22gitk: Ensure that "Reset branch" menu entry is enabledLibravatar Johannes Sixt1-1/+1
2008-12-22gitk: Use check-buttons' -text property instead of separate labelsLibravatar Johannes Sixt1-20/+10
2008-12-22gitk: Map / to focus the search boxLibravatar Giuseppe Bilotta1-2/+2
2008-12-06gitk: Fix bugs in blaming codeLibravatar Paul Mackerras1-3/+29
2008-12-02gitk: Add a menu option to start git guiLibravatar Alexander Gavrilov1-0/+3
2008-12-02gitk: Make line origin search update the busy statusLibravatar Alexander Gavrilov1-0/+3
2008-12-02gitk: Fix bug in accessing undefined "notflag" variableLibravatar Paul Mackerras1-5/+1
2008-12-02gitk: Highlight only when search type is "containing:".Libravatar Paul Mackerras1-3/+4
2008-11-18gitk: Fix context menu items for generating diffs when in tree modeLibravatar Paul Mackerras1-1/+1
2008-11-18gitk: Avoid handling the Return key twice in Add BranchLibravatar Alexander Gavrilov1-1/+0
2008-11-18gitk: Show local changes properly when we have a path limitLibravatar Paul Mackerras1-22/+88
2008-11-18gitk: Fix switch statement in parseviewargsLibravatar Paul Mackerras1-11/+11