comment improvements/fixes
[wxWidgets.git] / configure.in
2006-11-16  Vadim Zeitlindisable mmedia contrib for wxMGL (blunt fix for tinderb...
2006-11-13  Vadim Zeitlindisable wxGLCanvas for wxMGL and wxDFB which don't...
2006-11-11  Stefan NeisNeed to check for getsockopt argument in C++ mode.
2006-11-10  Vadim Zeitlinuse C++ for variadic macros test as e.g. gcc 2.95.4...
2006-11-10  Vadim Zeitlinuse C++ compiler for timezone test, otherwise wrong...
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-10  Vadim Zeitlinundid CFLAGS to CXXFLAGS chane (rev 1.1121) which is...
2006-11-10  Vadim Zeitlinuse AC_CACHE_CHECK instead of AC_MSG_CHECKING + check...
2006-11-10  Vadim Zeitlinuse C++ compiler for the tests which do require it...
2006-11-09  Vadim Zeitlinshave 30KB off configure size by using a single AC_CHEC...
2006-11-09  Vadim Zeitlininclude widec.h if it's available, it contains declarat...
2006-11-09  Vadim Zeitlinuse C compiler for tests again, it's useless to use...
2006-11-09  Vadim Zeitlindon't create version-script file if it's not used
2006-11-06  Vadim Zeitlindisable joystick for wxMGL, it's not implemented there
2006-11-06  Vadim Zeitlindisable net contrib for non-Unix nor Windows platforms...
2006-11-06  Vadim Zeitlindisable wxSound for wxMGL DOS build (it's not implement...
2006-11-06  Vadim Zeitlindisable dialup manager for MGL, it doesn't link as...
2006-11-04  Vadim Zeitlinfix messages for OpenGL headers detection
2006-11-04  Vadim Zeitlintest for GL/glu.h too (fixes part of bug 879474)
2006-11-04  Vadim Zeitlinlook for OpenGL headers/libraries in /opt/graphics...
2006-11-04  Václav Slavíkdon't use top_builddir so that configure.in works with...
2006-11-04  Vadim Zeitlinfix to last change: compilation test must be done after...
2006-11-04  Vadim Zeitlinadd -mno-cygwin detection: we should treat cygwin as...
2006-11-03  Vadim Zeitlinfix typo in WX_ARG_ENABLE for richtext (patch 1589243)
2006-10-31  Vadim Zeitlincall PKG_PROG_PKG_CONFIG before checking for gnomeprint...
2006-10-31  Vadim Zeitlindon't define WINVER as 0x0400 in configure, it's define...
2006-10-31  Vadim Zeitlinadded --enable-tga (on by default)
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-28  Vadim Zeitlincheck for strtoull() or wcstoull()
2006-10-28  Vadim ZeitlindeTABified
2006-10-28  Michael WetherellAnother fix for the pch bug test.
2006-10-28  Michael WetherellAnother fix for the pch bug test.
2006-10-28  Michael WetherellFix bugs in check for gcc's precompiled header bug.
2006-10-28  Michael WetherellFix portibility bug.
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-23  Michael WetherellOn unicode builds detect gcc 3.4 precompiled header...
2006-10-23  Robin DunnBump subrelease number
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellCheck for fdopen. Probably everywhere has it, but check...
2006-10-22  Vadim Zeitlinwhy was using std::string and streams disabled by defau...
2006-10-19  Robin Dunnbump subrelease number
2006-10-19  Vadim Zeitlinmust use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES...
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-14  Robin DunnEnsure Cairo is installed before setting wxUSE_GRAPHICS...
2006-10-14  Paul Cornettremove unused XIM code, minor cleanup
2006-10-13  Robin Dunnbump subrelease number
2006-10-11  Paul Cornettanimatectrl typo
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-08  Robert Roebling Bump version.
2006-10-08  Vadim Zeitlinadded --enable-aboutdlg
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-02  Vadim Zeitlindefine wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-16  Michael WetherellMinor cleanup: use AC_CHECK_DECLS for the gtk_icon_size...
2006-09-09  Robert Roebling Apply patch [ 1548750 ] wxVsnprintf() various fixes
2006-09-07  Vadim Zeitlindefine wx_cv_func_snprintf_pos_params when cross-compil...
2006-09-06  Vadim Zeitlinenable support for printf positional parameters by...
2006-09-05  Václav Slavíkuse macros to completely remove wxLogTrace, wxLogDebug...
2006-09-04  Michael WetherellA better compile fix for Wine (which lacks pbt.h).
2006-09-04  Michael WetherellDefine HAVE_BOOLEAN when the Windows headers declare...
2006-09-02  Robin Dunnbump subrel number
2006-08-28  Michael WetherellUse WX_CHECK_FUNCS for strtok_r.
2006-08-27  Vadim Zeitlinrelax DFB version requirements to work with 0.9.22...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-23  Václav Slavíkset wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal...
2006-08-23  Václav Slavíkremoved wxUSE_TOOLBAR_SIMPLE leftovers from the main...
2006-08-22  Michael WetherellSwitch to AC_CHECK_DECLS instead of WX_CHECK_DECLS.
2006-08-22  Michael WetherellAdd WX_CHECK_DECLS macro and try it out on strtok_r...
2006-08-22  Michael WetherellFor an unknown generic unix system make --with-x11...
2006-08-19  Vadim Zeitlintidy up configure output, don't show gnomeprint/vfs...
2006-08-19  Paul Cornettconfigure test for round
2006-08-14  Vadim Zeitlindisable positional printf params for now as there are...
2006-08-13  Vadim Zeitlincorrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS
2006-08-10  Michael WetherellAdd parameter to the --enable-universal_binary option...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-05  Vadim Zeitlintest for sys/soundcard.h was failing because of missing...
2006-07-29  Vadim Zeitlinnicer messages for gstreamer detection
2006-07-28  Vadim Zeitlincontinue even if the system name is not recognized
2006-07-27  Vadim Zeitlinremove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc
2006-07-12  Stefan NeisAdded support for MirOS, an OpenBSD variant (patch...
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
2006-06-06  Julian SmartInitial commit of wxAUI
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-29  Vadim Zeitlinuse CFLAGS for GTK tests, not CXXFLAGS
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-23  Julian SmartwxToggleButton for wxUniversal: configure changes
2006-05-23  Paul Cornettfix incomplete change from rev 1.1121
2006-05-22  Paul Cornetttypo
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-08  Vadim ZeitlinwxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added
2006-05-07  Stefan NeisNeed to do tests for compiler version (to determine...
2006-04-18  Vadim Zeitlinuse CXXFLAGS instead of CFLAGS in several places now...
2006-04-18  Vadim Zeitlincompile GTK+ test program using C compiler, not C+...
2006-04-18  Vadim Zeitlindo all tests using C++ compiler, this should fix all...
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
next