Added wxLANGUAGE_BOSNIAN.
[wxWidgets.git] / include /
2010-05-06  Vadim ZeitlinAdded wxLANGUAGE_BOSNIAN.
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 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  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íkMove wxFileHistory out of docview framework, add wxUSE_...
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-04-30  Stefan Csomorupdated headers
2010-04-30  Stefan Csomortextctrl impl
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  Julian SmartwxRTC: fixed style selection reset after editing a...
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 ZeitlinFix wxGTK1 event loop definition mismatch between base...
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-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 ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
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  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  Vadim ZeitlinDefine wxStrto{d,l,ul}_l() functions in non-Unicode...
2010-04-22  Jaakko SalliAdded parenthesis around macro arguments
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-22  Vadim ZeitlinReturn correct invoking window for submenus of a popup...
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2010-04-22  Stefan Csomormissed in r64093
2010-04-22  Stefan Csomoroverriding the cfrunloop accessor, during booting cocoa...
2010-04-20  Stefan Csomortracking open modal dialogs
2010-04-20  Stefan Csomorhaving common API for mapping between native and wx...
2010-04-20  Stefan Csomortype of wrapped window can be any NSWindow, not only...
2010-04-20  Stefan CsomorTODO done
2010-04-20  Stefan Csomorwrap native TLWs so that they also appear in the tlw...
2010-04-20  Jaakko SalliFix VC6 compilation by changing the order of assignment...
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2010-04-18  Stefan Csomorstreamlining code for extra controls
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  Robert RoeblingAdded virtual destructor
2010-04-17  Jaakko SalliRemoved two instances of 'template<>' - looks like...
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Vadim ZeitlinDon't define wxADJUST_MINSIZE if it had been already...
2010-04-16  Vadim ZeitlinAdd wxToolBar::GetToolByPos() method to access tools...
2010-04-16  Václav SlavíkFix build breakage caused by bConvertEncoding deprecation.
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Vadim ZeitlinDon't rely on __GXX_RTTI being defined with g++ < 4.3.
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-15  Vadim ZeitlinFix using weak references to incomplete classes.
2010-04-14  Stefan Csomorfixing constants to be of the expected parameter type...
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-04-12  Vadim ZeitlinFix VC6 compilation which was somehow broken by adding...
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-04-12  Vadim ZeitlinFix return value of wxList::insert() in non-STL builds.
2010-04-12  Vadim ZeitlinFix compilation of wxIconBundle in some particular...
2010-04-11  Vadim ZeitlinUse template class instead of template function in...
2010-04-11  Jaakko SalliFixed typo in documentation string
2010-04-11  Vadim ZeitlinAdd wxString::ToStdString() and ToStdWstring().
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-10  Vadim ZeitlinAdd non-template wxWeakRef<T> constructor from T*.
2010-04-10  Vadim ZeitlinAdd wxWeakRef::element_type, remove unnecessary assignm...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2010-04-09  Václav SlavíkAdd system libs in msvc/wx/setup.h too.
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-07  Robin Dunn#include <algorithm>
2010-04-07  Robin Dunn(blind) fix for buildbot breakage with MSVC 6
2010-04-07  Robin DunnAdd wxVectorSort function for sorting wxVector<T> conta...
2010-04-06  Vadim ZeitlinFix wxGTK compilation after r63880.
2010-04-06  Francesco Montorsifix typos introduced by error in r63870 (see #10673)
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
next