Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | Only limit resizes on the top-level layout | Rodrigo Arias Mallo | |
Buttons also have their own Layout, which will try to resize every time the window has changed. We are only interested in the top-level layout, as is the one that has a problem on some pages. | |||
2024-10-17 | Add comment for dubious call | Rodrigo Arias Mallo | |
2016-04-24 | GROWS: Fix Embed::getExtremesSimpl. | Sebastian Geerken | |
2016-04-23 | GROWS: Fix Embed::sizeRequestSimpl. | Sebastian Geerken | |
2016-04-23 | GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵ | Sebastian Geerken | |
correction. | |||
2016-01-09 | Better abort messages. | Sebastian Geerken | |
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-01-23 | Simplified interrupted drawing. (Mouse events will follow.) | Sebastian Geerken | |
2015-01-08 | Merge with main repo. | Sebastian Geerken | |
2015-01-05 | Extremes::adjustmentWidth may now (again) be used for extremes correction. | Sebastian Geerken | |
2015-01-04 | Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth. | 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-08-10 | trim spaces | corvid | |
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes. | |||
2014-07-22 | Fixed incomplete intrinsic extremes. | 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-17 | Handling nested layouts (e. g. <button>), part 1. | Sebastian Geerken | |
2014-07-07 | Removed widget flag USES_HINTS. | Sebastian Geerken | |
2014-07-07 | Fixed bug in Widget::containerSizeChanged complex. | Sebastian Geerken | |
2014-07-05 | Applied new RTFL macros (ENTER, LEAVE) to outofflowmgr.cc. | Sebastian Geerken | |
2014-07-05 | Applied new RTFL macros (ENTER, LEAVE) to ui.cc. | Sebastian Geerken | |
2014-06-17 | Implemented containerSizeChangedForChildren() for all widgets. | Sebastian Geerken | |
2014-06-02 | Some work on extremes. | 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-14 | And more RTFL. | Sebastian Geerken | |
2014-03-14 | Some more RTFL messages. | Sebastian Geerken | |
2014-03-03 | Some more RTFL. | Sebastian Geerken | |
2014-03-01 | Merge with main repo. | Sebastian Geerken | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Merge (large!). | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-07-30 | Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) ↵ | Sebastian Geerken | |
resizes floats lead to correct rewrapping. (Unfortunately very unstable now again.) | |||
2013-01-11 | fix up dw namespace comments | p37sitdu | |
2011-09-06 | avoid redraw loops with ComplexComplexButtonResource | Johannes Hofmann | |
ComplexButtonResource was creating endless redraws. Testcase: <table> <tr> <td> <div> <button></button> </div> <div> words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words <span style="white-space:nowrap">And words in a span</span> <button></button> </div> </td> </table> This also fixes redraw loops with <button> in combination with limit_text_width=YES, so we no longer need to disable this option. Reported and testcase by: corvid <corvid@lavabit.com> | |||
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. | |||
2010-04-22 | move generic tooltip enter/leave to Widget | corvid | |
Technically, Textblock's notifyImpl()s should probably call the Widget one as well. It doesn't matter currently, since we don't look for title attrs on elements that correspond to entire Textblocks. | |||
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-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-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
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 | |