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
/
Makefile
Age
Commit message (
Expand
)
Author
2001-09-29
New fltk-config script for 1.1.
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet
2001-08-11
Add more widgets from the bazaar...
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
Fl_HelpDialog and Fl_HelpView widgets.
Michael R Sweet
2001-08-02
Add Fl_Wizard widget...
Michael R Sweet
2001-08-02
Don't build OpenGL demos if OpenGL is not available or disabled.
Michael R Sweet
2001-08-02
OpenGL stuff is now in libfltkgl.*
Michael R Sweet
2001-08-02
FileIcon, FileBrowser, FileChooser stuff.
Michael R Sweet
2001-08-02
Fix tooltips a la 2.0.
Michael R Sweet
2001-08-01
First bunch of changes for the 1.1 branch - tooltips.
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-06-04
Makefile fixes.
Michael R Sweet
2000-05-13
Added Fl::first_window(window) to change which window is at the top of
Bill Spitzak
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-02-21
Rearranged the compose code so it is clearer and can be called by things
Bill Spitzak
1999-04-26
Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...
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-09
Added libfltk.a to install rules, so both the shared and static libraries
Michael R Sweet
1999-03-09
Updated Linux DSO rules.
Michael R Sweet
1999-03-04
Updated DSO install commands - now remove the symlink before remaking it.
Michael R Sweet
1999-02-23
Added shell commands to create symbolic links for all .H header files in
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 install rules to install files with write permission for the
Michael R Sweet
1999-02-16
Removed fl_line_style.cxx from makefile...
Michael R Sweet
1999-02-03
Put Fl::grab() into it's own source file. Rewritten as suggested so that
Bill Spitzak
1999-01-31
Added optimization for SGI builds (mike: please run autoconf before making
Bill Spitzak
1999-01-27
Updated Makefile for shared libraries (wasn't copying both files).
Michael R Sweet
1998-12-06
Makefile didn't define .cxx extension...
Michael R Sweet
1998-12-06
Changes for .C == .cxx and .H == .h.
Michael R Sweet
1998-11-05
Multiple patches from Bill:
Michael R Sweet
1998-10-21
Fixed install targets...
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-20
Updated makefiles for new heading and new top-level makefile.
Michael R Sweet
1998-10-15
Commited WIN32 patches from Bill Spitzak and Gustavo Hime.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet