Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-02 | TEXTAREA placeholder attribute | corvid | |
2015-01-22 | INPUT placeholder attribute | corvid | |
2014-09-19 | rm Fl_Printer stub | corvid | |
thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010231.html | |||
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-06-17 | Added gamma correction value to dw::core::ImgBuf. | Sebastian Geerken | |
2012-11-25 | dw entry resource, mentions of maxLength should be size | corvid | |
2012-10-30 | trim some spaces | corvid | |
2012-10-03 | update comments for fl_width(uint_t) workaround | corvid | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-10-25 | fix letter-spacing with combining characters | corvid | |
2011-10-22 | text-transform property | corvid | |
2011-09-11 | set tooltip text color to always use black | corvid | |
2011-09-11 | reintroduce fltk2-era special handling for the color black | corvid | |
I was mistakenly under the impression that it wasn't necessary for 1.3, but if you use 0 for a color, that means FL_FOREGROUND_COLOR. | |||
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-07-24 | disable 'Found font:' messages | Johannes Hofmann | |
2011-07-21 | work around a fl_width() bug | corvid | |
Pretty easy workaround, yes? :) | |||
2011-07-18 | prefer fontFamily over fontStyle should a desired font not exist | Johannes Hofmann | |
This fixes missing characters on chinese websites if there specfied font has no italic variant. | |||
2011-07-11 | tooltip label measurement and alignment | corvid | |
2011-07-11 | rm tooltip string escaping (again) | corvid | |
2011-07-11 | for small-caps, make use of fltk-1.3's fl_toupper | corvid | |
2011-07-08 | Cancel the tooltip window when a popup menu is shown | Jorge Arellano Cid | |
2011-07-08 | Add a small delay before showing the tooltip | Jorge Arellano Cid | |
Although the code seems simple, it must avoid race conditions which are not trivial (dw, fltk, dw/fltk). | |||
2011-07-08 | Workaround: fixes hiding a tooltip with the keyboard or mousewheel | Jorge Arellano Cid | |
This is a complex problem where it is not clear whether the bug lies in dillo, fltk, or in their interaction. Tooltip handling is fuzzy in FLTK, and there are glitches in it; trying to "fix" it inside dillo produces partial solutions. OTOH, although implementing custom tooltip handling adds complexity, it provides a solution that so far works in all the testcases. | |||
2011-06-20 | avoid linking unused printer code | Domingo Alvarez Duarte | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-June/008447.html | |||
2011-06-12 | merge in recent changes from main repo | corvid | |
2011-06-09 | switch fltk font handling to Fl::get_font_name() entirely | Johannes Hofmann | |
This seems to give more consitent results when xft is disabled. | |||
2011-06-06 | port preferred font code to fltk-1.3 | Johannes Hofmann | |
2011-06-03 | smallcaps use the proper enum value | corvid | |
2011-05-30 | Reintroduce @-escaping for tooltips. | corvid | |
I don't know what case I managed to test where I thought it was unnecessary with 1.3. I do know that '&' has not been a problem... | |||
2010-11-24 | trim some spaces | corvid | |
2010-10-09 | make dillo compile with clang | Johannes Hofmann | |
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget. | |||
2010-10-09 | Use utf8encode/utf8decode (instead of mbrtowc/wcrtomb) for smallcaps. | Jorge Arellano Cid | |
With these functions there's no need to alter the locale. | |||
2010-10-08 | Don't touch letter spacing for small-caps | Jorge Arellano Cid | |
2010-10-07 | Add utf8 uppercasing to small-caps | Jorge Arellano Cid | |
For some reason utf8decode() didn't work for me, so I used mbrtowc() funcs. | |||
2010-04-22 | use belowmouse() as fltk::Widget for tooltips | corvid | |
2009-11-17 | properly handle comma separated lists of font names in CSS | Johannes Hofmann | |
2009-10-18 | use letter spacing when drawing | corvid | |
2009-10-15 | remove multiple views capability from dw | corvid | |
It was complicated, we don't use it, and we currently had no plans to use it. | |||
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-10-10 | tooltip workaround for chars special to fltk | corvid | |
2009-10-03 | some tooltips | corvid | |
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | 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-06 | Implemented size for SELECT lists | corvid | |
2009-01-31 | don't ignore font attributes when falling back to HELVETICA | Johannes Hofmann | |
2009-01-16 | Added lout/msg.h and normalized debug messages to use it. | Jorge Arellano Cid | |
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 | |