summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2001-11-29Fix for makesrcdist script...Michael R Sweet
2001-11-29Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exeMichael R Sweet
2001-11-29Minor tweeks to the configure script for CygWin and Mesa.Michael R Sweet
2001-11-29Update tile image...Michael R Sweet
2001-11-29VC++ fixes, plus add new tiled_image project file.Michael R Sweet
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-28More doco updates.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-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-26Doco updates.Michael R Sweet
2001-11-26New filename_relative() function, and use it from fl_file_chooser() andMichael 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-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-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-17Add fl_beep() function.Michael 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-03Add Fl::visible_focus() method.Michael R Sweet
2001-11-02Range check input in Fl_Browser::make_visible()Michael R Sweet
2001-11-01Fixes for old C++ compilers (e.g. IRIX 5.3)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-27Don't allow extra boxtypes to override user-defined boxtypes.Michael R Sweet
2001-10-22Make Fl_Widget::parent() work with Fl_Group pointers...Michael R Sweet
2001-10-18Fl::belowmouse() was resetting the tooltip, causing the flashingMichael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-29File chooser update with new FLUID.Michael R Sweet
2001-09-10HelpView/HelpDialog updates.Michael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-08-11Add more widgets from the bazaar...Michael R Sweet
2001-08-06WIN32 updates to make the DLL project work again...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-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-03File chooser cleanup (use fl_ok and fl_cancel for translated labelMichael R Sweet
2001-08-03Update WIN32 projects and config file.Michael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet