summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-28git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce1-1/+1
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce1-0/+4
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce1-1/+11
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce1-1/+5
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce1-1/+5
2008-02-20git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce1-7/+11
2008-02-19git-gui: relax "dirty" version detectionWincent Colaiuta1-1/+1
2008-02-12git-gui: support Git Gui.app under OS X 10.5Jay Soffian2-5/+14
2008-01-22git-gui: Correctly cleanup msgfmt '1 message untranslated' outputgitgui-0.9.2Shawn O. Pearce1-1/+1
2008-01-22git-gui: Make the statistics of po2msg match those of msgfmtShawn O. Pearce1-3/+22
2008-01-22git-gui: Fallback to Tcl based po2msg.sh if msgfmt isn't availableShawn O. Pearce1-0/+3
2008-01-22git-gui: Work around random missing scrollbar in revision listShawn O. Pearce1-1/+2
2008-01-20git-gui: Correct encoding of glossary/fr.po to UTF-8Shawn O. Pearce1-13/+13
2008-01-20git-gui: Consolidate hook execution code into a single functionShawn O. Pearce3-46/+63
2008-01-20git-gui: Correct window title for hook failure dialogsShawn O. Pearce1-1/+1
2008-01-20git-gui: Honor the standard commit-msg hookShawn O. Pearce1-31/+83
2008-01-17git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl1-2/+3
2008-01-17git-gui: add french glossary: glossary/fr.poChristian Couder1-0/+166
2008-01-16git-gui: Refresh file status description after hunk applicationShawn O. Pearce1-0/+2
2008-01-16git-gui: Allow 'Create New Repository' on existing directoriesShawn O. Pearce1-28/+22
2008-01-16git-gui: Initial french translationChristian Couder1-0/+1875
2008-01-16git-gui: Improve German translation.Christian Stimming2-9/+9
2008-01-16git-gui: Updated Swedish translation after mailing list review.Peter Karlsson1-11/+11
2008-01-16git-gui: Fix broken revert confirmation.Christian Stimming1-1/+3
2008-01-16git-gui: Update German translationChristian Stimming2-21/+24
2008-01-16git-gui: Update glossary: add term "hunk"Christian Stimming2-1/+6
2007-12-29git-gui: Make commit log messages end with a newlinegitgui-0.9.1Bernt Hansen1-1/+1
2007-12-29Added Swedish translation.Peter Karlsson1-0/+1895
2007-12-14git-gui: Unconditionally use absolute paths with CygwinMark Levedahl1-6/+4
2007-12-14git-gui: Handle file mode changes (644->755) in diff viewerShawn O. Pearce1-0/+1
2007-12-14git-gui: Move frequently used commands to the top of the context menu.Johannes Sixt1-21/+21
2007-12-05Update Hungarian translation. 100% completed.Miklos Vajna1-320/+362
2007-12-05Update ja.po for git-guiしらいしななこ1-189/+229
2007-12-02git-gui: Improve the application icon on Windows.Johannes Sixt1-0/+0
2007-12-02git-gui: install-sh from automake does not like -m755Robert Schiele1-6/+6
2007-12-02git-gui: Reorder msgfmt command-line argumentsbrian m. carlson1-1/+1
2007-11-26Update German translation. 100% completed.Christian Stimming1-141/+167
2007-11-26Update git-gui.pot with latest (few) string additions and changes.Christian Stimming1-183/+221
2007-11-22git-gui: update it.po and glossary/it.poMichele Ballabio2-216/+261
2007-11-22git-gui: fix a typo in lib/commit.tclMichele Ballabio1-1/+1
2007-11-21git-gui 0.9.0gitgui-0.9.0Shawn O. Pearce1-1/+1
2007-11-08git-gui: Bind Meta-T for "Stage To Commit" menu actionShawn O. Pearce1-1/+6
2007-11-01git-gui: Allow users to set font weights to boldShawn O. Pearce1-1/+8
2007-11-01git-gui: Update Japanese strings (part 2)Junio C Hamano1-1/+1
2007-11-01git-gui: Update Japanese stringsしらいしななこ1-144/+133
2007-11-01Updated russian translation of git-guiAlex Riesen1-224/+292
2007-11-01po2msg: actually output statisticsJohannes Schindelin1-2/+20
2007-11-01po2msg: ignore untranslated messagesJohannes Schindelin1-0/+3
2007-11-01po2msg: ignore entries marked with "fuzzy"Johannes Schindelin1-2/+11
2007-10-26git-gui: Protect against bad translation stringsShawn O. Pearce1-4/+11
2007-10-23Merge branch 'maint'Shawn O. Pearce1-12/+53
2007-10-23git-gui: Make sure we get errors from git-update-indexShawn O. Pearce1-9/+52
2007-10-23More updates and corrections to the russian translation of git-guiAlex Riesen1-235/+127
2007-10-22Updated Russian translation.Kirill1-141/+190
2007-10-20git-gui: Update German translationChristian Stimming2-220/+238
2007-10-20git-gui: Add more terms to glossary.Christian Stimming2-3/+8
2007-10-20Merge branch 'maint'Shawn O. Pearce3-3/+6
2007-10-20git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce1-1/+1
2007-10-20git-gui: Handle progress bars from newer gitsShawn O. Pearce1-1/+4
2007-10-20git-gui: Correctly report failures from git-write-treeShawn O. Pearce1-1/+1
2007-10-17git-gui: Paper bag fix the global config parsingShawn O. Pearce1-1/+4
2007-10-13git-gui: Honor a config.mak in git-gui's top levelShawn O. Pearce2-0/+3
2007-10-12git-gui: Collapse $env(HOME) to ~/ in recent repositories on WindowsShawn O. Pearce1-2/+6
2007-10-12git-gui: Support cloning Cygwin based work-dirsShawn O. Pearce1-7/+37
2007-10-12git-gui: Use proper Windows shortcuts instead of bat filesShawn O. Pearce4-35/+84
2007-10-12git-gui: Ensure copyright message is correctly read as UTF-8Shawn O. Pearce1-2/+2
2007-10-12git-gui: Bind n/c/o accelerators in repository chooserShawn O. Pearce1-0/+6
2007-10-12git-gui: Disable the text widget in the repository chooserShawn O. Pearce1-0/+2
2007-10-12git-gui: Fix bind errors when switching repository chooser panelsShawn O. Pearce1-0/+6
2007-10-12git-gui: Offer repository management features in menu barShawn O. Pearce1-6/+49
2007-10-12git-gui: Change repository browser radio buttons to hyperlinksShawn O. Pearce1-27/+34
2007-10-12git-gui: offer a list of recent repositories on startupSteffen Prohaska2-0/+83
2007-10-12git-gui: Support LFs embedded in config file valuesShawn O. Pearce1-0/+20
2007-10-12git-gui: Refactor git-config --list parsingShawn O. Pearce1-21/+14
2007-10-12git-gui: Move load_config procedure below git-version selectionShawn O. Pearce1-45/+49
2007-10-12git-gui: Change main window layout to support wider screensJohannes Sixt1-11/+12
2007-10-12git-gui: update Italian translationMichele Ballabio2-244/+429
2007-10-10git-gui: Updated po strings based on current sourcesShawn O. Pearce7-1657/+4423
2007-10-10git-gui: add mingw specific startup wrapperSteffen Prohaska2-0/+36
2007-10-10git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgitSteffen Prohaska1-0/+3
2007-10-10git-gui: add directory git-gui is located in to PATH (on Windows)Steffen Prohaska1-0/+3
2007-10-10Merge branch 'cs/de'Shawn O. Pearce4-216/+698
2007-10-10git-gui: Update German translation, including latest glossary changesChristian Stimming1-165/+633
2007-10-10git-gui: Incorporate glossary changes into existing German translationChristian Stimming1-66/+47
2007-10-10git-gui: Update German glossary according to mailing list discussionChristian Stimming1-11/+34
2007-10-10git-gui: Add more words to translation glossaryChristian Stimming2-2/+12
2007-10-10git-gui: Shorten the staged/unstaged changes title bar textShawn O. Pearce1-2/+2
2007-10-10git-gui: Bind Cmd-, to Preferences on Mac OS XShawn O. Pearce2-7/+13
2007-10-10git-gui: Consolidate the Fetch and Push menus into a Remote menuShawn O. Pearce2-28/+45
2007-10-10git-gui: Use progress meter in the status bar during index updatesShawn O. Pearce1-42/+12
2007-10-10git-gui: Include our Git logo in the about dialogShawn O. Pearce1-0/+1
2007-10-10git-gui: Refactor about dialog code into its own moduleShawn O. Pearce2-78/+80
2007-10-10git-gui: Refactor Henrik Nyh's logo into its own procedureShawn O. Pearce2-38/+44
2007-10-10Merge branch 'maint'Shawn O. Pearce1-0/+1
2007-10-07git-gui: accept versions containing text annotations, like 1.5.3.mingw.1Steffen Prohaska1-0/+1
2007-10-03git-gui: Allow forced push into remote repositoryShawn O. Pearce1-0/+10
2007-10-03Merge branch 'maint'Shawn O. Pearce1-2/+28
2007-10-03git-gui: Don't crash when starting gitk from a browser sessionShawn O. Pearce1-2/+8
2007-10-03git-gui: Allow gitk to be started on Cygwin with native Tcl/TkShawn O. Pearce1-0/+20
2007-09-27git-gui: Refer to ourselves as "Git Gui" and not "git-gui"Shawn O. Pearce1-3/+4
2007-09-27git-gui: Support a native Mac OS X application bundleShawn O. Pearce5-21/+129
2007-09-27git-gui: Use Henrik Nyh's git logo icon on Windows systemsShawn O. Pearce3-0/+6
2007-09-27git-gui: fix typo in lib/blame.tclMichele Ballabio1-1/+1
2007-09-26git-gui: Make the status bar easier to read in the setup wizardShawn O. Pearce9-19/+47
2007-09-26git-gui: Switch the git-gui logo to Henrik Nyh's logoShawn O. Pearce1-22/+41
2007-09-26git-gui: Don't delete scrollbars in console windowsShawn O. Pearce1-8/+2
2007-09-26git-gui: Don't delete console window namespaces too earlyShawn O. Pearce1-1/+4
2007-09-24git-gui: add a simple msgfmt replacementJohannes Schindelin2-1/+113
2007-09-24git-gui: Copy objects/info/alternates during standard cloneShawn O. Pearce1-0/+26
2007-09-24git-gui: Keep the UI responsive while counting objects in cloneShawn O. Pearce1-5/+25
2007-09-24git-gui: Don't bother showing OS error message about hardlinksShawn O. Pearce1-4/+1
2007-09-23git-gui: Deiconify startup wizard so it raises to the topJohannes Schindelin1-0/+1
2007-09-23git-gui: Avoid console scrollbars unless they are necessaryShawn O. Pearce1-30/+48
2007-09-23git-gui: Allow users to choose/create/clone a repositoryShawn O. Pearce2-3/+841
2007-09-22git-gui: Refactor some UI init to occur earlierShawn O. Pearce1-94/+94
2007-09-21Merge branch 'maint'Shawn O. Pearce1-5/+37
2007-09-21git-gui: Ensure .git/info/exclude is honored in Cygwin workdirsShawn O. Pearce1-3/+31
2007-09-21git-gui: Handle starting on mapped shares under CygwinShawn O. Pearce1-1/+1
2007-09-21git-gui: Display message box when we cannot find git in $PATHShawn O. Pearce1-1/+5
2007-09-20git-gui: Support native Win32 Tcl/Tk under CygwinShawn O. Pearce2-14/+23
2007-09-20git-gui: Fix missing i18n markup in push/fetch windowsShawn O. Pearce1-4/+4
2007-09-20Merge branch 'maint'Shawn O. Pearce1-1/+1
2007-09-20git-gui: Avoid using bold text in entire gui for some fontsSimon Sasburg1-1/+1
2007-09-16Merge branch 'maint'Shawn O. Pearce3-7/+18
2007-09-16git-gui: Disable native platform text selection in "lists"gitgui-0.8.3Shawn O. Pearce3-9/+18
2007-09-14git-gui: Paper bag fix missing translated stringsShawn O. Pearce9-30/+34
2007-09-13git-gui: Make the tree browser also use lightgray selectionShawn O. Pearce1-3/+1
2007-09-13git-gui: add some strings to translationMichele Ballabio8-43/+43
2007-09-13Merge branch 'maint'Shawn O. Pearce4-13/+213
2007-09-13git-gui: Paper bag fix "Commit->Revert" format argumentsShawn O. Pearce1-1/+1
2007-09-13git-gui: Provide 'uninstall' Makefile target to undo an installationShawn O. Pearce1-1/+27
2007-09-13Merge branch 'maint'Shawn O. Pearce0-0/+0
2007-09-13git-gui: Font chooser to handle a large number of font familiesShawn O. Pearce2-11/+182
2007-09-13git-gui: Make backporting changes from i18n version easierShawn O. Pearce1-0/+12
2007-09-12git-gui: Document the new i18n context supportShawn O. Pearce1-0/+9
2007-09-12git-gui: Disambiguate "commit"Harri Ilari Tapio Liusvaara2-5/+5
2007-09-12git-gui: Support context-sensitive i18nShawn O. Pearce1-1/+10
2007-09-11Merge branch 'maint'Shawn O. Pearce1-1/+1
2007-09-11git-gui: Don't delete send on Windows as it doesn't existShawn O. Pearce1-1/+1
2007-09-10git-gui: Localize commit/author dates when displaying themShawn O. Pearce3-19/+60
2007-09-10git-gui: Mark revision chooser tooltip for translationShawn O. Pearce1-6/+6
2007-09-09Merge branch 'maint'Shawn O. Pearce2-7/+35
2007-09-09git-gui: Trim trailing slashes from untracked submodule namesShawn O. Pearce1-1/+5
2007-09-09git-gui: Assume untracked directories are Git submodulesShawn O. Pearce1-3/+18
2007-09-09git-gui: handle "deleted symlink" diff markerMichele Ballabio1-0/+1
2007-09-09git-gui: show unstaged symlinks in diff viewerMichele Ballabio1-5/+10
2007-09-09Merge branch 'maint'Shawn O. Pearce3-10/+18
2007-09-09git-gui: Avoid use of libdir in MakefileShawn O. Pearce1-3/+3
2007-09-08git-gui: Disable Tk send in all git-gui sessionsShawn O. Pearce1-0/+2
2007-09-08git-gui: lib/index.tcl: handle files with % in the filename properlyGerrit Pape1-6/+12
2007-09-03Merge branch 'maint'Shawn O. Pearce2-12/+9
2007-09-03git-gui: Ensure msgfmt failure stops GNU makeShawn O. Pearce1-2/+2
2007-09-03git-gui: Properly set the state of "Stage/Unstage Hunk" actionShawn O. Pearce1-9/+6
2007-09-03git-gui: Fix detaching current branch during checkoutShawn O. Pearce1-1/+1
2007-09-03git-gui: Correct starting of git-remote to handle -w optionShawn O. Pearce1-2/+2
2007-09-03git-gui: remove dots in some UI stringsMichele Ballabio1-3/+3
2007-09-03git-gui: Quiet the msgfmt part of the make processShawn O. Pearce1-2/+4
2007-09-03git-gui: Correct stock message for 'Invalid font specified in %s'Shawn O. Pearce1-1/+1
2007-09-03git-gui: Update po/README as symlink process is not necessaryShawn O. Pearce1-6/+1
2007-09-02git-gui: Added initial version of po/glossary/zh_cn.poXudong Guan1-0/+170
2007-09-02German glossary for translationChristian Stimming1-0/+158
2007-09-02Hungarian translation of git-guiMiklos Vajna1-0/+1422
2007-09-02git-gui: initial version of russian translationIrina Riesen1-0/+1480
2007-09-02Italian translation of git-guiPaolo Ciarrocchi1-0/+1393
2007-09-02Japanese translation of git-guiしらいしななこ1-0/+1381
2007-09-02Initial Chinese translation for git-guiXudong Guan1-0/+1284
2007-09-02German translation for git-guiChristian Stimming1-0/+1398
2007-09-02Add glossary translation template into git.Christian Stimming1-0/+152
2007-09-02Add glossary that can be converted into a po file for each language.Christian Stimming3-0/+91
2007-09-02Ignore po/*.msgJohannes Schindelin1-0/+2
2007-09-02Add po/git-gui.potJohannes Schindelin1-0/+1264
2007-09-02git-gui po/README: Guide to translatorsJunio C Hamano1-0/+205
2007-09-02Makefile rules for translation catalog generation and installation.Christian Stimming1-2/+19
2007-09-02Mark strings for translation.Christian Stimming22-398/+403
2007-09-01git-gui: Initialize Tcl's msgcat library for internationalizationShawn O. Pearce1-0/+14
2007-09-01git-gui: Locate the library directory early during startupShawn O. Pearce1-10/+15
2007-08-24git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce1-1/+9
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce1-0/+4
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce1-12/+11
2007-08-22git-gui: Fix "unoptimized loading" to not cause git-gui to crashShawn O. Pearce1-51/+63
2007-08-21git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menuShawn O. Pearce1-3/+4
2007-08-20git-gui: Allow git-merge to use branch names in conflict markersShawn O. Pearce1-1/+1
2007-08-20git-gui: Fix window manager problems on ion3Shawn O. Pearce2-1/+8
2007-08-04git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä1-0/+3
2007-08-02git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce1-1/+3
2007-07-29git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce1-3/+3
2007-07-29git-gui: Use more modern looking icons in the tree browserShawn O. Pearce2-30/+18
2007-07-29git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce1-0/+6
2007-07-29git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce1-0/+4
2007-07-29git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce1-4/+12
2007-07-29git-gui: Honor core.excludesfile when listing extra filesShawn O. Pearce1-0/+4
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming5-14/+18
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce1-2/+3
2007-07-25git-gui: Remove usernames from absolute SSH urls during mergingShawn O. Pearce1-0/+3
2007-07-25git-gui: Format tracking branch merges as though they were pullsShawn O. Pearce1-4/+28
2007-07-25git-gui: Cleanup bindings within merge dialogShawn O. Pearce1-5/+9
2007-07-25git-gui: Replace merge dialog with our revision picker widgetShawn O. Pearce1-70/+11
2007-07-25git-gui: Show ref last update times in revision chooser tooltipsShawn O. Pearce1-1/+33
2007-07-25git-gui: Display commit/tag/remote info in tooltip of revision pickerShawn O. Pearce1-6/+230
2007-07-25git-gui: Save remote urls obtained from config/remotes setupShawn O. Pearce1-0/+6