aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
AgeCommit message (Expand)Author
2024-08-07Stop the layouting loop after 1000 iterationsRodrigo Arias
2016-04-13Removed Layout::queueQueueResizeList and optimized multiple (both nested and ...Sebastian Geerken
2014-12-21Merge with main repo.Sebastian Geerken
2014-12-21more (and indentation in one spot)corvid
2014-10-14Widget::stackingContextWidget; as well as some cleanup and debug messages.Sebastian Geerken
2014-08-10Optimized usage of Layout::queueQueueResizeList.Sebastian Geerken
2014-08-10trim spacescorvid
2014-07-18Handling nested layouts (e. g. <button>), part 3 (finish).Sebastian Geerken
2014-06-16Started work on more efficient handling of viewport size changes.Sebastian Geerken
2014-05-31GROWS: First work on how to handle viewport changes.Sebastian Geerken
2014-05-06New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, in...Sebastian Geerken
2014-03-02Refined recent fix.Sebastian Geerken
2014-02-19Fixed misnaming.Sebastian Geerken
2014-02-16(i) Widget::ueueResize can now be called recursively (so to speak). (ii) Usin...Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-10-14'background-image' now also works for <button>.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-22More tests.Sebastian Geerken
2013-08-21Some tests.Sebastian Geerken
2013-07-30Two bug fixes: (i) queueResize within sizeRequest should work now; (ii) resiz...Sebastian Geerken
2013-06-17Added gamma correction value to dw::core::ImgBuf.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2012-12-24layout put scrollbar thickness calcs in separate fnscorvid
2012-11-04rm mayBeSuppressedcorvid
2012-10-30trim some spacescorvid
2012-06-27First version of automatic hyphenation. (Still a large number of bugs.)sgeerken
2011-10-22text-transform propertycorvid
2011-07-29avoid double draw after scrollIdle()Jorge Arellano Cid
2011-07-08Cancel the tooltip window when a popup menu is shownJorge Arellano Cid
2011-05-27Make sources fit in 80 columnsJorge Arellano Cid
2011-02-23different fix for the getWidgetAtPoint problemscorvid
2011-01-21quick fix for Layout::getWidgetAtPoint() crash in fltk-1.3Johannes Hofmann
2010-09-17draw topLevel background if it differs from canvas backgroundJohannes Hofmann
2010-09-17directly set background colorJohannes Hofmann
2009-11-17properly handle comma separated lists of font names in CSSJohannes Hofmann
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-10-03some tooltipscorvid
2009-07-05keybindings for scrollingcorvid
2009-05-31Remove doxygen's confusion on some function signaturesJeremy Henty
2009-05-31line lengthcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2008-12-11always use shaded colorsJohannes Hofmann
2008-11-13add dpiX () / dpiY () methods to Platform and LayoutJohannes Hofmann
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid