summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
AgeCommit message (Expand)Author
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-06More doco updates.Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
2003-07-21Made 'enter' keyboard event return 'char 13' in e_text.Matthias Melcher
2003-07-18OS X QuitAppleEvent now correctly exits Fl::run() instead of justMatthias Melcher
2003-06-15Fix resize bug on OSX (STR #64)Michael R Sweet
2003-06-15Make sure Fl::event_text() is not NULL. (STR #70)Michael R Sweet
2003-06-09Updated Mac OS X CodeWarrior project to work with OS X 10.2 andMatthias Melcher
2003-06-01Fix open-documents callback stuff.Michael R Sweet
2003-05-30Add preliminary support for Apple Open Documents event callback interfaceMichael R Sweet
2003-05-28Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta.Matthias Melcher
2003-05-26Remove "fix" for DND code; the original code works just fine (should haveMichael R Sweet
2003-05-26Possible fix for OSX DND.Michael R Sweet
2003-05-22Code reformatting to make it easier to trace the window creation stuff.Michael R Sweet
2003-05-20Fix show of subwindow causing crash (STR #23)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-14Fix size_range() bug under OSX.Michael R Sweet
2002-10-30Unswapped MacOS modifier keys. event_key and event_text should returnMatthias Melcher
2002-10-29MacOS windows were rsizable even if size_range would not allow a resize.Matthias Melcher
2002-09-20Fix MacOS X 10.2 idle handling.Michael R Sweet
2002-09-19Possible fix to OSX fl_ready() function...Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-11reenabled and improved support for Fl_Sys_Menu_Bar which is a subclassMatthias Melcher
2002-07-11MacOS: wait(0) would not handle all pending events.Matthias Melcher
2002-06-282 typosMatthias Melcher
2002-06-27Added Greg Ercolanos filedescripter supportMatthias Melcher
2002-06-27MacOS:Matthias Melcher
2002-06-11got_events, not got_event.Michael R Sweet
2002-06-11Try some changes to fix MacOS threading support and fl_wait()Michael R Sweet
2002-06-03Some fixes to get FLTK to compile under Jaquar.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-04-16OSX threading support - a little buggy right now, but hopefully we'll beMichael R Sweet
2002-04-15Make sure that hotspotted windows stay on the screen under MacOS X.Michael R Sweet
2002-04-13Fix case problems in include filenames...Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-07Fix NULL argument to fl_filename_name()...Michael R Sweet
2002-03-26Fix MacOS cut/paste (fl_selection_requestor not defined, and someMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-02-26- added DDrag'N'Drop support for MacOSMatthias Melcher
2002-01-03Fix changing of schemes - otherwise Fl_Window::show() could cause aMichael R Sweet
2002-01-03cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handlingMatthias Melcher
2002-01-01Copyright updates...Michael R Sweet
2001-12-22- MacOS: more keyboard handler fixes, mainly mapping of Mac specificMatthias Melcher
2001-12-20MacOS: fixed iBook keycodesMatthias Melcher
2001-12-20fixed iBook keyboard bug.Matthias Melcher
2001-12-19MacOS: added opaque window resizing,Matthias Melcher
2001-12-18- Mac: greatly improved OpenGL support, some window management,Matthias Melcher
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet