summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
AgeCommit message (Expand)Author
2006-08-17Fixed stray FL_RELEASE events after clicking system areas on OS X (STR #1376)Matthias Melcher
2006-07-17Fixed my previous fix... . Resizing events were not handled anymore.Matthias Melcher
2006-07-16STR #1341: Fixed Fl_Window::visible() and shown() for OS XMatthias Melcher
2006-06-14Changed Tooltip::exit_() to Tooltip::exit()Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-06-07OS X: fixed handling of the KP_Enter key which is at different key codes for ...Matthias Melcher
2006-06-06STR #1310: OS X Quartz support fixed. All test codes now work without complai...Matthias Melcher
2006-06-05OS X Quartz rendering: text is now clipped and drawn in the correct color. I ...Matthias Melcher
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2006-05-30Fixed resizing in OS X. The code was not only unneccesarily convoluted, but a...Matthias Melcher
2006-04-28Fixed maximizing in OS X (STR #1221)Matthias Melcher
2006-04-20STR #1233: previous timer implementation on Mac OS X was eating up various re...Matthias Melcher
2006-04-19STR #1195: It was not possible to enter a whole range of characters on Mac OS...Matthias Melcher
2006-04-04STR 1195: caret key lookup entry was missing on Mac OS XMatthias Melcher
2006-04-01STR 1200: fixed wrong allocation of copy/paste bufferMatthias Melcher
2006-01-15More copyright updates.Michael R Sweet
2006-01-02Use "512" in place of kWindowNoTitleBarAttribute, as that constant wasMichael R Sweet
2006-01-02STR #1135: Triggering a timout would not break the event loop, giving no oppo...Matthias Melcher
2005-12-30STR #1082: fullscreen demo would not redraw because resizing would set the "w...Matthias Melcher
2005-12-30STR #1082, part 1: Matthias Melcher
2005-11-29Fix mouse wheel handling on OSX (this works with MightyMouse on OSX 10.4.3Michael R Sweet
2005-11-28STR #1075: After all windows in an application were hidden by the Command-H s...Matthias Melcher
2005-11-26Mousewheel fixes.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-11-25OSX fixes...Michael R Sweet
2005-11-06Added missing comma in Mac OS X codeMatthias Melcher
2005-11-04Fix speling misteaks :)Michael R Sweet
2005-11-04STR #1060: first attempt at fixing the dreaded MightyMouse issue on OS X. Matthias Melcher
2005-11-02STR #1050: OS X: The new event handler code did not handle "high level" Apple...Matthias Melcher
2005-11-01STR #1059: OSX: applications could not reset the click count, so a trippleMatthias Melcher
2005-10-10STR #1047 (Mac only): This is an additional fix to the event conversionMatthias Melcher
2005-09-25Ported FLTK 2 changes to event system on OS X back to FLTK 1Matthias Melcher
2005-08-11OS X drag'n'drop now pastes into the correct widget (STR #974)Matthias Melcher
2005-08-08Moved some code around so that FLTK will figure out the Matthias Melcher
2005-07-23STR #602Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
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