summaryrefslogtreecommitdiff
path: root/src/fl_draw.cxx
AgeCommit message (Expand)Author
2024-12-03Documentation only: add details about fl_override_scale() and clip.ManoloFLTK
2024-11-20Fix fl_draw_image sometimes crashes when window is scaled - cont'd (#1134)ManoloFLTK
2024-11-19 Fix fl_draw_image sometimes crashes when window is scaled (#1134)ManoloFLTK
2024-08-28Fix Doxygen problems with fl_draw() functions.ManoloFLTK
2024-08-27Update comment.Matthias Melcher
2024-08-14Fix Doxygen typos in fl_draw() documentationManoloFLTK
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-08-14Adding gap parameter to fl_draw(...)Matthias Melcher
2024-08-13Improved documentation for fl_draw()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-15Fix small circle drawing and add doxygen \since statementAlbrecht Schlosser
2023-10-14Draws nicer small circles if display is scaled up.Matthias Melcher
2023-03-18Fix and update alignment #346 (#701)Matthias Melcher
2023-01-11Fix "Long line crashes Fl_Hold_Browser" (#645)ManoloFLTK
2023-01-05Refactor drawing small circles: add fl_draw_circle()Albrecht Schlosser
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-11-24Fix two new Visual Studio compiler warningsAlbrecht Schlosser
2022-11-24Remove two "warning: pointer xxx used after void* realloc()" messagesManoloFLTK
2022-11-22Refactor and simplify "arrow drawing" in widgetsAlbrecht Schlosser
2022-07-27Improve check mark visibility for small sizesAlbrecht Schlosser
2021-11-19Fix doxygen docs of fl_draw_check()Albrecht Schlosser
2021-11-18Disable check mark debuggingAlbrecht Schlosser
2021-11-15Add fl_draw_check() to draw better check marks (issue #68)Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
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
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-02-03Move fl_font(face, size) to fl_draw.cxxAlbrecht Schlosser
2017-02-19Fix line wrap at word end when string widths are true double values (non inte...Manolo Gouy
2016-07-24Doc changes: set fl_font before fl_measure() (STR #3243)Albrecht Schlosser
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-01-26Moving image drawing code into the driver systemMatthias Melcher
2014-09-03Remove unused code and trailing white space.Albrecht Schlosser
2014-03-30Minor reformatting to follow the coding style of the CMP.Manolo Gouy
2014-03-28Removes a constraint that the fancy string drawing function fl_draw() is limi...Manolo Gouy
2013-04-09Fix STR# 2772: remove dead code in fl_measure()Greg Ercolano
2012-04-05fix a typo and indenting.Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-02-04fl_measure() doc clarifications for common use errors.Greg Ercolano
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-30Fix STR #2649: fl_measure() did not handle well double @@ at line start.Manolo Gouy
2011-02-07Fix STR #2557.Manolo Gouy
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-10-30Fixed label alignment (STR #2436)Matthias Melcher
2010-04-14Removed compilation warningManolo Gouy
2010-04-09Added new label alignments for image and text to Fluid.Matthias Melcher
2010-04-07Added new flags for label alignment: FL_LEFT_TOP, FL_RIGHT_TOP, FL_LEFT_BOTTO...Matthias Melcher