Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Fix pedantic warnings | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2012-12-10 | fltkcomplexbutton don't need widget tracker | corvid | |
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-10 | fltkcomplexbutton: rm some unneeded when() code | corvid | |
2012-12-10 | don't bother with FLAT_BOX for image input | corvid | |
2012-12-10 | make focus box for image inputs work | corvid | |
2012-12-10 | make complex button push in when triggered by keyboard | corvid | |
2012-12-06 | complexbutton unnecessary includes | corvid | |
2011-11-29 | documenting non-dillo code | corvid | |
2011-09-25 | let the enter key trigger buttons when possible | corvid | |
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-14 | comment typo | corvid | |
2011-05-19 | more | corvid | |
2011-05-18 | clean out fltkcomplexbutton a bit | corvid | |
2011-05-16 | rm spaces | corvid | |
2011-05-16 | ComplexButton: fix its content widget coordinates (absolute in fltk-1.3) | Jorge Arellano Cid | |
2011-05-16 | Convert tabs into spaces | Jorge Arellano Cid | |
2011-02-09 | disable symbol-interpretation in labels | corvid | |
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-23 | don't let complex button destroy flat view | corvid | |
2011-01-23 | prevent new Fl_Widgets from automatically being added to a Fl_Group | corvid | |
2011-01-07 | fltkcomplexbutton from Fl_Button | corvid | |
2009-09-20 | fix up licensing | corvid | |
2009-08-10 | test 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-26 | fix up license versions/names | corvid | |
2008-12-19 | Moved clicked from ButtonResource to Resource. | Jorge Arellano Cid | |
2008-09-29 | . | jcid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |