index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_cocoa.mm
Age
Commit message (
Expand
)
Author
2015-02-18
Mac OS: Fixed issue where the system object supporting a window created befor...
Manolo Gouy
2015-02-15
It is preferable to use a complete initializer for a class instance.
Manolo Gouy
2015-02-13
Mac OS: fixed order of preference of data type when pasting graphical data.
Manolo Gouy
2015-02-13
Mac OS: more accurate way to determine the screen where the paste operation o...
Manolo Gouy
2015-02-11
Fixed change made at r.10560 that breaks compilation with old SDKs
Manolo Gouy
2015-02-09
Mac OS: correct window redraws after a window was created in iconized form.
Manolo Gouy
2015-02-08
Allow compilation with -std=c++11 on Mac OS X
Manolo Gouy
2015-02-02
Replace gl_xxx() function names by new member functions of the Fl_X class to ...
Manolo Gouy
2015-01-31
Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...
Manolo Gouy
2015-01-28
Stop using dynamic_cast when performing text drag (Mac OS only).
Manolo Gouy
2015-01-24
Restore compilability with Mac OS X SDK 10.4u
Manolo Gouy
2015-01-24
Simpler coding of the half-pixel offset necessary when clipping to a rectangle.
Manolo Gouy
2015-01-23
It is necessary to call fl_cgrectmake_cocoa() when building the clipping rect...
Manolo Gouy
2015-01-22
A few comment changes.
Manolo Gouy
2015-01-22
Make sure subwindows don't leak out of their parent windows.
Manolo Gouy
2015-01-21
Have Fl_Paged_Device::print_window() print window title bars with rounded ang...
Manolo Gouy
2015-01-19
Avoid potential crash if Fl::focus() returns NULL.
Manolo Gouy
2015-01-19
Ignore text input methods when the focus is to an Fl_Gl_Window.
Manolo Gouy
2015-01-16
Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window.
Manolo Gouy
2015-01-16
Corrected one comment and added one.
Manolo Gouy
2015-01-15
Fixed Fl_Window::resize() on Mac OS because program-generated resize did not ...
Manolo Gouy
2015-01-14
Some indentation cleaning.
Manolo Gouy
2015-01-14
When CGBitmapContextCreate() is used with null 5th argument, it is necessary
Manolo Gouy
2015-01-14
Avoid compilation warnings appearing with SDK 10.5
Manolo Gouy
2015-01-13
Fl_Paged_Device::print_window() now uses the CALayer class to print in one step
Manolo Gouy
2015-01-09
Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite:
Manolo Gouy
2015-01-04
Simplified Fl_X::flush() for GL windows.
Manolo Gouy
2014-12-21
Fix typo in Fl_cocoa.mm if the ABI was set to 10304 or greater.
Ian MacArthur
2014-12-20
Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...
Manolo Gouy
2014-12-19
Avoid double window redraw after deminiaturization.
Manolo Gouy
2014-12-18
Restores compilation with SDK’s before 10.7, erroneously broken in a recent...
Manolo Gouy
2014-12-18
Removed compilation warning for unused variable.
Manolo Gouy
2014-12-17
Apple-only changes to restore a layout of the Fl_X class identical to that in...
Manolo Gouy
2014-12-12
Completed support of retina displays for Fl_Paged_Device::print_window_part().
Manolo Gouy
2014-12-11
It is necessary to compute Fl_X::mapped_to_retina after the window is mapped
Manolo Gouy
2014-12-11
Fix case when show() of a subwindow whose parent is not shown yet.
Manolo Gouy
2014-12-11
Propagate Fl_X::mapped_to_retina value from parent to subwindows.
Manolo Gouy
2014-12-11
Improved handling of high resolution ("retina") displays.
Manolo Gouy
2014-12-11
Removed one use of dynamic_cast.
Manolo Gouy
2014-12-05
Improved processing of retina displays: replace [NSWindow backingScaleFactor]...
Manolo Gouy
2014-11-30
Make sure that subwindows won’t leak out of their parent window
Manolo Gouy
2014-11-26
Corrected case when using retina display.
Manolo Gouy
2014-11-19
Carbon function TSMGetActiveDocument() and its friends are no longer document...
Manolo Gouy
2014-11-19
Added full support of retina displays on the mac platform.
Manolo Gouy
2014-11-17
Implement applicationDidUpdate differently according to running OS version.
Manolo Gouy
2014-11-15
Improves the cmd-Q handler as discussed in FLTK.coredev "Safe widget deletion...
Manolo Gouy
2014-11-15
Invalidate the Quit item of the application menu when running modal.
Manolo Gouy
2014-11-13
Support for true subwindows under Mac OS X (cont’d).
Manolo Gouy
2014-11-13
A subwindow in an Fl_Tile did not work well after recent addition of support ...
Manolo Gouy
2014-11-11
Added support of true subwindows to the Mac OS X code. With this, a window in...
Manolo Gouy
[next]