Use ProcessEventLocally() instead of ProcessEventHere() in docview code.
[wxWidgets.git] / src /
2010-05-09  Vadim ZeitlinUse ProcessEventLocally() instead of ProcessEventHere...
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
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  Jaakko SalliSupress SetFocus() warning in wxVListBoxComboPopup
2010-05-09  Václav SlavíkPrevent idMenuTitle from being accidentally used as...
2010-05-09  Václav SlavíkWhitelist wxID_NONE as valid menu item ID.
2010-05-09  Václav SlavíkFixed popup menu's title to be bold regardless of metho...
2010-05-08  Václav SlavíkFixed a test in wxTranslations::GetString() to use...
2010-05-08  Vadim ZeitlinInvalidate wxListBox best size immediately without...
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  Vadim ZeitlinFix bugs related to two phase creation of wxRibbon...
2010-05-07  Václav SlavíkIntegrate with GNOME's Recent Documents menu.
2010-05-06  Jaakko SalliChange wxPGProperty::SetChoices() to accept 'const...
2010-05-06  Vadim ZeitlinDon't send wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED when...
2010-05-06  Vadim ZeitlinAlways update the value of generic spin control when...
2010-05-06  Vadim ZeitlinMake keyboard navigation in generic wxTreeCtrl more...
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  Vadim ZeitlinFix PCH-less compilation after recent changes.
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 ZeitlinNotify user less intrusively about overflow when previe...
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-05-05  Vadim ZeitlinNo real changes, just clean up wxAbortProc mess.
2010-05-05  Vadim ZeitlinRemove GtkPrintOperation preview signal handler.
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  Vadim ZeitlinUse wxString::ToCDouble() instead of emulating it.
2010-05-03  Jouk JansenUpdate OpenVMS compile support
2010-05-02  Vadim ZeitlinFix PCH-less build after changes r64139.
2010-05-02  Vadim ZeitlinInclude <windows.h> before including <shellapi.h>.
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-04-30  Stefan Csomoradding wrapper for native UIWindow, using designated...
2010-04-30  Stefan Csomoradjusting to API change of cocoa and carbon
2010-04-30  Stefan Csomorcleanup
2010-04-30  Stefan Csomormoving value setting conformance to impl
2010-04-30  Stefan Csomoriphone implementations
2010-04-30  Jaakko SalliUse scoped ptrs to managed wxAnyValueType instances...
2010-04-30  Stefan Csomoradding uifont support
2010-04-29  Václav SlavíkAlways use active wxTranslations instance via wxLocale.
2010-04-27  Julian SmartwxRTC: fixed style selection reset after editing a...
2010-04-27  Julian SmartFont output fix
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  Václav SlavíkAdd instance argument to wxLoadUserResource().
2010-04-26  Vadim ZeitlinAdd wxLoadUserResource() overload not copying the resou...
2010-04-26  Vadim ZeitlinRemove a harmless unused parameter warning in wxOSX...
2010-04-26  Vadim ZeitlinUse wxMenuBar::Attach/Detach() instead of SetInvokingWi...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-26  Vadim ZeitlinDon't set invoking window recursively in wxGTK wxWindow...
2010-04-25  Václav SlavíkDon't include wx/msw/private.h from dynlib.h.
2010-04-25  Václav SlavíkDeclare various WXH* handles compatibly with SDK.
2010-04-24  Vadim ZeitlinRemove unnecessary duplicate code dealing with invoking...
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 ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2010-04-24  Vadim ZeitlinUse wxMenu::GetWindow() instead of GetInvokingWindow...
2010-04-24  Vadim ZeitlinAvoid code duplication in wxGTK menu events generation...
2010-04-24  Vadim ZeitlinNo real changes, just remove empty wxMenuBar dtor in...
2010-04-24  Vadim ZeitlinMove wxMSW wxMenu::GetWindow() down to wxMenuBase.
2010-04-24  Jaakko SalliAllow wxPGProperty::Hide() to be called on unattached...
2010-04-24  Jaakko SalliIn wxPropertyGrid::DoPropertyChanged(), call GetEditorC...
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-23  Vadim ZeitlinWork around wrong client size computation for not yet...
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-22  Vadim ZeitlinFix bug with using incorrect negative ids in wxEVT_MENU...
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2010-04-22  Vadim ZeitlinFix fatal bug in ArgsArray(wchar_t**) ctor.
2010-04-22  Stefan Csomorswitching to correct hit-testing
2010-04-22  Stefan Csomorsimpler code
2010-04-22  Stefan Csomorshutdown sequence routing to EndSession calls
2010-04-22  Stefan Csomoroverriding the cfrunloop accessor, during booting cocoa...
2010-04-21  Václav SlavíkmsgIdCharset is only needed in ANSI build.
2010-04-21  Vadim ZeitlinRemove the extra margins when checking owner drawn...
2010-04-21  Stefan Csomornon precomp build fix
2010-04-20  Stefan Csomoravoiding full resize-invalidate and refresh
2010-04-20  Stefan Csomorrestoring special handling for carbon system menu items...
2010-04-20  Stefan Csomortracking open modal dialogs
2010-04-20  Stefan Csomorcurrently avoid problems when releasing the capture...
2010-04-20  Stefan Csomorbetter layout for simple one param messages, closes...
2010-04-20  Stefan Csomoruse new call
2010-04-20  Stefan Csomorwrap native TLWs so that they also appear in the tlw...
2010-04-20  Stefan Csomorsupport for capturing, use categories instead of member...
2010-04-20  Vadim ZeitlinCheck for menu title being non-empty when appending...
next