summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2011-11-23Improved the windowShouldClose message processing.Manolo Gouy
2011-11-22Mac OS: fix possible crash when closing window with a callback that deletes it.Manolo Gouy
2011-11-22Fix STR #2775. Under Mac OS, fixed some erroneous window move/resize.Manolo Gouy
2011-11-14Fix STR #2769: Mac OS crash during creation of non-modal window on secondary ...Manolo Gouy
2011-11-14Mac OS: better window positioning on secondary displays at creation.Manolo Gouy
2011-11-12Mac OS: more accurate definition of the Window system-specific type.Manolo Gouy
2011-10-30Mac OS: simpler processing of window closing events.Manolo Gouy
2011-10-27Mac OS: fixed the setting of the key window after a window is closed.Manolo Gouy
2011-10-26Mac OS: restore the focus to the top FLTK window after closing the window ope...Manolo Gouy
2011-10-26Fl_cocoa.mm: removed useless fl_screen global variable.Manolo Gouy
2011-10-22Mac OS: the procedure used to restore visible focus to a window after using a...Manolo Gouy
2011-10-18Simplified window positioning on main screen.Manolo Gouy
2011-10-18When several screens, allow creation of window on secondary screen by Fl_Wind...Manolo Gouy
2011-10-12Mac OS: don't generate an FL_SCREEN_CONFIGURATION_CHANGED event at applicatio...Manolo Gouy
2011-09-30About STR#2600 : some code factorization.Manolo Gouy
2011-09-30OSX: Fixed screen updates durin DND operationsMatthias Melcher
2011-09-30Fix STR#2600 for the MSWindow and Mac OS platforms.Manolo Gouy
2011-09-29Fix STR#2695 & 2697: correct computation of work areas with multiple screens.Manolo Gouy
2011-09-28Mac only: further fine tuning in clipping/rectf needed for scroll demo after ...Manolo Gouy
2011-09-19Mac OS: simplified use of CGRectMake() for rectangle drawing and clipping on ...Manolo Gouy
2011-09-13Mac OS: - Correct application hiding when modal or menu window is on.Manolo Gouy
2011-09-08Mac OS: center on page the "Print Front Window" application menu command.Manolo Gouy
2011-09-02Before deleting a window, it's better to check whether it contains the curren...Manolo Gouy
2011-07-19Mac OS: Greatly simplified the open document handler.Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-07-11Mac OS: fix STR #2666 allowing to display copyright info in the default About...Manolo Gouy
2011-07-11Mac OS: added missing lock/unlock pairs when running system menu items.Manolo Gouy
2011-07-11Mac OS: Added missing lock/unlock calls in Fl_Paged_Device::print_window().Manolo Gouy
2011-07-04Fl_Paged_Device::print_window() now works with any output surface on Mac plat...Manolo Gouy
2011-07-04Arguments x_offset & y_offset of function Fl_Paged_Device::print_window() wer...Manolo Gouy
2011-06-16Fix STR #2665: Mac OS: use bundle name when available.Manolo Gouy
2011-06-16Fix STR #2664.Manolo Gouy
2011-06-03Fixes bug entitled "Fl::event_text() omitted for keyups?" in fltk.development.Manolo Gouy
2011-05-31Fix STR #2652: Mac OS-specific bug in Fl::remove_fd().Manolo Gouy
2011-05-30Fix Fl_Paged_Device::print_window(), Fl_Window::decorated_w() and Fl_Window::...Manolo Gouy
2011-05-21Fix STR #2635 for Mac OS: allow fl_xid() even if window is not yet shown.Manolo Gouy
2011-05-15Mac OS: implemented the effect of the 2nd arg of Fl_Window::label(label, icon...Manolo Gouy
2011-05-15Mac OS: implemented the effect of the 2nd arg of Fl_Window::label(label, icon...Manolo Gouy
2011-05-13Fix for STR #2629: remove beep when typing cmd-<key> under Mac OS.Manolo Gouy
2011-05-12Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function. Manolo Gouy
2011-05-11On Mac OS, allow creation of a window in a minimized form.Manolo Gouy
2011-05-07Restoring correct keyboard handling under Mac OS X 10.5.Manolo Gouy
2011-04-29Corrected spurious FL_NUMLOCK setting.Manolo Gouy
2011-04-27Reorganized keyboard input-handling code.Manolo Gouy
2011-04-22Mac OS: exact implementation of the Fl::screen_dpi() function.Manolo Gouy
2011-04-19Added fallback mechanism if malformed UTF-8 is used for a window title.Manolo Gouy
2011-04-19Misc code cleaning.Manolo Gouy
2011-04-18Mac OS: The Fl_mac.cxx testManolo Gouy
2011-04-17Mac OS: Fixed bug where an application could be left with only a tooltip wind...Manolo Gouy
2011-04-17A quick hack to prevent the OSX tooltip-crash onIan MacArthur