summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-03-08Fix 1.1.x makefile - it had the wrong depend target (Bill, you can useMichael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-02-26- added DDrag'N'Drop support for MacOSMatthias Melcher
2002-02-15Use +O2 for compiler on HP-UX.Michael R Sweet
2002-01-17Fix no-OpenGL install bug.Michael R Sweet
2002-01-15Doco and makefile updates from SGI.Michael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2002-01-06Doco and dist file updates.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-10"make uninstall" didn't uninstall the OpenGL library.Michael R Sweet
2001-12-09CygWin threading fixes from Teun.Michael R Sweet
2001-12-06FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.Michael R Sweet
2001-12-06Run $(RANLIB) on installed static libraries, since some OS's (i.e. Darwin)Michael R Sweet
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