summaryrefslogtreecommitdiff
path: root/gitk
Commit message (Expand)AuthorAgeFilesLines
* gitk: Force the focus to the main window on WindowsJohannes Sixt2008-12-221-0/+5
* gitk: Allow unbalanced quotes/braces in commit headersKevin Ballard2008-12-221-2/+3
* gitk: Mark forgotten strings (header sentence parts in color chooser) for tra...Christian Stimming2008-12-221-6/+6
* gitk: Ensure that "Reset branch" menu entry is enabledJohannes Sixt2008-12-221-1/+1
* gitk: Use check-buttons' -text property instead of separate labelsJohannes Sixt2008-12-221-20/+10
* gitk: Map / to focus the search boxGiuseppe Bilotta2008-12-221-2/+2
* gitk: Fix bugs in blaming codePaul Mackerras2008-12-061-3/+29
* gitk: Add a menu option to start git guiAlexander Gavrilov2008-12-021-0/+3
* gitk: Make line origin search update the busy statusAlexander Gavrilov2008-12-021-0/+3
* gitk: Fix bug in accessing undefined "notflag" variablePaul Mackerras2008-12-021-5/+1
* gitk: Highlight only when search type is "containing:".Paul Mackerras2008-12-021-3/+4
* gitk: Fix context menu items for generating diffs when in tree modePaul Mackerras2008-11-181-1/+1
* gitk: Avoid handling the Return key twice in Add BranchAlexander Gavrilov2008-11-181-1/+0
* gitk: Show local changes properly when we have a path limitPaul Mackerras2008-11-181-22/+88
* gitk: Fix switch statement in parseviewargsPaul Mackerras2008-11-181-11/+11
* gitk: Index line[hnd]tag arrays by id rather than row numberPaul Mackerras2008-11-151-59/+58
* gitk: Fix linehtag undefined error with file highlightingPaul Mackerras2008-11-131-2/+5
* gitk: Fix commit encoding supportAlexander Gavrilov2008-11-131-2/+23
* gitk: Fix transient windows on Win32 and MacOSAlexander Gavrilov2008-11-131-13/+31
* gitk: Add accelerators to frequently used menu commandsAlexander Gavrilov2008-11-131-7/+29
* Merge branch 'dev'Paul Mackerras2008-11-091-177/+177
|\
| * gitk: Cope with unmerged files in local changesPaul Mackerras2008-11-041-3/+17
| * gitk: Make "show origin of this line" work on fake commitsPaul Mackerras2008-11-041-3/+61
| * gitk: Unify handling of merge diffs with normal 2-way diffsPaul Mackerras2008-11-021-171/+99
* | gitk: Implement a user-friendly Edit View dialogAlexander Gavrilov2008-11-081-44/+163
* | gitk: Improve cherry-pick error handlingPaul Mackerras2008-11-081-9/+16
* | gitk: Make cherry-pick call git-citool on conflictsAlexander Gavrilov2008-11-071-1/+39
* | gitk: Make gitk dialog windows transientAlexander Gavrilov2008-11-071-18/+28
* | gitk: Add Return and Escape bindings to dialogsAlexander Gavrilov2008-11-071-0/+21
|/
* gitk: Make the background color of marked lines configurablePaul Mackerras2008-10-271-4/+12
* gitk: Add a menu item to show where a given line comes fromPaul Mackerras2008-10-271-7/+153
* gitk: Fix some off-by-one errors in computing which line to blamePaul Mackerras2008-10-271-27/+33
* gitk: Allow starting gui blame for a specific lineAlexander Gavrilov2008-10-261-2/+146
* gitk: Fix file list context menu for merge commitsAlexander Gavrilov2008-10-211-2/+4
* gitk: Allow forcing branch creation if it already existsAlexander Gavrilov2008-10-211-5/+23
* gitk: Turn short SHA1 names into links tooPaul Mackerras2008-10-211-30/+77
* gitk: Regenerate .po filesPaul Mackerras2008-10-181-39/+49
* gitk: New way of constructing menus that allows for Alt+letter acceleratorsPaul Mackerras2008-10-171-70/+98
* gitk: Bind Key-Return to create on new branch dialogRichard Quirk2008-10-161-0/+1
* gitk: Fix binding for <Return> in sha1 entry fieldPaul Mackerras2008-10-161-1/+1
* gitk: Clean up file encoding code and add enable/disable optionPaul Mackerras2008-10-151-59/+92
* gitk: Implement batch lookup and caching of encoding attrsAlexander Gavrilov2008-10-141-1/+34
* gitk: Enhance file encoding supportAlexander Gavrilov2008-10-141-11/+63
* gitk: Add untranslated error messages to translationChristian Stimming2008-09-211-9/+9
* gitk: Fix a bug in collapsing deeply nested treesAlexander Gavrilov2008-09-211-1/+1
* gitk: Use <Button-2> for context menus on OSXPaul Mackerras2008-09-211-5/+13
* gitk: Add menu item for calling git gui blameAlexander Gavrilov2008-08-261-0/+23
* gitk: Add option to specify the default commit on command lineAlexander Gavrilov2008-08-261-1/+20
* gitk: Allow safely calling nukefile from a run queue handlerAlexander Gavrilov2008-08-111-6/+8
* gitk: Fallback to selecting the head commit upon loadAlexander Gavrilov2008-07-311-7/+18