summaryrefslogtreecommitdiff
path: root/src/drivers/GDI
AgeCommit message (Expand)Author
2017-12-19Fix Fl_GDI_Graphics_Driver::uncache(Fl_RGB_Image*,...) that did not delete co...Manolo Gouy
2017-12-18STR#3320 continued: make sure there's no undrawn space between nested rectang...Manolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-08-26WIN32: allow to change the active drawing surface between Fl_Display_Device a...Manolo Gouy
2017-08-25X11 and WIN32: slightly change Fl_XXX_Graphics_Driver::cache(Fl_Pixmap*) to u...Manolo Gouy
2017-08-20Simplify using Fl_XXX_Graphics_Driver::copy_offscreen() instead of Fl_Scalabl...Manolo Gouy
2017-08-16class Fl_GDI_Image_Surface_Driver: remove member variable 'previous' that is ...Manolo Gouy
2017-08-15Remove _sgc private member of Fl_GDI_Image_Surface_Driver that is not necessary.Manolo Gouy
2017-08-14Remove unnecessary #include statements and compilation guards.Albrecht Schlosser
2017-07-07Define Fl_WinAPI_Screen_Driver::DWM_scaling_factor() only without FLTK_HIDPI_...Manolo Gouy
2017-07-07WIN32 HiDPI support: fix copy and paste of image data when rescaling is applied.Manolo Gouy
2017-07-07WIN32 HiDPI support: fix scaling support for Fl_Copy_Surface.Manolo Gouy
2017-07-07Fix Fl_GDI_Graphics_Driver::point_unscaled() so points are also enlarged when...Manolo Gouy
2017-06-28Fix code formatting and typos.Albrecht Schlosser
2017-06-27WIN32 platform: more progress for full HiDPI supportManolo Gouy
2017-06-18Advancing HiDPI support for the WIN32 platform - still incomplete.Manolo Gouy
2017-05-22Fix warnings: 'Fl_Xlib_Graphics_Driver::scale' hides overloaded virtual funct...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-05-06De-duplicate code to load pointer to the TransparentBlt() system function at ...Manolo Gouy
2017-05-05Fix erroneously cased include file namesManolo Gouy
2017-04-25Remove Fl_Translated_GDI_Graphics_Driver and have its functions performed by ...Manolo Gouy
2017-04-25Add an argument to the private, virtual member function void Fl_Surface_Devic...Manolo Gouy
2016-12-16Improve Fl_Graphics_Driver::copy_offscreen() so it accepts an Fl_Offscreen ar...Manolo Gouy
2016-12-09Simpler code path for a member function calling another member function of sa...Manolo Gouy
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-17WIN32 platform: Fix drawing of depth-4 scaled image when can_do_alpha_blendin...Manolo Gouy
2016-11-16Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_...Manolo Gouy
2016-11-05Slightly improve the parameter list of member function int Fl_Graphics_Driver...Manolo Gouy
2016-11-03Rename Fl_Bitmap::start() to Fl_Bitmap::prepare().Manolo Gouy
2016-11-03Factorize repeated code across platform-specific graphics drivers and image t...Manolo Gouy
2016-11-02Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platf...Manolo Gouy
2016-10-30Replace erroneous bitwise & by logical &&Manolo Gouy
2016-10-30Add virtual Fl_RGB_Image* Fl_Image::as_rgb_image() to detect whether an Fl_Im...Manolo Gouy
2016-10-22WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int...Manolo Gouy
2016-10-06 Correct function Fl_GDI_Graphics_Driver::gc(void*) that did not update the ...Manolo Gouy
2016-09-23Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.Manolo Gouy
2016-09-22Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...Manolo Gouy
2016-08-27Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...Manolo Gouy
2016-08-24Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...Manolo Gouy
2016-04-26Set svn file properties.Manolo Gouy
2016-04-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualized Fl::set_color and free_color.Matthias Melcher
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-12Rewrite fl_draw_pixmap.cxx under the driver model.Manolo Gouy
2016-04-09Fix typos.Albrecht Schlosser
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy