replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src / common /
2007-03-30  Vadim Zeitlincheck that the pointer is non-NULL before using it...
2007-03-29  Václav SlavíkPCH-less compilation fix
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-28  Václav Slavíkmade wxHashMap work with any form of strings
2007-03-28  Václav Slavíkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Václav Slavíkuse wxStrings in wxLocale methods, _() and wxGetTransla...
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-26  Vadim Zeitlinadded ellipsis to a couple of stock labels
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-21  Jouk Jansen Committing in .
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlindon't offset the window being centered more than strict...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav SlavíkwxUniChar::unicode_type -> value_type
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinhandle 0 timeout in RunLoop() correctly
2007-03-19  Vadim Zeitlinimplement DoStretchBlit() in terms of DoBlit() and...
2007-03-19  Vadim Zeitlinreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinmodify m_encoding, not m_name, in wxCSConv::CreateConvI...
2007-03-18  Vadim Zeitlindon't check if the file exists if we don't use it
2007-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Vadim Zeitlingcc signed/unsigned warning fix
2007-03-17  Vadim Zeitlinoutput '}' as wxChar, not char, which results in using...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-16  Václav Slavíkadded missing #pragma hdrstop
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-16  Vadim Zeitlindon't waste time updating state of tools in a hidden...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-12  Vadim Zeitlininclude <locale.h> before using setlocale()
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Vadim Zeitlinuse wxConvLibc, not wxConvCurrent, with regerror()
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-08  Vadim Zeitlininclude wx/thread.h in debug build which is needed...
2007-03-08  Vadim Zeitlinmade wxGetTimeOfDay() public
2007-03-08  Vadim Zeitlinfix the bug which could have resulted in failing to...
2007-03-07  Vadim Zeitlinupdate the value shown in the combobox itself correctly...
2007-03-07  Vadim Zeitlintest for special keys first, before testing for alphanu...
2007-03-07  Vadim Zeitlinfix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
2007-03-07  Vadim Zeitlinfix base64 computation for strings whose length modulo...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Vadim Zeitlinuse critical section to protect global TablesInUse...
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-03-04  Vadim ZeitlinwxCreateGreyedImage() deprecated, use wxImage::ConvertT...
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-03-01  Václav Slavíkallow using both char* and wchar_t* in wxFileConfig...
2007-02-26  Jouk Jansen OpenVMS compile support update
2007-02-24  Vadim Zeitlinrecognize the encoding name without hyphens as synonym...
2007-02-24  Vadim Zeitlinadded MSxxx and IBMxxx as synonyms for CPxxx code pages...
2007-02-24  Václav Slavíkchanged wxArrayString::m_pItems from wxChar* to const...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-22  Julian SmartFixed a confusion between window and client size that...
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2007-02-16  Julian SmartIsShown shouldn't cause empty sizers to not have their...
2007-02-13  Włodzimierz SkibaWarning fix.
2007-02-12  Vadim Zeitlinfixed LastRead() after Read(wxOutputStream&) (patch...
2007-02-12  Vadim Zeitlinremoved spurious cast of GetTruncatedJDN() return value...
2007-02-11  Vadim Zeitlindon't use strlen() to verify the length of the string...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-21  Vadim Zeitlinfix infinite recursion when processing navigation keys...
2007-01-20  Vadim Zeitlinname user config file appname.conf when it's locayed...
2007-01-19  Václav Slavíkfixed typo in code for setting alternative locale name
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
next