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_Graphics_Driver.cxx
Age
Commit message (
Expand
)
Author
2016-10-14
MacOS: finer control of the compilation conditions under which Core text and ...
Manolo Gouy
2016-10-10
Re-organisation of code to support CoreText and ATSU for drawing text.
Manolo Gouy
2016-09-24
Mac OS platform: restore usability with SDK 10.3 and 10.4
Manolo Gouy
2016-09-23
Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...
Matthias Melcher
2016-04-09
Fix typos.
Albrecht Schlosser
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-24
Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...
Manolo Gouy
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-26
Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warnings
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-14
Move Fl_Quartz_Graphics_Driver::draw_CGImage() to Fl_Quartz_Graphics_Driver_i...
Manolo Gouy
2016-02-13
New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...
Manolo Gouy
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
2016-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher