247 Commits (a25c51893317bcbd8e8a85b6da3a573fcd096d86)
 

Author SHA1 Message Date
Shawn O. Pearce fbee8500a5 git-gui: Correctly handle GIT_DIR environment variable. 18 years ago
Shawn O. Pearce b3678bacbc git-gui: Created makefile to install the program. 18 years ago
Shawn O. Pearce e8ab644619 git-gui: Disable diff actions when no diff is active. 18 years ago
Shawn O. Pearce bbe3b3b9b9 git-gui: Automatically update-index all included files before commit. 18 years ago
Shawn O. Pearce 04b393824f git-gui: Allow update_index to also run a script when it completes. 18 years ago
Shawn O. Pearce 8f52548a9e git-gui: Provide an after-rescan script to rescan. 18 years ago
Shawn O. Pearce 99058720df git-gui: Refactor update_status -> rescan. 18 years ago
Shawn O. Pearce 24263b7716 git-gui: Implemented multiple selection in file lists. 18 years ago
Shawn O. Pearce a37eee4406 git-gui: Narrow the no differences information message. 18 years ago
Shawn O. Pearce 7d0d289e45 git-gui: Refactor mouse clicking on file names/icons. 18 years ago
Shawn O. Pearce f7f8d32226 git-gui: By default don't allow partially included files. 18 years ago
Shawn O. Pearce fce89e466a git-gui: Reverted file name text field to a label. 18 years ago
Shawn O. Pearce 1e5c18fb43 git-gui: Minor UI layout improvements for console windows. 18 years ago
Shawn O. Pearce 3e7b0e1d0a git-gui: Display status on left in diff header. 18 years ago
Shawn O. Pearce 135f76ed99 git-gui: Correct language for M_/A_ status codes. 18 years ago
Shawn O. Pearce c11b5f20d3 git-gui: Allow the user to copy name of the file in the diff viewer. 18 years ago
Shawn O. Pearce 7f09cfafa8 git-gui: Use a smaller pipe buffer for update-index. 18 years ago
Shawn O. Pearce aaf1085a03 git-gui: Sort the list of paths being updated in the index. 18 years ago
Shawn O. Pearce 358d8de8f3 git-gui: Allow the user to control the number of context lines in a diff. 18 years ago
Shawn O. Pearce fd2656fdfe git-gui: Cleanup diff construction code to prepare for more options. 18 years ago
Shawn O. Pearce 2cbe5577a0 git-gui: Reshow diff if we sent the file to update-index. 18 years ago
Shawn O. Pearce 043f701116 git-gui: Always use eq/ne for string comparsions. 18 years ago
Shawn O. Pearce c8ebafd845 git-gui: Added post-commit invocation after the commit is done. 18 years ago
Shawn O. Pearce 333b0c74b3 git-gui: Remove the commit_active global variable. 18 years ago
Shawn O. Pearce 4658b56fce git-gui: Run the pre-commit hook in the background. 18 years ago
Shawn O. Pearce ebf336b942 git-gui: Allow the user to disable diff stat summary during pull. 18 years ago
Shawn O. Pearce 6bbd1cb95a git-gui: Don't load the global options unless necessary. 18 years ago
Shawn O. Pearce 4ccdab0282 git-gui: Hide non-commit related commands when invoked as git-citool. 18 years ago
Shawn O. Pearce 7b64d0b7d6 git-gui: Correct bugs in font config handling. 18 years ago
Shawn O. Pearce 4af2c384ea git-gui: Use 'after 1' to post UI rather than tkwait. 18 years ago
Shawn O. Pearce 8009dcdc8d git-gui: Added Options... menu item to end of diff context menu. 18 years ago
Shawn O. Pearce e01b42211c git-gui: Minor options dialog UI cleanups. 18 years ago
Shawn O. Pearce 74e6b12f58 git-gui: Supply progress feedback when running update-index. 18 years ago
Shawn O. Pearce 92148d8091 git-gui: Allow the user to manipulate the fonts from the options panel. 18 years ago
Shawn O. Pearce 51f4d16b1d git-gui: Refactor options menu into an options dialog. 18 years ago
Shawn O. Pearce 00f949fbd8 git-gui: Use arrow cursor rather than left_ptr. 18 years ago
Shawn O. Pearce b5834d70fe git-gui: Rename quitting global to is_quitting. 18 years ago
Shawn O. Pearce 16fccd7a11 git-gui: Improve right click context menu binding on all platforms. 18 years ago
Shawn O. Pearce b4946930fa git-gui: Make use of the Tk font system rather than faking it. 18 years ago
Shawn O. Pearce 16403d0b1f git-gui: Refresh a file if it has an empty diff. 18 years ago
Shawn O. Pearce 2c26e6f527 git-gui: Allow the user to change the diff viewer font size. 18 years ago
Shawn O. Pearce f019c96add git-gui: Honor system font and let user configure fonts. 18 years ago
Shawn O. Pearce 058803f400 git-gui: Corrected font used for options menu items. 18 years ago
Shawn O. Pearce 1daf1d0c81 git-gui: Teach sign off to be more intelligent. 18 years ago
Shawn O. Pearce 6c6dd01a04 git-gui: Fix mouse cursor behavior when in widgets. 18 years ago
Shawn O. Pearce 0e79431183 git-gui: Added context menus for consoles and commit message buffer. 18 years ago
Shawn O. Pearce 62aac80b13 git-gui: Misc. bug fixes for mouse click crashes. 18 years ago
Shawn O. Pearce 390adaeafb git-gui: Misc. formatting cleanups. 18 years ago
Shawn O. Pearce c4fe772852 git-gui: Simplified format of geometry configuration. 18 years ago
Shawn O. Pearce 44be340e4d git-gui: Cleaned up error message formatting. 18 years ago