aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
AgeCommit message (Collapse)Author
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵Sebastian Geerken
correction.
2015-06-08SRDOP: Positions relative to multiple references; design now considers ↵Sebastian Geerken
handling conflicts.
2015-06-06SRDOP: Positions also for extremes.Sebastian Geerken
2015-05-20Size requisitions depending on positions (SRDOP): added method signatures.Sebastian Geerken
2015-02-04Merge with main repo.Sebastian Geerken
2015-02-02TEXTAREA placeholder attributecorvid
2015-01-24Merge with main repo.Sebastian Geerken
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-22INPUT placeholder attributecorvid
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2014-10-23Changed signature of Widget::draw and friends.Sebastian Geerken
2014-10-23Embed::draw (fixed last change).Sebastian Geerken
2014-07-18Handling nested layouts (e. g. <button>), part 3 (finish).Sebastian Geerken
2014-07-18Handling nested layouts (e. g. <button>), part 2.Sebastian Geerken
2014-07-07Removed widget flag USES_HINTS.Sebastian Geerken
2014-06-17Implemented containerSizeChangedForChildren() for all widgets.Sebastian Geerken
2014-05-29Removed size hints.Sebastian Geerken
2014-05-06New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, ↵Sebastian Geerken
instead of "canvasSizeChange"; this seems to fix a CPU hogging problem.
2014-03-03Some more RTFL.Sebastian Geerken
2013-01-24Doxygen comments: added "dir=both" to graphs, which recent versions of dot ↵Sebastian Geerken
seem to expect.
2012-11-25and now we can implement maxlengthcorvid
2012-11-25dw entry resource, mentions of maxLength should be sizecorvid
2012-11-24reset for <select>corvid
2011-01-29push/popGroup is back. Implemented for FltkOptionMenucorvid
2011-01-15fltkui changescorvid
2010-10-09make dillo compile with clangJohannes Hofmann
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget.
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-05-30spellingJeremy Henty
2009-04-22fix variable nameJohannes 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-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-06Implemented size for SELECT listscorvid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-12-19Moved clicked from ButtonResource to Resource.Jorge Arellano Cid
2008-11-30- Set middle click to submit in a new TAB. (Helps to keep form data!)Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid