OS/2 tweaks.
[wxWidgets.git] / configure.in
2002-07-19  Václav Slavíkexplicitly pass -lstdc++ to the linker in case of DJGPP
2002-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-07-15  Václav SlavíkwxMGL features detection fixes
2002-07-09  Vadim Zeitlinfix linking on AIX/RS6000 by using -mminimal-toc option
2002-06-28  Chris Elliottmake path absolute to install-sh, to fix contrib lib bug
2002-06-27  Vadim Zeitlin(blind) fixes for AIX: shared library extension there...
2002-06-23  Julian SmartApplied patch [ 566194 ] Adds taskbar sample to configu...
2002-06-19  Gilles Depeyrotmoved header detections before sizeof detections since...
2002-06-17  Vadim Zeitlinadded configure support for the large files
2002-06-07  Vadim Zeitlinfixed glibc 2.1 detection test
2002-05-18  Vadim Zeitlinpass IF_GNU_MAKE and other configure params to the...
2002-05-14  Vadim Zeitlinwanted to fix zlib include path but it turned out to...
2002-05-13  Gilles Depeyrotuse built-in wcslen instead of disabling wide character...
2002-05-12  Gilles Depeyrotno timezone variable is only a warning instead of an...
2002-05-11  Vadim Zeitlindon't test for msvcrt under Unix nor libw under Windows...
2002-05-10  Vadim Zeitlindon't define wxUSE_WCHAR_T on systems without wcslen...
2002-05-10  Vadim Zeitlinset OPENGL_LIBS when x-compiling for MSW (patch from...
2002-05-10  Vadim Zeitlin1. moved the test for glibc >= 2.1 after AC_PROG_CC
2002-05-08  Gilles Depeyrotimproved dynamic shared library creation for Darwin...
2002-05-07  Vadim Zeitlinfixed typo for MSW cross-compilation
2002-05-05  Gilles Depeyrotuse Darwin specific double step shared library linking...
2002-05-03  Gilles Depeyrotinstall both compiled and ascii resource files for...
2002-04-19  Gilles Depeyrotuse specific linker flags under Mac OS X when linking...
2002-04-18  Robert Roebling Moved mobile dir.
2002-04-17  Gilles Depeyrotcorrected thread detection for Darwin / Mac OS X
2002-04-16  Ron Leereplace zsh'ism(?) with a posix parameter expansion...
2002-04-16  Vadim Zeitlindon't include -D_REENTRANT in the linker flags
2002-04-16  Vadim Zeitlinadd -pthread like options to the linker flags as well...
2002-04-16  Vadim Zeitlintypo fixed: should be lpthread, not -lpthread in THREAD...
2002-04-16  Vadim Zeitlinthread detection fixed for Solaris
2002-04-16  Vadim Zeitlintry just -lpthread in the thread detection code too
2002-04-16  Gilles DepeyrotAdded -bind_at_load linker option for Darwin/Mac OS...
2002-04-15  Vadim Zeitlinuse -pthread or equivalent when using threads; many...
2002-04-15  Vadim Zeitlindon't try to remove -g flag from CFLAGS, it is not...
2002-04-07  Robert Roebling Added first test app to "mobile".
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-30  Robert Roebling Configure changes for StrongARM cross-compilation.
2002-03-25  Václav Slavíkadded wxArtProvider sample (not yet finished)
2002-03-25  Vadim Zeitlintest for wcstr.h only if we don't have wchar.h
2002-03-22  Václav Slavíkrequire GTK+ 2.0.0, not 1.3.1
2002-03-19  Václav Slavíkfixed MSLU check
2002-03-17  Gilles Depeyrotadded url of Fink Unix to Mac OS X porting instructions
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-03-10  Václav Slavíkhtmlhelp.h no longer needed -> removed test in configure
2002-03-06  Vadim Zeitlincheck for sizeof(void *), not sizeof(int *) - not reall...
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-24  Gilles Depeyrotadded Mac OS X application bundle (framework) building
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-20  Julian SmartNanoX modificati
2002-02-17  Vadim Zeitlinset WXWIN_COMPATIBILITY_2_2 to 1 by default
2002-02-17  Stefan NeisFix typo from version 1.528.
2002-02-17  Stefan NeisFixed typo in my last commit (it did break socket detec...
2002-02-16  Stefan NeisChanges to make wxBase configure on OS/2 correctly.
2002-02-16  Mattia BarbonEnable wxDynamicLoader
2002-02-15  Julian SmartStarted some NanoX work (blind to begin with)
2002-02-13  Vadim Zeitlindon't use -q option with egrep, Solaris doesn't have...
2002-02-13  Vadim Zeitlindisable wxSocket for wxX11, doesn't link anyhow
2002-02-13  Vadim Zeitlinclean ups to wxX11+wxUniv handling
2002-02-12  Stefan NeisSome additional checks for building wxPM (OS/2) which...
2002-02-12  Vadim Zeitlinfixed a bug/typo in configure introduced by the previou...
2002-02-11  Vadim Zeitlinfixed make install and make base for wxBase
2002-02-11  Julian SmartAdded MICROWIN include dir
2002-02-11  Julian SmartAttempted to add configury for NanoX compatibility
2002-02-11  Julian SmartRemoved -lXext -lXt from libraries for wxX11
2002-02-10  Václav Slavíkdisable shared libs for DJGPP (who broke this?)
2002-02-10  Robert Roebling wxX11 compiles and links now. I wonder why there is
2002-02-10  Robert Roebling wxX11 might compile now.
2002-02-10  Robert Roebling More configure/compile things for X11.
2002-02-09  Robert Roebling More make stuff for X11.
2002-02-07  Julian SmartVarious fixes for X11 compilation
2002-02-07  Julian SmartAdded X11 support
2002-01-30  Vadim Zeitlinbuild ODBC objects in wxBase build as well if --with...
2002-01-26  Václav Slavíkdon't check for libjpeg,libtiff and libpng when buildin...
2002-01-25  Vadim Zeitlininstall wxUniv headers in make install and include...
2002-01-25  Vadim Zeitlinchanges to allow making samples/demos with non GNU...
2002-01-23  Vadim Zeitlindon't test for VPATH support for GNU make - this is...
2002-01-23  Vadim Zeitlincache the results of checks for make VPATH support...
2002-01-23  Vadim Zeitlinallow building wxWin with non-GNU make (which doesn...
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
2002-01-18  Vadim ZeitlinIFF support off by default
2002-01-15  Robert Roebling Added IFF handler.
2002-01-15  Václav Slavíkreverted my locale change
2002-01-13  Václav Slavíkmake all now compiles .mo catalogs
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-11  Gilles Depeyrotcorrection to shared library build command for HP ...
2002-01-07  Vadim Zeitlinfix for GL library soname under Solaris
2002-01-06  Gilles Depeyrotmoved TARGET_CARBON to mac private header
2001-12-31  Václav Slavíkdon't use --enable-protocol(-xxx) w/o sockets
2001-12-31  Gilles Depeyrotdrag and drop is now implemented in wxMac
2001-12-31  Václav Slavíkfinished Vadim's new wxUSEs under Unix
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-12-27  Václav Slavík1. libunicows support in configure
2001-12-21  Robert Roebling Added configure support for wxMicroWindows.
2001-12-21  Vadim Zeitlinfix for last commit which accidentally disabled wxDynam...
2001-12-21  Vadim Zeitlindisable new DL code by default
2001-12-19  Ron LeeBumped version and soname for 2.3.3
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
next