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-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-06
Added "delete local_array[]" to Fl_Menu_Item::insert().
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
Final fix (I hope) for WIN32 selection code (now check against all windows
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-15
Fixed WIN32 selection bug - wasn't checking to see if the
Michael R Sweet
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
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-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
Keypad should produce correct symbols on Brazilian (and any other)
Bill Spitzak
1999-04-20
Compose for Icelandic thorn character is "TH" or "th". Also fixed the
Bill Spitzak
1999-04-19
Updated documentation version & edition.
Michael R Sweet
1999-04-19
Changes to Fl_Menu_::add() so that you should be able to add to any menu,
Bill Spitzak
1999-04-18
Updated patch version to 2 (1.0.2)
Michael R Sweet
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-04-08
Guillaume's fix for Fl_Menu_::copy()
Carl E. Thompson
1999-04-01
Applied Gustavo's WIN32 timer patch to the 1.0.x branch.
Michael R Sweet
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson
1999-03-26
Makefile didn't clean DSO...
Michael R Sweet
1999-03-26
consistent use of $(LIBRARY) rather than $(LIBNAME)
Bill Spitzak
1999-03-25
Changed hard references to libfltk.a and friends to $(LIBRARY) and
Michael R Sweet
1999-03-25
Can't use chmod -R on header directory...
Michael R Sweet
1999-03-25
Fixed install rule for DSOs - was copying the wrong file...
Michael R Sweet
1999-03-25
Updated README and distribution packages to use v1.0.1.
Michael R Sweet
1999-03-25
Applied Dmitry's timeout patch.
Michael R Sweet
1999-03-18
Changes from Luis Ibanez to make it compile under Borland.
Bill Spitzak
1999-03-16
Added clipping suggested by Dmitry Potapov
Bill Spitzak
1999-03-16
Clears value() when you clear the menu()
Bill Spitzak
1999-03-15
Fixes for os2x by Alexander Mai
Bill Spitzak
1999-03-13
Fixed alignment of Fl_Choice label with the text in the pop-up menu
Bill Spitzak
1999-03-13
DOH! Fixed even more typos in my fix for Fl_Browser::item_height.
Bill Spitzak
1999-03-13
fixed typo that I managed to check in last time...
Bill Spitzak
1999-03-13
Fixed Fl_Browser::item_height, I believe this will fix Adrian Miranda's
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
[next]