aboutsummaryrefslogtreecommitdiff
path: root/dw
AgeCommit message (Collapse)Author
2009-07-07mergeJorge Arellano Cid
2009-07-05keybindings for scrollingcorvid
2009-06-29check for suspicious image size requests in FltkImgbuf::getScaledBuf()Johannes Hofmann
In addition to the test in html.cc we need to check here for excessive image sizes because * images can be scaled preserving their original aspect ratio by just specifing one dimension * image sizes can be specified via CSS.
2009-06-22widgets ascend for textarea and selectcorvid
2009-06-21Minor cleanup (for secret input)corvid
2009-05-31Remove doxygen's confusion on some function signaturesJeremy Henty
2009-05-31line lengthcorvid
2009-05-30spellingJeremy Henty
2009-05-22constcorvid
2009-05-19consistently use snprintfJohannes Hofmann
2009-05-06fix image scaling on reload with border, margin, or padding > 0Johannes Hofmann
On reload images have their buffer set already from cache when Image::sizeAllocateImpl() is called. In that case the widget is still at size 1x1. In that case getContentHeight() and getContentWidth() return values <= 0 when border + margin + padding > 0. To fix the issue use the new size given in allocation instead of the current widget dimensions to determine whether to scale the buffer. (report and initial analysis by furaisanjin <furaisanjin@gmail.com>)
2009-04-22fix variable nameJohannes Hofmann
2009-04-22implement FltkResource::isEnabled()Johannes Hofmann
2009-04-22disable forms while stylesheets are pendingJohannes Hofmann
To avoid lost user input on repush, we disable forms until all stylesheets have been loaded. Also open select widgets cause crashes on repush.
2009-03-26fix up license versions/namescorvid
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-13Get callbacks for multiple selections right (fixes 4d76ce512830).corvid
2009-02-13Cleaned up Textblock::drawLine()corvid
2009-02-11Tweak for e28cf4b71832 (set SUB to 1/3)corvid
2009-02-11Fix for e28cf4b71832 (highlight starting with space)corvid
2009-02-11Enhanced and cleaned up text decorations for SUB and SUP.corvid
2009-02-10Implemented the "overline" text-decoration.corvid
2009-02-09Fixed offset calculation for overlined <SUP>ed textcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08Fixed a couple of uninitialized-value bugs (detected with valgrind)Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-02-08Fixed line width for element S (strike through)corvid
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2009-02-06Implemented size for SELECT listscorvid
2009-01-31don't ignore font attributes when falling back to HELVETICAJohannes Hofmann
2009-01-29make StyleAttrs::name const again (by jcid)Johannes Hofmann
This reverts part of 9a7684395cca and avoids warnings when assigning string constants to the name member of StyleAttrs as done in test/*.cc.
2009-01-29Fixed a memory leak in Image usemap handling.Jeremy Henty
2009-01-28don't mix strdup() and deleteJohannes Hofmann
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-17imported patch fix-table-dbg-buildJeremy Henty
2009-01-16Added lout/msg.h and normalized debug messages to use it.Jorge Arellano Cid
2009-01-11merge with mainJohannes Hofmann
2009-01-11Implemented natural image scaling when only one dimenssion is given. Part #2Jorge Arellano Cid
2009-01-10merge with mainJohannes Hofmann
2009-01-10Implemented natural image scaling when only one dimenssion is given.Johannes Hofmann
2009-01-10Implemented natural image scaling when only one dimenssion is given.Jorge Arellano Cid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2009-01-04Debugging aids.Jorge Arellano Cid
2009-01-04[mq]: ../dw/fltkimgbuf.ccJorge Arellano Cid
2009-01-04[mq]: outJorge Arellano Cid
2008-12-25mergeJorge Arellano Cid
2008-12-22Added some const quialifiers.corvid
2008-12-20merge with mainJohannes Hofmann
2008-12-19Moved clicked from ButtonResource to Resource.Jorge Arellano Cid
2008-12-19Interim patch for CSS stylesheet loading. Not finished yet.Jorge Arellano Cid