summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2001-12-06Implemeted 95% of all Mac OS X support. Makefiles still need modifications.Matthias Melcher
2001-12-01Updated Win32 MS-VisualC Workspace to run FLTK "out of the box":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-29Add cast for Fl_Pixmap constructor.Michael R Sweet
2001-11-29Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exeMichael R Sweet
2001-11-29Documentation updates galore (up to chapter 7, still need to do chapterMichael R Sweet
2001-11-29Update tile image...Michael R Sweet
2001-11-29VC++ fixes, plus add new tiled_image project file.Michael R Sweet
2001-11-28Add new plastic box types (kindof a shiny translucent box type...)Michael R Sweet
2001-11-28Add tiled_image demo to menu file.Michael R Sweet
2001-11-28Add check for window callback getting called...Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael 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-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael 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-11-02Removed the "Microsoft" button from the menu demo.Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-10-27Wasn't quoting @label stuff...Michael R Sweet
2001-10-18Fix the editor demo and associated documentation.Michael R Sweet
2001-09-30Update dependencies.Michael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-09-02Fix label/image problems.Michael R Sweet
2001-08-06Include config.h in Fl_FileBrowser.cxx.Michael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-08-05OpenGL demos didn't get built because the "include" was after theMichael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-03File chooser cleanup (use fl_ok and fl_cancel for translated labelMichael R Sweet
2001-08-03Update WIN32 projects and config file.Michael R Sweet
2001-08-02Fix mouse wheel stuff for browser and helpview widgets (move 3 lines atMichael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael 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
2001-08-02OpenGL stuff is now in libfltkgl.*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-08-01This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author
2001-05-05Compiling with -DBOXX_BUGS will work around some problems with the newestBill Spitzak
2001-04-30Separate test for GLU and GL...Michael R Sweet
2001-04-25Don't use GCC c++ or g++ compiler to build programs, use gcc instead.Michael R Sweet
2001-04-24OS/2 fix, mirror from 2.0 tree.Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet