Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-07 | merge | Jorge Arellano Cid | |
2009-07-05 | keybindings for scrolling | corvid | |
2009-06-29 | check 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-22 | widgets ascend for textarea and select | corvid | |
2009-06-21 | Minor cleanup (for secret input) | corvid | |
2009-05-31 | Remove doxygen's confusion on some function signatures | Jeremy Henty | |
2009-05-31 | line length | corvid | |
2009-05-30 | spelling | Jeremy Henty | |
2009-05-22 | const | corvid | |
2009-05-19 | consistently use snprintf | Johannes Hofmann | |
2009-05-06 | fix image scaling on reload with border, margin, or padding > 0 | Johannes 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-22 | fix variable name | Johannes Hofmann | |
2009-04-22 | implement FltkResource::isEnabled() | Johannes Hofmann | |
2009-04-22 | disable forms while stylesheets are pending | Johannes 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-26 | fix up license versions/names | corvid | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-13 | Get callbacks for multiple selections right (fixes 4d76ce512830). | corvid | |
2009-02-13 | Cleaned up Textblock::drawLine() | corvid | |
2009-02-11 | Tweak for e28cf4b71832 (set SUB to 1/3) | corvid | |
2009-02-11 | Fix for e28cf4b71832 (highlight starting with space) | corvid | |
2009-02-11 | Enhanced and cleaned up text decorations for SUB and SUP. | corvid | |
2009-02-10 | Implemented the "overline" text-decoration. | corvid | |
2009-02-09 | Fixed offset calculation for overlined <SUP>ed text | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | Fixed 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-08 | Fixed line width for element S (strike through) | corvid | |
2009-02-08 | Implemented "search previous" in string searches | João Ricardo Lourenço | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-01-31 | don't ignore font attributes when falling back to HELVETICA | Johannes Hofmann | |
2009-01-29 | make 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-29 | Fixed a memory leak in Image usemap handling. | Jeremy Henty | |
2009-01-28 | don't mix strdup() and delete | Johannes Hofmann | |
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-17 | imported patch fix-table-dbg-build | Jeremy Henty | |
2009-01-16 | Added lout/msg.h and normalized debug messages to use it. | Jorge Arellano Cid | |
2009-01-11 | merge with main | Johannes Hofmann | |
2009-01-11 | Implemented natural image scaling when only one dimenssion is given. Part #2 | Jorge Arellano Cid | |
2009-01-10 | merge with main | Johannes Hofmann | |
2009-01-10 | Implemented natural image scaling when only one dimenssion is given. | Johannes Hofmann | |
2009-01-10 | Implemented natural image scaling when only one dimenssion is given. | Jorge Arellano Cid | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2009-01-04 | Debugging aids. | Jorge Arellano Cid | |
2009-01-04 | [mq]: ../dw/fltkimgbuf.cc | Jorge Arellano Cid | |
2009-01-04 | [mq]: out | Jorge Arellano Cid | |
2008-12-25 | merge | Jorge Arellano Cid | |
2008-12-22 | Added some const quialifiers. | corvid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-19 | Moved clicked from ButtonResource to Resource. | Jorge Arellano Cid | |
2008-12-19 | Interim patch for CSS stylesheet loading. Not finished yet. | Jorge Arellano Cid | |