aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkplatform.hh
AgeCommit message (Collapse)Author
2015-02-02TEXTAREA placeholder attributecorvid
2015-01-22INPUT placeholder attributecorvid
2014-12-21more (and indentation in one spot)corvid
2013-06-17Added gamma correction value to dw::core::ImgBuf.Sebastian Geerken
2012-11-25dw entry resource, mentions of maxLength should be sizecorvid
2011-10-22text-transform propertycorvid
2011-07-18prefer fontFamily over fontStyle should a desired font not existJohannes Hofmann
This fixes missing characters on chinese websites if there specfied font has no italic variant.
2011-07-11rm tooltip string escaping (again)corvid
2011-07-08Cancel the tooltip window when a popup menu is shownJorge Arellano Cid
2011-06-09switch fltk font handling to Fl::get_font_name() entirelyJohannes Hofmann
This seems to give more consitent results when xft is disabled.
2011-06-06port preferred font code to fltk-1.3Johannes Hofmann
2011-05-30Reintroduce @-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-19clean up apparently-unnecessary tooltip codecorvid
I haven't noticed any misbehaviour over these months, anyway.
2011-02-09disable symbol-interpretation in labelscorvid
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-28implement FltkPlatform::fontExists() + other font handling improvementsJohannes Hofmann
2011-01-27more font selection stuffJohannes Hofmann
2011-01-24some font handlingJohannes Hofmann
2011-01-13commenting-out in fltkplatformcorvid
2011-01-06some fltkplatformcorvid
2010-04-22use belowmouse() as fltk::Widget for tooltipscorvid
2009-11-17properly handle comma separated lists of font names in CSSJohannes Hofmann
2009-10-15remove multiple views capability from dwcorvid
It was complicated, we don't use it, and we currently had no plans to use it.
2009-10-10tooltip workaround for chars special to fltkcorvid
2009-10-03some tooltipscorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-06Implemented size for SELECT listscorvid
2009-01-10merge with mainJohannes Hofmann
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-12-11always use shaded colorsJohannes 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-13add dpiX () / dpiY () methods to Platform and LayoutJohannes Hofmann
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid