modified arguments syntax to be wx-config [options] [libraries list]
[wxWidgets.git] / configure.in
2004-07-17  Václav Slavíkmade GTK+2 the default
2004-06-29  Václav Slavíkput -DNO_GCC_PRAGMA into CPPFLAGS
2004-06-28  Vadim Zeitlindon't duplicate code checking for X for X11 and Motif...
2004-06-23  David ElliottwxCocoa: don't force DEFAULT_wxUSE_SCROLLBAR=no
2004-06-22  David ElliottwxCocoa no longer uses the generic notebook.
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-19  Václav SlavíkGTK2 port is not experimental anymore
2004-06-17  Julian SmartAdded --enable-webkit
2004-06-06  Václav Slavíkuse pango_font_family_is_monospace() to enumerate fixed...
2004-06-05  Václav Slavíknew MinGW requires NO_GCC_PRAGMA for exceptions handlin...
2004-06-02  David ElliottDo not check for Xinerama when building wxCocoa
2004-05-29  Václav Slavíkfixed --disable-rpath handling (patch 956695)
2004-05-24  Robin DunnUpdated version variables in configure.in to go along...
2004-05-23  Julian SmartName and version changes
2004-05-22  Kevin OllivierUpdating configure.in to work with wxWebKit.
2004-05-16  Stefan NeisFor OS/2 PM builds, check for type SPBCDATA in system...
2004-05-16  Stefan NeisWork-around for compilation problems on OS/2.
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-08  Stefan NeisOS/2 PM does not yet support toggle button.
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-05-02  Václav Slavíkcorrected cppunit test's output
2004-05-02  Mattia Barbon Fixed MinGW compilation with GCC 3.x when wxUSE_STL...
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-04-16  Václav Slavíkquoting fixes
2004-04-16  Roger GammansAdd configure test for presence/compilabilty of multimo...
2004-04-06  Václav Slavíkupgrade to bakefile-0.1.4
2004-03-30  Vadim Zeitlinuse -lcma for a build with threads under HP-UX using...
2004-03-30  Vadim Zeitlindefine _INCLUDE__STDC_A1_SOURCE for HP-UX, it is appare...
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-22  Václav Slavíkfixed linking (EXTRALIBS_GUI comes after EXTRALIBS...
2004-03-16  Václav Slavíkwx-config didn't include WXUSINGDLL on Mingw
2004-03-16  Ron LeeEnable wxUSE_DISPLAY by default. It is required for...
2004-03-09  Stefan NeisSupport --enable-omf on OS/2 _only_.
2004-03-08  Stefan NeisSupport for building DLLs on OS/2 (using dllar.sh).
2004-03-07  Stefan NeisAdded OMF support for OS/2 (no support for DLLs, yet).
2004-03-03  Robin DunnPut version numbers back to 2.5.1 until 2.5.2 is imminent
2004-03-03  Václav Slavíkapplied path 906264: test program
2004-03-03  Julian SmartChanged some version numbers to 2.5.2
2004-03-03  Ron LeeUpdates for debian build scripts to suit new library...
2004-02-29  Mattia Barbon The DND sample shows both clipboard and drag'n'drop...
2004-02-28  Stefan NeisConfiguration fixes for OS/2 specific "Innotek gcc...
2004-02-28  Robert Roebling Checks for --enable-gpe, libgpewidget
2004-02-22  Robert Roebling MacOS Carbon now has a toggle button.
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-15  Stefan NeisDo a configure test whether or not to include -I/usr...
2004-02-15  Stefan NeisDo _not_ test for strcasecmp on OS/2 (where stricmp...
2004-02-13  Vadim Zeitlinadded /usr/lib and lib32 to SEARCH_LIB (trying to fix...
2004-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-10  Vadim Zeitlinadded HAVE_STATIC_CAST
2004-02-10  Vadim ZeitlinWin64 compilation fixes: define SIZEOF_SIZE_T, added...
2004-02-04  Robin Dunnfix for SEARCH_LIB so libs can still be found in the...
2004-02-04  Vadim Zeitlinlook for Motif 2.1 headers before Motif 1.2 ones
2004-02-04  Vadim Zeitlinlook for libs under /usr/lib64 and /usr/X11R6/lib64...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-01  Václav Slavík1. optionally use libSDL for wxSound
2004-01-26  Václav SlavíkwxBase uses OLE, too
2004-01-22  Vadim Zeitlinfix for wx-config --inplace --rezflags output in wxCoco...
2003-12-24  Václav Slavíkfixing the regex mess that Ryan wasn't yet able to...
2003-12-24  David ElliottwxCocoa: Enable wxSocket support using new CFSocket...
2003-12-16  David ElliottwxCocoa: New native wxToolBar
2003-12-16  Julian SmartPass -mwindows when linking the GUI samples under Wine
2003-12-14  Václav Slavíkadded checks for Xxf86vmode
2003-12-13  Václav Slavíkreverted previous change (except for tiny part that...
2003-12-13  Julian SmartApplied patch by Dimitrie O. Paun <dpaun@rogers.com...
2003-12-13  Ryan NortonBrian Victor's Patch
2003-11-26  Václav Slavíkcleanup: don't pass builtin libs includes to CPPFLAGS...
2003-11-16  Václav Slavíkfixed wx-config together with gcc-3.4
2003-11-14  Vadim Zeitlinreverted the change to the values of DEFAULT_wxUSE_XXX...
2003-11-08  Vadim Zeitlinadd -lXpm to the GUI libs
2003-11-08  Vadim Zeitlin1. fixed --with-libxpm switch handling, added it to...
2003-11-08  Vadim Zeitlinrestored double square brackets for now, my last fix...
2003-11-08  Vadim Zeitlinuse [A-Z] instead of [[A-Z]] in tr (replaces patch...
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-05  Stefan NeisFix to detection of gcc version on OS/2.
2003-10-04  Václav Slavíktex2rtf builds in wxBase, too
2003-10-03  Václav Slavíkfixed incorrect output of wx-config --libs for wxBAse
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-21  Stefan NeisIdentify OS/2 by defining __OS2__.
2003-09-20  Vadim Zeitlinincremented WX_CURRENT
2003-09-20  Vadim Zeitlinadded minimal support for xlc under Darwin
2003-09-19  Mattia Barbon Try linking wxMotif without -lSM and -lICE.
2003-09-19  Vadim Zeitlindon't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the...
2003-09-18  Václav SlavíkwxMGL fixes: detect mgl50r11
2003-09-15  Vadim Zeitlinfixed iODBC detection
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-12  Mattia Barbon Try detecting if the CD-ROM I/O implementation in...
2003-09-07  Mattia Barbon Removing makegen and projgen, part #1: removing refer...
2003-08-24  Stefan NeisMore fixes/improvements for OS/2.
2003-08-24  Stefan NeisSome more fixes for OS/2.
2003-08-23  Václav Slavíkbuiltin iODBC build fixes
2003-08-21  Vadim Zeitlinadded wxListbook
2003-08-20  Stefan NeisAdded some missing brackets required by autoconf on...
2003-08-17  Stefan NeisAdded some special code to make generated configure...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkdon't test for Flex and Yacc, we don't use them anymore...
2003-08-16  Václav Slavíkoutput -Wl,--subsystem,console for Mingw if any GUI...
2003-08-16  Stefan NeisSome fixes for OS/2.
2003-08-14  Václav Slavíkcomplain if ar is missing
2003-08-13  Václav Slavíkdefine NO_GCC_PRAGMA in wx-config output on Darwin
next