summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
2005-03-05The keyboard shortcut handling code did not handle 8-bitMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-20FL_MOUSEWHEEL events are now sent first to the widget under theMichael R Sweet
2005-02-14Fl::wait() could block on WIN32 if the window was deleted viaMichael R Sweet
2005-02-14Fl_Window::hide() didn't delete the current clipping region onMichael R Sweet
2005-02-04Remove duplicate definitions and argument-hides-function warning.Michael R Sweet
2004-12-06Fixed a compiler warning in Fl_Window.H (STR #641)Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-11-23Fix compiler errors...Michael R Sweet
2004-11-23Added the 2.0 Fl_Widget::copy_label() method to allow FLTK 1.xMichael R Sweet
2004-11-23Fl_Widget::damage(uchar,int,int,int,int) didn't clip theMichael R Sweet
2004-09-12Tooltips would not reappear on the same widget, and the initialMichael R Sweet
2004-09-09Quartz port:Matthias Melcher
2004-08-31Quartz for FLTK1.1Matthias Melcher
2004-08-27Quartz: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-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-05-20Fix OSX subwindow hide (STR #22)Michael R Sweet
2003-04-09Fix coredump problem in Fl::send() function...Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-08Fix label redraw bug.Michael R Sweet
2002-10-30Tooltip tweeks.Michael R Sweet
2002-10-292.0 tooltip changes into 1.1.x.Michael R Sweet
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