summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
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
2001-09-29Enable all of the new FLUID stuff...Michael R Sweet
2001-09-23Update VC++ project files.Michael R Sweet
2001-09-13Fix menu shortcuts.Michael R Sweet
2001-09-10HelpView/HelpDialog updates.Michael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-09-02Fix label/image problems.Michael R Sweet
2001-08-18Add missing Fl_Check_Browser file.Michael R Sweet
2001-08-11Add new widgets to FLUID.Michael R Sweet
2001-08-11Add more widgets from the bazaar...Michael R Sweet
2001-08-06Symbols are now supported by main label drawing code - @@ to insert aMichael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-08-05Keyboard nav for valuators.Michael R Sweet
2001-08-04New draw_focus() methods.Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-02Mousewheel support for browsers and help view.Michael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-08-02Add Fl_Wizard widget...Michael R Sweet
2001-08-02OpenGL stuff is now in libfltkgl.*Michael R Sweet
2001-08-02Changelog update.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-08-01Update changelog...Michael R Sweet
2001-07-09Fl_Menu_Item::add() didn't use myflags.Michael R Sweet
2001-07-09Fix scrollbar bug.Michael R Sweet
2001-06-06Use explicit keyword for pixmap constructors...Michael R Sweet
2001-05-07Fix Mesa test in configure script.Michael R Sweet
2001-05-06Update documentation files to eliminate most of the warningsMichael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-04-25Don't use GCC c++ or g++ compiler to build programs, use gcc instead.Michael R Sweet
2001-04-13AIX changes...Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet