2005-08-07 |
Michael Wetherell | With Sun CC temporaries have block scope unless '-featu... |
blob | commitdiff | raw |
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 |
2005-04-11 |
Robert Roebling | Make std_string, std_iostreams and gnomeprint default. |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Mattia Barbon | Check that std::basic_string<wchar_t> actually works... |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Stefan Neis | Added support for toggle button on OS/2. |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Robert Roebling | Added switch for mousewheel. |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Robin Dunn | bumped subrelease number |
blob | commitdiff | raw | diff to current |
2005-04-07 |
Michael Wetherell | Add "-framework IOKit -framework CoreServices -framewor... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Robert Roebling | Added switch and define for wxUSE_STD_STRING |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Ron Lee | Rearrange the magic order we use instead of proper... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Julian Smart | Use AC_TRY_LINK for demangle |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Stefan Neis | Force wxUSE_DEBUGREPORT to disabled for OS/2. |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | fixed test for GTK+ 2.4: was always false on a second... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | make it clear which GL(U) library we can't find in... |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Stefan Neis | Somewhat cleaned up handling of OMF mode for OS/2. |
blob | commitdiff | raw | diff to current |
2005-03-27 |
David Elliott | Disable wxStackWalker on platforms other than Win32... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
David Elliott | Moved compiler detection macros to Bakefile. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Michael Wetherell | configure fix for OS/2 from Dave Parsons and David... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Julian Smart | Updated version to 2.5.5 |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | build debugrpt sample if wxUSE_DEBUGREPORT |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | define USE_QA so that qa library is built |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | added qa library (currently consisting of wxDebugReport... |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Robin Dunn | Bumped subrelease number |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Vadim Zeitlin | disable debug report for now |
blob | commitdiff | raw | diff to current |
2005-03-14 |
David Elliott | Make wxCocoa compile on Tiger. |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Michael Wetherell | Add samples mobile and ownerdrw. Make sample richedit... |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Vadim Zeitlin | added wxUSE_DEBUGREPORT |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | don't need AC_CXX_DYNAMIC_CAST for now |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | look in /usr/lib64 before standard locations, this... |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Michael Wetherell | Add samples to configure: ipc, keyboard, listbox, multi... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Michael Wetherell | Detect SIZEOF_WCHAR_T when cross-compiling |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Robin Dunn | bumped subrelease number |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Vadim Zeitlin | build ODBC sample under MSW too if wxUSE_ODBC (closes... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Stefan Neis | Bugfixes for OS/2. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
David Elliott | Check for xlC and add -qunique to CXXFLAGS if we're... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
David Elliott | Check to see if -ext o option is required to get compil... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
David Elliott | When host is OS X (PowerPC Darwin) check if compiler... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Ryan Norton | Move HID stuff into both OSX builds. Add preliminary... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Stefan Neis | Force OMF mode for DLL builds. |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Václav Slavík | moved GNOME printing code back to wxCore and fixed... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Stefan Neis | Simplified and extended compiler detection for OS/2. |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Michael Wetherell | Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Ryan Norton | change configure to better detect gstreamer. Check... |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Ryan Norton | properly detect gstreamer and libxml headers and libs... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robin Dunn | Also increment WX_CURRENT and WX_AGE according to the... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Julian Smart | Version |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Michael Wetherell | Add wxUSE_ARCSTREAM so that other archive classes can... |
blob | commitdiff | raw | diff to current |
next |