Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-23 | GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵ | Sebastian Geerken | |
correction. | |||
2015-06-08 | SRDOP: Positions relative to multiple references; design now considers ↵ | Sebastian Geerken | |
handling conflicts. | |||
2015-06-06 | SRDOP: Positions also for extremes. | Sebastian Geerken | |
2015-05-20 | Size requisitions depending on positions (SRDOP): added method signatures. | Sebastian Geerken | |
2015-02-04 | Merge with main repo. | Sebastian Geerken | |
2015-02-02 | TEXTAREA placeholder attribute | corvid | |
2015-01-24 | Merge with main repo. | Sebastian Geerken | |
2015-01-23 | Simplified interrupted drawing. (Mouse events will follow.) | Sebastian Geerken | |
2015-01-22 | INPUT placeholder attribute | corvid | |
2015-01-08 | Merge with main repo. | Sebastian Geerken | |
2015-01-05 | Extremes::adjustmentWidth may now (again) be used for extremes correction. | Sebastian Geerken | |
2014-10-23 | Changed signature of Widget::draw and friends. | Sebastian Geerken | |
2014-10-23 | Embed::draw (fixed last change). | Sebastian Geerken | |
2014-07-18 | Handling nested layouts (e. g. <button>), part 3 (finish). | Sebastian Geerken | |
2014-07-18 | Handling nested layouts (e. g. <button>), part 2. | Sebastian Geerken | |
2014-07-07 | Removed widget flag USES_HINTS. | Sebastian Geerken | |
2014-06-17 | Implemented containerSizeChangedForChildren() for all widgets. | Sebastian Geerken | |
2014-05-29 | Removed size hints. | Sebastian Geerken | |
2014-05-06 | New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, ↵ | Sebastian Geerken | |
instead of "canvasSizeChange"; this seems to fix a CPU hogging problem. | |||
2014-03-03 | Some more RTFL. | Sebastian Geerken | |
2013-01-24 | Doxygen comments: added "dir=both" to graphs, which recent versions of dot ↵ | Sebastian Geerken | |
seem to expect. | |||
2012-11-25 | and now we can implement maxlength | corvid | |
2012-11-25 | dw entry resource, mentions of maxLength should be size | corvid | |
2012-11-24 | reset for <select> | corvid | |
2011-01-29 | push/popGroup is back. Implemented for FltkOptionMenu | corvid | |
2011-01-15 | fltkui changes | corvid | |
2010-10-09 | make dillo compile with clang | Johannes 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-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-05-30 | spelling | Jeremy Henty | |
2009-04-22 | fix variable name | Johannes Hofmann | |
2009-04-22 | disable forms while stylesheets are pending | Johannes 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-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2008-12-19 | Moved 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 | |