aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkcomplexbutton.cc
AgeCommit message (Collapse)Author
2024-08-07Fix pedantic warningsRodrigo Arias Mallo
Reviewed-by: dogma
2012-12-10fltkcomplexbutton don't need widget trackercorvid
It seems that the idea of a widget tracker is so that you can do a callback and, after you return, check whether the widget is still there before using it. We're just returning from the handle(), though.
2012-12-10fltkcomplexbutton: rm some unneeded when() codecorvid
2012-12-10don't bother with FLAT_BOX for image inputcorvid
2012-12-10make focus box for image inputs workcorvid
2012-12-10make complex button push in when triggered by keyboardcorvid
2012-12-06complexbutton unnecessary includescorvid
2011-11-29documenting non-dillo codecorvid
2011-09-25let the enter key trigger buttons when possiblecorvid
Topic brought up by Alexander recently. In FLTK2, Enter and Space would both trigger buttons. In 1.3, only Space does it. I asked the FLTK guys about this, and I learned that Space to trigger buttons is actually old-school X behaviour that I somehow never became aware of.
2011-06-14comment typocorvid
2011-05-19morecorvid
2011-05-18clean out fltkcomplexbutton a bitcorvid
2011-05-16rm spacescorvid
2011-05-16ComplexButton: fix its content widget coordinates (absolute in fltk-1.3)Jorge Arellano Cid
2011-05-16Convert tabs into spacesJorge Arellano Cid
2011-02-09disable symbol-interpretation in labelscorvid
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0
2011-01-23don't let complex button destroy flat viewcorvid
2011-01-23prevent new Fl_Widgets from automatically being added to a Fl_Groupcorvid
2011-01-07fltkcomplexbutton from Fl_Buttoncorvid
2009-09-20fix up licensingcorvid
2009-08-10test for exactly TOGGLE type in fltk complex button.corvid
It is of GROUP_TYPE, which meant a false positive. It would probably be best to rip out the TOGGLE/RADIO stuff and much of the when() code and so on.
2009-03-26fix up license versions/namescorvid
2008-12-19Moved clicked from ButtonResource to Resource.Jorge Arellano Cid
2008-09-29.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid