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-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
2014-02-23
print_window():: make the test specific to a printer device.
Manolo Gouy
2014-01-30
Mac OS: have Fl_Paged_Device::print_window() support all devices.
Manolo Gouy
2014-01-22
Mac OS: handle possible NULL return after screen capture attempt.
Manolo Gouy
2014-01-21
Mac OS: use the exact title bar font when printing window.
Manolo Gouy
2014-01-21
Mac OS: improved window printing when window title is longer than the window ...
Manolo Gouy
2014-01-19
Mac OS: drawing to screen is now performed by direct drawing to windows (draw...
Manolo Gouy
2014-01-18
Mac OS: put idle processing under an alloc/release pair of an NSAutoreleasePool.
Manolo Gouy
2014-01-07
Cleaner definition under Mac OS of the fl_default_cursor global variable that...
Manolo Gouy
2013-12-20
Mac OS text input: fixed minor problem when typing cmd-key while there's mark...
Manolo Gouy
2013-12-11
Added informative comment to Fl_Paged_Device::print_window()
Manolo Gouy
2013-12-10
Removed use of deprecated NSStringPboardType constant.
Manolo Gouy
2013-12-09
Simplified the code that supports application opening by dropping file onto i...
Manolo Gouy
2013-12-08
Improved window printing by using a vectorial font for the window title.
Manolo Gouy
2013-11-30
The FLView object is now released just after the setContentView message is sent.
Manolo Gouy
2013-11-29
Fix STR#3010: Program can crash under Mac OS when a dialog window is closed
Manolo Gouy
2013-11-13
Bracket calls to timer callbacks with fl_lock_function()/fl_unlock_function()...
Manolo Gouy
2013-10-29
Fix mac-specific STR#2999. Use PostScript font name to ask the system for a f...
Manolo Gouy
[next]