2007-07-28 |
Vadim Zeitlin | show wxUSE_STL in the summary at the end too |
blob | commitdiff | raw |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Paul Cornett | skip preprocessor test for a couple more header checks |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Paul Cornett | fix last commit, it seems spaces are not allowed betwee... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | added wxUSE_INICONF (disabled by default) |
blob | commitdiff | raw | diff to current |
2007-07-27 |
David Elliott | Implement --with-macosx-sdk[=SDK] and --with-macosx... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | re-disable Universal Mac builds by default |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added --enable-ownerdrawn MSW-only option |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Václav Slavík | fixed wxMotif to compile in Unicode mode (this is not... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added --enable-ps-in-msw configure option |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added wxUSE_REGKEY option |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | extracted MSW-specific setup.h options to their own... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | define wxUSE_FONTENUM |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added --enable-uxtheme option |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Paul Cornett | more AC_CHECK_HEADERS fixes |
blob | commitdiff | raw | diff to current |
2007-07-20 |
David Elliott | Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEAD... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Vadim Zeitlin | check for setenv first, then putenv as using setenv... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for genera... |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Vadim Zeitlin | removed the hyphen from the new --enable{baseevt,epoll... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Vadim Zeitlin | test for gettimeofday/ftime even if we don't use wxDate... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Paul Cornett | fix syntax error |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Vadim Zeitlin | don't change the wxUSE_XXX for the controls if --enable... |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Václav Slavík | added --disable-visibility configure option |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Václav Slavík | make --enable-optimise the default in absence of -... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | --with-sdl option should be taken into account for... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | disable the libraries and features which were disabled... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | add adv and core libraries to the built wx libs if... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | Rewrote configure --enable/with options handling: |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | added --optional-libs wx-config argument (patch 1747239) |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added GCC visibility support |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Václav Slavík | removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was... |
blob | commitdiff | raw | diff to current |
2007-06-29 |
Václav Slavík | wxUniChar wchar_t handling fixes for Borland, DMC and... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Václav Slavík | fixes to wint_t and wchar_t handling in unichar.h ... |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Václav Slavík | added configure check for wcsdup(), there are too many... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | remove -mt and/or -pthread when mixing Sun CC and gcc... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | use -R instead of -Wl,-rpath with Sun CC under Linux too |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Vadim Zeitlin | corrected strptime() test, don't use NULL pointer as... |
blob | commitdiff | raw | diff to current |
2007-06-14 |
Vadim Zeitlin | check if strptime() works correctly and disable its... |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Stefan Neis | Try using UTF-8 on OS/2. |
blob | commitdiff | raw | diff to current |
2007-05-27 |
David Elliott | Add implementation of Objective-C class name uniquifying. |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Vadim Zeitlin | use C++ compiler for va_copy test, at least under IRIX... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Vadim Zeitlin | fixed detection of missing C++ compiler added in last... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Vadim Zeitlin | abort immediately if no C++ compiler was detected inste... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Vadim Zeitlin | test for round() using C++ compiler, not C one (should... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Vadim Zeitlin | output Unicode/UTF-8 settings on a single line |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Václav Slavík | enable UTF8 build for wxGTK2 and wxDFB by default |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | added code for optimized handling of UTF-8 locales... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
Robert Roebling | Added compile guards to wxEditableListBox |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | don't compile Scintilla sources with -Wall |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Václav Slavík | initial version of UTF-8 strings representation (still... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Mattia Barbon | Added --enable-extended_rtti configure switch (defaul... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | use C++ compiler for all getsockopt() tests, not just... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Robin Dunn | Patch from FM with more bakefile tweaks and etc. |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | added taborder sample |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Vadim Zeitlin | test for pthread_mutex_timedlock() availability in... |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition. |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Paul Cornett | add 4th parameter to AC_CHECK_HEADER to skip preprocess... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | add checks for GTK+ 2.10 (part of patch 1661851) |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just fixed a typo in warning given about... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
blob | commitdiff | raw | diff to current |
2007-02-20 |
Václav Slavík | fixed incorrectly reported WXWIN_COMPATIBILITY_2_6... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Václav Slavík | added WXWIN_COMPATIBILITY_2_8 |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Vadim Zeitlin | define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Set version number |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Robin Dunn | Bump subrelease number |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Paul Cornett | only gtk1 needs poll now |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Vadim Zeitlin | do strtoll() test using C++ compiler as at least under... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | updated version to 2.8.1 |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | include WebKit.h as otherwise WebKit is not detected... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Václav Slavík | disable (some) features that are not available in DirectFB |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Robin Dunn | bump subrelease number |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Michael Wetherell | Fix for printf positional parameter check from Francesco. |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Robin Dunn | Bump subrelease number |
blob | commitdiff | raw | diff to current |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Michael Wetherell | Fix so that AR/AROPTIONS can be overridden on the confi... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | enable gnomeprint code by default |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | removed extra comma in --enable-dataviewctrl helpstring |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Michael Wetherell | Check the size of the boolean type used by an external... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Vadim Zeitlin | added --disable-vararg_macros option to allow not using... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Michael Wetherell | Rename boolean to wxjpeg_boolean to avoid conflicts... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Michael Wetherell | Put setting of CC and CXX for wine back before compiler... |
blob | commitdiff | raw | diff to current |
2006-11-25 |
Stefan Neis | Replaced "egrep" by "$EGREP" (predefined by configure... |
blob | commitdiff | raw | diff to current |
2006-11-25 |
Vadim Zeitlin | force linux/joystick.h header compilation (and not... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | moved wxMGL's font management code to common so that... |
blob | commitdiff | raw | diff to current |
2006-11-16 |
Vadim Zeitlin | disable mmedia contrib for wxMGL (blunt fix for tinderb... |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Vadim Zeitlin | disable wxGLCanvas for wxMGL and wxDFB which don't... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Stefan Neis | Need to check for getsockopt argument in C++ mode. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Vadim Zeitlin | use C++ for variadic macros test as e.g. gcc 2.95.4... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Vadim Zeitlin | use C++ compiler for timezone test, otherwise wrong... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Robin Dunn | Move version number to 2.8.0.0 and rebake the makefiles |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Vadim Zeitlin | undid CFLAGS to CXXFLAGS chane (rev 1.1121) which is... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Vadim Zeitlin | use AC_CACHE_CHECK instead of AC_MSG_CHECKING + check... |
blob | commitdiff | raw | diff to current |
next |