summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
AgeCommit message (Expand)Author
2025-12-03Remove boxtype linke trick.Matthias Melcher
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2024-04-17Separate FLUID user documentation, screen shot automation (#936)Matthias Melcher
2024-01-14#842 - cont'd: fix typos in documentation.ManoloFLTK
2024-01-13#842: Documents args() color values and how they applyMatthias Melcher
2023-01-03Clarify and improve Fl::scheme() related documentationAlbrecht Schlosser
2022-11-25Add "Oxy" scheme (STR 2675, STR 3477)Albrecht Schlosser
2022-09-26Replace all calls to sprintf() by calls to snprintf().ManoloFLTK
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2016-04-10Rewrite Fl_get_system_colors.cxx under the driver model.Manolo Gouy
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-13Refactoring get_system_colors() into Fl_Screen_DriverMatthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-03-01Improve Fl_Tiled_Image drawing, scheme background setup, and documentation.Albrecht Schlosser
2015-02-09Comments: doxygen docs and comments to emphasize platform dependencies.Albrecht Schlosser
2015-01-29Use Fl::is_scheme() where appropriate.Albrecht Schlosser
2014-04-19Added "gleam" to docs for Fl::scheme()Greg Ercolano
2014-02-25Applying the etorres gleam patch. STR #2672.Greg Ercolano
2014-01-21New method Fl::scheme_is(const char *name).Albrecht Schlosser
2012-12-09Fixed warnings with Doxygen 1.8Manolo Gouy
2012-04-21STR 2771 fix cont'd used the new api in scheme(const char*)Fabien Costantini
2012-04-21STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...Fabien Costantini
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-09-28STR 2710: limited scheme names to known schemes.Matthias Melcher
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-03-29Removed Metrowerks support for Apple builds.Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-03Doxygen documentation : minor comment fixes.Fabien Costantini
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-13WP1 merged from my branch, WP2 reserved, todo list updated.Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2006-11-16Merge all of the scrollbar sizes into a single API callMichael R Sweet
2006-10-04Look for Text.selectBackground instead of fltk.selectBackground toMichael R Sweet
2006-10-03Add GTK thin up/down box/frame types.Michael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2006-06-05OS X Quartz rendering: text is now clipped and drawn in the correct color. I ...Matthias Melcher
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2005-12-14Fixes for Cygwin (STR #1096)Michael R Sweet