gitk: Replace SHA1 entry field on keyboard paste
[gitweb.git] / gitk
2009-09-07 gitk: Show diff of commits at end of compare-commits...
2009-09-05 gitk: Add a user preference to enable/disable use of...
2009-09-05 Merge branch 'master' into dev
2009-08-13 gitk: Parse arbitrary commit-ish in SHA1 field
2009-08-13 gitk: Fix direction of symmetric difference in optimize...
2009-08-13 gitk: New option to hide remote refs
2009-08-13 gitk: Do not hard-code "encoding" in attribute lookup...
2009-05-24 gitk: Allow diff view without context lines
2009-05-24 gitk: Add another string to translation
2009-05-24 gitk: Add option 'Simple history' to the options menu
2009-05-18 gitk: Handle msysGit version during version comparisons
2009-05-16 gitk: Make more options easily accessible from Edit...
2009-05-16 gitk: Check git version before using --textconv flag
2009-05-16 gitk: Use --textconv to generate diff text
2009-05-16 gitk: Fix errors in the theme patch
2009-04-30 gitk: Use themed tk widgets
2009-04-30 Merge branch 'master' into dev
2009-04-21 gitk: Fix compare-commits function when we have local...
2009-04-17 gitk: Avoid crash if closed while reading references
2009-04-17 gitk: Handle external diff tool with spaces in the...
2009-04-17 gitk: Remember and restore the window state with the...
2009-04-17 gitk: Map KP_Divide to focus the search box
2009-04-17 gitk: Mark some more strings for translation
2009-04-17 gitk: Mark forgotten string for translation
2009-04-17 gitk: Make .gitk a hidden file under windows
2009-04-09 gitk: Add a command to compare two strings of commits
2009-04-08 gitk: Add a way to mark a commit, plus a "find descenda...
2009-03-23 gitk: Fixes for Mac OS X TkAqua
2009-03-23 gitk: Provide a 32x32 window icon based on the git...
2009-03-23 gitk: Provide a window icon if possible
2009-03-23 gitk: Handle blobs containing a DOS end-of-file marker
2009-03-01 gitk: Fix possible infinite loop and display corruption
2008-12-21 gitk: Force the focus to the main window on Windows
2008-12-21 gitk: Allow unbalanced quotes/braces in commit headers
2008-12-21 gitk: Mark forgotten strings (header sentence parts...
2008-12-21 gitk: Ensure that "Reset branch" menu entry is enabled
2008-12-21 gitk: Use check-buttons' -text property instead of...
2008-12-21 gitk: Map / to focus the search box
2008-12-06 gitk: Fix bugs in blaming code
2008-12-01 gitk: Add a menu option to start git gui
2008-12-01 gitk: Make line origin search update the busy status
2008-12-01 gitk: Fix bug in accessing undefined "notflag" variable
2008-12-01 gitk: Highlight only when search type is "containing:".
2008-11-23 gitk: Restore scrolling position of diff pane on back...
2008-11-18 gitk: Fix context menu items for generating diffs when...
2008-11-18 gitk: Avoid handling the Return key twice in Add Branch
2008-11-18 gitk: Show local changes properly when we have a path...
2008-11-18 gitk: Fix switch statement in parseviewargs
2008-11-15 gitk: Index line[hnd]tag arrays by id rather than row...
2008-11-13 gitk: Fix linehtag undefined error with file highlighting
2008-11-13 gitk: Fix commit encoding support
2008-11-13 gitk: Fix transient windows on Win32 and MacOS
2008-11-13 gitk: Add accelerators to frequently used menu commands
2008-11-09 Merge branch 'dev'
2008-11-08 gitk: Implement a user-friendly Edit View dialog
2008-11-08 gitk: Improve cherry-pick error handling
2008-11-07 gitk: Make cherry-pick call git-citool on conflicts
2008-11-07 gitk: Make gitk dialog windows transient
2008-11-07 gitk: Add Return and Escape bindings to dialogs
2008-11-04 gitk: Cope with unmerged files in local changes
2008-11-04 gitk: Make "show origin of this line" work on fake...
2008-11-02 gitk: Unify handling of merge diffs with normal 2-way...
2008-10-27 gitk: Make the background color of marked lines configu...
2008-10-27 gitk: Add a menu item to show where a given line comes...
2008-10-27 gitk: Fix some off-by-one errors in computing which...
2008-10-26 gitk: Allow starting gui blame for a specific line
2008-10-21 gitk: Fix file list context menu for merge commits
2008-10-21 gitk: Allow forcing branch creation if it already exists
2008-10-20 gitk: Turn short SHA1 names into links too
2008-10-18 gitk: Regenerate .po files
2008-10-17 gitk: New way of constructing menus that allows for...
2008-10-15 gitk: Bind Key-Return to create on new branch dialog
2008-10-15 gitk: Fix binding for <Return> in sha1 entry field
2008-10-15 gitk: Clean up file encoding code and add enable/disabl...
2008-10-14 gitk: Implement batch lookup and caching of encoding...
2008-10-14 gitk: Enhance file encoding support
2008-09-21 gitk: Add untranslated error messages to translation
2008-09-21 gitk: Fix a bug in collapsing deeply nested trees
2008-09-21 gitk: Use <Button-2> for context menus on OSX
2008-08-26 gitk: Add menu item for calling git gui blame
2008-08-26 gitk: Add option to specify the default commit on comma...
2008-08-11 gitk: Allow safely calling nukefile from a run queue...
2008-07-31 gitk: Fallback to selecting the head commit upon load
2008-07-31 gitk: Fixed automatic row selection during load
2008-07-31 gitk: Fixed broken exception handling in diff
2008-07-31 gitk: On Windows, use a Cygwin-specific flag for kill
2008-07-31 gitk: Arrange to kill diff-files & diff-index on quit
2008-07-31 gitk: Kill back-end processes on window close
2008-05-26 gitk: Handle detached heads better
2008-05-22 gitk: Fix bug introduced by "gitk: Fix "wrong # coordin...
2008-05-20 gitk: Fix bug where current row number display stops...
2008-05-18 gitk: Fix "wrong # coordinates" error on reload
2008-05-12 gitk: Add a progress bar for checking out a head
2008-05-11 gitk: Show current row number and total number of rows
2008-05-11 Merge branch 'master' into dev
2008-05-11 gitk: Allow users to view diffs in external diff viewer
2008-05-10 gitk: Synchronize highlighting in file view for 'f...
2008-05-09 gitk: Make updates go faster
2008-05-03 gitk: Disable "Reset %s branch to here" when on a detac...
2008-04-27 gitk: Fix handling of tree file list with special chars...
next