507 Commits (b670807ce00c9d62f7ff8a3e36640d926612a039)

Author SHA1 Message Date
Michael R Sweet 6d4bda28b5 FLUID didn't support the plastic boxtypes. 24 years ago
Michael R Sweet 12e9d23bc3 Don't append a semicolon to callback function code when the last line 24 years ago
Michael R Sweet 4982fb29a0 Clean up default menu for FLTK applications - don't need "About FLTK". 24 years ago
Michael R Sweet 100f78de3f CygWin threading fixes from Teun. 24 years ago
Michael R Sweet ef96c53019 Fix infinite loop problem in Fl_Text_Editor - was resizing before we 24 years ago
Matthias Melcher ab896c6d5f FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch... 24 years ago
Michael R Sweet 2b826b0f31 Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclasses 24 years ago
Michael R Sweet c147aca054 Add flstring.h header file to include string functions, strcasecmp 24 years ago
Michael R Sweet 70abac1b8b Fix bugs in copy() methods. 24 years ago
Michael R Sweet f525840495 Fix all references to '.C' files (now .cxx) 24 years ago
Michael R Sweet 84e38d4d91 Move header installs to new FL/Makefile, which is generated by 24 years ago
Michael R Sweet 681ded73c2 Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functions 24 years ago
Michael R Sweet 8b5a03d3a2 More CygWin stuff, and a fix for WIN32 with the new fl_beep() function. 24 years ago
Michael R Sweet d2896be34a FLUID didn't write static data for the deimage() image. 24 years ago
Michael R Sweet 85a8a15560 Fix shortcut button bug - wasn't calling callback when changed. 24 years ago
Michael R Sweet a1944b77ab Cygwin fixes... 24 years ago
Michael R Sweet 079082ef7c 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() 24 years ago
Michael R Sweet 7593a59e87 FLUID: can't use "i->image(o)" if "i" is NULL... :) 24 years ago
Michael R Sweet aa3657817c Update dependencies. 24 years ago
Michael R Sweet 74bb2305cb Fl_File_Chooser.H and fl_file_chooser.H need to be the same... 24 years ago
Michael R Sweet 72b56edc29 Tooltips, and more tooltips. 24 years ago
Michael R Sweet 6a4714ce12 Fl_FileXYZ -> Fl_File_XYZ 24 years ago
Michael R Sweet 4c97599917 Enable all of the new FLUID stuff... 24 years ago
Michael R Sweet 50fc2f4806 Widget panel update with tabs (a la 2.0) with new tooltip, image, and 24 years ago
Michael R Sweet 91b72d0918 Update VC++ project files. 24 years ago
Michael R Sweet 5aa3ce735e Fix menu shortcuts. 24 years ago
Michael R Sweet 743cd4f95d HelpView/HelpDialog updates. 24 years ago
Michael R Sweet 00ef77c267 Add new widgets to FLUID. 24 years ago
Michael R Sweet 7ebaf77cdc Image labels! 24 years ago
Michael R Sweet f6ea21e2fb Keyboard nav for tabs. 24 years ago
Michael R Sweet 2636d6fcd2 Hide and show overlapping buttons as needed for widgets and windows. 24 years ago
Michael R Sweet e4727142d4 Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven't 24 years ago
Michael R Sweet bff75e491a OpenGL stuff is now in libfltkgl.* 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 0ee742ec64 Write pixmap strings as const char *[] instead of char *[]. 25 years ago
Michael R Sweet b8a8c98f04 Eliminate all compiler warnings (string constants, const'ness, hiding of 25 years ago
Michael R Sweet 3a9d945d07 Use the Multithreaded DLL runtime model for all projects - I haven't found 25 years ago
Michael R Sweet 86b5507486 Configure script changes to support man pages, HTMLDOC, AIX/QNX with 25 years ago
Michael R Sweet 7eae5f4f87 Use GetTempPath() under WIN32 for the clipboard file location. 25 years ago
Bill Spitzak 4fb627c3d8 fl_curve uses a much better algorithim to figure out how many pieces 25 years ago
Michael R Sweet 94788c4628 Copyright 2001. 25 years ago
Bill Spitzak b88f1b2609 Fixed the write-menu bug introduced in .10 25 years ago
Michael R Sweet 3988dbf8bd Fixes for hidden class members... 25 years ago
Michael R Sweet a45a6308d0 strcasecmp() for FLUID under AIX. 25 years ago
Bill Spitzak c30c095d72 Fluid restores which tab in an Fl_Tabs was selected when loads .fl 25 years ago
Bill Spitzak 59c2b2dd31 Fixed size of data written by gif images to .C files 25 years ago
Bill Spitzak 949479b5b2 Removed some (not all) of the warnings when compiled with -Wwrite-strings, 25 years ago
Bill Spitzak 7badf7c216 Buttons with box(FL_NO_BOX) did not draw. Apparently they did in 25 years ago
Bill Spitzak e2e44bfcd5 Fixed .gif files in fluid, they were broken by the fix for large .xpm 25 years ago