git-gui 0.10.0
  1. 442b3ca git-gui: Don't translate the special Apple menu by Shawn O. Pearce · 17 years ago
  2. 11027d5 git-gui: Add option for changing the width of the commit message text box by Adam Piątyszek · 17 years ago
  3. c382fdd git-gui: if a background colour is set, set foreground colour as well by Philipp A. Hartmann · 17 years ago
  4. f49b6c1 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  5. 094fbbf git-gui: Paper bag fix info dialog when no files are staged at commit by Shawn O. Pearce · 18 years ago gitgui-0.9.3
  6. b5e2f80 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  7. 3baee1f git-gui: Focus insertion point at end of strings in repository chooser by Shawn O. Pearce · 18 years ago
  8. 85ec3e7 git-gui: Paper bag fix error dialogs opening over the main window by Shawn O. Pearce · 18 years ago
  9. afdb4be git-gui: fix typo in lib/spellcheck.tcl by Michele Ballabio · 18 years ago
  10. bb760f0 git-gui: Shorten Aspell version strings to just Aspell version number by Shawn O. Pearce · 18 years ago
  11. 827743b git-gui: Gracefully display non-aspell version errors to users by Shawn O. Pearce · 18 years ago
  12. de83f8c git-gui: Catch and display aspell startup failures to the user by Shawn O. Pearce · 18 years ago
  13. 35d04b3 git-gui: Only bind the spellcheck popup suggestion hook once by Shawn O. Pearce · 18 years ago
  14. dd09628 git-gui: Remove explicit references to 'aspell' in message strings by Shawn O. Pearce · 18 years ago
  15. f57ca1e git-gui: Ensure all spellchecker 'class' variables are initialized by Shawn O. Pearce · 18 years ago
  16. f4d9348 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  17. aba15f7 git-gui: Ensure error dialogs always appear over all other windows by Shawn O. Pearce · 18 years ago
  18. b8331e1 git-gui: (i18n) Add newly added translation strings to template. by Christian Stimming · 18 years ago
  19. 740b9b9 git-gui: Correct size of dictionary name widget in options dialog by Shawn O. Pearce · 18 years ago
  20. 765239e git-gui: Paper bag fix bad string length call in spellchecker by Shawn O. Pearce · 18 years ago
  21. 95b002e git-gui: Automatically spell check commit messages as the user types by Shawn O. Pearce · 18 years ago
  22. 5e6d776 git-gui: (i18n) Fix a bunch of still untranslated strings. by Christian Stimming · 18 years ago
  23. 3ddff72 git-gui: Work around random missing scrollbar in revision list by Shawn O. Pearce · 18 years ago
  24. ed76cb7 git-gui: Consolidate hook execution code into a single function by Shawn O. Pearce · 18 years ago
  25. c87238e git-gui: Correct window title for hook failure dialogs by Shawn O. Pearce · 18 years ago
  26. fb0ca47 git-gui: Honor the standard commit-msg hook by Shawn O. Pearce · 18 years ago
  27. a41e45e git-gui: Refresh file status description after hunk application by Shawn O. Pearce · 18 years ago
  28. d36a8f7 git-gui: Allow 'Create New Repository' on existing directories by Shawn O. Pearce · 18 years ago
  29. d454460 git-gui: Fix broken revert confirmation. by Christian Stimming · 18 years ago
  30. a6d5888 git-gui: Make commit log messages end with a newline by Bernt Hansen · 18 years ago gitgui-0.9.1
  31. a4750dd git-gui: Handle file mode changes (644->755) in diff viewer by Shawn O. Pearce · 18 years ago
  32. cbd9ac9 git-gui: Improve the application icon on Windows. by Johannes Sixt · 18 years ago
  33. 208320d git-gui: fix a typo in lib/commit.tcl by Michele Ballabio · 18 years ago
  34. f4e9996 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  35. d4e890e git-gui: Make sure we get errors from git-update-index by Shawn O. Pearce · 18 years ago
  36. c9dcc7f Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  37. bbbadf6 git-gui: Don't display CR within console windows by Shawn O. Pearce · 18 years ago gitgui-0.8.4
  38. bea6878 git-gui: Handle progress bars from newer gits by Shawn O. Pearce · 18 years ago
  39. 8af52d7 git-gui: Correctly report failures from git-write-tree by Shawn O. Pearce · 18 years ago
  40. 82dd4e0 git-gui: Collapse $env(HOME) to ~/ in recent repositories on Windows by Shawn O. Pearce · 18 years ago
  41. ba6c761 git-gui: Support cloning Cygwin based work-dirs by Shawn O. Pearce · 18 years ago
  42. 51a41ac git-gui: Use proper Windows shortcuts instead of bat files by Shawn O. Pearce · 18 years ago
  43. 914c4d4 git-gui: Bind n/c/o accelerators in repository chooser by Shawn O. Pearce · 18 years ago
  44. 28d1b11 git-gui: Disable the text widget in the repository chooser by Shawn O. Pearce · 18 years ago
  45. 580b73d git-gui: Fix bind errors when switching repository chooser panels by Shawn O. Pearce · 18 years ago
  46. 9c1b1b1 git-gui: Offer repository management features in menu bar by Shawn O. Pearce · 18 years ago
  47. 28e8695 git-gui: Change repository browser radio buttons to hyperlinks by Shawn O. Pearce · 18 years ago
  48. 24f7c64 git-gui: offer a list of recent repositories on startup by Steffen Prohaska · 18 years ago
  49. 13824e2 git-gui: Bind Cmd-, to Preferences on Mac OS X by Shawn O. Pearce · 18 years ago
  50. 6bdf5e5 git-gui: Consolidate the Fetch and Push menus into a Remote menu by Shawn O. Pearce · 18 years ago
  51. 1cad232 git-gui: Use progress meter in the status bar during index updates by Shawn O. Pearce · 18 years ago
  52. 51e1ead git-gui: Include our Git logo in the about dialog by Shawn O. Pearce · 18 years ago
  53. 68099ee git-gui: Refactor about dialog code into its own module by Shawn O. Pearce · 18 years ago
  54. 281fdf6 git-gui: Refactor Henrik Nyh's logo into its own procedure by Shawn O. Pearce · 18 years ago
  55. 1952aa1 git-gui: Allow forced push into remote repository by Shawn O. Pearce · 18 years ago
  56. 1bdd8a1 git-gui: Use Henrik Nyh's git logo icon on Windows systems by Shawn O. Pearce · 18 years ago
  57. cbf13d9 git-gui: fix typo in lib/blame.tcl by Michele Ballabio · 18 years ago
  58. 96225db git-gui: Make the status bar easier to read in the setup wizard by Shawn O. Pearce · 18 years ago
  59. a7cb8f5 git-gui: Switch the git-gui logo to Henrik Nyh's logo by Shawn O. Pearce · 18 years ago
  60. 59213f6 git-gui: Don't delete scrollbars in console windows by Shawn O. Pearce · 18 years ago
  61. 6f2d73e git-gui: Don't delete console window namespaces too early by Shawn O. Pearce · 18 years ago
  62. 85f77ea git-gui: Copy objects/info/alternates during standard clone by Shawn O. Pearce · 18 years ago
  63. 81d4d3d git-gui: Keep the UI responsive while counting objects in clone by Shawn O. Pearce · 18 years ago
  64. 40f86af git-gui: Don't bother showing OS error message about hardlinks by Shawn O. Pearce · 18 years ago
  65. 354e114 git-gui: Deiconify startup wizard so it raises to the top by Johannes Schindelin · 18 years ago
  66. fbc8a93 git-gui: Avoid console scrollbars unless they are necessary by Shawn O. Pearce · 18 years ago
  67. ab08b36 git-gui: Allow users to choose/create/clone a repository by Shawn O. Pearce · 18 years ago
  68. d4278b5 git-gui: Fix missing i18n markup in push/fetch windows by Shawn O. Pearce · 18 years ago
  69. 704396b Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  70. 3849bfb git-gui: Disable native platform text selection in "lists" by Shawn O. Pearce · 18 years ago gitgui-0.8.3
  71. 31bb1d1 git-gui: Paper bag fix missing translated strings by Shawn O. Pearce · 18 years ago
  72. bba0604 git-gui: Make the tree browser also use lightgray selection by Shawn O. Pearce · 18 years ago
  73. c8c4854 git-gui: add some strings to translation by Michele Ballabio · 18 years ago
  74. 4baba57 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  75. 55bad4f git-gui: Paper bag fix "Commit->Revert" format arguments by Shawn O. Pearce · 18 years ago
  76. afe2098 git-gui: Font chooser to handle a large number of font families by Shawn O. Pearce · 18 years ago
  77. a9813cb git-gui: Disambiguate "commit" by Harri Ilari Tapio Liusvaara · 18 years ago
  78. 66c75a5 git-gui: Localize commit/author dates when displaying them by Shawn O. Pearce · 18 years ago
  79. 93716a6 git-gui: Mark revision chooser tooltip for translation by Shawn O. Pearce · 18 years ago
  80. 5f51ccd Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  81. 3b9dfde git-gui: Assume untracked directories are Git submodules by Shawn O. Pearce · 18 years ago
  82. 4ed1a19 git-gui: handle "deleted symlink" diff marker by Michele Ballabio · 18 years ago
  83. 2d19f8e git-gui: show unstaged symlinks in diff viewer by Michele Ballabio · 18 years ago
  84. b2bd310 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  85. 0b883ab git-gui: lib/index.tcl: handle files with % in the filename properly by Gerrit Pape · 18 years ago
  86. 4b08aa3 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  87. 881d8f2 git-gui: Fix detaching current branch during checkout by Shawn O. Pearce · 18 years ago
  88. 74e528b git-gui: remove dots in some UI strings by Michele Ballabio · 18 years ago
  89. 1ac1795 Mark strings for translation. by Christian Stimming · 18 years ago
  90. 18a01a0 git-gui: Allow git-merge to use branch names in conflict markers by Shawn O. Pearce · 18 years ago
  91. c6951dd git-gui: Fix window manager problems on ion3 by Shawn O. Pearce · 18 years ago
  92. 84f6753 git-gui: Minor refactoring of merge command line in merge support by Shawn O. Pearce · 18 years ago gitgui-0.8.0
  93. dac7089 git-gui: Use more modern looking icons in the tree browser by Shawn O. Pearce · 18 years ago
  94. 95af4d8 git-gui: Make sure remotes are loaded when picking revisions by Shawn O. Pearce · 18 years ago
  95. 0fe055c git-gui: Use progress bar while resetting/aborting files by Shawn O. Pearce · 18 years ago
  96. 360cc10 git-gui: Unify wording to say "to stage" instead of "to add" by Christian Stimming · 18 years ago
  97. bc318ea git-gui: Remove usernames from absolute SSH urls during merging by Shawn O. Pearce · 18 years ago
  98. ead49f5 git-gui: Format tracking branch merges as though they were pulls by Shawn O. Pearce · 18 years ago
  99. 9feefbd git-gui: Cleanup bindings within merge dialog by Shawn O. Pearce · 18 years ago
  100. 350a35f git-gui: Replace merge dialog with our revision picker widget by Shawn O. Pearce · 18 years ago