summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-15gitk: Index line[hnd]tag arrays by id rather than row numberLibravatar Paul Mackerras1-59/+58
2008-11-13gitk: Fix linehtag undefined error with file highlightingLibravatar Paul Mackerras1-2/+5
2008-11-13gitk: Fix commit encoding supportLibravatar Alexander Gavrilov1-2/+23
2008-11-13gitk: Fix transient windows on Win32 and MacOSLibravatar Alexander Gavrilov1-13/+31
2008-11-13gitk: Add accelerators to frequently used menu commandsLibravatar Alexander Gavrilov1-7/+29
2008-11-09Merge branch 'dev'Libravatar Paul Mackerras1-177/+177
2008-11-08gitk: Implement a user-friendly Edit View dialogLibravatar Alexander Gavrilov1-44/+163
2008-11-08gitk: Improve cherry-pick error handlingLibravatar Paul Mackerras1-9/+16
2008-11-07gitk: Make cherry-pick call git-citool on conflictsLibravatar Alexander Gavrilov1-1/+39
2008-11-07gitk: Make gitk dialog windows transientLibravatar Alexander Gavrilov1-18/+28
2008-11-07gitk: Add Return and Escape bindings to dialogsLibravatar Alexander Gavrilov1-0/+21
2008-11-04gitk: Cope with unmerged files in local changesLibravatar Paul Mackerras1-3/+17
2008-11-04gitk: Make "show origin of this line" work on fake commitsLibravatar Paul Mackerras1-3/+61
2008-11-02gitk: Unify handling of merge diffs with normal 2-way diffsLibravatar Paul Mackerras1-171/+99
2008-10-27gitk: Make the background color of marked lines configurableLibravatar Paul Mackerras1-4/+12
2008-10-27gitk: Add a menu item to show where a given line comes fromLibravatar Paul Mackerras1-7/+153
2008-10-27gitk: Fix some off-by-one errors in computing which line to blameLibravatar Paul Mackerras1-27/+33
2008-10-26gitk: Allow starting gui blame for a specific lineLibravatar Alexander Gavrilov1-2/+146
2008-10-21gitk: Fix file list context menu for merge commitsLibravatar Alexander Gavrilov1-2/+4
2008-10-21gitk: Allow forcing branch creation if it already existsLibravatar Alexander Gavrilov1-5/+23
2008-10-21gitk: Turn short SHA1 names into links tooLibravatar Paul Mackerras1-30/+77
2008-10-18gitk: Regenerate .po filesLibravatar Paul Mackerras1-39/+49
2008-10-17gitk: New way of constructing menus that allows for Alt+letter acceleratorsLibravatar Paul Mackerras1-70/+98
2008-10-16gitk: Bind Key-Return to create on new branch dialogLibravatar Richard Quirk1-0/+1
2008-10-16gitk: Fix binding for <Return> in sha1 entry fieldLibravatar Paul Mackerras1-1/+1
2008-10-15gitk: Clean up file encoding code and add enable/disable optionLibravatar Paul Mackerras1-59/+92
2008-10-14gitk: Implement batch lookup and caching of encoding attrsLibravatar Alexander Gavrilov1-1/+34
2008-10-14gitk: Enhance file encoding supportLibravatar Alexander Gavrilov1-11/+63
2008-09-21gitk: Add untranslated error messages to translationLibravatar Christian Stimming1-9/+9
2008-09-21gitk: Fix a bug in collapsing deeply nested treesLibravatar Alexander Gavrilov1-1/+1
2008-09-21gitk: Use <Button-2> for context menus on OSXLibravatar Paul Mackerras1-5/+13
2008-08-26gitk: Add menu item for calling git gui blameLibravatar Alexander Gavrilov1-0/+23
2008-08-26gitk: Add option to specify the default commit on command lineLibravatar Alexander Gavrilov1-1/+20
2008-08-11gitk: Allow safely calling nukefile from a run queue handlerLibravatar Alexander Gavrilov1-6/+8
2008-07-31gitk: Fallback to selecting the head commit upon loadLibravatar Alexander Gavrilov1-7/+18
2008-07-31gitk: Fixed automatic row selection during loadLibravatar Alexander Gavrilov1-17/+24
2008-07-31gitk: Fixed broken exception handling in diffLibravatar Alexander Gavrilov1-1/+2