summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-26git-gui i18n: mark strings for translationVasco Almeida
2015-03-07git-gui: Makes chooser set 'gitdir' to the resolved pathRemi Rampin
2015-03-07git-gui: Fixes chooser not accepting gitfilesRemi Rampin
2014-10-06git-gui: add configurable tab size to the diff viewMichael Lutz
2014-06-13git-gui: align the new recursive checkbox with the radiobuttons.Pat Thoyts
2014-06-13git-gui: Add a 'recursive' checkbox in the clone menu.Henri GEIST
2014-06-13git-gui: show staged submodules regardless of ignore configJens Lehmann
2013-11-15git-gui: correct spelling errors in commentsMasanari Iida
2013-08-27git-gui: Add gui.displayuntracked optionMax Kirillov
2013-08-27git-gui: show the maxrecentrepo config option in the preferences dialogPat Thoyts
2013-08-27git-gui: added gui.maxrecentrepo to extend the number of remembered reposPat Thoyts
2013-06-15git-gui: avoid an error message when removing the last remotePat Thoyts
2013-05-17git-gui: change dialog button positions for Windows to suit platform.Pat Thoyts
2013-05-16git-gui: allow "\ No newline at end of file" for linewise stagingHeiko Voigt
2013-02-22git-gui: fix the mergetool launcher for the Beyond Compare tool.Pat Thoyts
2012-09-17git-gui: remove .git/CHERRY_PICK_HEAD after committingBeat Bolli
2012-09-17git-gui: Fix a loose/lose mistakeBeat Bolli
2012-01-22git-gui: fix git-gui crash due to uninitialized variableClemens Buchacher
2011-12-09git-gui: handle shell script text filters when loading for blame.Pat Thoyts
2011-11-05git-gui: don't warn for detached head when rebasingBert Wesarg
2011-11-05git-gui: make config gui.warndetachedcommit a booleanBert Wesarg
2011-11-05git-gui: add config value gui.diffopts for passing additional diff optionsTilman Vogel
2011-11-04git-gui: sort the numeric ansi codesPat Thoyts
2011-11-04git-gui: support underline style when parsing diff outputPat Thoyts
2011-10-31git-gui: fix spelling error in sshkey.tclDejan Ribič
2011-10-21git-gui: include the file path in guitools confirmation dialogBert Wesarg
2011-10-21git-gui: span widgets over the full file output area in the blame viewBert Wesarg
2011-10-21git-gui: use a tristate to control the case mode in the searchbarBert Wesarg
2011-10-19git-gui: set suitable extended window manager hints.Pat Thoyts
2011-10-19git-gui: fix display of path in browser titleBert Wesarg
2011-10-19Merge branch 'bw/searching'gitgui-0.15.0Pat Thoyts
2011-10-19git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts
2011-10-19git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts
2011-10-19git-gui: theme the search and line-number entry fields on blame screenPat Thoyts
2011-10-18git-gui: include the number of untracked files to stage when asking the userPat Thoyts
2011-10-18git-gui: new config to control staging of untracked filesBert Wesarg
2011-10-18git-gui: use "untracked" for files which are not known to gitBert Wesarg
2011-10-18git-gui: fix unintended line break in message stringBert Wesarg
2011-10-18git-gui: add search history to searchbarBert Wesarg
2011-10-18git-gui: add regexp search mode to the searchbarBert Wesarg
2011-10-18git-gui: add smart case search mode in searchbarBert Wesarg
2011-10-15git-gui: incremental goto line in blame viewBert Wesarg
2011-10-15git-gui: clear the goto line input when hidingBert Wesarg
2011-10-15git-gui: only accept numbers in the goto-line inputBert Wesarg
2011-10-15git-gui: search and linenumber input are mutual exclusive in the blame viewBert Wesarg
2011-10-06git-gui: deal with unknown files when pressing the "Stage Changed" buttonHeiko Voigt
2011-07-19git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.Pat Thoyts
2011-07-19git-gui: Add keyboard shortcuts for search and goto commands in blame view.David Fries
2011-07-19git-gui: Enable jumping to a specific line number in blame view.David Fries
2011-07-11Fix tooltip display with multiple monitors on windows.Pat Thoyts