summaryrefslogtreecommitdiff
path: root/src/findbar.hh
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2012-11-14Switched the findbar to use CustButton (which uses custom tooltips)Jorge Arellano Cid
2011-08-01Re-enabled the temoporary panels feature for Ctrl+lJorge Arellano Cid
It has lots of code cleanups and a simpler/more-uniform way of handling it all.
2011-02-18findbar activationcorvid
the Fl_Input would eat the shift-enter keypress, meaning that the Previous button never got its shortcut.
2011-01-06findbarcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2008-10-01- Minor variable changes in findbar. Also some clear_tab_to_focus().jcid
2008-09-18- Implemented tabbed browsing.jcid
2008-09-12- Reverted an accidental testing code commit.jcid
2008-09-12- Fixed a crash bug with repush and non-viewable content.jcid
2008-09-03- Added the findbar destructor.jcid
2008-06-18- Minor cleanups.jcid
2008-05-24- Switched findbar callbacks to static methods.jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid