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
Age
Commit message (
Expand
)
Author
2016-03-19
Rename Fl_XXX_Image_Surface.cxx to Fl_XXX_Image_Surface_Driver.cxx
Manolo Gouy
2016-03-19
Deleted because renamed to src/drivers/XXX/Fl_XXX_Copy_Surface_Driver.cxx
Manolo Gouy
2016-03-19
Rename src/drivers/XXX/Fl_XXX_Copy_Surface.cxx to Fl_XXX_Copy_Surface_Driver.cxx
Manolo Gouy
2016-03-19
Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surf...
Manolo Gouy
2016-03-19
Driver-based rewrite of the Fl_Copy_Surface class.
Manolo Gouy
2016-03-19
Remove src/drivers/XXX/Fl_XXX_Image_Surface.H files that are no longer useful.
Manolo Gouy
2016-03-19
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
Manolo Gouy
2016-03-06
Fix include statements.
Albrecht Schlosser
2016-03-04
Complete driver-based implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-02
Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).
Albrecht Schlosser
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
Fix compiler warnings (STR #2988) - final commit.
Albrecht Schlosser
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-26
Rename remaining src/drivers/XXX.h to XXX.H - continued
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-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-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-10
Fix MSWindows compile issues.
Matthias Melcher
2016-02-09
Porting efforts, minimal Android stuff, cleanup.
Matthias Melcher
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-02-09
Strip Graphics Driver related ifdefs.
Matthias Melcher
2016-02-01
Add fl_focus_rect function to driver.
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-28
Some trivial adjustments to support building
Ian MacArthur
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
Moving image drawing code into the driver system
Matthias Melcher
2016-01-26
Made GDI compilation work again
Matthias Melcher
2016-01-26
Moving GDI/WIN32 files to new directroy structure
Matthias Melcher