summaryrefslogtreecommitdiff
path: root/src/makedepend
AgeCommit message (Expand)Author
2010-03-14updated dependencies.Albrecht Schlosser
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2010-01-27makedepend updates for all source directories (except src/xutf8).Albrecht Schlosser
2010-01-13Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK.Greg Ercolano
2009-12-08Updated src/ and test/makedepend files and added sv:ignore for new testAlbrecht Schlosser
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-11-14Added Fl_Tree source code, demo files, and documentation. Thanks, Greg!Matthias Melcher
2007-02-10Update dependencies.Michael R Sweet
2007-01-04Add fl_open_uri() function as discussed on fltk.development.Michael R Sweet
2005-11-27Update dependencies.Michael R Sweet
2005-03-06Fix Fl_Input_Choice in FLUID, and make sure that we expose enough of theMichael R Sweet
2003-07-23Update dependencies...Michael R Sweet
2003-01-15Update dependencies.Michael R Sweet
2003-01-12Fix header file again.Michael R Sweet
2003-01-10Update dependencies and the change log.Michael R Sweet
2002-10-23Include "flstring.h" before the FLTK headers, so that bool is definedMichael R Sweet
2002-08-01Add image() methods to Fl_Menu_Item.Michael R Sweet
2002-06-28Add missing file.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-15Update dependencies.Michael R Sweet
2002-05-04Fix scandir dirent stuff under WIN32.Michael R Sweet
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet
2002-04-29Updated credits file.Michael R Sweet
2002-04-14Add Cygwin drive code.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-10Update dependencies...Michael R Sweet
2002-03-25Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf()Michael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-03-08Purge and re-make dependencies...Michael R Sweet
2002-03-08Fix 1.1.x makefile - it had the wrong depend target (Bill, you can useMichael R Sweet
2002-03-07Re-add dependency files.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-03-06Fix non-Xft build.Michael R Sweet
2002-02-26Changes to get DND to compile under X11; get a coredump when draggingMichael R Sweet
2002-01-06Add Fl_BMP_Image class and docos.Michael R Sweet
2001-12-20Implement Fl::scheme() and Fl::reload_scheme() (this includes supportMichael R Sweet
2001-12-16Better UNFOCUS redraw() fix for Fl_Button.Michael R Sweet
2001-12-09CygWin threading fixes from Teun.Michael R Sweet
2001-12-08Fix infinite loop problem in Fl_Text_Editor - was resizing before weMichael R Sweet
2001-12-06FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.Michael R Sweet
2001-11-28Add new plastic box types (kindof a shiny translucent box type...)Michael 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-24Fix bugs in copy() methods.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-17Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and thatMichael R Sweet