summaryrefslogtreecommitdiffstats
path: root/lib/search.tcl
AgeCommit message (Expand)AuthorLines
2011-10-21git-gui: use a tristate to control the case mode in the searchbarBert Wesarg-7/+17
2011-10-19git-gui: enable the smart case sensitive search only if gui.search.smartcase ...Pat Thoyts-3/+7
2011-10-19git-gui: catch invalid or complete regular expressions and treat as no match.Pat Thoyts-7/+9
2011-10-19git-gui: theme the search and line-number entry fields on blame screenPat Thoyts-3/+5
2011-10-18git-gui: add search history to searchbarBert Wesarg-0/+60
2011-10-18git-gui: add regexp search mode to the searchbarBert Wesarg-1/+11
2011-10-18git-gui: add smart case search mode in searchbarBert Wesarg-1/+12
2011-07-19git-gui: Add keyboard shortcuts for search and goto commands in blame view.David Fries-1/+3
2010-01-27git-gui: use themed tk widgets with Tk 8.5Pat Thoyts-5/+6
2008-11-16git-gui: Fix the search bar destruction handler.Alexander Gavrilov-1/+1
2008-11-11git-gui: Fix focus transition in the blame viewer.Alexander Gavrilov-3/+11
2008-10-10git-gui: Add a search command to the blame viewer.Alexander Gavrilov-0/+190