summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
AgeCommit message (Expand)Author
2005-02-24Copyright updates.Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-11-23Moved code to avoid positioning windows on Dock into 'fake_X_event'Matthias Melcher
2004-09-09Quartz port:Matthias Melcher
2004-08-31Quartz for FLTK1.1Matthias Melcher
2004-08-31Quartz for FLTK 1.1:Matthias Melcher
2004-08-27Quartz:Matthias Melcher
2004-08-26FLTK1.1 Quartz support:Matthias Melcher
2004-08-26Mac Quartz:Matthias Melcher
2004-08-26Quartz implementation for FLTK 1.1:Matthias Melcher
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
2004-06-19Fixed Mac NumLock mixup (Macs do not have a PC style NumLock)Matthias Melcher
2004-06-01FLTK now honors the numlock key state (STR #369)Michael R Sweet
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