2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw |
2005-10-08 |
Vadim Zeitlin | enable all warnings (but disable some of them) for... |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Vadim Zeitlin | disable some (unavoidable) HP-UX aCC warnings |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Vadim Zeitlin | define _HPUX_SOURCE under HP-UX, otherwise many things... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Vadim Zeitlin | fixed bug in error message given if X headers/libs... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Vadim Zeitlin | updated version in configure to 2.7.0 too |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Vadim Zeitlin | added --without-subdirs option to speed up configure... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare pthread_mutexattr_settype() ourselves... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | disable warning about data truncation (810) for icc... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | corrected typo in check for icc |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Michael Wetherell | Fixups for solaris; remove '-mt' from pkg-config output... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | removed code defining NO_GCC_PRAGMA, we shouldn't need... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Kevin Hock | Use CXXFLAGS rather than CFLAGS for -Werror when determ... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Michael Wetherell | Use lib64 for 64-bit builds on some kinds of linux... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Michael Wetherell | Fix for detection of motif in the default library path |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Vadim Zeitlin | only check for lib directory for architectures which... |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | cache results of Motif 2 and Motif-is-Lesstif tests |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | pruned the list of directories to search for headers... |
blob | commitdiff | raw | diff to current |
2005-09-18 |
Vadim Zeitlin | finally really fixes IRIX build: |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Vadim Zeitlin | turn off warning 3970 for SGI CC (see comment for expla... |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Vadim Zeitlin | don't put default library paths in SEARCH_LIB |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Vadim Zeitlin | use -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun... |
blob | commitdiff | raw | diff to current |
2005-09-09 |
David Elliott | Use AC_CHECK_TOOL rather than AC_CHECK_PROG for AR... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Michael Wetherell | Handle the case when (v)snprintf have the format declar... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Vadim Zeitlin | use libSgm with wxMotif if available, this seems to... |
blob | commitdiff | raw | diff to current |
2005-08-31 |
Michael Wetherell | Fix for detection of motif headers when they are in... |
blob | commitdiff | raw | diff to current |
2005-08-31 |
Stefan Neis | Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | moved X11/XKBlib.h test after main X11 tests |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | (blind) fix for wxSound link problem under NetBSD with OSS |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Mart Raudsepp | [wxGTK2] Runtime check for pango_font_family_is_monospa... |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Mart Raudsepp | gtk+-2.x runtime compatibility when compile-time gtk... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Michael Wetherell | Workarounds for old versions of gcc on hpux: define... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Vadim Zeitlin | fix for the last commit |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Vadim Zeitlin | check for missing statfs() prototype (happens at least... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Vadim Zeitlin | added test for snprintf() which may not be present... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Vadim Zeitlin | don't use #error in configure test programs, some compi... |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Vadim Zeitlin | don't use -threads with gcc under HP-UX, it's for DCE... |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Vadim Zeitlin | moved __STDC_EXT__ definition for HP-UX from configure... |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Vadim Zeitlin | vsnprintf() tests correction: check that declaration... |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Vadim Zeitlin | use -threads with gcc under HP-UX instead of -pthread |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Vadim Zeitlin | only define __STDC_EXT__ in CXXFLAGS for gcc under... |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Michael Wetherell | Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Michael Wetherell | Fix mbstate_t from <cwchar> conflicting with that from... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | tentative fix for large files compilation under HP-UX |
blob | commitdiff | raw | diff to current |
2005-08-17 |
David Elliott | Allow wxWidgets to be built hosted on any architecture... |
blob | commitdiff | raw | diff to current |
2005-08-07 |
Michael Wetherell | With Sun CC temporaries have block scope unless '-featu... |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | added wxUSE_DC_CACHEING |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | added tests for fsync() and pthread_cleanup_push/pop() |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Michael Wetherell | Disable wxDataObject for MGL |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Mattia Barbon | Add configure check for Lesstif, to be used by following |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | xlC needs -qunique under AIX only, at least it doesn... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Vadim Zeitlin | disabled clipboard and dnd if dataobj is disabled |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Julian Smart | Version number update |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Michael Wetherell | Allow cross compiling of wxX11, wxMotif and wxGTK |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Robert Roebling | define NO_GCC_PRAGMA if |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Robert Roebling | Added test case speficically for GCC >= 4.0 and |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Robert Roebling | Reverted GCC_NO_PRAGMA change |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Stefan Neis | Compilation fix for some gcc versions on OS/2. |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Václav Slavík | removed unused versioning variables |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Ron Lee | Bump soname in preparation for 2.6.2 release. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Michael Wetherell | Unrevert Cygwin changes after discussion. Cygwin will... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Ron Lee | Fix the test for NO_GCC_PRAGMA to be faster and more... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Michael Wetherell | Revert Cygwin changes |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Michael Wetherell | Let Cygwin be a Windows build for wxMSW and a unix... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Michael Wetherell | Declare gtk_icon_size_lookup if it is missing from... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Michael Wetherell | Typo |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Stefan Neis | Hopefully fixed library names generated by wx-config... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Stefan Neis | Removed some code for detecting no longer needed pthrea... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Robin Dunn | Subrelease version bump |
blob | commitdiff | raw | diff to current |
2005-06-04 |
Michael Wetherell | Detect Apple bug that prevents the joystick code compil... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Version number updates |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Robin Dunn | Version number bump |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Michael Wetherell | wxBase compilation fix for Mac, with help from Ryan |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Michael Wetherell | No install_name_tool on OS X 10.1 |
blob | commitdiff | raw | diff to current |
2005-05-24 |
Michael Wetherell | Set wxUSE_ON_FATAL_EXCEPTION to no for non-unix |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Julian Smart | Applied patch [ 1194316 ] wxMediaCtrl MSW config and... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | don't use -ggdb when not using cc (part of bug 1202893) |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Robert Roebling | Use dmallocthcxx, not the plain C version. |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Julian Smart | Removed last fix to aclocal.m4 |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Michael Wetherell | Disable debugrpt sample for Windows since it's not... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Michael Wetherell | Only automatically switch off --enable-std_string or... |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Michael Wetherell | Detect when --enable-std_string or --enable-std_iostrea... |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Michael Wetherell | The mmedia contrib requires sys/soundcard.h on unix... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Robin Dunn | Bump subrelease number |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Michael Wetherell | Allow wchar_t for djgpp |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Michael Wetherell | Fixes to allow compilation with no wchar_t (djgpp proba... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Michael Wetherell | Disable dynlib and dynamicloader for djgpp |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Robin Dunn | Make std_string and std_iostreams default to disabled... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Julian Smart | Reset defaults: |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Michael Wetherell | Only generate a makefile for the debugrpt sample when... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Stefan Neis | Changed back DEFAULT_wxUSE_OPENGL to no so configure... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robin Dunn | wx-config doesn't need to output the resource file... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Michael Wetherell | New --with-gtk=VERSION syntax, and restore --disable... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Michael Wetherell | Replace --disable-gtk2 with --with-gtk1 and --with... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Vadim Zeitlin | mistakenly enabled by default --enable-unicode switched... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Julian Smart | Changed version number |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Ron Lee | Enabled opengl and unicode by default too as discussed. |
blob | commitdiff | raw | diff to current |
next |