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_Image_Surface.cxx
Age
Commit message (
Expand
)
Author
2016-02-02
Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac OS X.
Manolo Gouy
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-18
Replaced static initializer with Fl_OpenGL_Display_Device.
Matthias Melcher
2016-01-10
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
Manolo Gouy
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-09-24
X11: fix crash when creating an Fl_Image_Surface object before fl_open_displa...
Manolo Gouy
2015-09-23
Mac OS: fixed the Fl_Image_Surface class that produced flipped images when
Manolo Gouy
2015-09-23
Mac OS: slightly simpler code for Fl_Image_Surface class.
Manolo Gouy
2014-06-18
Sets the return type of Fl_Image_Surface::image() to its real value, Fl_RGB_I...
Manolo Gouy
2014-05-24
Reset file header and footer.
Manolo Gouy
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy