summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
AgeCommit message (Expand)Author
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
1999-08-22Changed call_timeouts() and Fl::wait()/wait(double). The wait functions will ...gustavo
1999-07-27Can draw xpm pixmaps with spaces in the color names (such as the ones inBill Spitzak
1999-07-22FL_KEYBOARD events have the correct x/y when sent to child X windows.Bill Spitzak
1999-06-07Replaced remaining malloc.h's with stdlib.hBill Spitzak
1999-05-24Added Rick's hack for initializing fl_display.Michael R Sweet
1999-05-07Fixed bug in WIN32 fl_elapsed() function - didn't initializeMichael R Sweet
1999-05-06Fixed another flwm crash in Fl_x.cxx (the send_motion pointer mustBill Spitzak
1999-04-23Keypad should produce correct symbols on Brazilian (and any other)Bill Spitzak
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-101. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer sendBill Spitzak
1999-03-13Fixed fluid bug that caused styles patch to crash when you delete menu item.Bill Spitzak
1999-03-12Fix return value of Fl::check(). This fixes the "cube" demo and possiblyCarl E. Thompson
1999-03-05check() calls flush() after processing events, as requested. This shouldBill Spitzak
1999-03-04Put fl_elapsed() call before loop in Fl::add_timeout().Michael R Sweet
1999-03-03Much better and smaller fix for the lost move events after Fl::grab()Bill Spitzak
1999-03-03Generates FL_ENTER after grab() is released for whatever widget theBill Spitzak
1999-02-26Fixed editor demo redraw bug (actually same fix as somebody else made).Bill Spitzak
1999-02-22fl_elapsed() needs to be called before fl_timeout[] is initialized.Michael R Sweet
1999-02-19Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().Michael R Sweet
1999-01-29Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using aCarl E. Thompson
1999-01-26Applied a navigation bug fix from Bill.Michael R Sweet
1999-01-19Fix from Bill - removed code that was sending extra events.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07More double-buffering and region code stuff from Bill.Michael R Sweet
1999-01-04Fix from Bill to prevent popup menus from generating unknown events.Michael R Sweet
1998-12-15Fixed merged Fl.cxx code.Michael R Sweet