removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include /
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
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-12  Václav Slavíkremoved unneeded wxChar* cast, we already have wxString one
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-11  Stefan Csomorchanging the Multiple Inheritance along the Single...
2007-04-11  Vadim Zeitlinderive wxStaticText from wxStaticTextBase under wxGTK1...
2007-04-11  Vadim Zeitlinlinking fix after the one before last commit
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlincompilation fix after last commit
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-09  Vadim Zeitlinfix unused parameter warning introduced by last commit
2007-04-09  Vadim Zeitlinmake wxVarVScrollLegacyAdaptor::OnGetLineHeight() non...
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-09  Václav Slavíkstring iterator's operator- should return difference_ty...
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-09  Václav Slavíkcompilation fix: needs wx/string.h
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlincorrected typo in the creation date
2007-04-08  Vadim Zeitlinadded wxPosition helper class (extracted from patch...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlinadded IsEmpty()
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-06  Vadim Zeitlinadd conversion of wxUniChar[Ref] to unsigned int if...
2007-04-06  Vadim Zeitlinadded operator-(const wxChar *, const wxCStrData&)...
2007-04-06  Vadim ZeitlinwxCStrData must be dllexport'd now that it has non...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-04-06  Vadim Zeitlinmore compilation and linking fixes for !wxHAS_NATIVE_TA...
2007-04-06  Vadim Zeitlincompilation fix for VC7.1: add size_t overloads for...
2007-04-05  Vadim Zeitlincompilation fix for g++ 3 (and probably others) after...
2007-04-05  Vadim Zeitlincompilation fixes for generic TAB navigation after...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-05  Vadim ZeitlinwxString::[const_]iterator operators -= and += should...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Vadim Zeitlinadded WX_ASSERT_STR_EQUAL helper macro for comparing...
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  Vadim Zeitlinuse wxINT32_MIN, not LONG_MIN, in wxDateTime default...
2007-04-05  Vadim Zeitlinchanged wxLongLongNative(hi, lo) ctor to take wxInt32...
2007-04-05  Vadim Zeitlindefine C99-like wxINT8/16/32_MIN/MAX constants in addit...
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-03  Václav Slavíkcompilation fix for BCC5.5
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-02  Václav Slavíkadded some unsigned char overloads to wxString for...
2007-04-02  Václav SlavíkGetBaseByName doesn't exist anymore
2007-04-01  Vadim Zeitlincompilation fix for wxUniv after last commit
2007-04-01  Vadim Zeitlincompilation fix for !wxUSE_PRINTF_POS_PARAMS
2007-04-01  Vadim Zeitlinimplement GetBestSize() (patch 1386199)
2007-04-01  Vadim Zeitlinfixes for PCH-less build after last commit
2007-04-01  Vadim Zeitlinfix unused parameter warning when wxHAS_NATIVE_OVERLAY...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-04-01  Vadim Zeitlinadded a generic mechanism for registering global handle...
2007-04-01  Václav Slavíkwint_t is wchar_t on OS/2 too
2007-04-01  Václav Slavík(OS/2) compilation fix
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-31  Vadim Zeitlinsimplified the code by using new wxClipboardSync class...
2007-03-30  Václav Slavíkfixed wxDB compilation
2007-03-30  Václav Slavíkadded missing public keyword to wxWritableCharTypeBuffe...
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-30  Vadim Zeitlinadded wxSizerItem::AssignXXX() methods replacing the...
2007-03-30  Vadim Zeitlinadded SetSelectionToPage/Window() to simplify code...
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
2007-03-30  Vadim Zeitlindefine wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
2007-03-29  Václav Slavíkfixed warning about comparing int to size_t
2007-03-29  Václav Slavíkadded wxCStrData::operator- for compatibility with...
2007-03-29  Václav Slavíkadded creation of wxUniChar from int and conversion...
2007-03-29  Vadim Zeitlinadded overloads of operators for wint_t for VC when...
2007-03-29  Vadim Zeitlindefine ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI...
2007-03-28  Vadim Zeitlinadded wxString::operator[](int) as it's commonly used...
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  Václav Slavíkdisabled VC6 warning about passing a macro that expands...
2007-03-26  Vadim Zeitlinremoved wxHAS_NATIVE_TAB_TRAVERSAL which is now defined...
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:
next