summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2018-10-29Fix handling of layer-backed sub GL window moved between retina and non-retin...Manolo Gouy
2018-10-29Fix handling of GL window moved between retina and non-retina screens.Manolo Gouy
2018-10-29Fix handling of layer-backed GL window moved between retina and non retina sc...Manolo Gouy
2018-10-28Fixed first drawing of a layer-backed OpenGL window.Manolo Gouy
2018-10-28MacOS Mojave 10.14 support: fix creation of several OpenGL windows.Manolo Gouy
2018-10-28Fix suppport of tabbed windows.Manolo Gouy
2018-10-26Stop using viewFrameDidChangeNotification and implement drawRect:(NSRect) for...Manolo Gouy
2018-10-20Support GL windows on retina display when app does not set Fl::use_high_res_G...Manolo Gouy
2018-10-20Fix resize of layer-backed, top-level GL windows: no more blank window.Manolo Gouy
2018-10-20Minor improvement of macOS 10.14 mojave support: draw window views with the d...Manolo Gouy
2018-10-19Add support for macOS 10.14 Mojave.Manolo Gouy
2018-10-18Remove compilation error when using clang 8:Manolo Gouy
2018-10-05 MacOS 10.14 Mojave: fix support of window capture - continued.Manolo Gouy
2018-10-04MacOS 10.14 Mojave: fix support of window capture that 10.14 broke.Manolo Gouy
2018-09-30macOS: check for non-nil image before using it as miniaturized window icon.Manolo Gouy
2018-09-27Support for macOS 10.14 Mojave: apps linked with SDK 10.14 did not draw anyth...Manolo Gouy
2018-09-22MacOS: fix is_bundled() function for case when [NSBundle mainBundle] is nil.Manolo Gouy
2018-09-16MacOS: fix regression in OS 10.13 where an unbundled app had its system menu ...Manolo Gouy
2018-09-12MacOS: Fix rounding to nearest int for negative screen coordinates.Manolo Gouy
2018-09-12MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call ...Manolo Gouy
2018-09-03MacOS: fix creation of fullscreen GL windowManolo Gouy
2018-08-29MacOS: slightly simplify [FLAppDelegate applicationDidChangeScreenParameters:]Manolo Gouy
2018-08-10Support recent MS Office apps that use \r\n as end of line in pasteboard.Manolo Gouy
2018-08-08Support for GUI scaling: add API to get/set the scaling factor value.Manolo Gouy
2018-07-02Try dummy commitManolo Gouy
2018-06-30Avoid giving same name (s) to 2 variables.Manolo Gouy
2018-06-26Move Fl_Gl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-05-23MacOS: use direct access to member variable in member function.Manolo Gouy
2018-05-23MacOS: account for GUI rescaling in support of text input methods.Manolo Gouy
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.c...Manolo Gouy
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxxManolo Gouy
2018-05-12MacOS: move some code from file Fl_cocoa.mm to file Fl_Cocoa_Window_Driver.cxxManolo Gouy
2018-05-12MacOS: move timer-related code from file Fl_cocoa.mm to file Fl_Cocoa_Screen_...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-05-04Shorten the list of virtual member functions used to support Fl_Widget_Surfac...Manolo Gouy
2018-05-04MacOS: improve fl_overlay_rect() when GUI scale factor = 1.7Manolo Gouy
2018-02-20MacOS: correct handling of window tabbing/untabbing together with GUI rescaling.Manolo Gouy
2018-02-20Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...Manolo Gouy
2018-02-18Fix Fl_Cocoa_Window_Driver::size_range() to make it support GUI rescaling.Manolo Gouy
2018-02-16Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled - conti...Manolo Gouy
2018-02-16Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled.Manolo Gouy
2018-02-09After r.12653, it is also necessary to remove Fl_Cocoa_Window_Driver::bitmap_...Manolo Gouy
2018-02-08Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...Manolo Gouy
2018-02-06Add support for detection and processing of clean program termination request.Manolo Gouy