Added wxLANGUAGE_BOSNIAN.
[wxWidgets.git] / src /
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...
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2010-04-20  Jouk Jansencorrecting error in OpenVMS makefile
2010-04-20  Stefan Csomorif we have wxBG_STYLE_PAINT, we must clear the backgrou...
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-19  Stefan Csomormissing return value
2010-04-19  Jouk Jansenupdate OpenVMS compile support
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-18  Jaakko SalliUse const_cast<> to get 'wxAnyValueType*' from 'const...
2010-04-18  Stefan Csomorfixing coordinate conversions for captured windows
2010-04-18  Stefan Csomorusing same API
2010-04-18  Stefan Csomorstreamlining code for extra controls
2010-04-18  Stefan Csomorpainting background of splitter as well, fixes #11958
2010-04-18  Jaakko SalliFix STL build
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-18  Stefan Csomornormal windows also have transparent corners, so don...
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...
next