summaryrefslogtreecommitdiff
path: root/src/fl_draw.cxx
AgeCommit message (Expand)Author
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
2010-03-29Removed more Cocoa/Quartz references. Finally moved OS X font down a pixel.Matthias Melcher
2010-03-29OS X: removed all Carbon and Quickdraw references. Starting with 1.3, we only...Matthias Melcher
2009-08-28Applied patch from STR#2115.Greg Ercolano
2009-04-01converted more html tags to doxygen commands in drawing.doxengelsman
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-07Fixed typos and amended doxygen docs.Albrecht Schlosser
2008-12-06Replaced all occurrences of the deprecated fl_clip() function byAlbrecht Schlosser
2008-12-04STR#2086 related Fixes :Fabien Costantini
2008-12-03Doxygen documentation:Fabien Costantini
2008-11-06Doxygenized fl_expand_text() comment, more minor code comment and debug print...Fabien Costantini
2008-11-06UTF8 nbsp detection before string expansion fixed: as explained, now the fl_e...Fabien Costantini
2008-11-05Added fast utf8 string detection routine fl_is_valid_utf8(). Solves the drawi...Fabien Costantini
2008-10-28added doxygen comments for more font/text functions in fl_draw.{H,cxx}engelsman
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2006-12-21Fix fl_measure with symbols.Michael R Sweet
2006-08-29- removed more inconsistencies between fl_draw and fl_measure (STR #1408)Matthias Melcher
2006-08-29Fixed fl_measure which mistook a trailing '@@' for a symbol (STR #1406)Matthias Melcher
2006-04-15Changed special handling on ISO characters 0x80 to 0xA0 for OS X, since this ...Matthias Melcher
2005-11-29Fix compile error with Sun C++ compiler.Michael R Sweet