summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2002-10-22WIN32 redraw fixes.Michael R Sweet
2002-10-04New Fl_Widget::redraw_label() method to cleanly redraw the label of aMichael R Sweet
2002-09-20Fix MacOS X 10.2 idle handling.Michael R Sweet
2002-08-23More modal stuff (this time for sure! :)Michael R Sweet
2002-08-22One more FL_RELEASE + modal() bug fix...Michael R Sweet
2002-08-20Fix modal() and FL_RELEASE...Michael R Sweet
2002-08-20Fix FL_RELEASE handling in Fl::handle() - didn't allow grab() to overrideMichael R Sweet
2002-08-13Typo found by Albrecht Schlo�er fixed. This would crash fltk when aBill Spitzak
2002-08-12Fix from Albrecht for old cast code that didn't get changed from "w" toMichael R Sweet
2002-08-12Fix modal() handling of FL_RELEASE events.Michael R Sweet
2002-08-12OSX compile fix.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-23Remove extra 3 pixel offset when the size is below a certain amount;Michael R Sweet
2002-07-11MacOS: wait(0) would not handle all pending events.Matthias Melcher
2002-07-08Fix bonehead typo and const issues with new remove_handler() method.Michael R Sweet
2002-07-08Add Fl::remove_handler() method.Michael R Sweet
2002-06-27Fix math header for nocygwin mode.Michael R Sweet
2002-06-11Try some changes to fix MacOS threading support and fl_wait()Michael R Sweet
2002-06-07Don't redraw outside label if the window hasn't been shown - otherwiseMichael R Sweet
2002-06-02More redraw() fun, this time to make sure that subwindows/OpenGL widgetsMichael R Sweet
2002-06-02Need to make sure window() is not NULL when marking damage in the window.Michael R Sweet
2002-06-02Redraw fixes.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-05-16Slight change to menu fix so that events only go to the grab() widget.Bill Spitzak
2002-05-15Fixed menu problem - FL_MOVE/DRAG processing stopped before sending theMichael R Sweet
2002-05-15More fixes for tooltips blinking.Bill Spitzak
2002-05-14Clicking on tooltips makes them go away and they don't reappear.Bill Spitzak
2002-05-13Change _WIN32 to WIN32 for 1.1.x tree.Michael R Sweet
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak
2002-04-13Add Fl::dnd_text_ops() methods.Michael R Sweet
2002-04-10Remove yet another use of "true" in 1.1.x code.Michael R Sweet
2002-04-10Update docos for all configure options.Michael R Sweet
2002-03-09Same change as for fltk2.0 to fix warning messages from Xft.Bill Spitzak
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
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