summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
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
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-02-03Incorporate the code of function handleUpdateEvent() in the unique code secti...Manolo Gouy
2016-11-09Fix possible crash when turning fullscreen the scroll test program.Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-11-06MacOS: fix possible issue with fullscreen windows containing hidden subwindowsManolo Gouy
2016-11-06MacOS: another way to make sure windowDidResize does not access Fl_Window aft...Manolo Gouy
2016-11-01MacOS: fix crash when closing a fullscreen window - continuedManolo Gouy
2016-11-01MacOS: fix crash when closing a fullscreen windowManolo Gouy
2016-10-04Fix for STR#3308 - MacOS X-specific part.Manolo Gouy
2016-09-28Avoid possible autorelease warning message sent by "fluid -c" that calls Fl_W...Manolo Gouy
2016-09-21 Remove the 'suppressed' variable from cocoaMouseHandler(), a useless residu...Manolo Gouy
2016-09-20Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...Manolo Gouy
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-08-24Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...Manolo Gouy
2016-05-13Add GLContext to the set of platform-dependent types defined in FL/platform_t...Manolo Gouy
2016-05-09Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...Manolo Gouy
2016-05-05static function get_image_from_clipboard(Fl_Widget *) really returns Fl_RGB_I...Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher