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.h
Age
Commit message (
Expand
)
Author
2016-02-26
These files have been renamed from .h to .H
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-23
Fix Fl_RGB_Image::uncache() and Fl_Bitmap::uncache().
Manolo Gouy
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-19
Update the fl_gc global variable also when Fl_Graphics_Driver::set_gc() is ca...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
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
Move ifdef's in RGB_Image into driver system.
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-27
Messed up Makefiles in order to compile on OS X with carved out Graphics Driver
Matthias Melcher
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-27
Further things related to the r11063 commit.
Manolo Gouy
2016-01-26
Moved Quartz graphics driver to the new naming scheme
Matthias Melcher