summaryrefslogtreecommitdiff
path: root/lib/search.tcl
AgeCommit message (Expand)AuthorFilesLines
2011-10-21git-gui: use a tristate to control the case mode in the searchbarLibravatar Bert Wesarg1-7/+17
2011-10-19git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Libravatar Pat Thoyts1-3/+7
2011-10-19git-gui: catch invalid or complete regular expressions and treat as no match.Libravatar Pat Thoyts1-7/+9
2011-10-19git-gui: theme the search and line-number entry fields on blame screenLibravatar Pat Thoyts1-3/+5
2011-10-18git-gui: add search history to searchbarLibravatar Bert Wesarg1-0/+60
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-07-19git-gui: Add keyboard shortcuts for search and goto commands in blame view.Libravatar David Fries1-1/+3
2010-01-27git-gui: use themed tk widgets with Tk 8.5Libravatar Pat Thoyts1-5/+6
2008-11-16git-gui: Fix the search bar destruction handler.Libravatar Alexander Gavrilov1-1/+1
2008-11-11git-gui: Fix focus transition in the blame viewer.Libravatar Alexander Gavrilov1-3/+11
2008-10-10git-gui: Add a search command to the blame viewer.Libravatar Alexander Gavrilov1-0/+190