summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-28Add tiled_image demo to menu file.Michael R Sweet
2001-11-28Missing cast in Fl_Tooltip.cxx...Michael R Sweet
2001-11-28More doco updates.Michael R Sweet
2001-11-28Wasn't calling fopen() when loading PNM files... :(Michael R Sweet
2001-11-28Add Fl::version() and Fl::event() methods.Michael R Sweet
2001-11-28Fix fltk-config --compile filename.cxx so it echos the command andMichael R Sweet
2001-11-28Add check for window callback getting called...Michael R Sweet
2001-11-27Configure script changes...Michael R Sweet
2001-11-27Fix typos from OSX commit.Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-27Image class docos.Michael R Sweet
2001-11-27More docos (many files just copied, so the content isn't right yet...)Michael R Sweet
2001-11-26Add missing doco file...Michael R Sweet
2001-11-26Doco updates.Michael R Sweet
2001-11-26Bug fixes from Sebastien Recio.Michael R Sweet
2001-11-26Need to include <ctype.h>...Michael R Sweet
2001-11-26Add note about using RENDER extension in the future for proper alphaMichael 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-25Forgot to add this file...Michael 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-23Add code for PNG and JPEG images.Michael R Sweet
2001-11-22Fix all references to '.C' files (now .cxx)Michael R Sweet
2001-11-22Add EM and STRONG support to Fl_HelpView.Michael R Sweet
2001-11-20Don't use -lm unless required.Michael R Sweet
2001-11-20GIF loading code from FLUID.Michael R Sweet
2001-11-19Move header installs to new FL/Makefile, which is generated byMichael R Sweet
2001-11-19WIN32 fixes for the new image stuff...Michael R Sweet
2001-11-19Don't send FL_RELEASE events for buttons 4 and 5 (mouse wheel)Michael 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-18More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.Michael R Sweet
2001-11-17Always use PIXELFORMAT cast for WIN32 OpenGL stuff.Michael R Sweet
2001-11-17Keep tooltip windows on the screen.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-17Pass pointers to pp and info when calling the newMichael 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-05Doco updates (more to come)Michael 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-11-02Add check for GCC 2.96, and add -lsupc++ to the link line if so...Michael R Sweet
2001-11-02Removed the "Microsoft" button from the menu demo.Michael R Sweet
2001-11-01Fixes for old C++ compilers (e.g. IRIX 5.3)Michael R Sweet