summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
AgeCommit message (Expand)Author
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
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-05-27Fixed the Round Plastic buttons to actually draw nice and riund, justMatthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-03-24Prep work to support separate FL_PLASTIC_ROUND_UP/DOWN_BOX box types.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-05-25Tweek plastic background image for softer background (similar to OSX 10.3)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-29Fix Fl::background2() (STR #255)Michael R Sweet
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
2003-05-18Add thin up box with plastic style.Michael R Sweet
2003-05-16Updated the default background color on OSX to provide better contrast.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-11Tweek colors for plastic scheme so they better match OSX.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-07-17Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-27Fix rendering of Fl_Light_Button with the plastic scheme.Michael R Sweet
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet