summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
7 daysmacOS: remove code present only to support macOS versions 10.3 and 10.4.ManoloFLTK
2024-12-02Fix: Drawing bugs on Windows at very large scales (#1144)ManoloFLTK
2024-11-20 Fix: Can't control scale of Fl_Copy_Surface dimensions on Linux (#1135)ManoloFLTK
2023-04-23Replace internal fl_create_offscreen() calls by new Fl_Image_SurfaceManoloFLTK
2023-01-01FLUID refactor and macOS warnings removed (#623)Matthias Melcher
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-06-19Move input method support to Fl_Screen_Driver from Fl_Graphics_DriverManoloFLTK
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2021-05-31Windows platform: use GDI+ to antialias oblique lines and curves.ManoloFLTK
2021-03-01Remove duplicated code between derived classes of Fl_Graphics_Driver.ManoloFLTK
2021-02-27Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.generalManoloFLTK
2021-02-25Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...ManoloFLTK
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-07-30Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.ManoloFLTK
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-15Slightly improve Fl_Quartz_Graphics_Driver::copy_offscreen() when macOS ≥ 10.4ManoloFLTK
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-12-26Continue support for GUI rescaling under MacOS: fix fl_XXX_offscreen() functi...Manolo Gouy
2016-10-14MacOS: finer control of the compilation conditions under which Core text and ...Manolo Gouy
2016-10-10Re-organisation of code to support CoreText and ATSU for drawing text.Manolo Gouy
2016-09-24Mac OS platform: restore usability with SDK 10.3 and 10.4Manolo Gouy
2016-09-23Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...Manolo Gouy
2016-04-17virtualized some Region calls.Matthias Melcher
2016-04-17virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...Matthias Melcher
2016-04-09Fix typos.Albrecht Schlosser
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...Manolo Gouy
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-26Use the FL_DOXYGEN preprocessor variable to remove all Doxygen warningsManolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-14Move Fl_Quartz_Graphics_Driver::draw_CGImage() to Fl_Quartz_Graphics_Driver_i...Manolo Gouy
2016-02-13New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...Manolo Gouy
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher