summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2001-03-14The fractals & glpuzzle demos needed glu.h.Bill Spitzak
2001-03-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-01-22Copyright 2001.Michael R Sweet
2000-12-08Added tests to browser to test top/bottom/middle/make_visible methods.Michael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-08-20Removed some (not all) of the warnings when compiled with -Wwrite-strings,Bill Spitzak
2000-07-30Shortcuts for "buttons" in a Fl_Menu_Bar work again.Bill Spitzak
2000-07-11Shortcuts for submenu titles in a menubar pop up the submenu (rather than cal...Bill Spitzak
2000-06-13Updates for Mingw and Cygnus builds.Michael R Sweet
2000-06-08Added return type to main() in line_style.cxxBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Moved .fl building rules to test/Makefile.Michael R Sweet
2000-05-13Added Fl::first_window(window) to change which window is at the top ofBill Spitzak
2000-04-27Dropped use of -fomit-frame-pointer, as I've just discovered that itMichael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-11I made FL_NORMAL_SIZE into a public int variable. You can now change itBill Spitzak
2000-04-04Fixes for Cygwin POSIX emulation layer from Norman Vine.Bill Spitzak
2000-01-20Pageup/down by correct amount in scrollbarBill Spitzak
2000-01-16Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)Bill Spitzak
2000-01-11Programs can now resize() their windows even if they are not resizable()Bill Spitzak