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
2012-11-30
Fix STR #2890: MacOS unbundled applications don't appear in dock nor menu bar...
Manolo Gouy
2012-11-21
Fix STR #2890: MacOS 10.8 unbundled applications don't appear in dock nor men...
Manolo Gouy
2012-11-17
Mac OS: make clear that image capture from screen returns an image in premult...
Manolo Gouy
2012-11-15
Mac OS: make clear that image capture from screen returns an image in premult...
Manolo Gouy
2012-11-15
Fixes STR #2887: Fl_Scroll widget fails under Mac OS X 10.8 on MacBook Pro wi...
Manolo Gouy
2012-11-13
Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the appli...
Manolo Gouy
2012-11-12
Fix a Mac OS bug appeared with OS X 10.8: when a file is dragged on the appli...
Manolo Gouy
2012-09-28
Added missing use of NSAutoreleasePool object in calc_mac_os_version().
Manolo Gouy
2012-09-27
Removed several deprecation warnings.
Manolo Gouy
2012-09-26
Removed deprecation warning for FSCompareFSRefs().
Manolo Gouy
2012-09-17
Fix for bug described in fltk.development "fl_scroll not copying all channels...
Manolo Gouy
2012-06-16
Mac OS: some optimization of timer objects + code reordering.
Manolo Gouy
2012-06-15
Mac OS: improved Fl::repeat_timeout() so the next scheduled timeout is counte...
Manolo Gouy
2012-06-14
Mac OS: added necessary fl_open_display() in Fl::y() and Fl_X::screen_work_ar...
Manolo Gouy
2012-06-13
Mac OS: improved behavior when unhiding an application with minimized windows.
Manolo Gouy
2012-06-12
Fixed STR#2848: Mac OS: close putative memory leak when detaching child threads.
Manolo Gouy
2012-04-28
Added cocoa improvement inspired for from ossman improvement STR2802 for moda...
Fabien Costantini
2012-04-28
Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...
Fabien Costantini
2012-04-23
Reverted flags in Fl_Widget to protected.
Matthias Melcher
2012-04-04
Mac OS: canBecomeKeyWindow returns NO also for menu windows
Manolo Gouy
2012-04-04
Fix STR#2818: (Mac OS) tooltip window takes focus away from input field.
Manolo Gouy
2012-03-23
Fix STR#2641: true fullscreen windows that cover all their screen including m...
Manolo Gouy
2012-03-22
Mac OS: Allow keyboard input with borderless windows
Manolo Gouy
2012-03-18
Fix STR#2810: removed all uses of function Fl_Device::class_name().
Manolo Gouy
2012-03-14
Simplified Fl_Paged_Device::print_window() under Mac OS
Manolo Gouy
2012-03-12
Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...
Manolo Gouy
2012-03-12
Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when p...
Manolo Gouy
2012-03-10
Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp().
Manolo Gouy
2012-03-09
Mac OS: the macKeyLookUp table is now computed at program start from the vkta...
Manolo Gouy
2012-01-12
Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (cont'd).
Manolo Gouy
2012-01-12
Some code simplifications.
Manolo Gouy
2012-01-11
Fixed the use of FL_SUBMENU_POINTER in Fl_Sys_Menu_Bar objects (Mac OS-specif...
Manolo Gouy
2011-11-29
Fix STR #2779: clang-detected error
Manolo Gouy
2011-11-29
Needed after r.9181 for the Gmsh program according to its author Christophe G...
Manolo Gouy
2011-11-23
Improved the windowShouldClose message processing.
Manolo Gouy
2011-11-22
Mac OS: fix possible crash when closing window with a callback that deletes it.
Manolo Gouy
2011-11-22
Fix STR #2775. Under Mac OS, fixed some erroneous window move/resize.
Manolo Gouy
2011-11-14
Fix STR #2769: Mac OS crash during creation of non-modal window on secondary ...
Manolo Gouy
2011-11-14
Mac OS: better window positioning on secondary displays at creation.
Manolo Gouy
2011-11-12
Mac OS: more accurate definition of the Window system-specific type.
Manolo Gouy
2011-10-30
Mac OS: simpler processing of window closing events.
Manolo Gouy
2011-10-27
Mac OS: fixed the setting of the key window after a window is closed.
Manolo Gouy
2011-10-26
Mac OS: restore the focus to the top FLTK window after closing the window ope...
Manolo Gouy
2011-10-26
Fl_cocoa.mm: removed useless fl_screen global variable.
Manolo Gouy
2011-10-22
Mac OS: the procedure used to restore visible focus to a window after using a...
Manolo Gouy
2011-10-18
Simplified window positioning on main screen.
Manolo Gouy
2011-10-18
When several screens, allow creation of window on secondary screen by Fl_Wind...
Manolo Gouy
2011-10-12
Mac OS: don't generate an FL_SCREEN_CONFIGURATION_CHANGED event at applicatio...
Manolo Gouy
2011-09-30
About STR#2600 : some code factorization.
Manolo Gouy
2011-09-30
OSX: Fixed screen updates durin DND operations
Matthias Melcher
[next]