Merge branch 'maint'
[git] / git-gui
2006-11-13  Shawn O. Pearcegit-gui: Hide non-commit related commands when invoked...
2006-11-13  Shawn O. Pearcegit-gui: Correct bugs in font config handling.
2006-11-13  Shawn O. Pearcegit-gui: Use 'after 1' to post UI rather than tkwait.
2006-11-12  Shawn O. Pearcegit-gui: Added Options... menu item to end of diff...
2006-11-12  Shawn O. Pearcegit-gui: Minor options dialog UI cleanups.
2006-11-12  Shawn O. Pearcegit-gui: Supply progress feedback when running update...
2006-11-12  Shawn O. Pearcegit-gui: Allow the user to manipulate the fonts from...
2006-11-12  Shawn O. Pearcegit-gui: Refactor options menu into an options dialog.
2006-11-12  Shawn O. Pearcegit-gui: Use arrow cursor rather than left_ptr.
2006-11-12  Shawn O. Pearcegit-gui: Rename quitting global to is_quitting.
2006-11-12  Shawn O. Pearcegit-gui: Improve right click context menu binding on...
2006-11-12  Shawn O. Pearcegit-gui: Make use of the Tk font system rather than...
2006-11-12  Shawn O. Pearcegit-gui: Refresh a file if it has an empty diff.
2006-11-12  Shawn O. Pearcegit-gui: Allow the user to change the diff viewer font...
2006-11-12  Shawn O. Pearcegit-gui: Honor system font and let user configure fonts.
2006-11-12  Shawn O. Pearcegit-gui: Corrected font used for options menu items.
2006-11-12  Shawn O. Pearcegit-gui: Teach sign off to be more intelligent.
2006-11-12  Shawn O. Pearcegit-gui: Fix mouse cursor behavior when in widgets.
2006-11-12  Shawn O. Pearcegit-gui: Added context menus for consoles and commit...
2006-11-12  Shawn O. Pearcegit-gui: Misc. bug fixes for mouse click crashes.
2006-11-12  Shawn O. Pearcegit-gui: Misc. formatting cleanups.
2006-11-12  Shawn O. Pearcegit-gui: Simplified format of geometry configuration.
2006-11-12  Shawn O. Pearcegit-gui: Cleaned up error message formatting.
2006-11-12  Shawn O. Pearcegit-gui: Use native tk_messageBox for errors.
2006-11-12  Shawn O. Pearcegit-gui: Rename difffont/mainfont variables.
2006-11-12  Shawn O. Pearcegit-gui: Use catch rather than array names to check...
2006-11-12  Shawn O. Pearcegit-gui: Efficiently update the UI after committing.
2006-11-12  Shawn O. Pearcegit-gui: Correctly handle files containing LF in their...
2006-11-12  Shawn O. Pearcegit-gui: Always indicate the file in the diff viewer.
2006-11-12  Shawn O. Pearcegit-gui: Clear undo/redo stack when loading a message...
2006-11-12  Shawn O. Pearcegit-gui: Created edit menu and basic editing bindings.
2006-11-12  Shawn O. Pearcegit-gui: Change accelerator for "Include All" to M1-I.
2006-11-09  Shawn O. Pearcegit-gui: Save window geometry to .git/config during...
2006-11-09  Shawn O. Pearcegit-gui: Cache the GIT_COMMITTER_IDENT value on first...
2006-11-09  Shawn O. Pearcegit-gui: Show only the abbreviated SHA1 after committing.
2006-11-09  Shawn O. Pearcegit-gui: Changed term 'check-in' to 'include'.
2006-11-08  Shawn O. Pearcegit-gui: Bug fix for bad variable reference in display_...
2006-11-08  Shawn O. Pearcegit-gui: Don't let the user pull into an uncommitted...
2006-11-08  Shawn O. Pearcegit-gui: Disable pull menu items when the index is...
2006-11-08  Shawn O. Pearcegit-gui: Pluralize timestamps within the options menu.
2006-11-08  Shawn O. Pearcegit-gui: Grab the index lock while running pull.
2006-11-08  Shawn O. Pearcegit-gui: Allow the user to disable update-index --refre...
2006-11-08  Shawn O. Pearcegit-gui: Added repack database menu option, to invoke...
2006-11-08  Shawn O. Pearcegit-gui: Flip commit message buffer and diff area.
2006-11-08  Shawn O. Pearcegit-gui: More performance improvements to rescan logic.
2006-11-08  Shawn O. Pearcegit-gui: Performance improvements for large file sets.
2006-11-08  Shawn O. Pearcegit-gui: Corrected diff-index/diff-files protocol parsi...
2006-11-07  Shawn O. Pearcegit-gui: Added support for pulling from default branch...
2006-11-07  Shawn O. Pearcegit-gui: Cache all repo-config data in an array.
2006-11-07  Shawn O. Pearcegit-gui: Automatically reopen any console closed by...
2006-11-07  Shawn O. Pearcegit-gui: Don't complain if no .git/remotes exist.
2006-11-07  Shawn O. Pearcegit-gui: Check for fetch or push command failure and...
2006-11-07  Shawn O. Pearcegit-gui: Correctly handle CR vs. LF within the console...
2006-11-07  Shawn O. Pearcegit-gui: Fix menu item accelerator display on Mac OS X.
2006-11-07  Shawn O. Pearcegit-gui: Reorganized startup procedure to ensure gitdir...
2006-11-07  Shawn O. Pearcegit-gui: Worked around environment variable problems...
2006-11-07  Shawn O. Pearcegit-gui: Started construction of fetch and push operations.
2006-11-07  Shawn O. Pearcegit-gui: Misc. nit type of bug fixes.
2006-11-07  Shawn O. Pearcegit-gui: Implemented amended commits.
2006-11-07  Shawn O. Pearcegit-gui: Finished commit implementation.
2006-11-07  Shawn O. Pearcegit-gui: Verify we should actually perform a commit...
2006-11-07  Shawn O. Pearcegit-gui: Corrected keyboard bindings on Windows, improv...
2006-11-07  Shawn O. Pearcegit-gui: Fixed UI layout problems on Windows.
2006-11-06  Shawn O. Pearcegit-gui: Additional early feature development.
2006-11-06  Shawn O. Pearcegit-gui: Initial revision.