wxWidgets.git
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...
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-24  Václav SlavíkFix typo in internat sample.
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 ZeitlinFix harmless warning about a possibly uninitialized...
2010-04-22  Vadim ZeitlinDon't test possibly uninitialized variable in wxGCDC...
2010-04-22  Vadim ZeitlinFix harmless g++ 4.3 warning about suggested parentheses.
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 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 ZeitlinClarify that Raise() is only a request to raise the...
2010-04-22  Vadim ZeitlinFix fatal bug in ArgsArray(wchar_t**) ctor.
2010-04-22  Stefan Csomormissed in r64093
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 ZeitlinNo real changes, just fix typos in the ownerdrw sample.
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 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 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  Jaakko SalliFix VC6 compilation by changing the order of assignment...
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  Francesco Montorsiminor additions and clarifications
2010-04-19  Stefan Csomorre-adding script that is needed for xcode builds
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  Jaakko SalliImprove wxAny<->wxVariant conversion 64-bit integer...
2010-04-19  Stefan Csomormissing return value
2010-04-19  Jouk Jansenupdate OpenVMS compile support
2010-04-18  Vadim ZeitlinUse "monospace" face name for all Unix systems, hopeful...
2010-04-18  Stefan Csomorrender characters on OSX one by one as fractional width...
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-18  Michael WetherellTry to provide backtraces on unix buildbots if the...
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  Jaakko SalliCorrectly use wxANY_AS() instead of wxAny::As<>(),...
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...
2010-04-17  Robert RoeblingAdded virtual destructor
2010-04-17  Jaakko SalliRemoved two instances of 'template<>' - looks like...
2010-04-17  Jaakko SalliSuppressed some harmless VC6 warnings
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-17  Michael WetherellRevert change to add -t to buildbot test runs as some...
2010-04-16  Michael WetherellUse -t on buildbot test runs.
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 SalliTry a blind fix for VC6 compilation issues (wxAny ctor...
2010-04-16  Jaakko SalliAdapted wxPropertyGrid documentation, samples, tests...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-16  Vadim ZeitlinMinor corrections to the documentations.
2010-04-16  Vadim ZeitlinCorrect the case of wxHyperlinkCtrl in the documentation.
next