wxWidgets.git
2012-01-02  Julian SmartAdded a box style definition name to the box attribute.
2012-01-02  Bryan PettyFixed javascript errors in CHM version of the manual.
2011-12-30  Julian SmartWhen the focus object changes, the old selection should be
2011-12-30  Julian SmartSplit up the context menu functionality to make it...
2011-12-30  Václav SlavíkImplement wxDataViewModel::IsEnabled() support in gener...
2011-12-30  Robin DunnInterface fixes and tweaks for Phoenix
2011-12-29  Vadim ZeitlinUpdate wxGrid unit tests after r70177.
2011-12-29  Vadim ZeitlinAllow using '(' and ')' in wxFileConfig entry names...
2011-12-29  Vadim ZeitlinDocument wxAuiManager styles and flags.
2011-12-29  Vadim ZeitlinDisable VC8+ deprecation warnings for standard function...
2011-12-29  Vadim ZeitlinAdd wxRibbonButtonBar::InsertXXXButton() methods.
2011-12-29  Vadim ZeitlinAllow using wxEVT_UPDATE_UI with wxRibbonButtonBar.
2011-12-29  Vadim ZeitlinDon't send idle events to the windows about to be destr...
2011-12-29  Vadim ZeitlinBetter fix for wxSpinCtrlGeneric enabling/disabling...
2011-12-29  Vadim ZeitlinStore row/column selection more appropriately in wxGrid.
2011-12-29  Vadim ZeitlinMention wxEVT_COMMAND_TOGGLEBUTTON_CLICKED explicitly...
2011-12-29  Vadim ZeitlinDisplay help string for ribbon tools in a tool tip.
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-12-29  Stefan NeisInclude some more declarations & defines.
2011-12-29  Stefan NeisReordered "extern" and WXDLLIMPEXP_CORE specifiers...
2011-12-28  Vadim ZeitlinRestore wxEVT_MENU_CLOSE generation under Windows 95...
2011-12-28  Vadim ZeitlinCompilation fix for VC6 after r70151.
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-12-28  Vadim ZeitlinUse best controller size in wxBookCtrl best size calcul...
2011-12-28  Vadim ZeitlinImprove layout in the samples to avoid problems under...
2011-12-28  Vadim ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-12-28  Vadim ZeitlinUse memmove() instead of memcpy() in wxString::AssignCo...
2011-12-28  Steve LamertonDisable final failing wxWebView test. It fails on the...
2011-12-27  Vadim ZeitlinCompilation fix for PCH-less build after r70122.
2011-12-27  Vadim ZeitlinCompilation fix for wxUniv/X11 with wxUSE_STL==1.
2011-12-27  Vadim ZeitlinUpdate the value of read-only wxComboBox in wxUniv.
2011-12-27  Vadim ZeitlinFix warning about non-virtual dtor in wxDataViewCtrlInt...
2011-12-27  Vadim ZeitlinSuppress gcc -Wint-to-pointer-cast warnings in GTK...
2011-12-27  Vadim ZeitlinDon't use deprecated wxArtProvider::Insert().
2011-12-27  Vadim ZeitlinFix the size of the font returned by wxTextCtrl::GetSty...
2011-12-27  Vadim ZeitlinRecognize background-color style in wxHtmlWindow.
2011-12-27  Vadim ZeitlinAdd support for more CSS styles to SPAN tag in wxHtmlWi...
2011-12-26  Vadim ZeitlinIncrease the tolerance in wxStopWatch unit test.
2011-12-25  Julian SmartApplied patch in #13777 (wxRichTextCtrl scroll and...
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-25  Vadim ZeitlinAdded a warning about multi-cells in wxGrid::DeleteRows...
2011-12-25  Paul Cornettrestore call to GetTabSize removed in r69880, it is...
2011-12-24  Vadim ZeitlinReally fix the use of deprecated methods in wxGrid...
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-24  Vadim ZeitlinDon't use deprecated methods in wxGrid test.
2011-12-24  Paul Cornettremove improper use of paste operator
2011-12-24  Vadim ZeitlinFix fatal bug with deleting the old contents in wxScope...
2011-12-24  Vadim ZeitlinUse the correct function type cast in EVT_WEBKIT_NEW_WI...
2011-12-24  Vadim ZeitlinAdd EVT_FSWATCHER event table macro.
2011-12-24  Vadim ZeitlinAdd EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
2011-12-24  Vadim ZeitlinFix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in docum...
2011-12-24  Vadim ZeitlinRemove references to defunct event types in comments.
2011-12-24  Julian SmartApplied #13803: wxRichTextCtrl: missing event-table...
2011-12-24  Steve LamertonDisable some wxWebView tests that fail on the buildbot...
2011-12-24  Steve LamertonFix typo in ADD_RAW_IID macro.
2011-12-23  Steve LamertonAdd some extra yields to wxWebView unit tests to hopefu...
2011-12-23  Paul Cornettdon't use deprecated function
2011-12-23  Paul Cornettfix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
2011-12-22  Steve LamertonUse OLE helper macros in wxWebView to reduce the amount...
2011-12-22  Steve LamertonAdd new ADD_RAW_IID OLE helper macro to allow use with...
2011-12-22  Steve LamertonMark various OLE helper functions as DLL exported so...
2011-12-22  Paul Cornettremove SetBackgroundStyle call from OnInternalIdle...
2011-12-22  Vadim ZeitlinFix wxLogFormatter compilation under MSW.
2011-12-22  Vadim ZeitlinDramatically optimise inserting many items in wxGeneric...
2011-12-22  Vadim ZeitlinAdd wxLogFormatter to allow easier wxLog output customi...
2011-12-22  Robin DunnAvoid a problem in Phoenix by making UpdateMacScrollWin...
2011-12-22  Robin DunnInterface fixes for Phoenix
2011-12-21  Stefan Csomorrebaked Xcode proj for cocoa after date & timectrls...
2011-12-21  Vadim ZeitlinCorrect generic wxListCtrl display of items with icons...
2011-12-21  Vadim ZeitlinGuard against a possible crash in wxListCtrl::DeleteCol...
2011-12-21  Vadim ZeitlinDocument wxListCtrl::InReportView() and IsVirtual().
2011-12-21  Vadim ZeitlinIgnore extra modify events after rename in wxFileSystem...
2011-12-20  Vadim ZeitlinProvide native implementation of wx{Date,Time}PickerCtr...
2011-12-20  Vadim ZeitlinAdded helpers for translating between wxDateTime and...
2011-12-20  Vadim ZeitlinAdded wxTimePickerCtrl page to the widgets sample.
2011-12-20  Vadim ZeitlinReorganized the date picker page of the widgets sample.
2011-12-20  Vadim ZeitlinUkrainian translations update from Yuri Chornoivan.
2011-12-20  Vadim ZeitlinFix horizontal alignment in icon view in generic wxList...
2011-12-20  Vadim ZeitlinBrazilian Portuguese translations update from Felipe.
2011-12-20  Vadim ZeitlinFix crash in wxRegion in wxOSX/Carbon.
2011-12-20  Vadim ZeitlinAdd support for webview library to MSW bakefile presets.
2011-12-20  Vadim ZeitlinMention the dialog focus regression fix in wxMSW in...
2011-12-19  Robin DunnInterface tweaks and fixes for Phoenix
2011-12-19  Bryan PettyAdded missing semi-colon in versioninfo.h interface...
2011-12-19  Dimitri SchoolwerthCleaned up some of the code in wxSlider::DoMoveWindow.
2011-12-19  Vadim ZeitlinAdded support for wxEXEC_MAKE_GROUP_LEADER to wxExecute().
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-12-19  Vadim ZeitlinDon't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR...
2011-12-19  Dimitri SchoolwerthFixed min and max label values not being swapped when...
2011-12-19  Dimitri SchoolwerthRemoved useless if statement in slider code.
2011-12-19  Dimitri SchoolwerthDon't move the slider's value label if it's not being...
2011-12-18  Vadim ZeitlinAdd a reminder to update version.bkl to inc_release...
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-18  Vadim ZeitlinNo changes, just use wxScopedPtr instead of explicit...
2011-12-18  Steve LamertonEnsure wxWebViewIE::SetPage clears the existing content...
2011-12-17  Vadim ZeitlinMake wxPalette ctor and Create() const-correct in wxMSW.
2011-12-17  Vadim ZeitlinDefine wxBitmapComboBox::Insert(void* clientData) overl...
2011-12-17  Vadim ZeitlinCorrected the name of EVT_WEB_VIEW_ERROR event table...
2011-12-17  Vadim ZeitlinNo changes, just fix typo in an example in webview...
next