summaryrefslogtreecommitdiff
path: root/dw/ui.cc
AgeCommit message (Expand)Author
2016-04-24GROWS: Fix Embed::getExtremesSimpl.Sebastian Geerken
2016-04-23GROWS: Fix Embed::sizeRequestSimpl.Sebastian Geerken
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size correc...Sebastian Geerken
2016-01-09Better abort messages.Sebastian Geerken
2015-06-08SRDOP: Positions relative to multiple references; design now considers handli...Sebastian Geerken
2015-06-06SRDOP: Positions also for extremes.Sebastian Geerken
2015-05-20Size requisitions depending on positions (SRDOP): added method signatures.Sebastian Geerken
2015-01-23Simplified interrupted drawing. (Mouse events will follow.)Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2014-10-23Changed signature of Widget::draw and friends.Sebastian Geerken
2014-10-23Embed::draw (fixed last change).Sebastian Geerken
2014-08-10trim spacescorvid
2014-07-22Fixed incomplete intrinsic extremes.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-17Handling nested layouts (e. g. <button>), part 1.Sebastian Geerken
2014-07-07Removed widget flag USES_HINTS.Sebastian Geerken
2014-07-07Fixed bug in Widget::containerSizeChanged complex.Sebastian Geerken
2014-07-05Applied new RTFL macros (ENTER, LEAVE) to outofflowmgr.cc.Sebastian Geerken
2014-07-05Applied new RTFL macros (ENTER, LEAVE) to ui.cc.Sebastian Geerken
2014-06-17Implemented containerSizeChangedForChildren() for all widgets.Sebastian Geerken
2014-06-02Some work on extremes.Sebastian Geerken
2014-05-29Removed size hints.Sebastian Geerken
2014-05-06New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, in...Sebastian Geerken
2014-03-14And more RTFL.Sebastian Geerken
2014-03-14Some more RTFL messages.Sebastian Geerken
2014-03-03Some more RTFL.Sebastian Geerken
2014-03-01Merge with main repo.Sebastian Geerken
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-07-30Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) resiz...Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2011-09-06avoid redraw loops with ComplexComplexButtonResourceJohannes Hofmann
2010-10-09make dillo compile with clangJohannes Hofmann
2010-04-22move generic tooltip enter/leave to Widgetcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
2009-04-22disable forms while stylesheets are pendingJohannes Hofmann
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
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