aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2011-08-23test: smaller image to preserve clippingcorvid
2011-06-21Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-05-16fltk-browser: enable line selectionJorge Arellano Cid
2011-05-16dw-resource-test: start with first item selectedJorge Arellano Cid
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-05-12Fix for dw_anchors_test.cc and dw_find_test.ccJorge Arellano Cid
2011-03-09mergeJorge Arellano Cid
2011-01-29restore push/pop in dw-ui-testcorvid
2011-01-22might as well make Fl_Browser test compile (not currently used)corvid
2011-01-15fltkuicorvid
2011-01-15fltkui changescorvid
2011-01-15testscorvid
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2011-01-28**/Makefile.am: replace .. paths with absolute paths using $(top_builddir).Jeremy Henty
2010-05-16disallow nameless cookiescorvid
2010-04-28fix dw simple image testcorvid
2010-03-22cookies use host-only as in draft speccorvid
Behaviour should be quite similar to before, but it'll be easier for someone else to understand if it matches the spec's way of doing things more closely.
2010-03-09cookies: use difftime() for time_t comparisonscorvid
...as Johannes pointed out. (This patch in itself is not meant to fix the time_t overflow problem.)
2010-01-21fix building of new cookies test program on *BSDJohannes Hofmann
2010-01-20more cookies testscorvid
2010-01-20cookies test programcorvid
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-10-29fix up dw testscorvid
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-09-20trim some spacescorvid
2009-09-14fix up dw tests a bitcorvid
2009-05-30spellingJeremy Henty
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2009-02-06Implemented size for SELECT listscorvid
2009-02-05Minor test program title string correction.corvid
2009-01-26don't strdup() text passed to ListItem::initWithText()Johannes Hofmann
Memory allocation for text is done within Textblock itself (noticed by Jeremy).
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-20merge with mainJohannes Hofmann
2008-12-19Moved clicked from ButtonResource to Resource.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-11-30- Set middle click to submit in a new TAB. (Helps to keep form data!)Jorge Arellano Cid
2008-11-28- Fixed a segfault bug in the test/ directory.Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid