summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-30FLUID didn't write static data for the deimage() image.Michael R Sweet
2001-10-30Fix shortcut button bug - wasn't calling callback when changed.Michael R Sweet
2001-10-29Cygwin fixes...Michael R Sweet
2001-10-29Fix infinite loop bug in Fl_File_Icon::draw() with 32-bit colors andMichael R Sweet
2001-10-29Update spec and list files for 1.1.0b5 release...Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-10-27Wasn't quoting @label stuff...Michael R Sweet
2001-10-27FL_KEYUP event support.Michael R Sweet
2001-10-27Put "RM" back in makeincludes, so we can remove the library archiveMichael R Sweet
2001-10-27Don't allow extra boxtypes to override user-defined boxtypes.Michael R Sweet
2001-10-26Check for both functions in PNG loader...Michael R Sweet
2001-10-26Draw check and radio buttons with a white background.Michael R Sweet
2001-10-25Only add x_includes to path if it is not empty.Michael R Sweet
2001-10-25Keep using ${prefix} with mandir, so that RPM builds are easier.Michael R Sweet
2001-10-25Put Linux man pages in /usr/share/man.Michael R Sweet
2001-10-24"alldocs" target to build everything, including HTML...Michael R Sweet
2001-10-23Check for GCC 3.0.x...Michael R Sweet
2001-10-22Make Fl_Widget::parent() work with Fl_Group pointers...Michael R Sweet
2001-10-19Only use GEOMETRIC line styles under Windows...Michael R Sweet
2001-10-19Add missing comment blocks to top and bottom of file...Michael R Sweet
2001-10-19Put all OpenGL stuff back in FLTKDLL; no separate sharedMichael R Sweet
2001-10-19Check for png_read_destroy(), since newer versions of libpng do notMichael R Sweet
2001-10-18Get tooltips working with Fl_Slider and Fl_Counter-basedMichael R Sweet
2001-10-18Fix configure script - wasn't setting libdir properly for differentMichael R Sweet
2001-10-18Fix the editor demo and associated documentation.Michael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-10-18Fix tooltip handling/flashing that caused KDE window manager lockupsMichael R Sweet
2001-10-16Fix two uninitialized vars...Michael R Sweet
2001-10-16Fixes for the Cygwin, MingW, and OS/2 build stuff.Michael R Sweet
2001-10-02Update dist files for 1.1.0b4...Michael R Sweet
2001-10-02Support for NAME and HREF for A at the same time.Michael R Sweet
2001-10-01FLUID: can't use "i->image(o)" if "i" is NULL... :)Michael R Sweet
2001-10-01Wasn't initializing "image" member of base image data.Michael R Sweet
2001-10-01Check for png_set_tRNS_to_alpha() in configure script.Michael R Sweet
2001-09-30Update check/radio/light button drawing to size the indicator using theMichael R Sweet
2001-09-30Revert line style change...Michael R Sweet
2001-09-30Documentation updates.Michael R Sweet
2001-09-30fl_line_style() didn't use the same default cap and join optionsMichael R Sweet
2001-09-30Update dependencies.Michael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-30Save/restore GDI pen.Michael R Sweet
2001-09-30Windows doesn't have case-sensitive filenames, so we can't have twoMichael R Sweet
2001-09-29Update script to not include empty 2.0 directories...Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29Updates for 1.1.0b2...Michael R Sweet
2001-09-29New fltk-config script for 1.1.Michael R Sweet
2001-09-29This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-29File chooser update with new FLUID.Michael R Sweet
2001-09-29Enable all of the new FLUID stuff...Michael R Sweet