summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-07Forgot to update RPM spec and EPM list files...Michael R Sweet
2001-05-07Fix Mesa test in configure script.Michael R Sweet
2001-05-06Update documentation files to eliminate most of the warningsMichael R Sweet
2001-05-06OS/2 updates from Alexander Mai.Michael R Sweet
2001-05-05Compiling with -DBOXX_BUGS will work around some problems with the newestBill Spitzak
2001-05-05Add new text to license agreement.Michael R Sweet
2001-04-30Separate test for GLU and GL...Michael R Sweet
2001-04-27Fix configure script and configh.in...Michael R Sweet
2001-04-27One more keyboard fix for good measure - still need to address "stuck"Michael R Sweet
2001-04-27Fixing lock/meta key handling...Michael R Sweet
2001-04-27Mask low bit of key state for all keys.Michael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-04-26Fixed makeinclude.os2x from Alexander MaiBill Spitzak
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-24Update to cover both SGI C++ and GCC 2.8.x.Michael R Sweet
2001-04-23Add additional constructors for old IRIX compiler; might be needed forMichael R Sweet
2001-04-22Another fix for WM_SYNCPAINT from MattBill Spitzak
2001-04-18Pass 0 instead of false for integer parameter, since not all C++ compilersMichael R Sweet
2001-04-15Document that fl_line_style() must be called after fl_color() on WIN32Michael R Sweet
2001-04-14Add CPPFLAGS to makeinclude.Michael R Sweet
2001-04-13Write pixmap strings as const char *[] instead of char *[].Michael R Sweet
2001-04-13AIX changes...Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-04-13Restored WM_SYNCPAINT handlingBill Spitzak
2001-04-13Fl_has_idle only tested N-1 callbacks and missed oneBill Spitzak
2001-03-20can_do_overlay was missing from WIN32 versionBill Spitzak
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-02-26Fl_Gl_Window leaked memory for damage regionsBill Spitzak
2001-02-21Check for the <GL/gl.h> header file before looking for the OpenGL orMichael R Sweet
2001-02-16Added HP compiler option.Michael R Sweet
2001-02-12Make sure menu item array is cleared to avoid uninitialized memoryMichael R Sweet
2001-02-12Configure script changes to support man pages, HTMLDOC, AIX/QNX withMichael R Sweet
2001-02-01Use GetTempPath() under WIN32 for the clipboard file location.Michael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-26Add call to GdiFlush() under WIN32.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21Fixed the write-menu bug introduced in .10Bill Spitzak
2001-01-21"accu-timer": some changes to repeat_timeout that seem to make it accurateBill Spitzak
2001-01-15Added parenthesis to turn off gcc warningBill Spitzak
2000-12-21Fix to allow Fl.cxx to compile with older C++ compilers (no variableMichael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-08Added tests to browser to test top/bottom/middle/make_visible methods.Michael R Sweet
2000-12-06Specify portable architecture options for HP-UX compilers.Michael R Sweet
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-12-06Updated the version numbers in spec and list files.Michael R Sweet
2000-11-28One more try to fix the APIENTRY stuff in glut.h. The file gl.h nowBill Spitzak
2000-11-21Fixes for hidden class members...Michael R Sweet