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