summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
AgeCommit message (Expand)Author
2012-11-30Fix STR #2890: MacOS unbundled applications don't appear in dock nor menu bar...Manolo Gouy
2012-11-21Fix STR #2890: MacOS 10.8 unbundled applications don't appear in dock nor men...Manolo Gouy
2012-11-17Mac OS: make clear that image capture from screen returns an image in premult...Manolo Gouy
2012-11-15Mac OS: make clear that image capture from screen returns an image in premult...Manolo Gouy
2012-11-15Fixes STR #2887: Fl_Scroll widget fails under Mac OS X 10.8 on MacBook Pro wi...Manolo Gouy
2012-11-13Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the appli...Manolo Gouy
2012-11-12Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the appli...Manolo Gouy
2012-09-28Added missing use of NSAutoreleasePool object in calc_mac_os_version().Manolo Gouy
2012-09-27Removed several deprecation warnings.Manolo Gouy
2012-09-26Removed deprecation warning for FSCompareFSRefs().Manolo Gouy
2012-09-17Fix for bug described in fltk.development "fl_scroll not copying all channels...Manolo Gouy
2012-06-16Mac OS: some optimization of timer objects + code reordering.Manolo Gouy
2012-06-15Mac OS: improved Fl::repeat_timeout() so the next scheduled timeout is counte...Manolo Gouy
2012-06-14Mac OS: added necessary fl_open_display() in Fl::y() and Fl_X::screen_work_ar...Manolo Gouy
2012-06-13Mac OS: improved behavior when unhiding an application with minimized windows.Manolo Gouy
2012-06-12Fixed STR#2848: Mac OS: close putative memory leak when detaching child threads.Manolo Gouy
2012-04-28Added cocoa improvement inspired for from ossman improvement STR2802 for moda...Fabien Costantini
2012-04-28Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...Fabien Costantini
2012-04-23Reverted flags in Fl_Widget to protected.Matthias Melcher
2012-04-04Mac OS: canBecomeKeyWindow returns NO also for menu windows Manolo Gouy
2012-04-04Fix STR#2818: (Mac OS) tooltip window takes focus away from input field.Manolo Gouy
2012-03-23Fix STR#2641: true fullscreen windows that cover all their screen including m...Manolo Gouy
2012-03-22Mac OS: Allow keyboard input with borderless windowsManolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-14Simplified Fl_Paged_Device::print_window() under Mac OSManolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2012-03-12Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when p...Manolo Gouy
2012-03-10Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp().Manolo Gouy
2012-03-09Mac OS: the macKeyLookUp table is now computed at program start from the vkta...Manolo Gouy
2012-01-12Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (cont'd).Manolo Gouy
2012-01-12Some code simplifications.Manolo Gouy
2012-01-11Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (Mac OS-specif...Manolo Gouy
2011-11-29Fix STR #2779: clang-detected errorManolo Gouy
2011-11-29Needed after r.9181 for the Gmsh program according to its author Christophe G...Manolo Gouy
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