summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2015-02-18Mac OS: Fixed issue where the system object supporting a window created befor...Manolo Gouy
2015-02-15It is preferable to use a complete initializer for a class instance.Manolo Gouy
2015-02-13Mac OS: fixed order of preference of data type when pasting graphical data.Manolo Gouy
2015-02-13Mac OS: more accurate way to determine the screen where the paste operation o...Manolo Gouy
2015-02-11Fixed change made at r.10560 that breaks compilation with old SDKsManolo Gouy
2015-02-09Mac OS: correct window redraws after a window was created in iconized form.Manolo Gouy
2015-02-08Allow compilation with -std=c++11 on Mac OS XManolo Gouy
2015-02-02Replace gl_xxx() function names by new member functions of the Fl_X class to ...Manolo Gouy
2015-01-31Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...Manolo Gouy
2015-01-28Stop using dynamic_cast when performing text drag (Mac OS only).Manolo Gouy
2015-01-24Restore compilability with Mac OS X SDK 10.4uManolo Gouy
2015-01-24Simpler coding of the half-pixel offset necessary when clipping to a rectangle.Manolo Gouy
2015-01-23It is necessary to call fl_cgrectmake_cocoa() when building the clipping rect...Manolo Gouy
2015-01-22A few comment changes.Manolo Gouy
2015-01-22Make sure subwindows don't leak out of their parent windows.Manolo Gouy
2015-01-21Have Fl_Paged_Device::print_window() print window title bars with rounded ang...Manolo Gouy
2015-01-19Avoid potential crash if Fl::focus() returns NULL.Manolo Gouy
2015-01-19Ignore text input methods when the focus is to an Fl_Gl_Window.Manolo Gouy
2015-01-16Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window.Manolo Gouy
2015-01-16Corrected one comment and added one.Manolo Gouy
2015-01-15Fixed Fl_Window::resize() on Mac OS because program-generated resize did not ...Manolo Gouy
2015-01-14Some indentation cleaning.Manolo Gouy
2015-01-14When CGBitmapContextCreate() is used with null 5th argument, it is necessaryManolo Gouy
2015-01-14Avoid compilation warnings appearing with SDK 10.5Manolo Gouy
2015-01-13Fl_Paged_Device::print_window() now uses the CALayer class to print in one step Manolo Gouy
2015-01-09Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite:Manolo Gouy
2015-01-04Simplified Fl_X::flush() for GL windows.Manolo Gouy
2014-12-21Fix typo in Fl_cocoa.mm if the ABI was set to 10304 or greater.Ian MacArthur
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-12-19Avoid double window redraw after deminiaturization.Manolo Gouy
2014-12-18Restores compilation with SDK’s before 10.7, erroneously broken in a recent...Manolo Gouy
2014-12-18Removed compilation warning for unused variable.Manolo Gouy
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