summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2002-02-26- added DDrag'N'Drop support for MacOSMatthias Melcher
2002-02-24- added Win32 native drag'n'drop codeMatthias Melcher
2002-02-20Always resize cells in table if set/max width not the same as theMichael R Sweet
2002-01-09First round of DND additions to 1.1 - just X11 code, and I haven't addedMichael R Sweet
2002-01-07Don't apply tile image to menu or overlay windows.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-22- MacOS: more keyboard handler fixes, mainly mapping of Mac specificMatthias Melcher
2001-12-18- Mac: greatly improved OpenGL support, some window management,Matthias Melcher
2001-12-17FLUID didn't support the plastic boxtypes.Michael R Sweet
2001-12-17Hide tooltips when hiding a window.Michael R Sweet
2001-12-06Implemeted 95% of all Mac OS X support. Makefiles still need modifications.Matthias Melcher
2001-11-28More doco updates.Michael R Sweet
2001-11-28Add Fl::version() and Fl::event() methods.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-17Always use PIXELFORMAT cast for WIN32 OpenGL stuff.Michael R Sweet
2001-11-03Add Fl::visible_focus() method.Michael R Sweet
2001-10-18Fix tooltip handling/flashing that caused KDE window manager lockupsMichael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-02-26Fl_Gl_Window leaked memory for damage regionsBill Spitzak
2001-01-26Add call to GdiFlush() under WIN32.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21"accu-timer": some changes to repeat_timeout that seem to make it accurateBill Spitzak
2001-01-15Added parenthesis to turn off gcc warningBill Spitzak
2000-12-21Fix to allow Fl.cxx to compile with older C++ compilers (no variableMichael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20Fl::below_mouse() was incorrectly clearing e_is_click; this preventedMichael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-10-17Hack to fix the annoying "raise another application when a modal windowBill Spitzak
2000-06-21Changed the name of the new function from "add_interval_timeout" toBill Spitzak
2000-06-20Fix for Cygwin.Carl E. Thompson
2000-06-20Whoops, I screwed up the timeout callbacks a bit.Bill Spitzak
2000-06-18Cleanup of the timeout and Fl::wait() code. This one calls the clockBill Spitzak
2000-06-16Added has_timeout() and has_idle() calls as suggested by Eric Sven Ristad.Bill Spitzak
2000-06-10You can no longer insert ^J,^K,^L,^M into Fl_Int/Float_Input.Bill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-05-16Dropped extra #include <stdio.h> that wasn't needed.Michael R Sweet
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
2000-05-11Fl::wait() does not return immediately when no windowsBill Spitzak
2000-05-10XForms-compatable shortcut strings modified so that "0xabcd" can specifyBill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-03-08Fix to compile on GCC 2.95.Carl E. Thompson
2000-02-18Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.deBill Spitzak
2000-02-15Tiny change to Fl.H to get around bug in new gcc versions?Bill Spitzak
2000-01-16Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)Bill Spitzak
1999-10-23Does not call draw() on child Fl_Windows when their parent is hidden.Bill Spitzak