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