summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz
AgeCommit message (Expand)Author
2021-02-21Fix for issue #192: focus box drawing incorrectly on OSX (e.g. 10.10.5) at sc...ManoloFLTK
2021-02-16Use <config.h> when appropriate.ManoloFLTK
2021-02-16Create classes Fl_XXX_Gl_Window_Driver according to driver model.ManoloFLTK
2020-11-12Fix for issue #155 - continuedManoloFLTK
2020-10-14Simpler implementation of Fl_Quartz_Image_Surface_Driver::image()ManoloFLTK
2020-10-12Simpler macOS implementation of capture of window titlebars.ManoloFLTK
2020-10-11Change procedure to capture window titlebar for macOS ≥ 10.15ManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-31Solves issue #117, memcmp -> strncmpGreg Ercolano
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-03-10Complete fix for "[fltk.general] scroll and overlay window" dated 7 march 2020.ManoloFLTK
2020-03-08Improve use of fl_scroll within Fl_Overlay_Window on macOS.ManoloFLTK
2020-02-06Fix computation of Fl_Window::decorated_h() on macOS when screen is scaled.ManoloFLTK
2020-01-19Have Fl_Quartz_Copy_Surface_Driver use retina resolution for resulting bitmapManoloFLTK
2020-01-15Slightly improve Fl_Quartz_Graphics_Driver::copy_offscreen() when macOS ≥ 10.4ManoloFLTK
2019-11-07Reorganise use of virtual member function Fl_Surface_Device::end_current()ManoloFLTK
2019-07-08Fl_Quartz_Copy_Surface_Driver: minor code reorganisation.ManoloFLTK
2019-07-06Add support for macOS 10.15 "Catalina"ManoloFLTK
2019-06-29Prepare for support of macOS 10.15 CatalinaManoloFLTK
2019-05-25Call virtual member Fl_Surface_Device::end_current() when necessaryManoloFLTK
2019-05-22Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()ManoloFLTK
2019-05-22Improve drawing of Fl_RGB_Image's to Fl_Copy_Surface on macOSManoloFLTK
2019-05-21Support for fl_scroll() under macOS when GUI is scaledManoloFLTK
2019-04-10Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()ManoloFLTK
2019-04-10New virtual member function bool Fl_Surface_Device::is_current()ManoloFLTK
2019-03-12Remove unneeded #include directiveManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-06-27Remove a few useless 'friend' statements.Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-06-08Complete construction of Fl_Image_Surface_Driver with Fl_Offscreen brought by...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Fix fl_overlay_rect() for MacOS platform when GUI is scaled.Manolo Gouy
2018-05-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-05-06Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.Manolo Gouy
2018-05-06Improve fl_overlay_rect() when GUI is scaled.Manolo Gouy
2018-05-01Make virtual void Fl_Surface_Device::end_current_() have no argument because ...Manolo Gouy
2018-04-26Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...Manolo Gouy
2018-04-19Reorganise access to the value of the GUI scaling factor with public getter a...Manolo Gouy
2018-04-16Getting rid of warning in Xcode 9.3Matthias Melcher
2018-04-14Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once.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-22Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().Manolo Gouy
2018-03-19New member function Fl_Image::scale(int width, int height) to set the FLTK si...Manolo Gouy
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-02-07STR#3450: Draw text with OpenGL using textures on all platforms.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser