summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
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
2011-04-15Added Fl_Paged_Device::print_window() to print a window with its title bar an...Manolo Gouy
2011-04-13Improved the accuracy of clipping when printing on Mac OS.Manolo Gouy
2011-04-13Now sends FL_HIDE/FL_SHOW events when window is iconized/un-iconized.Manolo Gouy
2011-04-12Restores change made in r.8557 that blocked system menu shortcuts.Manolo Gouy
2011-04-11Added missing fl_lock_function() / fl_unlock_function() pairs of calls.Manolo Gouy
2011-04-08Added missing test of necessity of fl_open_display() call.Manolo Gouy
2011-04-06Window title bars are now printed with their rounded angles.Manolo Gouy
2011-04-05Mac OS: Fl_Window::resize() shd not modify the maximum window size if it is 0.Manolo Gouy
2011-04-05Removed an NSAutoreleasePool allocation/release.Manolo Gouy
2011-04-05Mac OS: the "Print Front Window" item of the application menu now prints also...Manolo Gouy
2011-04-05Removed usage of NSMainMenuWindowLevel to use only 3 window levels.Manolo Gouy
2011-04-03Mac OS: removed duplicate FL_KEYBOARDS events with function and modifier keys.Manolo Gouy
2011-04-01about STR #2599: - fix the synchro between key presses and key eventsManolo Gouy
2011-04-01Fixed dependencies of bundled libs, corrected a typo.Albrecht Schlosser
2011-04-01Mac OS: fixes in STR #2588 the warning message "_createMenuRef called with ex...Manolo Gouy