Activate the view of a newly created document.
[wxWidgets.git] / src / common /
2010-05-30  Vadim ZeitlinActivate the view of a newly created document.
2010-05-30  Vadim ZeitlinStore page setup data in wxDocManager.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-05-27  Jaakko SalliIn wxComboPopupExtraEventHandler::OnMouseEvent(): Also...
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-05-22  Vadim ZeitlinModify wxBoxSizer minimal size calculations to respect...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-20  Robert RoeblingMake GetIndexOf() and get_path() work for virtual list...
2010-05-19  Vadim ZeitlinNo changes, just add a comment.
2010-05-16  Robert RoeblingDon't call super class explicitly so overriding is...
2010-05-13  Vadim ZeitlinDocument wxDocument::DeleteContents().
2010-05-13  Jaakko SalliAdded wxGraphicsContext::Create(const wxEnhMetaFileDC...
2010-05-12  Vadim ZeitlinRefactor wxDocParentFrame and wxDocMDIParentFrame to...
2010-05-11  Jouk JansenUpdate OpenVMS comiles support
2010-05-09  Vadim ZeitlinReplace public wxEvtHandler::ProcessEventHere() with...
2010-05-09  Vadim ZeitlinUse ProcessEventLocally() instead of ProcessEventHere...
2010-05-09  Vadim ZeitlinRefactor the event processing code to add ProcessEventL...
2010-05-09  Vadim ZeitlinCall wxEvtHandler::TryBefore() only once from ProcessEv...
2010-05-09  Václav SlavíkWhitelist wxID_NONE as valid menu item ID.
2010-05-08  Václav SlavíkFixed a test in wxTranslations::GetString() to use...
2010-05-07  Vadim ZeitlinFix crash in wxCommandProcessor of capacity N when...
2010-05-07  Vadim ZeitlinFix assert during separator items creation introduced...
2010-05-07  Václav SlavíkIntegrate with GNOME's Recent Documents menu.
2010-05-06  Vadim ZeitlinCheck that menu ids are limited to MSW-supported range.
2010-05-06  Vadim ZeitlinAdded wxLANGUAGE_BOSNIAN.
2010-05-06  Václav SlavíkRefactor wxTranslationsLoader API.
2010-05-05  Václav SlavíkFix incorrect assumptions about locales codes.
2010-05-05  Vadim ZeitlinNo changes, just make wxDataViewEditorCtrlEvtHandler...
2010-05-05  Vadim ZeitlinPop event handler from wxDVC edit control before destro...
2010-05-05  Václav SlavíkDon't use size_t for plural forms parameter.
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-05-04  Vadim ZeitlinIgnore time component of SYSTEMTIME in wxCalendarCtrl.
2010-05-04  Václav SlavíkMove wxFileHistory out of docview framework, add wxUSE_...
2010-05-03  Jouk JansenUpdate OpenVMS compile support
2010-04-30  Jaakko SalliUse scoped ptrs to managed wxAnyValueType instances...
2010-04-29  Václav SlavíkAlways use active wxTranslations instance via wxLocale.
2010-04-27  Jaakko SalliSafeguard against redundant registration of the same...
2010-04-27  Václav SlavíkUse '+' in accelerators, not '-'.
2010-04-26  Václav SlavíkAdd support for storing translations in win32 resources.
2010-04-26  Václav SlavíkShorten lang names in wxTranslations, not wxFileTransla...
2010-04-26  Vadim ZeitlinAdd wxLoadUserResource() overload not copying the resou...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-25  Václav SlavíkDon't include wx/msw/private.h from dynlib.h.
2010-04-24  Vadim ZeitlinRecurse upwards the menu hierarchy in wxMenu::GetWindow().
2010-04-24  Vadim ZeitlinA slightly better compilation fix after PCH-less build...
2010-04-24  Paul Cornettnon-pch build fix
2010-04-24  Vadim ZeitlinUse wxMenu::GetWindow() instead of GetInvokingWindow...
2010-04-24  Vadim ZeitlinMove wxMSW wxMenu::GetWindow() down to wxMenuBase.
2010-04-24  Václav SlavíkwxLocale::InitLanguagesDB() doesn't use wxStringTokeniz...
2010-04-24  Václav SlavíkSplit intl.h into intl.h, language.h and translation.h.
2010-04-24  Václav SlavíkSplit wxLocale into wxLocale and wxTranslations.
2010-04-22  Václav SlavíkFixed (correct) warning about uninitialized inputConv.
2010-04-22  Vadim ZeitlinDon't test possibly uninitialized variable in wxGCDC...
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-22  Vadim ZeitlinFix off by one error in wxFTP::GetFileSize().
2010-04-22  Vadim ZeitlinReturn correct invoking window for submenus of a popup...
2010-04-22  Vadim ZeitlinUse symbolic names for popup menu ids in wxEVT_MENU_HIG...
2010-04-21  Václav SlavíkmsgIdCharset is only needed in ANSI build.
2010-04-20  Stefan Csomorcurrently avoid problems when releasing the capture...
2010-04-20  Vadim ZeitlinCheck for menu title being non-empty when appending...
2010-04-19  Jaakko Sallior -> || (how did that compile on GCC anyway?)
2010-04-19  Jaakko SalliWhen deciding whether to convert wxAny to 'long' or...
2010-04-18  Jaakko SalliUse const_cast<> to get 'wxAnyValueType*' from 'const...
2010-04-18  Jaakko SalliFix STL build
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-04-17  Vadim ZeitlinDon't return invalid size from wxDir::GetTotalSize...
2010-04-17  Vadim ZeitlinNo real changes, just some minor cleanup of wxDirTraver...
2010-04-17  Robert RoeblingAdded virtual destructor
2010-04-17  Jaakko SalliSuppressed some harmless VC6 warnings
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Jaakko SalliTry a blind fix for VC6 compilation issues (wxAny ctor...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-04-14  Stefan Csomormake sure log output on the iphone goes to the console...
2010-04-12  Vadim ZeitlinFix compilation of wxIconBundle in some particular...
2010-04-12  Vadim ZeitlinUse string sort order with CompareString() in wxString...
2010-04-09  Vadim ZeitlinDiscard fully transparent alpha channel when loading...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2010-04-07  Robin DunnTest m_dc before using it
2010-04-07  Václav SlavíkFixed wxFileSystem::FileNameToURL() regression with...
2010-04-07  Vadim ZeitlinWork around "possibly uninitialized variable" warning...
2010-04-06  Francesco Montorsifix typos introduced by error in r63870 (see #10673)
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2010-04-06  Vadim ZeitlinCorrect checks for gradient stop position.
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2010-04-05  Václav SlavíkPass events around with ProcessEvent(), not AddPendingE...
2010-04-05  Václav SlavíkImplement native mousewheel behaviour in wxOwnerDrawnCo...
2010-04-05  Václav SlavíkIn wxPopupFocusHandler, watch for EVT_CHAR, not EVT_KEY...
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-29  Vadim ZeitlinOnly allow opening existing files in docview framework.
2010-03-28  Václav SlavíkReverted wxFileSystem support in wxLocale.
2010-03-28  Václav SlavíkFix wxFileSystem::FileNameToURL() for Unicode file...
2010-03-25  Vadim ZeitlinAllow overriding print preview frame creation in docview.
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
next