replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src /
2007-03-30  Vadim Zeitlinreplaced run-time tests for wxRICHTEXT_USE_TOOLBOOK...
2007-03-30  Vadim Zeitlinmove m_perDisplayData destruction to dtor from CleanUp...
2007-03-30  Vadim Zeitlincheck that the pointer is non-NULL before using it...
2007-03-30  Vadim Zeitlincheck that filename pointer is non-NULL before using...
2007-03-30  Vadim Zeitlindon't use C++ comments in C file
2007-03-30  Vadim Zeitlindon't crash when attempting to select hidden tree root...
2007-03-30  Vadim Zeitlindon't call gtk_label_set_line_wrap() from DoGetBestSize...
2007-03-30  Vadim Zeitlinfix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
2007-03-29  Vadim Zeitlinfix memory leak when handling background attribute...
2007-03-29  Vadim Zeitlinfix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
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-27  Julian SmartNeed an extra pixel when divider present
2007-03-27  Václav Slavíkfixed compilation with 2.8 compatibility off: wxTR_EXTE...
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
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 Zeitlinuse native TAB traversal for GTK+ 2
2007-03-26  Vadim Zeitlinadded ellipsis to a couple of stock labels
2007-03-26  Vadim Zeitlinassert if AddRoot() is called twice for a wxTR_HIDE_ROO...
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-25  Vadim Zeitlinrespect the current default style in SetValue() (modifi...
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-22  Vadim Zeitlinuse correct background colour for the box label when...
2007-03-22  Vadim Zeitlincall GetTextExtent() after selecting the correct font...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
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  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
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  Benjamin Williamsapplied patch 1683441
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
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 Zeitlincompilation fix for switch(wxChar)
2007-03-19  Vadim Zeitlinreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS...
2007-03-19  Vadim Zeitlinuse wxCollapsiblePane in the log dialog (patch 1624796)
2007-03-19  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2007-03-19  Vadim Zeitlinadded missing wxGUIAppTraits::SetLocale()
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-18  Vadim Zeitlinfixed typo in last commit
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
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 Zeitlingive us wxSTAY_ON_TOP style if our parent has it, other...
2007-03-18  David ElliottwxTopLevelWindowCocoa::SetTitle title parameter is...
2007-03-18  Vadim Zeitlinfix XModifierKeymap memory leak (patch 1683137)
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 Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Vadim Zeitlincall wxYield() to force display of the busy info frame...
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-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Václav Slavíkadded missing #pragma hdrstop
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
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...
next