summaryrefslogtreecommitdiff
path: root/git-gui
Commit message (Expand)AuthorAgeFilesLines
...
* git-gui: Allow update_index to also run a script when it completes.Shawn O. Pearce2006-11-141-11/+20
* git-gui: Provide an after-rescan script to rescan.Shawn O. Pearce2006-11-141-34/+34
* git-gui: Refactor update_status -> rescan.Shawn O. Pearce2006-11-141-11/+11
* git-gui: Implemented multiple selection in file lists.Shawn O. Pearce2006-11-131-25/+111
* git-gui: Narrow the no differences information message.Shawn O. Pearce2006-11-131-7/+9
* git-gui: Refactor mouse clicking on file names/icons.Shawn O. Pearce2006-11-131-9/+6
* git-gui: By default don't allow partially included files.Shawn O. Pearce2006-11-131-11/+25
* git-gui: Reverted file name text field to a label.Shawn O. Pearce2006-11-131-22/+12
* git-gui: Minor UI layout improvements for console windows.Shawn O. Pearce2006-11-131-7/+5
* git-gui: Display status on left in diff header.Shawn O. Pearce2006-11-131-12/+10
* git-gui: Correct language for M_/A_ status codes.Shawn O. Pearce2006-11-131-4/+4
* git-gui: Allow the user to copy name of the file in the diff viewer.Shawn O. Pearce2006-11-131-4/+26
* git-gui: Use a smaller pipe buffer for update-index.Shawn O. Pearce2006-11-131-1/+5
* git-gui: Sort the list of paths being updated in the index.Shawn O. Pearce2006-11-131-0/+1
* git-gui: Allow the user to control the number of context lines in a diff.Shawn O. Pearce2006-11-131-11/+55
* git-gui: Cleanup diff construction code to prepare for more options.Shawn O. Pearce2006-11-131-4/+11
* git-gui: Reshow diff if we sent the file to update-index.Shawn O. Pearce2006-11-131-4/+9
* git-gui: Always use eq/ne for string comparsions.Shawn O. Pearce2006-11-131-70/+70
* git-gui: Added post-commit invocation after the commit is done.Shawn O. Pearce2006-11-131-1/+16
* git-gui: Remove the commit_active global variable.Shawn O. Pearce2006-11-131-18/+9
* git-gui: Run the pre-commit hook in the background.Shawn O. Pearce2006-11-131-12/+43
* git-gui: Allow the user to disable diff stat summary during pull.Shawn O. Pearce2006-11-131-2/+6
* 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