summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
AgeCommit message (Expand)Author
2008-09-14Horribly hacked together Unicode keyboard support for OS X. But although this...Matthias Melcher
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-08-15Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is o...Matthias Melcher
2008-02-20Fixed recursion crash in event handling (STR #1873Matthias Melcher
2007-12-18STR #1729: fixed ovelay offset for Quartz renderingMatthias Melcher
2007-05-06STR #1670: Fixed gcc warning in Mac source code.Matthias Melcher
2007-02-02Fixed first window behavior in OS X (STR #1548)Matthias Melcher
2007-02-01Fixed calculation of character widths for OS X Quartz rendering. Fixed OS X m...Matthias Melcher
2007-01-23Refine the weak-binding solution...Michael R Sweet
2007-01-23Hopefully some improvement to the 'bring to the foreground'-hack. Please folk...Matthias Melcher
2007-01-21Added code to support OS X weak'n;lazy linking.Matthias Melcher
2007-01-20Made resource fork on OS X obsolete. We still do add it just in case, but sho...Matthias Melcher
2006-12-20Enabled 'add_check()' on OS X (STR #1534)Matthias Melcher
2006-11-19STR #1463, STR #449: Better event mouse handling fixing detached menus and st...Matthias Melcher
2006-08-29Updated OSX subwindow simulation code to better add and remove from the clipp...Matthias Melcher
2006-08-25Fixed OS X bug that would hide tooltips before they were shown (STR #1392)Matthias Melcher
2006-08-22Refixed STR #1221, fixing STR #1393.Matthias Melcher
2006-08-19Fixed unintialized data bug in OS X timeout functions.Matthias Melcher
2006-08-19Fixed focus issues on OSX (str #1377)Matthias Melcher
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