summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
AgeCommit message (Expand)Author
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
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-01-07Don't apply tile image to menu or overlay windows.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-03-20can_do_overlay was missing from WIN32 versionBill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-09-19Reads selectBackground from the xrdb database to set the selection color.Bill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet