summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
2025-09-19Underline does not appear in some fonts and scales (Windows,X11-noCairo) (#1308)ManoloFLTK
2025-09-17Fix: Underline does not appear in some fonts and scales (WinXP .. Win11) (#1308)ManoloFLTK
2025-05-09Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.HManoloFLTK
2025-03-04Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214)ManoloFLTK
2024-08-27Fix Fl_GDI_Graphics_Driver::rect_unscaled() (#1052)ManoloFLTK
2024-07-24Fix Fl_Scalable_Graphics_Driver::rect(x,y,w,h) (#1017)ManoloFLTK
2023-12-04New member function Fl_Image_Surface::mask(Fl_RGB_Image*)ManoloFLTK
2023-10-16Add virtual void Fl_Graphics_Driver::draw_circle()ManoloFLTK
2023-03-09Fix dependencies, typos, trailing whitespace, and formattingAlbrecht Schlosser
2023-02-11Very controlled GDIplus startup and shutdown #635 (#679)Matthias Melcher
2022-12-30Use `FL_OVERRIDE` for all overridden virtual methods (#611)Matthias Melcher
2022-11-25Make Fl_XXX_Graphics_Driver::create_bitmask() a static member functionManoloFLTK
2022-08-20Remove FL_EXPORT qualifier from platform-specific class declarations.ManoloFLTK
2022-06-19Move input method support to Fl_Screen_Driver from Fl_Graphics_DriverManoloFLTK
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2022-03-21Avoid using same name (p) for distinct members of derived classes.ManoloFLTK
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2021-05-28New virtual member function Fl_Graphics_Driver::colored_rectf().ManoloFLTK
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2021-03-11Unification of scaled coordinate calculations in class Fl_Scalable_Graphics_D...ManoloFLTK
2021-03-01Remove duplicated code between derived classes of Fl_Graphics_Driver.ManoloFLTK
2021-02-24Improve precision of GUI scaling for Windows platform.ManoloFLTK
2021-02-16Remove FL_CFG_SYS_WIN32 preprocessor variable from fl_draw_pixmap.cxxManoloFLTK
2020-11-30Scaling for Windows and X11: support rectangular loops.ManoloFLTK
2020-08-03Remove useless Fl_GDI_Graphics_Driver::reset_spot()ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-04-25Windows: fix fl_copy_offscreen() when input offscreen is scaled and output su...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-18Simplify the implementation of printing of Fl_Pixmap images under Windows.Manolo Gouy
2018-04-16Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...Manolo Gouy
2018-04-13Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...Manolo Gouy
2018-04-12Image drawing: simplify the code organisation to better support Fl_Image::sca...Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-02-09Windows: fix fl_overlay_rect() when scaling factor value is > 2Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.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-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-04-25Remove Fl_Translated_GDI_Graphics_Driver and have its functions performed by ...Manolo Gouy