summaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2005-12-14Workaround Solaris make problems...Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-12-04Separate WIN32 and normal build rules so we can create a resource objectMichael R Sweet
2005-11-27Fix a resize issue with X11.Michael R Sweet
2005-11-25Fix mousewheel handler bug (using wrong variable in initial check)Michael R Sweet
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-24Added Greg Ercolano's simple Fl_Input_Choice widget which is aMichael R Sweet
2004-08-26FLTK1.1 Quartz support:Matthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-05Dump the non-working shiny demo.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-12Add missing header to tabs program.Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-03Tweek the order of -o foo and foo.o in the test makefile, since puttingMichael R Sweet
2002-05-01Added preferences.fl, removed preferences.cxx and .hMatthias Melcher
2002-04-29Add preferences demo.Michael R Sweet
2002-04-29Updated credits file.Michael R Sweet
2002-03-28Test makefile didn't include makedepend file...Michael R Sweet
2002-03-26OS/2 update from Alexander Mai.Michael R Sweet
2002-03-25Move forms code to fltk_forms library, a la 2.0.Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet
2002-01-13Remove unused and obsolete JPEG image demo.Michael R Sweet
2002-01-03Fixup fractals demo so it doesn't get way ahead of display - some LinuxMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2002-01-01Use rint() for some more rounding of vertices.Michael R Sweet
2001-12-30Fix build problems in test directory - no more recursive dependencies forMichael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-12-19"make clean" should not delete makedepend, since we now track thisMichael R Sweet
2001-12-14Disable threading by default.Michael R Sweet
2001-12-14Clean up default menu for FLTK applications - don't need "About FLTK".Michael R Sweet
2001-12-14More tweeking of plastic boxtypes.Michael R Sweet
2001-12-12Update documentation screenshots (still have some to go...)Michael R Sweet
2001-12-08Fix threading test.Michael R Sweet
2001-12-06FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch...Matthias Melcher
2001-11-29Clean all GL demos with a "make clean".Michael R Sweet
2001-11-29Require autoconf 2.13 or newer.Michael R Sweet
2001-11-29Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exeMichael 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-18More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.Michael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-08-05OpenGL demos didn't get built because the "include" was after theMichael R Sweet
2001-08-02Fix mouse wheel stuff for browser and helpview widgets (move 3 lines atMichael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Don't build OpenGL demos if OpenGL is not available or disabled.Michael R Sweet