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
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
2014-11-08
Rewrite Fl_Copy_Surface::complete_copy_pdf_and_tiff() using cocoa APIs.
Manolo Gouy
2014-11-07
Replace deprecated pasteboard manager by cocoa NSPasteboard.
Manolo Gouy
2014-11-06
Fix for STR#3142 where fl_read_image() correctly reads GL data under X11, but...
Manolo Gouy
2014-11-06
Use +(void)initialize method of the NSObject class.
Manolo Gouy
2014-11-02
Silence compilation warnings.
Manolo Gouy
2014-10-28
Improves FLTK usage on macintosh computers with retina displays.
Manolo Gouy
2014-10-23
Fixed uchar arguments of fl_rgb_color() calls.
Manolo Gouy
2014-10-23
Removed compilation warnings in fl_rgb_color() calls.
Manolo Gouy
2014-10-23
Fixed printing of window title bar buttons under Mac OS X 10.10
Manolo Gouy
2014-10-14
Move RGB image scaling algorithm methods in base class Fl_Image.
Albrecht Schlosser
2014-10-11
Improved Fl_Paged_Device::print_window() when used on an Apple computer with ...
Manolo Gouy
2014-10-11
Fixed errors in fl_read_image() and Fl_Paged_Device::print_window_part()
Manolo Gouy
2014-09-21
STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...
Manolo Gouy
2014-09-15
Add methods to enable and disable the system's input methods.
Pierre Ossman
2014-09-15
Add methods to intercept low level system events.
Pierre Ossman
2014-09-13
Removed several compilation warnings with OS X SDK 10.10
Manolo Gouy
2014-09-13
Allow compilation with SDK 10.10 and use new API to discover os version at ru...
Manolo Gouy
2014-09-13
Allow compilation with SDK 10.10 and use new API to identify OS version at ru...
Manolo Gouy
2014-09-09
Fix for STR #3128
Manolo Gouy
2014-09-07
Handle deprecation with Mac OS 10.9 of SetFrontProcess(), GetCurrentProcess()...
Manolo Gouy
2014-08-27
Added the Fl_Shaped_Window class to support windows of arbitrary shapes.
Manolo Gouy
2014-06-26
Mac OS: a borderless, non-modal window was not created properly.
Manolo Gouy
2014-06-17
Fix inverted logic. It's the even depth values that include alpha.
Pierre Ossman
2014-06-16
Add method to set any custom cursor, based on a Fl_RGB_Image object.
Pierre Ossman
2014-06-16
Make sure that modal and non-modal windows are at a higher level
Pierre Ossman
2014-06-15
After r.10119 calling Fl_Window::make_current() within a widget's draw functi...
Manolo Gouy
2014-06-11
canBecomeMainWindow() is not absolutely necessary, but it makes
Pierre Ossman
2014-06-11
Support for full screen over multiple monitors.
Pierre Ossman
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy
2014-04-27
Fix STR#3063: compilation using Mac OS 10.4 (cont'd).
Manolo Gouy
2014-04-27
Fix STR#3063: compilation using Mac OS 10.4 (cont'd).
Manolo Gouy
2014-03-22
Mac OS: drawing to windows at each FLTK event loop is now done as normally wi...
Manolo Gouy
[prev]
[next]