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
2011-09-30
OSX: Fixed screen updates durin DND operations
Matthias Melcher
2011-09-30
Fix STR#2600 for the MSWindow and Mac OS platforms.
Manolo Gouy
2011-09-29
Fix STR#2695 & 2697: correct computation of work areas with multiple screens.
Manolo Gouy
2011-09-28
Mac only: further fine tuning in clipping/rectf needed for scroll demo after ...
Manolo Gouy
2011-09-19
Mac OS: simplified use of CGRectMake() for rectangle drawing and clipping on ...
Manolo Gouy
2011-09-13
Mac OS: - Correct application hiding when modal or menu window is on.
Manolo Gouy
2011-09-08
Mac OS: center on page the "Print Front Window" application menu command.
Manolo Gouy
2011-09-02
Before deleting a window, it's better to check whether it contains the curren...
Manolo Gouy
2011-07-19
Mac OS: Greatly simplified the open document handler.
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-07-11
Mac OS: fix STR #2666 allowing to display copyright info in the default About...
Manolo Gouy
2011-07-11
Mac OS: added missing lock/unlock pairs when running system menu items.
Manolo Gouy
2011-07-11
Mac OS: Added missing lock/unlock calls in Fl_Paged_Device::print_window().
Manolo Gouy
2011-07-04
Fl_Paged_Device::print_window() now works with any output surface on Mac plat...
Manolo Gouy
2011-07-04
Arguments x_offset & y_offset of function Fl_Paged_Device::print_window() wer...
Manolo Gouy
2011-06-16
Fix STR #2665: Mac OS: use bundle name when available.
Manolo Gouy
2011-06-16
Fix STR #2664.
Manolo Gouy
2011-06-03
Fixes bug entitled "Fl::event_text() omitted for keyups?" in fltk.development.
Manolo Gouy
2011-05-31
Fix STR #2652: Mac OS-specific bug in Fl::remove_fd().
Manolo Gouy
2011-05-30
Fix Fl_Paged_Device::print_window(), Fl_Window::decorated_w() and Fl_Window::...
Manolo Gouy
2011-05-21
Fix STR #2635 for Mac OS: allow fl_xid() even if window is not yet shown.
Manolo Gouy
2011-05-15
Mac OS: implemented the effect of the 2nd arg of Fl_Window::label(label, icon...
Manolo Gouy
2011-05-15
Mac OS: implemented the effect of the 2nd arg of Fl_Window::label(label, icon...
Manolo Gouy
2011-05-13
Fix for STR #2629: remove beep when typing cmd-<key> under Mac OS.
Manolo Gouy
2011-05-12
Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function.
Manolo Gouy
2011-05-11
On Mac OS, allow creation of a window in a minimized form.
Manolo Gouy
2011-05-07
Restoring correct keyboard handling under Mac OS X 10.5.
Manolo Gouy
2011-04-29
Corrected spurious FL_NUMLOCK setting.
Manolo Gouy
2011-04-27
Reorganized keyboard input-handling code.
Manolo Gouy
2011-04-22
Mac OS: exact implementation of the Fl::screen_dpi() function.
Manolo Gouy
2011-04-19
Added fallback mechanism if malformed UTF-8 is used for a window title.
Manolo Gouy
2011-04-19
Misc code cleaning.
Manolo Gouy
2011-04-18
Mac OS: The Fl_mac.cxx test
Manolo Gouy
2011-04-17
Mac OS: Fixed bug where an application could be left with only a tooltip wind...
Manolo Gouy
2011-04-17
A quick hack to prevent the OSX tooltip-crash on
Ian MacArthur
2011-04-15
Added Fl_Paged_Device::print_window() to print a window with its title bar an...
Manolo Gouy
2011-04-13
Improved the accuracy of clipping when printing on Mac OS.
Manolo Gouy
2011-04-13
Now sends FL_HIDE/FL_SHOW events when window is iconized/un-iconized.
Manolo Gouy
2011-04-12
Restores change made in r.8557 that blocked system menu shortcuts.
Manolo Gouy
2011-04-11
Added missing fl_lock_function() / fl_unlock_function() pairs of calls.
Manolo Gouy
2011-04-08
Added missing test of necessity of fl_open_display() call.
Manolo Gouy
2011-04-06
Window title bars are now printed with their rounded angles.
Manolo Gouy
2011-04-05
Mac OS: Fl_Window::resize() shd not modify the maximum window size if it is 0.
Manolo Gouy
2011-04-05
Removed an NSAutoreleasePool allocation/release.
Manolo Gouy
2011-04-05
Mac OS: the "Print Front Window" item of the application menu now prints also...
Manolo Gouy
2011-04-05
Removed usage of NSMainMenuWindowLevel to use only 3 window levels.
Manolo Gouy
2011-04-03
Mac OS: removed duplicate FL_KEYBOARDS events with function and modifier keys.
Manolo Gouy
2011-04-01
about STR #2599: - fix the synchro between key presses and key events
Manolo Gouy
2011-04-01
Fixed dependencies of bundled libs, corrected a typo.
Albrecht Schlosser
2011-04-01
Mac OS: fixes in STR #2588 the warning message "_createMenuRef called with ex...
Manolo Gouy
[next]