summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2001-11-28Add new plastic box types (kindof a shiny translucent box type...)Michael R Sweet
2001-11-28Missing cast in Fl_Tooltip.cxx...Michael R Sweet
2001-11-28Add Fl::version() and Fl::event() methods.Michael R Sweet
2001-11-26Doco updates.Michael R Sweet
2001-11-26New filename_relative() function, and use it from fl_file_chooser() andMichael R Sweet
2001-11-25Redo Fluid_Image class to use Fl_Shared_Image instead of its own subclassesMichael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-24Added XBM, XPM, and PNM image file classes.Michael R Sweet
2001-11-24Add horizontal scrollbar to Fl_Help_View.Michael R Sweet
2001-11-24Fix bugs in copy() methods.Michael R Sweet
2001-11-22Add EM and STRONG support to Fl_HelpView.Michael R Sweet
2001-11-19Move header installs to new FL/Makefile, which is generated byMichael R Sweet
2001-11-19OK, lots of changes to the Fl_Image, Fl_Bitmap, Fl_Pixmap, and Fl_RGB_ImageMichael R Sweet
2001-11-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael R Sweet
2001-11-17Always use PIXELFORMAT cast for WIN32 OpenGL stuff.Michael R Sweet
2001-11-17Limit width of drop-down button in Fl_Choice widgets.Michael R Sweet
2001-11-17Make paste logic smarter for int and float fields.Michael R Sweet
2001-11-17Add fl_beep() function.Michael R Sweet
2001-11-17Update configure script to support non-X platforms; currently justMichael R Sweet
2001-11-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet
2001-11-03Update all non-text widgets that take keyboard focus to checkMichael R Sweet
2001-11-03Add Fl::visible_focus() method.Michael R Sweet
2001-11-02Range check input in Fl_Browser::make_visible()Michael R Sweet
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-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-27Don't allow extra boxtypes to override user-defined boxtypes.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-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-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-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-01Check for png_set_tRNS_to_alpha() in configure script.Michael 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-30Save/restore GDI pen.Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29New fltk-config script for 1.1.Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet