summaryrefslogtreecommitdiff
path: root/FL/fl_draw.H
AgeCommit message (Expand)Author
2026-01-03Clarify that a font must be loaded before measuring text (#1356)Albrecht Schlosser
2025-11-01Add option to uniform line drawing in scaled mode (#167)Matthias Melcher
2025-07-02Remove deprecated methods and functionsAlbrecht Schlosser
2025-05-14Fix doxygen warningsAlbrecht Schlosser
2024-11-20Fix fl_draw_image sometimes crashes when window is scaled - cont'd (#1134)ManoloFLTK
2024-11-19Add 2 missing FL_EXPORT qualifiersManoloFLTK
2024-11-19 Fix fl_draw_image sometimes crashes when window is scaled (#1134)ManoloFLTK
2024-10-15Fix documentation typos and trailing whitespaceAlbrecht Schlosser
2024-08-28Fix Doxygen problems with fl_draw() functions.ManoloFLTK
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-08-14Adding gap parameter to fl_draw(...)Matthias Melcher
2024-07-21Update docs and screenshot for fl_line_style() (#1016)Albrecht Schlosser
2024-07-20fl_line_style() diagrams replace ascii art (#1016)Greg Ercolano
2024-07-20fl_line_style() docs refer to the enum (#1016)Greg Ercolano
2024-07-01Documentation: remove implication of concave 3 sided polygons existence (#1000)Cyprinus Carpio
2024-06-21Remove trailing whitespaceAlbrecht Schlosser
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2024-04-14Add example to fl_arc docs.Matthias Melcher
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