Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-07 | Copy links to clipboard selection too | Rodrigo Arias Mallo | |
Selecting text in the page copies only to the primary selection. Copying links via the context menu now places the URL both in the primary and clipboard selections so it can also be pasted with Ctrl+V. See: https://github.com/dillo-browser/dillo/issues/228 | |||
2015-02-02 | TEXTAREA placeholder attribute | corvid | |
2015-01-22 | INPUT placeholder attribute | corvid | |
2014-12-21 | more (and indentation in one spot) | corvid | |
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 | |
2011-10-22 | text-transform property | corvid | |
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 | rm tooltip string escaping (again) | corvid | |
2011-07-08 | Cancel the tooltip window when a popup menu is shown | Jorge Arellano Cid | |
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-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... | |||
2011-04-19 | clean up apparently-unnecessary tooltip code | corvid | |
I haven't noticed any misbehaviour over these months, anyway. | |||
2011-02-09 | disable symbol-interpretation in labels | corvid | |
There was some discussion of how to do this last month in fltk-dev http://fltk.org/newsgroups.php?s10630+gfltk.development+v10640+T0 | |||
2011-01-28 | implement FltkPlatform::fontExists() + other font handling improvements | Johannes Hofmann | |
2011-01-27 | more font selection stuff | Johannes Hofmann | |
2011-01-24 | some font handling | Johannes Hofmann | |
2011-01-13 | commenting-out in fltkplatform | corvid | |
2011-01-06 | some fltkplatform | corvid | |
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-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-10 | tooltip workaround for chars special to fltk | corvid | |
2009-10-03 | some tooltips | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-06 | Implemented size for SELECT lists | corvid | |
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-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-13 | add dpiX () / dpiY () methods to Platform and Layout | Johannes Hofmann | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |