1894 Commits (9cca0a6c9afe50e2baf64cb37ad091d3eb1eb623)
 

Author SHA1 Message Date
Michael R Sweet b13c3932e4 Removed references to JPEG library in docos and config files. Not needed 27 years ago
Michael R Sweet 2f0f075d4f Fixed FLUID bug - can now override code and header file names from the 27 years ago
Michael R Sweet 516ed80d97 Added "buffer=0" in constructor to avoid purify errors. 27 years ago
Michael R Sweet 20cba9fc64 Fixed menubar button bug - wasn't doing a redraw... 27 years ago
Michael R Sweet a2f1bdefe4 Added manpage for FLUID. 27 years ago
Michael R Sweet 681ff11d8e Updated DSO install commands - now remove the symlink before remaking it. 27 years ago
Michael R Sweet d38b07ca26 Updated DSO stuff in configure.in (soname, -fPIC, etc) 27 years ago
Michael R Sweet 70dd4ee71e Missing "int" on main()... 27 years ago
Bill Spitzak c599778795 Fix for browser horizontally scrolling. 27 years ago
Bill Spitzak b32f322c12 Much better and smaller fix for the lost move events after Fl::grab() 27 years ago
Bill Spitzak fe4f5ef72c Generates FL_ENTER after grab() is released for whatever widget the 27 years ago
Bill Spitzak b47973f560 Patch from Dr. Tom Holroyd for fill sliders, seems good to me! 27 years ago
Bill Spitzak 4df7511b18 Didn't like yesterday's fix, I changed it so that zero-length selections 27 years ago
Bill Spitzak 32291ad0d5 Made secret input more secretive (word-select does not work and 27 years ago
Bill Spitzak c15a36003d Fixed description of Fl_Menu_::size() 27 years ago
Bill Spitzak 709366d65c Fixed documentation of Fl_Menu_Item::size() 27 years ago
Bill Spitzak f19b6ee3e4 Fixed editor demo redraw bug (actually same fix as somebody else made). 27 years ago
Carl E. Thompson bdbc0b8b2e Fix for redraw bug in editor demo. Fl_Input_::position() didn't seem to 27 years ago
Bill Spitzak f89b5d0cf6 Fixed glpuzzle so you can move the pieces. 27 years ago
Carl E. Thompson a53a5cb978 Changes egcs/gcc optimization default to "-O2" . Makes library and apps 27 years ago
Carl E. Thompson 548949b16e Adds distclean target that removes makeinclude, config.log, config.h and 27 years ago
Bill Spitzak 82877b2eb6 Fix for Curtis so that the height of a title of a popup menu is not 27 years ago
Michael R Sweet 38d8473088 Added FLTK static library dependency to CubeView project. 27 years ago
Michael R Sweet fc4b790f1f Oops - forgot that the OS/2 port doesn't use the WIN32 stuff - restored 27 years ago
Michael R Sweet ca6a54d30d Fixed include path for CubeView project. 27 years ago
Michael R Sweet baaa7760a0 CubeView.h instead of CubeView.hpp 27 years ago
Michael R Sweet 97d0c296c3 Added CubeView to the workspace file. 27 years ago
Michael R Sweet 6abe8972ae Added CubeView demo project file. 27 years ago
Michael R Sweet 209f38157b Added shell commands to create symbolic links for all .H header files in 27 years ago
Michael R Sweet 1c32b0e995 Fixed bad links. 27 years ago
Michael R Sweet 6bbeac5bd7 fl_ask.H didn't include Enumerations.H, so the DLL stuff wasn't defined. 27 years ago
Michael R Sweet 39b84309f0 Fix from Bill - Fl_Choice didn't handle NULL menu items. 27 years ago
Michael R Sweet 912a02144a Reenabled JPEG compression (now works). 27 years ago
Michael R Sweet 4488dcf505 Added missing GIF for CubeView demo. 27 years ago
Michael R Sweet 20da6861f2 Removed unused "FL_IMPORT" definition. 27 years ago
Michael R Sweet 6139e446a6 Removed old fl_draw_returnarrow() code that wasn't getting used. 27 years ago
Michael R Sweet 6f61d8f239 Missing dependencies... 27 years ago
Michael R Sweet fea9a2db45 Makefile didn't have a .cxx to .o rule. 27 years ago
Michael R Sweet 8b5f73c23c Minor typo in configure script (== instead of =) 27 years ago
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