summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2014-12-17Apple-only changes to restore a layout of the Fl_X class identical to that in...Manolo Gouy
2014-12-12Completed support of retina displays for Fl_Paged_Device::print_window_part().Manolo Gouy
2014-12-11It is necessary to compute Fl_X::mapped_to_retina after the window is mappedManolo Gouy
2014-12-11Fix case when show() of a subwindow whose parent is not shown yet.Manolo Gouy
2014-12-11Propagate Fl_X::mapped_to_retina value from parent to subwindows.Manolo Gouy
2014-12-11Improved handling of high resolution ("retina") displays.Manolo Gouy
2014-12-11Removed one use of dynamic_cast.Manolo Gouy
2014-12-05Improved processing of retina displays: replace [NSWindow backingScaleFactor]...Manolo Gouy
2014-11-30Make sure that subwindows won’t leak out of their parent window Manolo Gouy
2014-11-26Corrected case when using retina display.Manolo Gouy
2014-11-19Carbon function TSMGetActiveDocument() and its friends are no longer document...Manolo Gouy
2014-11-19Added full support of retina displays on the mac platform.Manolo Gouy
2014-11-17Implement applicationDidUpdate differently according to running OS version.Manolo Gouy
2014-11-15Improves the cmd-Q handler as discussed in FLTK.coredev "Safe widget deletion...Manolo Gouy
2014-11-15Invalidate the Quit item of the application menu when running modal.Manolo Gouy
2014-11-13Support for true subwindows under Mac OS X (cont’d).Manolo Gouy
2014-11-13A subwindow in an Fl_Tile did not work well after recent addition of support ...Manolo Gouy
2014-11-11Added support of true subwindows to the Mac OS X code. With this, a window in...Manolo Gouy
2014-11-08Rewrite Fl_Copy_Surface::complete_copy_pdf_and_tiff() using cocoa APIs.Manolo Gouy
2014-11-07Replace deprecated pasteboard manager by cocoa NSPasteboard.Manolo Gouy
2014-11-06Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...Manolo Gouy
2014-11-06Use +(void)initialize method of the NSObject class.Manolo Gouy
2014-11-02Silence compilation warnings.Manolo Gouy
2014-10-28Improves FLTK usage on macintosh computers with retina displays.Manolo Gouy
2014-10-23Fixed uchar arguments of fl_rgb_color() calls.Manolo Gouy
2014-10-23Removed compilation warnings in fl_rgb_color() calls.Manolo Gouy
2014-10-23Fixed printing of window title bar buttons under Mac OS X 10.10Manolo Gouy
2014-10-14Move RGB image scaling algorithm methods in base class Fl_Image.Albrecht Schlosser
2014-10-11Improved Fl_Paged_Device::print_window() when used on an Apple computer with ...Manolo Gouy
2014-10-11Fixed errors in fl_read_image() and Fl_Paged_Device::print_window_part() Manolo Gouy
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-15Add methods to enable and disable the system's input methods.Pierre Ossman
2014-09-15Add methods to intercept low level system events.Pierre Ossman
2014-09-13Removed several compilation warnings with OS X SDK 10.10Manolo Gouy
2014-09-13Allow compilation with SDK 10.10 and use new API to discover os version at ru...Manolo Gouy
2014-09-13Allow compilation with SDK 10.10 and use new API to identify OS version at ru...Manolo Gouy
2014-09-09Fix for STR #3128Manolo Gouy
2014-09-07Handle deprecation with Mac OS 10.9 of SetFrontProcess(), GetCurrentProcess()...Manolo Gouy
2014-08-27Added the Fl_Shaped_Window class to support windows of arbitrary shapes.Manolo Gouy
2014-06-26Mac OS: a borderless, non-modal window was not created properly.Manolo Gouy
2014-06-17Fix inverted logic. It's the even depth values that include alpha.Pierre Ossman
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2014-06-16Make sure that modal and non-modal windows are at a higher levelPierre Ossman
2014-06-15After r.10119 calling Fl_Window::make_current() within a widget's draw functi...Manolo Gouy
2014-06-11canBecomeMainWindow() is not absolutely necessary, but it makesPierre Ossman
2014-06-11Support for full screen over multiple monitors.Pierre Ossman
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy
2014-04-27Fix STR#3063: compilation using Mac OS 10.4 (cont'd).Manolo Gouy
2014-04-27Fix STR#3063: compilation using Mac OS 10.4 (cont'd).Manolo Gouy
2014-03-22Mac OS: drawing to windows at each FLTK event loop is now done as normally wi...Manolo Gouy