summaryrefslogtreecommitdiff
path: root/configh.in
AgeCommit message (Expand)Author
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2017-09-03Add new Fl_SVG_Image class to support scalable vector graphics images using t...Manolo Gouy
2016-12-21X11 platform: Add optional use of the pango library to draw text, gaining the...Manolo Gouy
2016-12-01Add --enable-print option to configure to allow building without print suppor...Manolo Gouy
2016-11-30Add missing configure options to configh.in.Albrecht Schlosser
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2015-12-30[CMake] config.h, part 2 - full compatibility with autoconf.Albrecht Schlosser
2015-12-30Harmonize configure and CMake build system (part 1).Albrecht Schlosser
2015-12-30Add configure and CMake checks for X11/Xregion.h.Albrecht Schlosser
2015-03-16Detect XRender supportLauri Kasanen
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2013-09-11STR 2636. Add ability to get notifications whenever thePierre Ossman
2013-05-22Removed autoconf/configure and CMake tests and defines forAlbrecht Schlosser
2011-10-04STR#2600 again: under X11, dynamically load the libXrandr shared library.Manolo Gouy
2011-09-30Fix STR#2600 : screens configuration changes are now detected under all platf...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-03-06Fix STR #2582 (Mac OS): The problem: under Mac OS, file config.h can be used ...Manolo Gouy
2011-01-06Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_C...Manolo Gouy
2010-11-28Fixed even more Copyright to 2010. Probably still forgot some.Matthias Melcher
2010-11-18Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer usedManolo Gouy
2010-03-29Started to remove USE_QUARTZ, as all Apple implementations use Quartz as thei...Matthias Melcher
2009-12-06Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome wo...Matthias Melcher
2009-07-23Fixed glibc 2.10 compiler problems (Fedora 11 and others) with scandir()Albrecht Schlosser
2009-01-12STR#2035 fix : Changed all 1998-200[0-8] dates to 1998-2009 for supported flt...Fabien Costantini
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2007-02-08Add header check for dlfcn.h.Michael R Sweet
2007-02-08Add support for glutGetProcAddress() on Mac OS X and other platformsMichael R Sweet
2007-02-05Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11.Michael R Sweet
2005-12-14FLTK now enables large file support when available (STR #1087)Michael R Sweet
2005-12-05Start adding support for sound in Sudoku via ALSA.Michael R Sweet
2005-07-24Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...Matthias Melcher
2005-03-31Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-08-25Updated config stuff to allow for --enable-quartz ofr Mac OS X which inMatthias Melcher
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)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-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-28Add Fl_Preferences class to base library.Michael R Sweet
2002-04-24Add check for libpng/png.h as well as png.h, and include the appropriateMichael R Sweet
2002-03-25Define USE_XDBE to HAVE_XDBE value...Michael R Sweet
2002-03-06Add Xft support to 1.1.x.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-12-09CygWin threading fixes from Teun.Michael R Sweet
2001-12-08Fix threading test.Michael R Sweet
2001-10-19Check for png_read_destroy(), since newer versions of libpng do notMichael R Sweet
2001-10-01Check for png_set_tRNS_to_alpha() in configure script.Michael R Sweet