summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-10HTMLDOC book file for docos.Michael R Sweet
2001-07-09Fl_Tabs, not Fl_TabMichael R Sweet
2001-07-09Fl_Menu_Item::add() didn't use myflags.Michael R Sweet
2001-07-09Fix scrollbar bug.Michael R Sweet
2001-07-05Fixed crash if you shift+click on a multibrowser below the last itemMichael R Sweet
2001-06-07Add #ifdef for SGI 5.3 C++ compiler, which doesn't support theMichael R Sweet
2001-06-06Use explicit keyword for pixmap constructors...Michael R Sweet
2001-05-30Added const to help Borland compilerBill Spitzak
2001-05-19Fl_Menu_add of a menu item with the same name as an existing submenuBill Spitzak
2001-05-11Changes for AIX (still have menu problems)Michael R Sweet
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