fltk/src/drivers
Manolo Gouy bbfd919773 WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int,int,int,int) when img is a Fl_RGB_Image
Implementation uses StretchBlt() when img->d() is  1 or 3 and AlphaBlend() when it is 2 or 4.
This should turn useful to draw images on HighDPI displays using the display's true resolution.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12053 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-10-22 11:42:20 +00:00
..
Cocoa Re-organisation of code to support CoreText and ATSU for drawing text. 2016-10-10 21:19:39 +00:00
Darwin Add one more argument to virtual Fl_System_Driver::file_browser_load_filesystem() giving length of the filename argument 2016-10-19 08:40:41 +00:00
GDI WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int,int,int,int) when img is a Fl_RGB_Image 2016-10-22 11:42:20 +00:00
OpenGL Remove possible warnings when compiling with -Wundef 2016-09-13 10:56:19 +00:00
Pico Set svn file properties. 2016-04-26 07:25:53 +00:00
PicoAndroid Fl_Graphics_Driver::global_gc() is already implemented in Fl_Graphics_Driver.cxx 2016-10-07 06:04:28 +00:00
PicoSDL Rewrite fl_open_callback() under the driver model. 2016-09-09 15:56:33 +00:00
Posix Use standard fopen() as default implementation of virtual Fl_System_Driver::fopen() 2016-04-27 17:25:17 +00:00
PostScript Set svn file properties. 2016-04-26 06:23:27 +00:00
Quartz MacOS: finer control of the compilation conditions under which Core text and ATSU are used or not. 2016-10-14 09:17:15 +00:00
WinAPI Add one more argument to virtual Fl_System_Driver::file_browser_load_filesystem() giving length of the filename argument 2016-10-19 08:40:41 +00:00
X11 Remove erroneous uses of sizeof(filename) where filename is a char* and not a char array 2016-10-19 17:25:53 +00:00
Xlib Remove Fl_Xlib_Graphics_Driver::global_gc() because identical to Fl_Graphics_Driver::global_gc() 2016-10-07 06:12:33 +00:00