summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
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
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-07MacOS: More accurate coordinate computation in rect_to_NSBitmapImageRep() whe...Manolo Gouy
2017-12-27Continue support for GUI rescaling under MacOS: fix test/resize() application...Manolo Gouy
2017-12-27Continue support for GUI rescaling under MacOS: fix test/resize() applicationManolo Gouy
2017-12-24Continue support for GUI rescaling under MacOS: fix Fl_Cocoa_Window_Driver::c...Manolo Gouy
2017-12-23Continue support for GUI rescaling under MacOS: fix Fl_Overlay_Window.Manolo Gouy
2017-12-19Scaling capability under MacOS platform: fix capture of scaled window.Manolo Gouy
2017-12-18STR#3437 : Support display of windows in tabbed form as in MacOS 10.12 SierraManolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-12-07Further simpler code to initialise the MacOS-specific implementation of Fl_Sy...Manolo Gouy
2017-12-07Simpler code to initialise the MacOS-specific implementation of Fl_Sys_Menu_B...Manolo Gouy
2017-12-06MacOS: support running fl_open_display() in static initializer.Manolo Gouy
2017-12-04Make Fl_Sys_Menu_Bar class usable in static initializers.Manolo Gouy
2017-12-03Restore possibility to run fl_open_display() within a static initializer.Manolo Gouy
2017-11-30MacOS: use rounded bottom corners when drawing windowsManolo Gouy
2017-11-13MacOS: complete commit at r.12559 that contained a typo.Manolo Gouy
2017-11-13MacOS: make -[FLWindowDelegate windowShouldClose:] more robust by testing for...Manolo Gouy
2017-11-12MacOS: improve drawing of rounded corners of window titlebarManolo Gouy
2017-11-11Test commitManolo Gouy
2017-11-11Test commitManolo Gouy
2017-11-11Test commitManolo Gouy
2017-11-11Test commitManolo Gouy
2017-11-11Minor reformattingManolo Gouy
2017-11-11Make a comment more detailedManolo Gouy
2017-11-09MacOS: improve drawing of the rounded corners of window titlebars.Manolo Gouy
2017-11-07MacOS: fix capture of window titlebar under MacOS 10.13 "High Sierra"Manolo Gouy
2017-10-25MacOS: replace deprecated message by its recommended successor.Manolo Gouy
2017-10-22MacOS: replace [[NSRunningApplication currentApplication] isActive] requiring...Manolo Gouy
2017-10-22MacOS: improve handling of dropped files at launch time for MacOS 10.13Manolo Gouy
2017-10-18Mac OS 10.13 "High Sierra": restore possibility to run app from a command lin...Manolo Gouy
2017-10-18MacOS: make sure all files dropped to the app at launch time are open when Fl...Manolo Gouy
2017-10-18MacOS: slightly simpler implementation of Fl_Cocoa_Window_Driver::wait_for_ex...Manolo Gouy
2017-10-17Mac OS: complete changes needed for 10.13 "High Sierra" regarding how FLTK ap...Manolo Gouy
2017-10-15MacOS 10.13: fix problem with window made fullscreen by clicking on green win...Manolo Gouy
2017-10-15MacOS 10.13: fix problem with window made fullscreen by clicking on green win...Manolo Gouy
2017-10-11Better implementation of Fl_Cocoa_Window_Driver::wait_for_expose() for Mac OS...Manolo Gouy
2017-07-20Remove unnecessary local variable.Manolo Gouy
2017-07-18Simplify handling of the windowDidMove notification since MacOS 10.10Manolo Gouy
2017-07-14Support of MacOS 10.13 to appear soon: fix handling of window moves in presen...Manolo Gouy
2017-07-11End of fix for STR#3387 "Bug of timer implementation on macosx"Manolo Gouy
2017-06-26Fix for STR#3387 Bug of timer implementation on macosxManolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy