summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-05git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio1-6/+12
2008-04-04git-gui: Update french translationChristian Couder1-45/+33
2008-04-03git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce1-4/+4
2008-04-02git-gui 0.10gitgui-0.10.0Shawn O. Pearce1-1/+1
2008-04-02git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother1-8/+32
2008-03-16git-gui: Improve directions regarding POT update in po/READMEJunio C Hamano1-12/+50
2008-03-15git-gui: Update Japanese translationしらいしななこ1-13/+9
2008-03-15git-gui: Adjusted Japanese translation to updated POTShawn O. Pearce1-249/+277
2008-03-15git-gui: Update Japanese translationしらいしななこ1-291/+266
2008-03-15git-gui: Don't translate the special Apple menuShawn O. Pearce2-2/+2
2008-03-15git-gui: Updated Hungarian translation (e5fba18)Miklos Vajna1-14/+9
2008-03-15git-gui: update russian translationAlex Riesen1-27/+21
2008-03-15git-gui: remove spurious "fuzzy" attributes in po/it.poMichele Ballabio1-2/+0
2008-03-14git-gui: updated Swedish translationPeter Karlsson1-290/+375
2008-03-14git-gui: Regenerated po template and merged translations with itPeter Karlsson8-1841/+2311
2008-03-13Update Hungarian translation. 100% completed.Miklos Vajna1-38/+102
2008-03-13git-gui: update Italian translationMichele Ballabio1-265/+346
2008-03-12git-gui: Simplify MSGFMT setting in MakefileJunio C Hamano1-6/+1
2008-03-07git-gui: Add option for changing the width of the commit message text boxAdam Piątyszek2-1/+3
2008-03-05git-gui: if a background colour is set, set foreground colour as wellPhilipp A. Hartmann6-16/+47
2008-03-05git-gui: translate the remaining messages in zh_cn.po to chineseeric miao1-550/+673
2008-03-05Merge branch 'maint'Shawn O. Pearce1-0/+5
2008-03-05git-gui: Gracefully fall back to po2msg.sh if msgfmt --tcl failsShawn O. Pearce1-0/+5
2008-02-28Merge branch 'maint'Shawn O. Pearce1-1/+1
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-22Merge branch 'maint'Shawn O. Pearce3-3/+25
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-22git-gui: fix typo in lib/spellcheck.tclMichele Ballabio1-1/+1
2008-02-21git-gui: Shorten Aspell version strings to just Aspell version numberShawn O. Pearce1-0/+4
2008-02-21git-gui: Gracefully display non-aspell version errors to usersShawn O. Pearce1-1/+25
2008-02-21git-gui: Catch and display aspell startup failures to the userShawn O. Pearce1-4/+17
2008-02-21git-gui: Only bind the spellcheck popup suggestion hook onceShawn O. Pearce1-1/+1
2008-02-21git-gui: Remove explicit references to 'aspell' in message stringsShawn O. Pearce1-7/+7
2008-02-21git-gui: Ensure all spellchecker 'class' variables are initializedShawn O. Pearce2-6/+11
2008-02-21Merge branch 'maint'Shawn O. Pearce1-7/+11
2008-02-20git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce1-7/+11
2008-02-20Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-02-19git-gui: relax "dirty" version detectionWincent Colaiuta1-1/+1
2008-02-17git-gui: Update German translation.Christian Stimming2-25/+49
2008-02-17git-gui: (i18n) Add newly added translation strings to template.Christian Stimming2-6/+30
2008-02-14git-gui: Correct size of dictionary name widget in options dialogShawn O. Pearce1-3/+1
2008-02-14git-gui: Paper bag fix bad string length call in spellcheckerShawn O. Pearce1-1/+1
2008-02-12git-gui: Automatically spell check commit messages as the user typesShawn O. Pearce4-1/+442
2008-02-12Merge branch 'maint'Shawn O. Pearce2-5/+14
2008-02-12git-gui: support Git Gui.app under OS X 10.5Jay Soffian2-5/+14
2008-02-03git-gui: Update German translation.Christian Stimming1-40/+89
2008-02-03git-gui: (i18n) Fix a bunch of still untranslated strings.Christian Stimming5-38/+73
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