summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2019-05-07Remove unnecessary codeManoloFLTK
2019-05-06Slightly simpler code for what is specific to macOS 10.14.0ManoloFLTK
2019-05-06Restore forcing the position of a window before it's shownManoloFLTK
2019-05-04Remove call to Fl_Group::init_sizes() because it's expected from the caller.ManoloFLTK
2019-05-04Fix control for subwindow leakage in presence of GUI scalingManoloFLTK
2019-05-02Reworked algorithm to support window moving across screensManoloFLTK
2019-04-28macOS: further fix to window moving necessary for macOS 10.3ManoloFLTK
2019-04-28macOS: yet simpler implementation of window resize and rescale.ManoloFLTK
2019-04-25Use NSViewFrameDidChangeNotification instead of NSWindowDidResizeNotificationManoloFLTK
2019-04-23macOS: restore correct tabbing/untabbing of windows - continuedManoloFLTK
2019-04-22Consistently compute the current GUI scaling factor value.ManoloFLTK
2019-04-22macOS: restore correct tabbing/untabbing of windowsManoloFLTK
2019-04-21Reorder Fl_Cocoa_Window_Driver to support upward OS compatibilityManoloFLTK
2019-04-21Fix Fl_Cocoa_Window_Driver::fullscreen_off()ManoloFLTK
2019-04-20macOS: better support of Fl_Window::border(int)ManoloFLTK
2019-04-19macOS: simpler handling of GL windows when first displayed.ManoloFLTK
2019-04-15Minor code reorderingManoloFLTK
2019-04-15Minor code reordering.ManoloFLTK
2019-04-11Update comments of Fl_Cocoa_Window_Driver::make_current() for macOS 10.14ManoloFLTK
2019-04-09Improve Fl_Cocoa_Window_Driver::make_current()ManoloFLTK
2019-04-07Simpler implementation of Fl_Cocoa_Window_Driver::resize()ManoloFLTK
2019-03-28macOS: More efficient window rescaling that rarely calls Fl_Group::resize()ManoloFLTK
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2019-03-25Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLo...ManoloFLTK
2019-03-23Invalidate Quit also when running native file chooser.ManoloFLTK
2019-03-18Avoid crash when messages canBecomeKeyWindow or canBecomeMainWindow received ...ManoloFLTK
2019-02-27Avoid recreation of the system menu bar without changeManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2019-02-08Rename method -[FLViewLayer viewFrameDidChange] to -[FLViewLayer reset_layer_...ManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2019-01-28Remove useless statement.ManoloFLTK
2019-01-24Fix minor text input problem related to dead key previewing.ManoloFLTK
2019-01-20Remove unnecessary code related to layer-backed views.ManoloFLTK
2019-01-16Correct typo in comment.ManoloFLTK
2019-01-04Slight reorganization of the [FLWindow close] method.Manolo Gouy
2019-01-04Remove [FLViewLayer dealloc] method.ManoloFLTK
2019-01-04Restore possibility to compile with SDK 10.7 or earlier.ManoloFLTK
2018-12-30Under macOS 10.14, Fl_Cocoa_Window_Driver::flush() draws to the bitmap and do...Manolo Gouy
2018-12-09macOS: creation of window with subwindow in iconized form - continued.ManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form - continuedManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form.ManoloFLTK
2018-12-07macOS comment only: refer to OS 10.14.2 gone public now.Manolo Gouy
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-12-02Comment only: to try push with gitManoloFLTK
2018-11-30macOS: rewrite opengl_plugin_device() to use less memory.Manolo Gouy
2018-11-29Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...Manolo Gouy
2018-11-26MacOS: slightly simpler implementation of Fl_Cocoa_Window_Driver::wait_for_ex...Manolo Gouy
2018-11-23MacOS: further support of scenarios mixing miniaturize/deminiaturize/change s...Manolo Gouy
2018-11-22MacOS: fix redraw of subwindow when display resolutions before miniaturize an...Manolo Gouy
2018-11-21macOS: remove two useless statements for layer-backed OpenGL windows.Manolo Gouy