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
Age
Commit message (
Expand
)
Author
1999-08-20
Added inline function make_visible(n) to scroll it to show line n.
Bill Spitzak
1999-08-17
You can make virtual destructors
Bill Spitzak
1999-08-09
Fixed compile error with gcc 2.95 - the "d" string needed to be cast to
Michael R Sweet
1999-08-09
Don't need ::write_declare, just write_declare...
Michael R Sweet
1999-08-09
Dropped #pragma from x.H - first, it isn't supported by the 5.3 compilers,
Michael R Sweet
1999-08-09
Fixed configure.in for HP-UX - wasn't detecting vsnprintf and snprintf
Michael R Sweet
1999-08-09
It crashed when a group with exactly 1 child was deleted.
Bill Spitzak
1999-08-05
Added Chrisophe Kalt's patch to add "extern "C"" to functions
Bill Spitzak
1999-08-05
Fixed so that a public declaration like #include "Foo" is written to the
Bill Spitzak
1999-07-31
Put in a meta tag that is supposed to stop search engines from searching
Bill Spitzak
1999-07-31
String output (for images in the C code) does not produce trigraphs
Bill Spitzak
1999-07-29
Fixed link to XPaint...
Michael R Sweet
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-07-22
Pragma added around xlib.h to shut up the IRIX compiler warnings
Bill Spitzak
1999-07-21
Fixed core dump when drawing with a font but it hadn't been previous set.
Carl E. Thompson
1999-07-12
Removed patch - didn't fix problem.
Carl E. Thompson
1999-07-12
Testing a possible Fl_Menu_::add() bug fix...
Michael R Sweet
1999-07-10
Added inline deactivate() method that calls Fl::remove_timeout()
Michael R Sweet
1999-07-09
Fl_Decl_Type::write_code1() didn't work for class destructors.
Michael R Sweet
1999-07-06
Added "delete local_array[]" to Fl_Menu_Item::insert().
Michael R Sweet
1999-06-20
Added inline destructor that calls Fl_Browser::clear() method...
Michael R Sweet
1999-06-16
Was escaping characters from 0x80 to 0x9f, but these are used by the
Michael R Sweet
1999-06-12
Put curley braces around selection clear code to work around
Michael R Sweet
1999-06-12
Updates for 1.0.4.
Michael R Sweet
1999-06-12
Updated to 1.0.4...
Michael R Sweet
1999-06-12
Final fix (I hope) for WIN32 selection code (now check against all windows
Michael R Sweet
1999-06-12
Fixed subclass (Class::Member) output bug reported by Jim Hourihan.
Michael R Sweet
1999-06-12
Fixed drawing bug when min == max...
Michael R Sweet
1999-06-07
Replaced remaining malloc.h's with stdlib.h
Bill Spitzak
1999-05-25
Bugfix from Matthias (thanks Matt)
Bill Spitzak
1999-05-24
Added Rick's hack for initializing fl_display.
Michael R Sweet
1999-05-20
Fl_Value_Input did not update if the value was changed from inside the
Bill Spitzak
1999-05-19
Added Solaris switches suggested by Carlos O'Ryan (coryan@cs.wustl.edu)
Bill Spitzak
1999-05-15
Fixed WIN32 selection bug - wasn't checking to see if the
Michael R Sweet
1999-05-14
Shortened the option string for IRIX a bit by combining the two -woff's
Bill Spitzak
1999-05-14
Colors in cmap changed to use 0xFF instead of 0xF4.
Bill Spitzak
1999-05-11
Missing header files and FL_EXTERNs that prevented DLL's from compiling
Bill Spitzak
1999-05-09
fl_wait() didn't handle the case when timeout == 0 and nfds > 0.
Michael R Sweet
1999-05-07
Fixed bug in WIN32 fl_elapsed() function - didn't initialize
Michael R Sweet
1999-05-06
Redid Carl's fix to fast_slow (making it be output widgets rather
Bill Spitzak
1999-05-06
Fixed another flwm crash in Fl_x.cxx (the send_motion pointer must
Bill Spitzak
1999-05-06
Checking in Guillaume Nodet's fix for Fl_Menu_::copy() again. I checked it
Carl E. Thompson
1999-05-01
Updated version numbers to 1.0.3.
Michael R Sweet
1999-04-30
Properly handling the "return outermost widget" case now.
gustavo
1999-04-30
Made XDBE work on all versions of Irix that have it
Bill Spitzak
1999-04-26
Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...
Michael R Sweet
1999-04-26
Tab, space, backtab, and backspace can be used to navigate through menus.
Bill Spitzak
1999-04-23
Updated packages files for 1.0.2.
Michael R Sweet
1999-04-23
Added fl_add_idle.cxx to project files.
Michael R Sweet
[next]