summaryrefslogtreecommitdiff
path: root/git-gui
Commit message (Expand)AuthorAgeFilesLines
...
* git-gui: Don't load the global options unless necessary.Shawn O. Pearce2006-11-131-13/+16
* git-gui: Hide non-commit related commands when invoked as git-citool.Shawn O. Pearce2006-11-131-17/+25
* git-gui: Correct bugs in font config handling.Shawn O. Pearce2006-11-131-4/+6
* git-gui: Use 'after 1' to post UI rather than tkwait.Shawn O. Pearce2006-11-131-2/+1
* git-gui: Added Options... menu item to end of diff context menu.Shawn O. Pearce2006-11-121-1/+4
* git-gui: Minor options dialog UI cleanups.Shawn O. Pearce2006-11-121-4/+6
* git-gui: Supply progress feedback when running update-index.Shawn O. Pearce2006-11-121-64/+79
* git-gui: Allow the user to manipulate the fonts from the options panel.Shawn O. Pearce2006-11-121-16/+124
* git-gui: Refactor options menu into an options dialog.Shawn O. Pearce2006-11-121-46/+158
* git-gui: Use arrow cursor rather than left_ptr.Shawn O. Pearce2006-11-121-1/+1
* git-gui: Rename quitting global to is_quitting.Shawn O. Pearce2006-11-121-4/+4
* git-gui: Improve right click context menu binding on all platforms.Shawn O. Pearce2006-11-121-8/+29
* git-gui: Make use of the Tk font system rather than faking it.Shawn O. Pearce2006-11-121-100/+92
* git-gui: Refresh a file if it has an empty diff.Shawn O. Pearce2006-11-121-4/+72
* git-gui: Allow the user to change the diff viewer font size.Shawn O. Pearce2006-11-121-1/+27
* git-gui: Honor system font and let user configure fonts.Shawn O. Pearce2006-11-121-4/+10
* git-gui: Corrected font used for options menu items.Shawn O. Pearce2006-11-121-0/+1
* git-gui: Teach sign off to be more intelligent.Shawn O. Pearce2006-11-121-3/+8
* git-gui: Fix mouse cursor behavior when in widgets.Shawn O. Pearce2006-11-121-6/+4
* git-gui: Added context menus for consoles and commit message buffer.Shawn O. Pearce2006-11-121-0/+66
* git-gui: Misc. bug fixes for mouse click crashes.Shawn O. Pearce2006-11-121-3/+10
* git-gui: Misc. formatting cleanups.Shawn O. Pearce2006-11-121-11/+16
* git-gui: Simplified format of geometry configuration.Shawn O. Pearce2006-11-121-10/+19
* git-gui: Cleaned up error message formatting.Shawn O. Pearce2006-11-121-20/+16
* git-gui: Use native tk_messageBox for errors.Shawn O. Pearce2006-11-121-31/+25
* git-gui: Rename difffont/mainfont variables.Shawn O. Pearce2006-11-121-55/+55
* git-gui: Use catch rather than array names to check file.Shawn O. Pearce2006-11-121-4/+4
* git-gui: Efficiently update the UI after committing.Shawn O. Pearce2006-11-121-29/+56
* git-gui: Correctly handle files containing LF in their name.Shawn O. Pearce2006-11-121-8/+13
* git-gui: Always indicate the file in the diff viewer.Shawn O. Pearce2006-11-121-36/+36
* git-gui: Clear undo/redo stack when loading a message file from disk.Shawn O. Pearce2006-11-121-6/+11
* git-gui: Created edit menu and basic editing bindings.Shawn O. Pearce2006-11-121-1/+60
* git-gui: Change accelerator for "Include All" to M1-I.Shawn O. Pearce2006-11-121-3/+6
* git-gui: Save window geometry to .git/config during exit.Shawn O. Pearce2006-11-081-61/+88
* git-gui: Cache the GIT_COMMITTER_IDENT value on first sign-off.Shawn O. Pearce2006-11-081-10/+19
* git-gui: Show only the abbreviated SHA1 after committing.Shawn O. Pearce2006-11-081-1/+1
* git-gui: Changed term 'check-in' to 'include'.Shawn O. Pearce2006-11-081-19/+19
* git-gui: Bug fix for bad variable reference in display_file.Shawn O. Pearce2006-11-071-1/+1
* git-gui: Don't let the user pull into an uncommitted working directory.Shawn O. Pearce2006-11-071-1/+39
* git-gui: Disable pull menu items when the index is locked.Shawn O. Pearce2006-11-071-1/+3
* git-gui: Pluralize timestamps within the options menu.Shawn O. Pearce2006-11-071-1/+1
* git-gui: Grab the index lock while running pull.Shawn O. Pearce2006-11-071-0/+2
* git-gui: Allow the user to disable update-index --refresh during rescan.Shawn O. Pearce2006-11-071-9/+42
* git-gui: Added repack database menu option, to invoke git repack.Shawn O. Pearce2006-11-071-0/+11
* git-gui: Flip commit message buffer and diff area.Shawn O. Pearce2006-11-071-88/+91
* git-gui: More performance improvements to rescan logic.Shawn O. Pearce2006-11-071-44/+43
* git-gui: Performance improvements for large file sets.Shawn O. Pearce2006-11-071-40/+67
* git-gui: Corrected diff-index/diff-files protocol parsing errors.Shawn O. Pearce2006-11-071-12/+47
* git-gui: Added support for pulling from default branch of a remote.Shawn O. Pearce2006-11-071-9/+70
* git-gui: Cache all repo-config data in an array.Shawn O. Pearce2006-11-071-5/+19