| Age | Commit message (Collapse) | Author |
|
|
|
|
|
styleMask
|
|
This allows FLTK apps to use the recent frameworks when they run on recent
macOS versions even if the minimum supported macOS version of these apps is more
ancient than the framework.
|
|
The previous procedure using CGWindowListCreateImageFromArray()
is obsoleted in macOS 15.0 .
The new procedure requires an additional framework: ScreenCaptureKit;
FLTK uses it only for macOS ≥ 15.0
|
|
Fl_Window::get_size_range()
|
|
|
|
|
|
Converting Cocoa coordinates into FLTK coordinates
should be avoided as much as possible because the
conversion loses precision for scaling != 100%.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The macOS Window menu is connected to the item array of the macOS menubar
via FL_SUBMENU_POINTER. This facilitates memorization of pointers
to items of the macOS menubar because the item array no longer changes
each time a window opens of gets closed.
|
|
|
|
|
|
|
|
as discussed in issue #794.
Also, fix for macOS the use of the FL_FOCUS event for these transient windows
|
|
|
|
|
|
|
|
MACOS: make sure that even small mouse wheel deltas count at least as 1 unit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3049e6394a3376f7fff1c8cde19fd7bb1a9252ec
as agreed upon in GitHub Issue #733.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helper function convert_crlf() from file fl_wayland_clipboard_dnd.cxx has been
repaired by commit a4b33f8 (13 jan 2023). But the same function was also in
file Fl_cocoa.mm. This commit moves the repaired code to class Fl_Screen_Driver
and has both fl_wayland_clipboard_dnd.cxx and Fl_cocoa.mm use it.
|
|
|
|
|
|
P renamed to g_project
class Project renamed to class Fluid_Project
fixes macOS type cast warnings
|
|
|
|
|
|
The problem is visible with test/tile when moving the sub window's border.
This also fixes issue #508
|
|
|
|
|
|
This code is OK under macOS 10 9 and 13.
|
|
|