2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Michael R Sweet bff75e491a OpenGL stuff is now in libfltkgl.* 24 years ago
Michael R Sweet eabd932d41 Changelog update. 24 years ago
Michael R Sweet 75b6b221ce FileIcon, FileBrowser, FileChooser stuff. 24 years ago
Michael R Sweet 836d2fac26 Fix tooltips a la 2.0. 24 years ago
Michael R Sweet bd06913057 First bunch of changes for the 1.1 branch - tooltips. 24 years ago
No Author 3cb5ebe0e8 This commit was manufactured by cvs2svn to create branch 'branch-1.1'. 24 years ago
Michael R Sweet 4477e16640 Update changelog... 24 years ago
Michael R Sweet bed1db18b7 Fix scrollbar direction. 24 years ago
Bill Spitzak 8060de2f30 Does not blink the OpenGl cursor on NT except when a gl overlay is being done, should make display faster when a cursor is set 24 years ago
Michael R Sweet da83aa4eb4 HTMLDOC book file for docos. 24 years ago
Michael R Sweet 58c1428b71 Fl_Tabs, not Fl_Tab 24 years ago
Michael R Sweet 83968f19a9 Fl_Menu_Item::add() didn't use myflags. 24 years ago
Michael R Sweet f72a3ce60a Fix scrollbar bug. 24 years ago
Michael R Sweet 3f5ad43d64 Fixed crash if you shift+click on a multibrowser below the last item 24 years ago
Michael R Sweet 61b94f7f0b Add #ifdef for SGI 5.3 C++ compiler, which doesn't support the 24 years ago
Michael R Sweet 2321fdd181 Use explicit keyword for pixmap constructors... 24 years ago
Bill Spitzak eb734da4ac Added const to help Borland compiler 24 years ago
Bill Spitzak 07656afb7d Fl_Menu_add of a menu item with the same name as an existing submenu 24 years ago
Michael R Sweet 9c19542bd2 Changes for AIX (still have menu problems) 24 years ago
Michael R Sweet eb474956cc Forgot to update RPM spec and EPM list files... 24 years ago
Michael R Sweet f50ac7f22e Fix Mesa test in configure script. 24 years ago
Michael R Sweet 336996c7ab Update documentation files to eliminate most of the warnings 24 years ago
Michael R Sweet ecfb817427 OS/2 updates from Alexander Mai. 24 years ago
Bill Spitzak 38c947bd09 Compiling with -DBOXX_BUGS will work around some problems with the newest 24 years ago
Michael R Sweet 325c0838f4 Add new text to license agreement. 24 years ago
Michael R Sweet 09f987eeb1 Separate test for GLU and GL... 24 years ago
Michael R Sweet f2d2d347e9 Fix configure script and configh.in... 24 years ago
Michael R Sweet a1236f0900 One more keyboard fix for good measure - still need to address "stuck" 24 years ago
Michael R Sweet aa949a24f0 Fixing lock/meta key handling... 24 years ago
Michael R Sweet c7615943db Mask low bit of key state for all keys. 24 years ago
Michael R Sweet ff3295f036 Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for 24 years ago
Bill Spitzak 36b469928e Fixed makeinclude.os2x from Alexander Mai 24 years ago
Michael R Sweet d3afe9c10a Don't use GCC c++ or g++ compiler to build programs, use gcc instead. 24 years ago
Michael R Sweet 804317fd5e OS/2 fix, mirror from 2.0 tree. 24 years ago
Michael R Sweet e95d56f19b Update to cover both SGI C++ and GCC 2.8.x. 24 years ago
Michael R Sweet e40edefbbc Add additional constructors for old IRIX compiler; might be needed for 24 years ago
Bill Spitzak 5f96ece638 Another fix for WM_SYNCPAINT from Matt 24 years ago
Michael R Sweet 5389d20133 Pass 0 instead of false for integer parameter, since not all C++ compilers 24 years ago
Michael R Sweet 8626976d99 Document that fl_line_style() must be called after fl_color() on WIN32 24 years ago
Michael R Sweet e2aa3e17f7 Add CPPFLAGS to makeinclude. 25 years ago
Michael R Sweet 0ee742ec64 Write pixmap strings as const char *[] instead of char *[]. 25 years ago
Michael R Sweet 022ba3679f AIX changes... 25 years ago
Michael R Sweet b8a8c98f04 Eliminate all compiler warnings (string constants, const'ness, hiding of 25 years ago
Bill Spitzak bb86f132eb Restored WM_SYNCPAINT handling 25 years ago
Bill Spitzak 7b7ca88b49 Fl_has_idle only tested N-1 callbacks and missed one 25 years ago
Bill Spitzak 339b9cd8a0 can_do_overlay was missing from WIN32 version 25 years ago
Michael R Sweet 3a9d945d07 Use the Multithreaded DLL runtime model for all projects - I haven't found 25 years ago
Bill Spitzak 1ede363769 The fractals & glpuzzle demos needed glu.h. 25 years ago
Bill Spitzak 97234fb3e2 Replaced remaining _WIN32 symbols with WIN32 25 years ago
Bill Spitzak 8470c05b58 Fl_Gl_Window leaked memory for damage regions 25 years ago