wxWidgets.git
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2010-05-10  Vadim ZeitlinNo changes, just added comments summarizing the use...
2010-05-10  Vadim ZeitlinDon't use wxWindow::ClearBackground() in the image...
2010-05-10  Jaakko SalliMake text printed by wxGraphicsContext shorter
2010-05-10  Jaakko SalliUse wxGraphicsContext to draw some text and a rectangle...
2010-05-10  Jaakko SalliIn wxGDIPlusContext::GetTextExtent(), return more accur...
2010-05-10  Jaakko SalliSet wxGraphicsContext page scale, which is required...
2010-05-09  Vadim ZeitlinReplace public wxEvtHandler::ProcessEventHere() with...
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íkwxMsgCatalog destructor should be public.
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  Jouk JansenUpdating setup for OpenVMS
2010-05-07  Václav SlavíkIntegrate with GNOME's Recent Documents menu.
2010-05-06  Václav SlavíkClarify that wxFileSystem::OpenFile() takes URL, not...
2010-05-06  Jaakko SalliChange wxPGProperty::SetChoices() to accept 'const...
2010-05-06  Jaakko SalliModify float/double wxAny testing to use CPPUNIT_ASSERT...
2010-05-06  Vadim ZeitlinDon't accept focus in the dummy main generic spin contr...
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  Vadim ZeitlinMention that hatched pens don't work under wxGTK and...
2010-05-06  Václav SlavíkRefactor wxTranslationsLoader API.
2010-05-06  Václav SlavíkMove wxScopedPtr::reset() implementation to wxDEFINE_SC...
2010-05-06  Václav SlavíkUse wxCHECKED_DELETE in wxScopedPtr::reset().
2010-05-06  Václav SlavíkUse wxCHECKED_DELETE in wxScopedPtr<T>.
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 ZeitlinMove wxInfoBar to core library from adv.
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-05  Václav SlavíkFix wxScopedCharTypeBuffer<T>::CreateOwned() to match...
2010-05-04  Vadim ZeitlinIgnore time component of SYSTEMTIME in wxCalendarCtrl.
2010-05-04  Václav SlavíkFixed a typo in misc/languages/README.
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-05-02  Vadim ZeitlinSpell contributor name correctly.
2010-04-30  Stefan Csomorupdated headers
2010-04-30  Stefan Csomortextctrl impl
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  Václav SlavíkCheck in samples/dll for WXUSINGDLL.
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 wxMemoryBuffer::release().
2010-04-26  Václav SlavíkAdd instance argument to wxLoadUserResource().
2010-04-26  Václav SlavíkMake wxLoadUserResource() declaration available to...
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 ZeitlinFix wxGTK1 event loop definition mismatch between base...
2010-04-26  Vadim ZeitlinUse wxMenuBar::Attach/Detach() instead of SetInvokingWi...
2010-04-26  Vadim ZeitlinFix wxGTK1 link after toolbar files renaming.
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  Francesco Montorsino real change: just fix RCS-ID so that it reflects...
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 ZeitlinDisable ImageTestCase::LoadFromFile() on build slaves.
2010-04-24  Vadim ZeitlinA slightly better compilation fix after PCH-less build...
2010-04-24  Václav SlavíkAdded missing @since tags to wxTranslationsLoader classes.
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...
next