removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / common /
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2007-04-11  Václav Slavíkfixed another place where wxString was used as bool
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Stefan Csomorcorrecting include style
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't allocate m_refData unnecessarily
2007-04-07  Vadim Zeitlindon't crash when IsEmpty() is called on invalid bundle...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-07  Václav SlavíkSTL build compilation fix
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-04-06  Stefan NeisOS/2 specific compilation fix for wxCStrData handling.
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-04  Václav Slavíkbuild fixes after previous commit
2007-04-03  Václav Slavíkcleanup of wxString ctors and operator=: made both...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-01  Vadim Zeitlinfixes for PCH-less build after last commit
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-30  Václav Slavíkfixed wxDB compilation
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-30  Vadim Zeitlinclear m_oldStatusText after restoring it, otherwise...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-30  Vadim Zeitlinadded IO errors handling to TGA reading code
2007-03-30  Vadim Zeitlinfix error handling in the generic branch of wxCopyFile()
2007-03-30  Vadim Zeitlinfixed memory leaks when reading invalid GIFs
2007-03-30  Vadim Zeitlindon't dereference potentially NULL m_sock in Disconnect()
2007-03-30  Vadim Zeitlincheck for alpha first, then mask, in BlurHorizontal...
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...
next