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
Age
Commit message (
Expand
)
Author
1999-03-04
Fixed WM_SYNCPAINT patch - should be WM_NCPAINT...
Michael R Sweet
1999-03-04
Added memset() to Fl_Menu_::insert() after allocating and copying the
Michael R Sweet
1999-03-04
WIN32 fixes from Dmitry Potapov:
Michael R Sweet
1999-03-04
Put fl_elapsed() call before loop in Fl::add_timeout().
Michael R Sweet
1999-03-04
Added "buffer=0" in constructor to avoid purify errors.
Michael R Sweet
1999-03-04
Fixed menubar button bug - wasn't doing a redraw...
Michael R Sweet
1999-03-04
Updated DSO install commands - now remove the symlink before remaking it.
Michael R Sweet
1999-03-04
Fix for browser horizontally scrolling.
Bill Spitzak
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-03-03
Patch from Dr. Tom Holroyd for fill sliders, seems good to me!
Bill Spitzak
1999-03-02
Didn't like yesterday's fix, I changed it so that zero-length selections
Bill Spitzak
1999-03-01
Made secret input more secretive (word-select does not work and
Bill Spitzak
1999-02-26
Fixed editor demo redraw bug (actually same fix as somebody else made).
Bill Spitzak
1999-02-25
Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to
Carl E. Thompson
1999-02-25
Fixed glpuzzle so you can move the pieces.
Bill Spitzak
1999-02-25
Fix for Curtis so that the height of a title of a popup menu is not
Bill Spitzak
1999-02-23
Added shell commands to create symbolic links for all .H header files in
Michael R Sweet
1999-02-23
Fix from Bill - Fl_Choice didn't handle NULL menu items.
Michael R Sweet
1999-02-22
Removed old fl_draw_returnarrow() code that wasn't getting used.
Michael R Sweet
1999-02-22
fl_elapsed() needs to be called before fl_timeout[] is initialized.
Michael R Sweet
1999-02-22
Workaround for VC++ 4.0 bug - can't initialize a pointer to a function
Michael R Sweet
1999-02-22
Added missing Fl_Color casts.
Michael R Sweet
1999-02-22
Call to atan2() needs (float) cast for arguments because HP overloads
Michael R Sweet
1999-02-22
Updated ifdef to be __hpux instead of hpux...
Michael R Sweet
1999-02-22
Added ln -s for DSOs - must have gotten dropped in a previous update?
Michael R Sweet
1999-02-19
Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.
Michael R Sweet
1999-02-19
Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout().
Michael R Sweet
1999-02-19
Updated install rules to install files with write permission for the
Michael R Sweet
1999-02-19
Patch from Alexander Mai - Linux needs prototype hack just like AIX and
Michael R Sweet
1999-02-16
Removed extra "events" target from enumerations.html.
Michael R Sweet
1999-02-16
Updated headers to support WIN32 and OS/2 DLLs.
Michael R Sweet
1999-02-16
Updated Fl_Dial to use atan2() to avoid possible math errors and reduce
Michael R Sweet
1999-02-16
Patch from Bill - not freeing bitmap array?
Michael R Sweet
1999-02-16
Removed fl_line_style.cxx from makefile...
Michael R Sweet
1999-02-16
Patch from Jim Hourihan that adds symbol support to Fl_Choice.
Michael R Sweet
1999-02-03
Put Fl::grab() into it's own source file. Rewritten as suggested so that
Bill Spitzak
1999-02-02
Fl_abort.cxx didn't include <config.h>, and didn't conditionally declare
Michael R Sweet
1999-02-01
OS/2 XFree86 changes from Alexander Mai.
Michael R Sweet
1999-02-01
Updated Fl_Chart to allocate entries dynamically. The previous "scrolling"
Michael R Sweet
1999-02-01
Fixed fl_line() bugs in for WIN32 - the documentation says
Michael R Sweet
1999-01-31
Added optimization for SGI builds (mike: please run autoconf before making
Bill Spitzak
1999-01-30
Adds Fl_Browser::middleline(int) and Fl_Browser::bottomline(int).
Carl E. Thompson
1999-01-29
Moved fl_old_shortcut() from Fl_Menu_add.cxx to Fl.cxx so that using a
Carl E. Thompson
1999-01-29
Fixed buttons in the menubar
Bill Spitzak
1999-01-27
Updated to include <sys/select.h> as needed.
Michael R Sweet
1999-01-27
Updated Makefile for shared libraries (wasn't copying both files).
Michael R Sweet
1999-01-27
Fixes to documentation.
Bill Spitzak
1999-01-26
Applied a navigation bug fix from Bill.
Michael R Sweet
1999-01-25
Patch from Carl - inactive and contrast functions.
Michael R Sweet
[next]