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
/
fluid
/
makedepend
Age
Commit message (
Expand
)
Author
2007-02-10
Update dependencies.
Michael R Sweet
2005-11-27
Update dependencies.
Michael R Sweet
2005-04-13
#include print_panel.cxx in fluid.cxx, so that we don't need to put it in
Michael R Sweet
2005-03-25
Change Fl_Spinner to use double values instead of ints.
Michael R Sweet
2005-03-23
Update tile image to 64x64 (STR #769)
Michael R Sweet
2005-03-21
Printing support for FLUID...
Michael R Sweet
2005-03-20
Add Fl_Spinner widget (another combo of existing widgets in a header file)
Michael R Sweet
2005-03-20
Template panel for "new" and "save template" actions, complete with
Michael R Sweet
2005-03-20
Undo/redo support for FLUID.
Michael R Sweet
2005-03-17
Tweak 1.1.x FLUID some more...
Michael R Sweet
2005-03-06
Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of the
Michael R Sweet
2003-01-10
Update dependencies and the change log.
Michael R Sweet
2002-11-01
Move pixmaps to a subdirectory...
Michael R Sweet
2002-10-30
Fixed two little bugs for Fluid pixmaps on MacOS and Unix.
Matthias Melcher
2002-08-01
Add image() methods to Fl_Menu_Item.
Michael R Sweet
2002-06-07
New file chooser.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-04
Fix scandir dirent stuff under WIN32.
Michael R Sweet
2002-05-01
Add shell command support to FLUID.
Michael R Sweet
2002-04-27
Add unlock icon for public stuff.
Michael R Sweet
2002-04-27
Change lock icon color to red.
Michael R Sweet
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-04-10
Update dependencies...
Michael R Sweet
2002-03-07
Re-add dependency files.
Michael R Sweet
2002-03-07
Back-ported cut & paste code from fltk2.0.
Bill Spitzak
2001-12-09
CygWin threading fixes from Teun.
Michael R Sweet
2001-12-08
Fix infinite loop problem in Fl_Text_Editor - was resizing before we
Michael R Sweet
2001-11-24
Fix bugs in copy() methods.
Michael R Sweet
2001-11-18
Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions
Michael R Sweet
2001-09-30
Update dependencies.
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet
2001-09-10
HelpView/HelpDialog updates.
Michael R Sweet
2001-08-11
Add new widgets to FLUID.
Michael R Sweet
2001-08-05
Image labels!
Michael R Sweet
2001-08-04
Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven't
Michael R Sweet
2001-08-02
Fix tooltips a la 2.0.
Michael R Sweet