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
/
GDI
/
Fl_GDI_Graphics_Driver_image.cxx
Age
Commit message (
Expand
)
Author
2016-04-12
Rewrite fl_draw_pixmap.cxx under the driver model.
Manolo Gouy
2016-03-26
Remove a few uses of the fl_graphics_driver global variable
Manolo Gouy
2016-03-02
Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).
Albrecht Schlosser
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-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
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-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-09
Fix MSWindows issues from last refactoring.
Matthias Melcher
2016-02-09
Move ifdef's in RGB_Image into driver system.
Matthias Melcher
2016-01-31
Fixed WIN32 setup. X11 setup verified.
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-31
Update build system to compile all drivers as indiviual objects.
Albrecht Schlosser
2016-01-26
Moving image drawing code into the driver system
Matthias Melcher
[prev]