index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
findbar.cc
Age
Commit message (
Expand
)
Author
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2012-12-31
apply recent form Input changes to findbar input as well
corvid
2012-12-30
ui color fg/bg preferences
corvid
2012-11-14
Switched the findbar to use CustButton (which uses custom tooltips)
Jorge Arellano Cid
2012-10-29
rm semicolons
corvid
2011-09-03
use Fl::option() when disabling UI tooltips
corvid
2011-08-01
Re-enabled the temoporary panels feature for Ctrl+l
Jorge Arellano Cid
2011-07-27
Enabled CTRL+{a,e,d,k} in the findbar
Jorge Arellano Cid
2011-05-18
Made SHIFT+{Left,Right} keyboard events work from the findbar
Jorge Arellano Cid
2011-03-15
Made the findbar operative again (it has tricks and workarounds)
Jorge Arellano Cid
2011-02-18
findbar activation
corvid
2011-01-23
prevent new Fl_Widgets from automatically being added to a Fl_Group
corvid
2011-01-17
fix findbar input focusing
corvid
2011-01-06
findbar
corvid
2011-01-06
some UI constants
corvid
2011-01-06
when
corvid
2011-01-06
events
corvid
2011-01-06
keys and mouse buttons
corvid
2009-10-15
remove "using namespace" statements from header files
Johannes Hofmann
2009-10-03
only set tooltips for UI if prefs.show_tooltip set
corvid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-08
Implemented "search previous" in string searches
João Ricardo Lourenço
2008-10-04
- Fixed the findbar's click to focus
jcid
2008-10-03
- insert workaround part2
jcid
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:/g
jcid
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.cc
jcid
2008-05-22
- Replaced the findtext dialog with an in-window widget!
jcid