aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.cc
AgeCommit message (Collapse)Author
2009-10-15remove multiple views capability from dwcorvid
It was complicated, we don't use it, and we currently had no plans to use it.
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-08-10fltk widget types are not bitscorvid
2009-07-14use fltk's color contrast code for widgetscorvid
2009-06-22widgets ascend for textarea and selectcorvid
2009-06-21Minor cleanup (for secret input)corvid
2009-04-22implement FltkResource::isEnabled()Johannes Hofmann
2009-04-22disable forms while stylesheets are pendingJohannes Hofmann
To avoid lost user input on repush, we disable forms until all stylesheets have been loaded. Also open select widgets cause crashes on repush.
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-13Get callbacks for multiple selections right (fixes 4d76ce512830).corvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-02-06Implemented size for SELECT listscorvid
2009-01-16Added lout/msg.h and normalized debug messages to use it.Jorge Arellano Cid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-11-30- Set middle click to submit in a new TAB. (Helps to keep form data!)Jorge Arellano Cid
2008-10-16- Tuned input width a bit.jcid
2008-10-05- Improvement for the radio/check buttons size patch.jcid
2008-10-05- Fixed check and radio buttons size_request.jcid
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- aesthetics for check and radio button (mouse over background)jcid
2008-09-26- Set the ::fltk::RAW_LABEL flag for widgets getting labels from html.jcid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid