summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2001-11-28Add new plastic box types (kindof a shiny translucent box type...)Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-24Added XBM, XPM, and PNM image file classes.Michael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet
2001-11-19Move header installs to new FL/Makefile, which is generated byMichael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-10-27Put "RM" back in makeincludes, so we can remove the library archiveMichael R Sweet
2001-10-27Don't allow extra boxtypes to override user-defined boxtypes.Michael R Sweet
2001-09-30Update dependencies.Michael R Sweet
2001-09-30Windows doesn't have case-sensitive filenames, so we can't have twoMichael R Sweet
2001-09-29New fltk-config script for 1.1.Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-08-11Add more widgets from the bazaar...Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Add Fl_Wizard widget...Michael R Sweet
2001-08-02Don't build OpenGL demos if OpenGL is not available or disabled.Michael R Sweet
2001-08-02OpenGL stuff is now in libfltkgl.*Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-04Makefile fixes.Michael R Sweet
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-02-21Rearranged the compose code so it is clearer and can be called by thingsBill Spitzak
1999-04-26Changed $(DSONAME) target to "libfltk.so.1 libfltk.sl.1"...Michael R Sweet
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-26Makefile didn't clean DSO...Michael R Sweet
1999-03-26consistent use of $(LIBRARY) rather than $(LIBNAME)Bill Spitzak
1999-03-25Changed hard references to libfltk.a and friends to $(LIBRARY) andMichael R Sweet
1999-03-25Can't use chmod -R on header directory...Michael R Sweet
1999-03-25Fixed install rule for DSOs - was copying the wrong file...Michael R Sweet
1999-03-25Updated README and distribution packages to use v1.0.1.Michael R Sweet
1999-03-09Added libfltk.a to install rules, so both the shared and static librariesMichael R Sweet
1999-03-09Updated Linux DSO rules.Michael R Sweet
1999-03-04Updated DSO install commands - now remove the symlink before remaking it.Michael R Sweet
1999-02-23Added shell commands to create symbolic links for all .H header files inMichael R Sweet
1999-02-22Added ln -s for DSOs - must have gotten dropped in a previous update?Michael R Sweet
1999-02-19Updated install rules to install files with write permission for theMichael R Sweet
1999-02-16Removed fl_line_style.cxx from makefile...Michael R Sweet
1999-02-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-01-31Added optimization for SGI builds (mike: please run autoconf before makingBill Spitzak
1999-01-27Updated Makefile for shared libraries (wasn't copying both files).Michael R Sweet
1998-12-06Makefile didn't define .cxx extension...Michael R Sweet
1998-12-06Changes for .C == .cxx and .H == .h.Michael R Sweet
1998-11-05Multiple patches from Bill:Michael R Sweet
1998-10-21Fixed install targets...Michael R Sweet