aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.cc
AgeCommit message (Expand)Author
2013-12-31RTFL messages.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-11-18Optimized drawing of very small background images.Sebastian Geerken
2013-10-21Fixed segfault.Sebastian Geerken
2013-10-14Reset background image of the layout.Sebastian Geerken
2013-10-08Cleaned up "reference area" of background images; confirms now to CSS spec.Sebastian Geerken
2013-10-04Background images for view(port)s are now updated.Sebastian Geerken
2013-10-04Background image for view(port)s; no updates yet.Sebastian Geerken
2013-08-23Fixed an abortion in Layout::resizeIdle.Sebastian Geerken
2013-08-22More tests.Sebastian Geerken
2013-08-22Correctly handling Widget::sizeRequest outside of Layout::resizeIdle.Sebastian Geerken
2013-08-21Some tests.Sebastian Geerken
2013-08-19Assertion.Sebastian Geerken
2013-08-18Distinction between NEEDS_ALLOCATE and ALLOCATE_QUEUED.Sebastian Geerken
2013-07-30Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) resiz...Sebastian Geerken
2013-07-03Merge with main repo.Sebastian Geerken
2013-07-03Removed loop in Layout::resizeIdle, which made no sense, and probably caused ...Sebastian Geerken
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2012-12-26Merge with main repo.Sebastian Geerken
2012-12-24use those fns for layout scroll positioningcorvid
2012-12-24layout put scrollbar thickness calcs in separate fnscorvid
2012-11-06Merge.Sebastian Geerken
2012-11-04rm mayBeSuppressedcorvid
2012-11-04layout: pretend that mouse events outside the visible canvas are at its edgecorvid
2011-09-19mergeJohannes Hofmann
2011-08-09crossing-events part4 (fix corner case: moving into the common ancestor)Jorge Arellano Cid
2011-08-01crossing-events part3 (fix leaving a link into a non-dw widget)Jorge Arellano Cid
2011-07-29Removed lingering MSGJorge Arellano Cid
2011-07-29avoid double draw after scrollIdle()Jorge Arellano Cid
2011-07-27Layout::moveToWidget(): send crossing events (part 2)Jorge Arellano Cid
2011-07-08Layout::moveToWidget(): send crossing events considering border casesJorge Arellano Cid
2011-05-28mergeJohannes Hofmann
2010-10-17first ref(), then unref() in Layout::setBgColor()Johannes Hofmann
2010-10-17refcount Layout::bgColorJohannes Hofmann
2010-09-24call layout->setBgColor() from web.ccJohannes Hofmann
2010-09-17directly set background colorJohannes Hofmann
2010-08-20mergeJohannes Hofmann
2010-08-20import float prototype and test program by Sebastian GeerkenJohannes Hofmann
2009-10-29emit link press/release even when no widget present at pointcorvid
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
2009-10-15remove multiple views capability from dwcorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
2009-07-05keybindings for scrollingcorvid
2009-05-31Remove doxygen's confusion on some function signaturesJeremy Henty
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Fixed a couple of uninitialized-value bugs (detected with valgrind)Jorge Arellano Cid