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
/
drivers
/
Quartz
/
Fl_Quartz_Image_Surface_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-04-25
Add an argument to the private, virtual member function void Fl_Surface_Devic...
Manolo Gouy
2016-12-16
Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-11-30
Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...
Manolo Gouy
2016-10-10
Re-organisation of code to support CoreText and ATSU for drawing text.
Manolo Gouy
2016-09-23
Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...
Manolo Gouy
2016-08-24
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...
Manolo Gouy
2016-04-24
Set svn file properties.
Manolo Gouy
2016-04-19
Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...
Manolo Gouy
2016-04-14
Fix Quartz-specific graphics problem apparent in tree demo.
Manolo Gouy
2016-03-26
Remove #include <FL/x.H> from all public include file (there remained one).
Manolo Gouy
2016-03-19
Rename Fl_XXX_Image_Surface.cxx to Fl_XXX_Image_Surface_Driver.cxx
Manolo Gouy