index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl.cxx
Age
Commit message (
Expand
)
Author
2000-05-16
Dropped extra #include <stdio.h> that wasn't needed.
Michael R Sweet
2000-05-13
Added Fl::first_window(window) to change which window is at the top of
Bill Spitzak
2000-05-11
Fl::wait() does not return immediately when no windows
Bill Spitzak
2000-05-10
XForms-compatable shortcut strings modified so that "0xabcd" can specify
Bill Spitzak
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-03-08
Fix to compile on GCC 2.95.
Carl E. Thompson
2000-02-18
Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de
Bill Spitzak
2000-02-15
Tiny change to Fl.H to get around bug in new gcc versions?
Bill Spitzak
2000-01-16
Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)
Bill Spitzak
1999-10-23
Does not call draw() on child Fl_Windows when their parent is hidden.
Bill Spitzak
1999-08-22
Changed call_timeouts() and Fl::wait()/wait(double). The wait functions will ...
gustavo
1999-07-27
Can draw xpm pixmaps with spaces in the color names (such as the ones in
Bill Spitzak
1999-07-22
FL_KEYBOARD events have the correct x/y when sent to child X windows.
Bill Spitzak
1999-06-07
Replaced remaining malloc.h's with stdlib.h
Bill Spitzak
1999-05-24
Added Rick's hack for initializing fl_display.
Michael R Sweet
1999-05-07
Fixed bug in WIN32 fl_elapsed() function - didn't initialize
Michael R Sweet
1999-05-06
Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must
Bill Spitzak
1999-04-23
Keypad should produce correct symbols on Brazilian (and any other)
Bill Spitzak
1999-04-17
Fl::add_fd() structures are dynamically allocated so you can listen to
Bill Spitzak
1999-04-10
1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send
Bill Spitzak
1999-03-13
Fixed fluid bug that caused styles patch to crash when you delete menu item.
Bill Spitzak
1999-03-12
Fix return value of Fl::check(). This fixes the "cube" demo and possibly
Carl E. Thompson
1999-03-05
check() calls flush() after processing events, as requested. This should
Bill Spitzak
1999-03-04
Put fl_elapsed() call before loop in Fl::add_timeout().
Michael R Sweet
1999-03-03
Much better and smaller fix for the lost move events after Fl::grab()
Bill Spitzak
1999-03-03
Generates FL_ENTER after grab() is released for whatever widget the
Bill Spitzak
1999-02-26
Fixed editor demo redraw bug (actually same fix as somebody else made).
Bill Spitzak
1999-02-22
fl_elapsed() needs to be called before fl_timeout[] is initialized.
Michael R Sweet
1999-02-19
Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().
Michael R Sweet
1999-01-29
Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using a
Carl E. Thompson
1999-01-26
Applied a navigation bug fix from Bill.
Michael R Sweet
1999-01-19
Fix from Bill - removed code that was sending extra events.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1999-01-07
More double-buffering and region code stuff from Bill.
Michael R Sweet
1999-01-04
Fix from Bill to prevent popup menus from generating unknown events.
Michael R Sweet
1998-12-15
Fixed merged Fl.cxx code.
Michael R Sweet
1998-12-15
Merged damage changes into Fl.cxx.
Michael R Sweet
1998-12-15
More focus fixes from Bill.
Michael R Sweet
1998-12-15
Event processing fixes from Bill.
Michael R Sweet
1998-12-08
Damage code consolidation from Gustavo...
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
More changes from Bill Spitzak.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-06
Applied patches from Bill Spitzak.
Michael R Sweet
1998-10-06
Commited Gustavo Hime's NT patches/fixes.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet