| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-18 | launching a binary from the command line hangs on macOS Sonoma (#799) | ManoloFLTK | |
| 2023-10-17 | launching a binary from the command line hangs on macOS Sonoma (#799) | ManoloFLTK | |
| 2023-10-13 | Fix trailing whitespace and dependencies | Albrecht Schlosser | |
| 2023-10-13 | FLUID: allow mousewheel events on coordinate input | Matthias Melcher | |
| MACOS: make sure that even small mouse wheel deltas count at least as 1 unit | |||
| 2023-10-11 | Fixes conversion warning. | Matthias Melcher | |
| 2023-10-11 | macOS: remove availability warning | ManoloFLTK | |
| 2023-10-11 | Add legit #pragma clang diagnostic ignored "-Wdeprecated-declarations" | ManoloFLTK | |
| 2023-10-09 | macOS: remove a bunch of deprecation warnings | ManoloFLTK | |
| 2023-10-06 | Fix: macOS runtime warning makeKeyWindow... (#785) | ManoloFLTK | |
| 2023-08-09 | macOS: add extra comment explaining need for PPC-specific source code | ManoloFLTK | |
| 2023-08-09 | Fl_cocoa.mm: fix Apple macro for PPC case | Sergey Fedorov | |
| 2023-08-05 | Revert "#733 partial: Adds rotation gesture event on MacOS" | Albrecht Schlosser | |
| This reverts commit 3049e6394a3376f7fff1c8cde19fd7bb1a9252ec as agreed upon in GitHub Issue #733. | |||
| 2023-08-05 | #733 partial: Adds rotation gesture event on MacOS | Matthias Melcher | |
| 2023-04-23 | Replace internal fl_create_offscreen() calls by new Fl_Image_Surface | ManoloFLTK | |
| 2023-04-14 | Restore building with macOS SDK 10.9 and earlier | ManoloFLTK | |
| 2023-04-14 | macOS: remove calls to deprecated API | ManoloFLTK | |
| 2023-02-13 | Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int) | ManoloFLTK | |
| 2023-01-30 | Fix launching of unbundled app from /tmp | ManoloFLTK | |
| 2023-01-14 | Extend commit a4b33f8 to other uses of function convert_crlf() | ManoloFLTK | |
| 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. | |||
| 2023-01-13 | Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) | ManoloFLTK | |
| 2023-01-09 | Virtual member Fl_Window_Driver::makeWindow() now returns void | ManoloFLTK | |
| 2023-01-01 | FLUID refactor and macOS warnings removed (#623) | Matthias Melcher | |
| P renamed to g_project class Project renamed to class Fluid_Project fixes macOS type cast warnings | |||
| 2022-12-29 | Fix "Focus is lost leaving full screen on macOS 13" (#608) | ManoloFLTK | |
| 2022-11-01 | Fix trailing whitespace | Albrecht Schlosser | |
| 2022-10-03 | Revert 75016cb because it doesn't work well with macOS < 13.0 | ManoloFLTK | |
| The problem is visible with test/tile when moving the sub window's border. This also fixes issue #508 | |||
| 2022-09-30 | macOS: implement (BOOL)[FLView isOpaque] to improve drawing performance. | ManoloFLTK | |
| 2022-09-29 | macOS platform: rename Fl_Cocoa_Gl_Window_Driver.cxx to .mm | ManoloFLTK | |
| 2022-09-28 | macOS: support of FLTK widgets in OpenGL 3 windows - cont'd. | ManoloFLTK | |
| This code is OK under macOS 10 9 and 13. | |||
| 2022-09-28 | macOS: add necessary setWantsBestResolutionOpenGLSurface:YES message. | ManoloFLTK | |
| 2022-09-27 | Simpler code to support FLTK widgets in macOS OpenGL 3 windows. | ManoloFLTK | |
| Also, the application-level code to add widgets to a GL3 window becomes platform-independent. | |||
| 2022-09-26 | Fix crash under macOS 13 Ventura public beta 6 when closing menu window. | ManoloFLTK | |
| Bizarrely, an NSMouseEntered event arrives returning nil to [event window]! | |||
| 2022-09-23 | GL3 for macOS platform: allow creation of GL1 and GL3 contexts by an app. | ManoloFLTK | |
| 2022-09-22 | Fix issue #501: build error under macOS 10.10 | ManoloFLTK | |
| 2022-09-15 | Make Fl::set_color(r,g,b,a) effective under Wayland and macOS. | ManoloFLTK | |
| 2022-09-12 | Allow use of Fl_Window::default_icon() with a scaled image. | ManoloFLTK | |
| 2022-09-07 | Improve support of child windows that may leak outside their parent window. | ManoloFLTK | |
| 1) add Wayland code that prevent subwindows from leaking outside their parent. This does not cover GL subwindows. 2) add macOS code that prevent GL subwindows from leaking outside their parent. This fixes issue #494 for the macOS platform. N.B.: Wayland GL subwindows are not prevented from leaking because no solution that would not require any change in client applications was found. Code that would cover Wayland GL subwindows but would require client applications to always use the FL_ALPHA flag is included in this commit in commented out form. | |||
| 2022-08-29 | Make hybrid Wayland/X11 platform. | ManoloFLTK | |
| 2022-06-27 | Remove unused code controlled by the FLTK_CONSOLIDATE_MOTION preprocessor ↵ | ManoloFLTK | |
| variable. | |||
| 2022-06-23 | Fix for issue #450: Fl_Counter slips into infinite loop. | ManoloFLTK | |
| This issue revealed that the macOS and Wayland platform processed events slightly differently from other platforms. Under X11 and Windows, Fl::wait() processes one event if one is present, and also all other events present in the event queue immediately after the processing of that event. Under macOS and Wayland, Fl::wait() processes one event if one is present and returns. This commits makes the macOS and Wayland platforms behave as other platforms. | |||
| 2022-05-05 | Add check against null pointer occurrence reported with Gmsh (Issue #434). | ManoloFLTK | |
| 2022-04-29 | Fix for issue #434 : Segfaults on macOS. | ManoloFLTK | |
| 2022-04-10 | Fix for issue #426 - cont'd. | ManoloFLTK | |
| 2022-04-08 | Fix for issue #426: "configure --enable-cairoext" flips display upside down | ManoloFLTK | |
| 2022-04-03 | Silence compiler warnings [-Wunused-but-set-variable] | Albrecht Schlosser | |
| 2022-03-21 | Issue #359 RFE: access the MacOS windowid . | ManoloFLTK | |
| 2022-03-20 | Simpler updateTrackingAreas method of class FLView is enough. | ManoloFLTK | |
| 2022-03-20 | Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS. | ManoloFLTK | |
| 2022-03-19 | Restore default YES value for FLWindow releasedWhenClosed property. | ManoloFLTK | |
| 2022-03-18 | Fix for issue #411: send FL_ENTER / FL_LEAVE events to Fl_Window objects. | ManoloFLTK | |
| 2022-03-01 | Fix default size_range() calculation (issue #392, STR 3352) | Albrecht Schlosser | |
