summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-10-18git-gui: add regexp search mode to the searchbarLibravatar Bert Wesarg1-1/+11
2011-10-18git-gui: add smart case search mode in searchbarLibravatar Bert Wesarg1-1/+12
2011-10-15git-gui: incremental goto line in blame viewLibravatar Bert Wesarg1-4/+11
2011-10-15git-gui: clear the goto line input when hidingLibravatar Bert Wesarg1-0/+1
2011-10-15git-gui: only accept numbers in the goto-line inputLibravatar Bert Wesarg1-2/+11
2011-10-15git-gui: search and linenumber input are mutual exclusive in the blame viewLibravatar Bert Wesarg1-6/+16
2011-10-06git-gui: deal with unknown files when pressing the "Stage Changed" buttonLibravatar Heiko Voigt1-0/+9
2011-07-19git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.Libravatar Pat Thoyts1-2/+0
2011-07-19git-gui: Add keyboard shortcuts for search and goto commands in blame view.Libravatar David Fries2-1/+7
2011-07-19git-gui: Enable jumping to a specific line number in blame view.Libravatar David Fries2-0/+75
2011-07-11Fix tooltip display with multiple monitors on windows.Libravatar Pat Thoyts2-4/+4
2011-05-20git-gui: warn when trying to commit on a detached headLibravatar Heiko Voigt1-0/+15
2011-03-25Merge branch 'ss/git-gui-mergetool'Libravatar Pat Thoyts1-47/+54
2011-02-27mergetool--lib: Add Beyond Compare 3 as a toolLibravatar Sebastian Schuberth1-0/+7
2011-02-27mergetool--lib: Sort tools alphabetically for easier lookupLibravatar Sebastian Schuberth1-47/+47
2011-02-24git-gui: fetch/prune all entry appears lastLibravatar Heiko Voigt1-12/+10
2011-02-24git-gui: fetch/prune all entry only for more than one entryLibravatar Heiko Voigt1-2/+2
2011-02-15git-gui: Include version check and test for tearoff menu entryLibravatar Pat Thoyts1-10/+14
2011-02-14git-gui: teach fetch/prune menu to do it for all remotesLibravatar Heiko Voigt2-0/+74
2011-02-14git-gui: refactor remote submenu creation into subroutineLibravatar Heiko Voigt1-16/+24
2011-02-13git-gui: always default to the last merged branch in remote deleteLibravatar Heiko Voigt2-1/+10
2011-02-13git-gui: fix deleting item from all_remotes variableLibravatar Heiko Voigt1-2/+2
2011-02-06git-gui: instead of defaulting to home directory use working directoryLibravatar Heiko Voigt1-11/+3
2011-02-06git-gui: scroll down to default selection for push dialogLibravatar Heiko Voigt1-0/+1
2011-02-06git gui: keep selected branch when remote is changed in push dialogLibravatar Heiko Voigt1-1/+3
2011-01-28git-gui: handle meta diff header lines only in the header sectionLibravatar Bert Wesarg1-7/+2
2011-01-28git-gui: handle special content lines only in the diff header sectionLibravatar Bert Wesarg1-6/+9
2011-01-28git-gui: always reset the current tagLibravatar Bert Wesarg1-1/+2
2011-01-28git-gui: move 3way diff autodetect upLibravatar Bert Wesarg1-3/+4
2011-01-28git-gui: there is no "mode *" diff header lineLibravatar Bert Wesarg1-2/+1
2011-01-28git-gui: name also new symlinks soLibravatar Bert Wesarg1-3/+5
2011-01-28git-gui: handle index lines only in the diff headerLibravatar Bert Wesarg1-2/+2
2011-01-28git-gui: rework handling of diff headerLibravatar Bert Wesarg1-3/+15
2011-01-28git-gui: learn more type change statesLibravatar Bert Wesarg2-3/+13
2011-01-28git-gui: remove 'no such variable' for s error when encounter unknown file st...Libravatar Bert Wesarg1-1/+2
2010-12-06git-gui: Fix use of hunk tag for non-hunk content.Libravatar Bert Wesarg1-7/+7
2010-12-06git-gui: Fix use of renamed tag.Libravatar Bert Wesarg1-4/+4
2010-11-22git-gui: fix browsers [Up To Parent] in sub-sub-directories.Libravatar Bert Wesarg1-1/+1
2010-11-19git-gui: respect conflict marker sizeLibravatar Bert Wesarg1-4/+22
2010-11-19git-gui: fix ANSI-color parsingLibravatar Bert Wesarg1-2/+10
2010-10-27git-gui: apply color information from git diff outputLibravatar Pat Thoyts1-1/+33
2010-10-07git-gui: use full dialog width for old name when renaming branchLibravatar Pat Thoyts1-1/+1
2010-08-12git-gui: handle textconv filter on Windows and in developmentLibravatar Pat Thoyts1-2/+7
2010-08-12git-gui: use shell to launch textconv filter in "blame"Libravatar Matthieu Moy1-1/+3
2010-07-30git-gui: use textconv filter for diff and blameLibravatar Clément Poulain3-3/+24
2010-07-30git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32Libravatar Pat Thoyts1-3/+8
2010-07-30git-gui: fix shortcut creation on cygwinLibravatar Heiko Voigt1-2/+2
2010-07-30git-gui: fix usage of _gitworktree when creating shortcut for windowsLibravatar Heiko Voigt1-2/+2
2010-07-10git-gui: fix usage of themed widgets variableLibravatar Heiko Voigt1-0/+1
2010-01-27git-gui: use themed tk widgets with Tk 8.5Libravatar Pat Thoyts25-397/+595