summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2004-07-26Include libdir in link options.Michael R Sweet
2004-07-23Fix local image library build bug.Michael R Sweet
2004-07-12Fix PNG tests.Michael R Sweet
2004-07-06Makefile and configure script support for image libs.Michael R Sweet
2004-07-05The fltk-config script did not include the "-mno-cygwin" optionMichael R Sweet
2004-06-09The configure script now offers options for JPEG, PNG, and ZLIBMichael R Sweet
2004-06-01FLTK now builds with the current release of MinGW (STR #325, STRMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-09-20Fix configure script (STR #174)Michael R Sweet
2003-09-14Add --with-links configure option.Michael R Sweet
2003-09-09Bump to 1.1.5rc1...Michael R Sweet
2003-08-05Fix configure.in for autoconf 2.57.Michael R Sweet
2003-08-02Bump to 1.1.4 and fix changelog.Michael R Sweet
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-06-15Fix shared libraries on OSX (STR #51)Michael R Sweet
2003-05-29Drop undocumented and non-working --prefix and --exec-prefix options toMichael R Sweet
2003-05-27Fix OSX shared library command. (STR #51)Michael R Sweet
2003-05-26Update to 1.1.4rc1 for testing...Michael R Sweet
2003-02-13Bump version number for next release.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-25Bump version number in CVS...Michael R Sweet
2002-11-14Add Alpha compiler stuff and cast for menu code.Michael R Sweet
2002-11-08Don't use built-in snprintf/vsnprintf functions on Tru64 4.0, since thereMichael R Sweet
2002-10-24First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus,Michael R Sweet
2002-10-23Define bool=char, true=1, and false=0 for C++ compilers that don'tMichael R Sweet
2002-10-22Dammit, the NEdit code update before 1.1.0 introduced "bool" back intoMichael R Sweet
2002-10-07Documentation updates.Michael R Sweet
2002-09-26Fix bug #613088 - Fl_Text_Display crash.Michael R Sweet
2002-09-17Add support for XV/GIMP thumbnail format (P7)Michael R Sweet
2002-08-12Fix more compile errors.Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-07-20OK, we'll do one more rc release since so many of the build things haveMichael R Sweet
2002-07-17Try different check for libstdc++ that might work better with Cygwin.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-12Reset version numbers to 1.1.0 (no rcN)Michael R Sweet
2002-07-10Support MSYS as well as Cygwin configure stuff...Michael R Sweet
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-26Better MingW handling.Michael R Sweet
2002-06-25Change POSTBUILD back to : in configure script.Michael R Sweet
2002-06-24Use true instead of : for POSTBUILD on non-MacOS systems.Michael R Sweet
2002-06-24Update GCC test in configure script.Michael R Sweet
2002-06-08Fix test for OpenGL libraries - not == xno, but != xyes.Michael R Sweet
2002-06-07Don't use -OPT on IRIX 5.3...Michael R Sweet
2002-06-03Some fixes to get FLTK to compile under Jaquar.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet