12055 Commits (9a5e3b95b8abe132c36eb58a55f0e5188c726e20)
 

Author SHA1 Message Date
Michael R Sweet 636b6de26d Added CubeView source files. 27 years ago
Michael R Sweet df01cba124 Public/private status was not honored for menu items. 27 years ago
Michael R Sweet f32ecc47ba fl_elapsed() needs to be called before fl_timeout[] is initialized. 27 years ago
Michael R Sweet 08303a1bfd Updated makeinclude for Cygnus - fix from Rick Sayre. 27 years ago
Michael R Sweet 30e8153ef2 Updated dist to initialize to INT_MAX (2^31 - 1) instead of UINT_MAX 27 years ago
Michael R Sweet 1bc5accffe Updated demo program to append d.exe or .exe to end of command name and 27 years ago
Michael R Sweet 767cad1311 Workaround for VC++ 4.0 bug - can't initialize a pointer to a function 27 years ago
Michael R Sweet 28d2778032 Added missing Fl_Color casts. 27 years ago
Michael R Sweet e23a5718ae Call to atan2() needs (float) cast for arguments because HP overloads 27 years ago
Michael R Sweet 63c0b655bb Updated ifdef to be __hpux instead of hpux... 27 years ago
Michael R Sweet c33c7ff0b8 Now don't enable XDBE under SunOS or IRIX 6.3 or earlier. 27 years ago
Michael R Sweet 74ea22b252 Added ln -s for DSOs - must have gotten dropped in a previous update? 27 years ago
Michael R Sweet b737731013 Fixed array_name() bug - now correctly handles arrays in different classes 27 years ago
Michael R Sweet 1a135b0424 Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays. 27 years ago
Michael R Sweet d91bdb6022 Updated docos for FL_DLL usage. 27 years ago
Michael R Sweet e232a9b094 Changed "include_H_from_C" to default to 1 instead of 0. 27 years ago
Michael R Sweet 3702edc89d Added comment parsing in _c_check(). 27 years ago
Michael R Sweet 9b0162e212 Added modified patch from Tom Holroyd to support class "chaining". 27 years ago
Michael R Sweet 34caa8250d Added fix from Tom Holroyd to call fl_elapsed() in Fl::add_timeout(). 27 years ago
Michael R Sweet 45e7f3f99e Fixed bug in write_static() method - when getting the menu_name() and 27 years ago
Michael R Sweet 1bf7ee1dac Updated header files to only use FL_DLL stuff when compiled 27 years ago
Michael R Sweet d5bcde4f48 Changed WIN32 Debug targets to use incremental linkage. 27 years ago
Michael R Sweet ae5a281a39 Updated install rules to install files with write permission for the 27 years ago
Michael R Sweet 8136dfe6b5 Patch from Alexander Mai - Linux needs prototype hack just like AIX and 27 years ago
Michael R Sweet b3ef28260e Updated DLL stuff yet again... sigh... 27 years ago
Michael R Sweet 480101ea19 Updated Solaris scandir() check - the case statement was giving autoconf 27 years ago
Michael R Sweet 49604377ff Removed FL_STATIC definition from makeinclude file (no longer needed). 27 years ago
Michael R Sweet 40df358bdb Updated headers to only support DLLs under MSVC++. 27 years ago
Michael R Sweet 3b5208b4b5 Updated documentation for OS/2, Cygnus, and MingW32 instructions. 27 years ago
Michael R Sweet d88ee51b20 Added top-level makefiles for Cygnus and MingW32 builds to avoid 27 years ago
Michael R Sweet 1c3caadc23 Updated scandir() check to use FLTK scandir function instead of Sun 27 years ago
Michael R Sweet a0157c5ba1 Fl_Window::icon() used a parameter named "i", which conflicted with the 27 years ago
Michael R Sweet 9aa244c8e3 Fixed typo in configure input (dns# instead of dnl#). 27 years ago
Michael R Sweet 55d8e368d7 Updated DLL definitions for VC++ 6.0 - now define "FL_STATIC" 27 years ago
Michael R Sweet 0404ded146 Updated README file in the lib directory for DLL info. 27 years ago
Michael R Sweet 36417b2fff Updated documentation revision to 3. 27 years ago
Michael R Sweet 078a33180c Ampersand wasn't quoted in compose character table. 27 years ago
Michael R Sweet c8dbb60e80 Fix from Bill for infinite loop problem when moving groups of widgets. 27 years ago
Michael R Sweet 334494d068 Patch from Bill that adds virtual method support. 27 years ago
Michael R Sweet bf870685d4 Removed extra "events" target from enumerations.html. 27 years ago
Michael R Sweet ca41e69c27 Updated headers to support WIN32 and OS/2 DLLs. 27 years ago
Michael R Sweet 18312d3c1f Updated Fl_Dial to use atan2() to avoid possible math errors and reduce 27 years ago
Michael R Sweet 7b82bc3509 Patch from Bill - not freeing bitmap array? 27 years ago
Michael R Sweet ebd08e13a1 Updated the makeinclude and config files to have the standard headers. 27 years ago
Michael R Sweet d59ce3cc34 Removed fl_line_style.cxx from makefile... 27 years ago
Michael R Sweet fc5e6cb0b6 Whoops - missed a closing bracket... 27 years ago
Michael R Sweet b43ba93bdb Menu item numbering bug fix from Bill. 27 years ago
Michael R Sweet 3204e098af Patch from Jim Hourihan that adds symbol support to Fl_Choice. 27 years ago
Michael R Sweet 761a3b3d85 Fixed dirent.h compatibility file; was including fl_scandir.H instead of 27 years ago
Bill Spitzak fd86dad21e Fixed documentation for Fl::grab() 27 years ago