Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | fix building of new cookies test program on *BSD | Johannes Hofmann | |
2010-01-20 | more cookies tests | corvid | |
2010-01-20 | cookies test program | corvid | |
2009-12-05 | initialize fontAttrs.letterSpacing in test programs | Johannes 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-29 | fix up dw tests | corvid | |
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-09-20 | trim some spaces | corvid | |
2009-09-14 | fix up dw tests a bit | corvid | |
2009-05-30 | spelling | Jeremy Henty | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-08 | Implemented "search previous" in string searches | João Ricardo Lourenço | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-02-05 | Minor test program title string correction. | corvid | |
2009-01-26 | don't strdup() text passed to ListItem::initWithText() | Johannes Hofmann | |
Memory allocation for text is done within Textblock itself (noticed by Jeremy). | |||
2009-01-10 | merge with main | Johannes Hofmann | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-19 | Moved clicked from ButtonResource to Resource. | Jorge Arellano Cid | |
2008-12-11 | always use shaded colors | Johannes 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 | |