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-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
2011-03-30
Mac OS: Make the Fl::event_key() function distinguish between left and right ...
Manolo Gouy
2011-03-30
Removed global variable appleMenu.
Manolo Gouy
2011-03-29
Fix STR #2588. FLTK was subclassing a very important system-defined class NSA...
Manolo Gouy
2011-03-29
Set svn properties.
Manolo Gouy
2011-03-29
Minor change.
Manolo Gouy
2011-03-28
Mac OS: simplified the handling of text input:
Manolo Gouy
2011-03-28
Mac OS: added field subwindow to Fl_X class that is true if this is a subwindow.
Manolo Gouy
2011-03-25
Fix STR #2595. Mac OS. When deleting a subwindow, don't delete the Cocoa window
Manolo Gouy
2011-03-25
Mac OS: implement the Cocoa equivalent of Carbon's kEventWindowHidden handler.
Manolo Gouy
2011-03-24
Fix STR #2594: the focus after creating a new window was not set correctly
Manolo Gouy
2011-03-20
Fix STR #2589: incorrect cohabitation of modal and non-modal windows.
Manolo Gouy
2011-03-04
Mac OS: modified the definition of the fl_mac_os_version global variable to a...
Manolo Gouy
2011-03-01
STR 2580: the first Fl::add_timeout() call now calls fl_open_display() becaus...
Manolo Gouy
2011-03-01
STR 2580: Fl::add_fd() now calls fl_open_display() because that is necessary ...
Manolo Gouy
2011-02-28
The got_events global variable is now updated when an event is processed by d...
Manolo Gouy
2011-02-24
Mac OS only: allows to print a menu window.
Manolo Gouy
2011-02-07
Replaced global variable fl_fontsize by fl_graphics_driver->font_descriptor().
Manolo Gouy
2011-02-06
Replaced global variable fl_color_ by a private member of the Fl_Graphics_Dri...
Manolo Gouy
2011-02-04
Added the possibility to call Fl_Paged_Device::scale(factor) with a single ar...
Manolo Gouy
2011-02-03
Moved the initializations of Fl_Mac_App_Menu class fields to file Fl.cxx for ...
Manolo Gouy
2011-02-02
Replaced a bunch of delete by delete[] where it's legitimate.
Manolo Gouy
2011-02-02
Removed global variable fl_surface that was not very useful because equivalent
Manolo Gouy
2011-02-02
Removed global variable fl_display_device that was not very useful because eq...
Manolo Gouy
2011-02-01
Mac OS only: added class Fl_Mac_App_Menu to support localization
Manolo Gouy
2011-01-16
Fix STR #2524: no more NSAutoreleaseNoPool messages.
Manolo Gouy
2011-01-09
First step to support CJK input under Mac OS: implementation of the function
Manolo Gouy
2011-01-09
Added missing static function qualifier
Manolo Gouy
2011-01-07
Removed requirement of Mac OS 10.4 because of use of [NSScreen userSpaceScale...
Manolo Gouy
2011-01-07
First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindo...
Matthias Melcher
2011-01-06
Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...
Manolo Gouy
2011-01-05
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...
Manolo Gouy
2011-01-03
Fixed warning in Fl_Gl_Choice.cxx
Manolo Gouy
2011-01-03
Mac OS X: removed all uses of Carbon (except for older OS versions) and re-or...
Manolo Gouy
2010-12-29
Mac OS X: keep Mac-specific fl_beep() code in file src/fl_ask.cxx
Manolo Gouy
2010-12-29
Mac OS X: removed dependency from AudioToolbox.framework by calling NSBeep() ...
Manolo Gouy
2010-12-23
Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile
Manolo Gouy
2010-12-19
Added protection against compilation besides Mac OS X.
Manolo Gouy
2010-12-19
Removed compilation warning.
Manolo Gouy
2010-12-18
Mac OS: replaced several global functions by new member functions of Mac OS-s...
Manolo Gouy
2010-12-17
The 3 objective-c++ files used for the Mac OS X support are no longer included
Manolo Gouy
2010-12-13
Mac OS X: removed unused global variable fl_selection_requestor
Manolo Gouy
[next]