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-04-27
Add test to avoid null pointer crashes.
Manolo Gouy
2016-04-27
Add tests to avoid null pointer errors
Manolo Gouy
2016-04-24
Add Doxygen comments for members of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-16
Modify the FL_PORTING pragma message to make clear implementation is optional.
Manolo Gouy
2016-03-19
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
Manolo Gouy
2016-03-10
Remove redundant recursion (as suggested in [fltk.coredev] [porting] Remove r...
Manolo Gouy
2016-03-07
Fix PicoSDL.
Matthias Melcher
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-03-05
Remove warning message about signed/unsigned comparison.
Manolo Gouy
2016-03-05
Complete the platform-neutral implementation of fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-04
Complete driver-based implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-03
Simpler implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-03
A hopefully clearer implementation of the fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-03
Use more expressive variable names.
Manolo Gouy
2016-03-02
Rewrite Fl_Image_Surface with full separation of public API and platform-spec...
Manolo Gouy
2016-03-02
Add support for SDL as a base library on OS X.
Matthias Melcher
2016-03-01
Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple...
Manolo Gouy
2016-02-28
Remove "passing NULL to non-pointer argument" warning.
Manolo Gouy
2016-02-27
Remove signed/unsigned comparison warning.
Manolo Gouy
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-26
Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-13
Simpler code to support drawing to high-resolution Fl_Image_Surface object.
Manolo Gouy
2016-02-12
Fl_Window::capture_titlebar_and_borders() returns a double-resolution top image.
Manolo Gouy
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
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