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_Copy_Surface.cxx
Age
Commit message (
Expand
)
Author
2020-10-12
Simpler macOS implementation of capture of window titlebars.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-05-24
Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary
ManoloFLTK
2019-05-22
Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()
ManoloFLTK
2019-04-11
Remove 2 Doxygen warnings
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-24
Document the constructor and destructor of class Fl_Copy_Surface.
Manolo Gouy
2016-04-27
Add tests to avoid null pointer errors
Manolo Gouy
2016-04-16
Modify the FL_PORTING pragma message to make clear implementation is optional.
Manolo Gouy
2016-03-19
Driver-based rewrite of the Fl_Copy_Surface class.
Manolo Gouy
2016-03-07
Fix PicoSDL.
Matthias Melcher
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-03-04
Complete driver-based implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-04
Protect platform-specific parts from Doxygen.
Manolo Gouy
2016-03-03
Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.
Manolo Gouy
2016-03-02
Finalize new implementation of Fl_Copy_Surface.
Manolo Gouy
2016-03-01
Fix a few Doxygen warnings.
Manolo Gouy
2016-03-01
Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...
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-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-09
Fix MSWindows issues from last refactoring.
Matthias Melcher
2016-02-09
Fix typos for Linux from previous check-in.
Matthias Melcher
2016-01-31
Needed for Linux/Unix build.
Manolo Gouy
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-29
Fixed a few warnings from a picky compiler setting.
Matthias Melcher
2016-01-10
Transferred required Doxygen description of a method.
Manolo Gouy
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-04
Fix typos in #pragma FL_PORTING.
Albrecht Schlosser
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-11-24
Added new method Fl_Copy_Surface::draw_decorated_window()
Manolo Gouy
2015-06-10
Mac OS: remove 5 compilation warnings of this kind:
Manolo Gouy
2014-11-09
Removed useless #include directive.
Manolo Gouy
2014-11-08
Rewrite Fl_Copy_Surface::complete_copy_pdf_and_tiff() using cocoa APIs.
Manolo Gouy
2014-05-24
Reset file header and footer.
Manolo Gouy
2014-05-23
Removed compilation warning of signed/unsigned comparison.
Manolo Gouy
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy