summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
AgeCommit message (Expand)Author
2022-01-14Improve focus box drawing and documentationAlbrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-11-16Add use of fl_capture_window() by test/deviceManoloFLTK
2021-11-16Add rectangle drawing functions with Fl_RectAlbrecht Schlosser
2021-11-16Reformat to FLTK style, improve documentationAlbrecht Schlosser
2021-11-15Add fl_draw_check() to draw better check marks (issue #68)Albrecht Schlosser
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2021-05-28New virtual member function Fl_Graphics_Driver::colored_rectf().ManoloFLTK
2021-02-27Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.generalManoloFLTK
2021-02-25Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-04-26Doc: more detail about fl_clip_region() when drawing elsewhere than on the di...ManoloFLTK
2020-02-03Move fl_font(face, size) to fl_draw.cxxAlbrecht Schlosser
2020-02-03Fix regression calling fl_font() w/o draw contextAlbrecht Schlosser
2020-01-20Improve documentation of clipping functionsAlbrecht Schlosser
2019-04-09Add public function Fl_RGB_Image *fl_capture_window_part()ManoloFLTK
2018-08-04Have the Doxygen doc of fl_draw_pixmap() show the default value of the last a...Manolo Gouy
2018-05-24Added separate diagram for fl_arc(x,y,r,a1,a2) (very different from fl_arc(x,...Greg Ercolano
2018-05-24Extra refs for fl_pie/fl_arc diagrams..Greg Ercolano
2018-05-07New Fl_Image_Surface::rescale() class function and document equivalence betwe...Manolo Gouy
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-11-05fl_text_extents(): added example, included reference to fl_font() and fl_meas...Greg Ercolano
2017-05-18Add void fl_scale_offscreen(Fl_Offscreen &ctx) to support the rescaling of an...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-09-25X11: More explicit warning when using rotated text w/o Xft.Albrecht Schlosser
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2014-09-18Documentation: clarification of fl_width()'s dependence on the current font f...Greg Ercolano
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2013-06-22Include code examples for use of path form of fl_arc()Greg Ercolano
2012-05-08Documentation improvements:Greg Ercolano
2011-10-02STR 2714: remove lint (variables that have the same name as a function in the...Matthias Melcher
2011-09-27STR 2702: body of fl_draw_image_mone was missing for one case.Matthias Melcher
2011-09-22Changed doc of fl_draw() functions to state that strings are UTF-8 encoded an...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-02Fix STR #2656: removed compilation warnings.Manolo Gouy
2011-04-23Documentation fixes and a few indent corrections.Albrecht Schlosser
2011-02-18Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver ...Manolo Gouy
2011-02-18Added virtual width(), height(), descent() and text_extents() functions to th...Manolo Gouy
2011-02-06Replaced global variable fl_color_ by a private member of the Fl_Graphics_Dri...Manolo Gouy
2011-02-05Removed global variables fl_font_ and fl_size_ that are now distinct for each...Manolo Gouy
2011-02-04Fix STR #2535: clipping + coordinate transformations are now managed separate...Manolo Gouy
2011-02-03Corrected typo.Manolo Gouy
2010-12-28Made sure FL/x.H is included only when necessary.Manolo Gouy