aboutsummaryrefslogtreecommitdiff
path: root/src/findbar.cc
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2012-12-31apply recent form Input changes to findbar input as wellcorvid
I held off on doing this to see whether I found myself expecting them to work while using the findbar. At least in the case of Page_Up/Down, the answer was certainly yes.
2012-12-30ui color fg/bg preferencescorvid
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html
2012-11-14Switched the findbar to use CustButton (which uses custom tooltips)Jorge Arellano Cid
2012-10-29rm semicolonscorvid
2011-09-03use Fl::option() when disabling UI tooltipscorvid
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-07-27Enabled CTRL+{a,e,d,k} in the findbarJorge Arellano Cid
2011-05-18Made SHIFT+{Left,Right} keyboard events work from the findbarJorge Arellano Cid
2011-03-15Made the findbar operative again (it has tricks and workarounds)Jorge Arellano Cid
2011-02-18findbar activationcorvid
the Fl_Input would eat the shift-enter keypress, meaning that the Previous button never got its shortcut.
2011-01-23prevent new Fl_Widgets from automatically being added to a Fl_Groupcorvid
2011-01-17fix findbar input focusingcorvid
The documentation for clear_visible_focus all talks about the keyboard, but but Fl::focus must think that the mouse is an honorary part of the keyboard. Not that tab-to-focus is any horrible behavior for findbar's input anyway.
2011-01-06findbarcorvid
2011-01-06some UI constantscorvid
2011-01-06whencorvid
2011-01-06eventscorvid
2011-01-06keys and mouse buttonscorvid
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-10-03only set tooltips for UI if prefs.show_tooltip setcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2008-10-04- Fixed the findbar's click to focusjcid
2008-10-03- insert workaround part2jcid
2008-10-02- Made SHIFT + {Left, Right} work even with findbar focused.jcid
2008-10-01- Minor variable changes in findbar. Also some clear_tab_to_focus().jcid
2008-10-01- Committed the no bw as window user_data() patch.jcid
2008-09-30- s/todo:/TODO:/gjcid
2008-09-24.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-04- minor focus handling change to the findbar.jcid
2008-09-03- Added the findbar destructor.jcid
2008-05-24- Switched findbar callbacks to static methods.jcid
2008-05-24- Minor spelling fixes.jcid
2008-05-22- minor cleanup in findbar.ccjcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid