index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_get_system_colors.cxx
Age
Commit message (
Expand
)
Author
2002-07-17
Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.
Michael R Sweet
2002-07-17
First steps in CodeWarrior on OS_X support.
Matthias Melcher
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-04-27
Fix rendering of Fl_Light_Button with the plastic scheme.
Michael R Sweet
2002-04-13
Add Fl::dnd_text_ops() methods.
Michael R Sweet
2002-04-11
Redefine FL_ color values to use the color cube.
Michael R Sweet
2002-01-07
Don't apply tile image to menu or overlay windows.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2002-01-01
Use rint() for some more rounding of vertices.
Michael R Sweet
2001-12-20
Implement Fl::scheme() and Fl::reload_scheme() (this includes support
Michael R Sweet
2001-11-27
Preliminary commit of my MacOS X work.
Michael R Sweet
2001-10-29
32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()
Michael R Sweet
2001-03-20
can_do_overlay was missing from WIN32 version
Bill Spitzak
2001-01-22
Copyright 2001.
Michael R Sweet
2000-09-19
Reads selectBackground from the xrdb database to set the selection color.
Bill Spitzak
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-02-25
Updated version to 1.0.8.
Michael R Sweet
1999-10-19
Fixed configure uversion for Irix 6.5
Bill Spitzak
1999-01-13
More color fixes from Bill.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-02
From Bill:
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet