wxWidgets.git
2010-05-30  Paul CornettRemove pizza backing window.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-29  Vadim ZeitlinAdd wxConfig::Read(float *) overload.
2010-05-29  Vadim ZeitlinShow OLE errors using wxLogDebug() in wxAutomationObject.
2010-05-29  Jaakko SalliFixed assert when editing wxFontProperty with unspecifi...
2010-05-29  Francesco Montorsiremove test code for wxScopeGuard (there's already...
2010-05-29  Francesco Montorsiremove wxCmdLineParser tests; there is already a much...
2010-05-29  Francesco Montorsiget rid of socket tests; there are marked as broken...
2010-05-29  Francesco Montorsimove all non-interactive FTP tests from the console...
2010-05-28  Francesco MontorsiAdd examples of usage for easy copy-and-paste.
2010-05-28  Jouk JansenUpdate configuration for wxX11 on OpenVMS
2010-05-27  Jaakko SalliIn wxComboPopupExtraEventHandler::OnMouseEvent(): Also...
2010-05-27  Vadim ZeitlinIgnore "%*" in the shell command strings in MSW registry.
2010-05-27  Vadim ZeitlinFall back on using tree/list control item text in wxDra...
2010-05-27  Vadim ZeitlinCorrect wxEVT_AUXn_XXX event types names.
2010-05-27  Vadim ZeitlinAdd missing samples to samples.dsw.
2010-05-27  Jaakko SalliFixed wxComboCtrl::SetButtonPosition() on Vista/Win7...
2010-05-27  Jouk Jansenuse wxToggleButtonXmlHandler::DoCreateBitmapToggleButto...
2010-05-26  Francesco Montorsiadd docs for the global wxStringTokenize() function...
2010-05-26  Francesco Montorsifix incoherency between the wxThread implementation...
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-05-26  Jaakko SalliComboControl -> ComboCtrl
2010-05-25  Vadim ZeitlinFix setting the fonts for wxMSW wxTextCtrl with wxTE_RI...
2010-05-25  Jaakko SalliDraw wxPropertyGrid drop down items with consistent...
2010-05-24  Jaakko SalliAlways call OnSetValue() for a property when values...
2010-05-23  Francesco Montorsiremove streams tests: they're very basic and already...
2010-05-23  Robert Roeblingnon-PCH compilation
2010-05-23  Paul Cornettcompile fix for GTK2 systems which have X11/extensions...
2010-05-23  Vadim ZeitlinRemove non-working or semi-working tests added from...
2010-05-22  Vadim ZeitlinAdded wxMessageQueue::Clear().
2010-05-22  Vadim ZeitlinFix for user input processing in wxProgressDialog.
2010-05-22  Vadim ZeitlinUse GTK+ functions for wxDisplay implementation.
2010-05-22  Vadim ZeitlinRestore selection on click in row/column selection...
2010-05-22  Vadim ZeitlinModify wxBoxSizer minimal size calculations to respect...
2010-05-22  Vadim ZeitlinSet wild card in the base class too in wxGTK wxFileDialog.
2010-05-22  Vadim ZeitlinCorrect notebook sample layout.
2010-05-22  Vadim ZeitlinUnset the debug report preview dialog as critical windo...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-21  Vadim ZeitlinDocument wxDocManager::CloseDocument().
2010-05-21  Vadim ZeitlinMinor corrections to wxFont size-changing methods.
2010-05-21  Vadim ZeitlinErase the column label background in wxGrid to avoid...
2010-05-21  Vadim ZeitlinUse ListView_CancelEditLabel() to implement wxListCtrl...
2010-05-21  Vadim ZeitlinAlways define SIZEOF_WCHAR_T if it's not defined under...
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-21  Vadim ZeitlinFix focus debugging in the controls sample.
2010-05-21  Vadim ZeitlinYet another fix to event propagation in scrolled windows.
2010-05-21  Vadim ZeitlinFix cast from pointer to int in wxDataViewCtrl.
2010-05-20  Vadim ZeitlinFix wxListCtrl::EndEditLabel() which simply didn't...
2010-05-20  Stefan Csomorfixing infinite recursion
2010-05-20  Stefan Csomordef include was missing
2010-05-20  Stefan Csomoradding more infos, links
2010-05-20  Robert RoeblingMake GetIndexOf() and get_path() work for virtual list...
2010-05-20  Stefan Csomoradding building iphone projects
2010-05-20  Stefan Csomorsupport compiling for iphone
2010-05-20  Stefan Csomoradding all iphone files
2010-05-20  Vadim ZeitlinFix wxScrollHelperEvtHandler broken by recent changes...
2010-05-20  Stefan Csomoradding support for iphone
2010-05-20  Stefan Csomorfixing copy paste error
2010-05-20  Stefan Csomoradapting to new API
2010-05-20  Stefan Csomorutils_osx isn't part of base but of core, moving wxMacW...
2010-05-19  Vadim ZeitlinDocument that wxWindow::FindWindowByXXX() functions...
2010-05-19  Stefan Csomornot needed anymore
2010-05-19  Stefan Csomormoving wxMacWakeUp outside COCOA_CARBON clause, fixes...
2010-05-19  Vadim ZeitlinDocument wxHTTP::SetPostBuffer().
2010-05-19  Vadim ZeitlinNo changes, just add a comment.
2010-05-19  Vadim ZeitlinDocument wxHTTP::Connect(wxSockAddress) overload.
2010-05-19  Stefan Csomorsplitting methods
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
2010-05-19  Stefan Csomoradding methoddefs
2010-05-19  Stefan Csomorset default resolutions in case of errors
2010-05-19  Stefan Csomorusing wx dynamic cast
2010-05-19  Stefan Csomorremoving unused var
2010-05-19  Stefan Csomormissing commit, fixes #12067
2010-05-18  Vadim ZeitlinAdd AM_PATH_WXRC to wxwin.m4 for backwards compatibility.
2010-05-18  Vadim ZeitlinCompilation fix for wxUSE_LOG_DEBUG==0 case.
2010-05-16  Robert RoeblingAdded quick implementation of wxDataViewChoiceByIndexRe...
2010-05-16  Francesco Montorsiremove TestTimer() (adds nothing to existing tests...
2010-05-16  Robert RoeblingNo-PCH compilation fix
2010-05-16  Francesco Montorsimove TestUtf8() and TestEncodingConverter() functions...
2010-05-16  Robert RoeblingPart II of: Add GetChoice() and GetChoices() getters...
2010-05-16  Robert RoeblingAdd GetChoice() and GetChoices() getters to all choice...
2010-05-16  Francesco Montorsiremove ZIP tests: they seem to have been greatly expand...
2010-05-16  Robert RoeblingDon't call super class explicitly so overriding is...
2010-05-16  Francesco Montorsiremove wxDateTime tests which were already extracted...
2010-05-16  Francesco Montorsimove TestTextInputStream() function in CppUnit's TextSt...
2010-05-16  Robert RoeblingApplied #11755: wxBitmapToggleButton Xml Handler
2010-05-16  Robert RoeblingAllow calling iter_children with parent being NULL...
2010-05-16  Václav SlavíkFix incorrect painting of backgrounds inside notebook.
2010-05-16  Vadim ZeitlinMention that stock bitmaps are a wxGTK-only feature...
2010-05-16  Vadim ZeitlinFix links to wxArtClient and wxArtID in the generated...
2010-05-15  Vadim ZeitlinClip drawing in wxRendererGeneric::DrawHeaderButtonCont...
2010-05-15  Vadim ZeitlinDon't change the current pen and brush in DrawHeaderBut...
2010-05-15  Vadim ZeitlinAdd more tests for wxRendererNative::DrawHeaderButton().
2010-05-15  Vadim ZeitlinRemove wxGTK-specific text shift in wxRenderer::DrawHea...
2010-05-13  Vadim ZeitlinNever enable wxSpinCtrlGenericBase window itself at...
2010-05-13  Vadim ZeitlinUse GetWidgets() in the widgets samples instead of...
2010-05-13  Vadim ZeitlinNo changes, just cleanup the image part of the docview...
2010-05-13  Vadim ZeitlinDocument wxDocument::DeleteContents().
2010-05-13  Jaakko SalliMake text drawn by wxGraphicsContext slightly less...
next