summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
AgeCommit message (Expand)Author
2023-12-02Improve contrast of check marks and radio buttons (#443)Albrecht Schlosser
2023-10-18Fix trailing whitespaceAlbrecht Schlosser
2023-10-16Add virtual void Fl_Graphics_Driver::draw_circle()ManoloFLTK
2023-10-16Doxygen-only: warn when current color is changedManoloFLTK
2023-08-26Fixes a bunch of typos in comments.Matthias Melcher
2023-02-06Fix "\todo provide user documentation for fl_set_status function"ManoloFLTK
2023-01-05Refactor drawing small circles: add fl_draw_circle()Albrecht Schlosser
2022-11-30Add a unit test for drawing complex shapes (#565)Matthias Melcher
2022-11-24Refactor code to make rounded rectangles accessible (#553)Matthias Melcher
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2022-10-13Document fl_circle() with and w/o complex drawing API (#511)ManoloFLTK
2022-07-05Documentation: add missing mentions of the Wayland platform.ManoloFLTK
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