aboutsummaryrefslogtreecommitdiff
path: root/test/dw_ui_test.cc
AgeCommit message (Collapse)Author
2023-12-21Split tests into unit and dw (graphical)Rodrigo Arias Mallo
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed.
2015-02-02TEXTAREA placeholder attributecorvid
2015-01-22INPUT placeholder attributecorvid
2013-04-20include optgroup-close among items in dillo-dw interface for SELECTcorvid
On the whole, this makes things easier to deal with.
2012-11-26rm unused arg in Style::createcorvid
2011-05-14tests cleanupcorvid
2011-05-13Avoid lots of flicker while resizing the windowJorge Arellano Cid
(when "buffered_drawing" is set to 0 or 1)
2011-01-29restore push/pop in dw-ui-testcorvid
2011-01-15fltkuicorvid
2011-01-15fltkui changescorvid
2011-01-15testscorvid
2009-12-05initialize fontAttrs.letterSpacing in test programsJohannes Hofmann
It would be a good idea to add a proper constructor to FontAttrs, but my attempts to do so while avoiding unnecessary initialization before attrs are copied over anyway resulted in pretty complicated c++ stuff which I want to avoid. We might find a sane way to do it some day. Reported by: Tim Nieradzik <tim.nieradzik@gmx.de>
2009-05-30spellingJeremy Henty
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-06Implemented size for SELECT listscorvid
2009-01-10merge with mainJohannes Hofmann
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-12-11always use shaded colorsJohannes Hofmann
This makes things much simpler and improves sharing of colors. If computing two more shades really proves to be a performance issue, we can shade on demand without exposing this optimization to the interface.
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid