2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
blob | commitdiff | raw |
2009-10-14 |
Vadim Zeitlin | Test whether GTK+ is 2.18 or newer in configure. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Vadim Zeitlin | Add wxUSE_RIBBON to wx/setup_inc.h and wx/chkconf.h. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Add wxDEBUG_LEVEL to wx/setup.h and document it. |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Vadim Zeitlin | remove duplicate wxUSE_GSTREAMER definition |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Vadim Zeitlin | define HAVE_LARGEFILE_SUPPORT in setup.h when large... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Vadim Zeitlin | wxUSE_GSTREAMER is Unix-specific, remove it from common... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Vadim Zeitlin | use wcs(n)casecmp() if available; use wxStricmp() to... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Francesco Montorsi | provide our own implementation of wxStrnlen if it's... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Francesco Montorsi | add support for wxStrnlen for those platforms where... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | remove obsolete macros |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Vadim Zeitlin | use std[::tr1]::unordered_map if available in wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
blob | commitdiff | raw | diff to current |
2008-02-16 |
Vadim Zeitlin | turn wxUSE_STD_IOSTREAM on by default (except for the... |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Vadim Zeitlin | add wxXLocale class and wxIsxxx_l() and wxToxxx_l(... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | add wxUSE_WEAKREF (modified partially applied patch... |
blob | commitdiff | raw | diff to current |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | added configure option for wxUSE_AUTOID_MANAGEMENT |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Vadim Zeitlin | add wxUSE_TASKBARICON_BALLOONS to make it possible... |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Paul Cornett | remove check for missing gtk_icon_size_lookup, since... |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429) |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | require GTK+ 2.4 for wxGTK2 |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
blob | commitdiff | raw | diff to current |
2007-10-04 |
Michael Wetherell | Cache user and group name as these can be expensive... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Paul Cornett | remove unused configure tests and macros |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Václav Slavík | Fixed wxAtomicInc/Dec() to not use asm/atomic.h header... |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Robert Roebling | Add GtkPrint detection code and configure switch |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Vadim Zeitlin | use unsetenv() instead of setenv(var, NULL) which is... |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Paul Cornett | remove duplicates |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Vadim Zeitlin | removed unused wxUSE_XXX options (patch 1759328) |
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-22 |
Václav Slavík | fix visibility problems with libstdc++ on Debian and... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | removed duplicate MSW-specific options, they're now... |
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 | removed wxUSE_UXTHEME_AUTO which wasn't used anywhere |
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 | regenerated MSW part from wx/msw/setup_inc.h |
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 |
Vadim Zeitlin | moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h... |
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-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG |
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-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX |
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 |
Václav Slavík | made wxUSE_UNICODE=1 the default |
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-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
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-17 |
Paul Cornett | add wxUSE_STC wrappers |
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-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
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-08 |
Paul Cornett | add HAVE_ROUND |
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 | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Václav Slavík | added WXWIN_COMPATIBILITY_2_8 |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Vadim Zeitlin | really removed __WIN95__ (as mentioned, but not done... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Vadim Zeitlin | test for __WIN32__ and not __WIN95__ when defining... |
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-03 |
Michael Wetherell | Check the size of the boolean type used by an external... |
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-09 |
Vadim Zeitlin | include widec.h if it's available, it contains declarat... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Vadim Zeitlin | regenerated after the last change of setup_inc.h (chang... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Michael Wetherell | Move the #if disabling wxUSE_STD_STRING for watcom... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | Various wxCollapsiblePane enhancements (re-patch 1577412): |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Michael Wetherell | Make wxBackingFile internal, and remove wxZipFSHander... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912) |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | check for strtoull() or wcstoull() |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Michael Wetherell | Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE. |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Robin Dunn | Put wxUSE_DETECT where it won't get overritten |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | Check for fdopen. Probably everywhere has it, but check... |
blob | commitdiff | raw | diff to current |
2006-10-18 |
Robert Roebling | Test for KDE and GNOME using session manager vendor. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Václav Slavík | re-added wxUSE_MS_HTML_HELP to setup.h.in once again... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxUSE_ABOUTDLG |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robin Dunn | Make the message about wxUSE_GRAPHICS_CONTEXT a bit... |
blob | commitdiff | raw | diff to current |
next |