wxWidgets.git
2013-10-01  Václav SlavíkDestroy the wxDialog::ShowWindowModalThenDo() functor...
2013-09-30  Vadim ZeitlinFix crash when auto-sizing a wxDataViewCtrl column.
2013-09-30  Vadim ZeitlinDo not define __VISUALC__ for Intel C++ compiler under...
2013-09-30  Vadim ZeitlinImprove drawing of the tree item buttons in the generic...
2013-09-30  Vadim ZeitlinMinGW-w64 provides isfinite() in both 32 and 64 bit...
2013-09-30  Vadim ZeitlinDefine __MINGW64_TOOLCHAIN__ and __MINGW32_TOOLCHAIN__...
2013-09-30  Vadim ZeitlinPolish translations update from Grzegorz Zlotowicz.
2013-09-30  Vadim ZeitlinFix problem with COMDLG_FILTERSPEC declaration with...
2013-09-30  Vadim ZeitlinDon't check for tr1/type_traits in configure if type_tr...
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
2013-09-30  Vadim ZeitlinStore HTML "id" parameter value in wxHtmlCell.
2013-09-30  Vadim ZeitlinAdd wxHtmlTag::GetParamAsString() convenience method.
2013-09-30  Vadim ZeitlinNo changes, just use "@since 3.0" consistently in the...
2013-09-30  Vadim ZeitlinBrazilian Portuguese translations update from Felipe.
2013-09-30  Vadim ZeitlinChinese translations update from Jiawei Huang.
2013-09-30  Václav SlavíkCompilation fix for !wxUSE_OWNER_DRAWN.
2013-09-29  Julian SmartApplied #15226 with modifications: wxRichTextCtrl:...
2013-09-29  Julian SmartDon't redraw borders for cells that are hidden - fixes...
2013-09-29  Julian SmartAdded wxRichTextTableBlock class to help with table...
2013-09-29  Julian SmartFixed capitalisation
2013-09-29  Julian SmartApplied patch #15540: wxRichTextTable: crashes due...
2013-09-29  Julian SmartApplied #15539: wxRichTextCtrl: demonstrate adding...
2013-09-29  Julian SmartwxRTC: save and load the 'shown' status in case there...
2013-09-27  Julian SmartwxRTC: fixed guidelines overwriting adjacent cell borde...
2013-09-26  Václav SlavíkMisc XRC format docs corrections.
2013-09-26  Václav SlavíkXRC: make wxStaticText's wrap property a dimension.
2013-09-26  Václav SlavíkXRC: make wxSplitterWindow's sashpos and minpanesize...
2013-09-26  Julian SmartCorrected disabling of controls in cell editor.
2013-09-26  Stefan Csomoralways use hw-accel, fixes #15536, applied with thanks
2013-09-24  Julian SmartAdded wxRichTextAction::SetOldAndNewObjects for clarity...
2013-09-24  Paul Cornettavoid calling GetDefaultSize() twice
2013-09-23  Julian SmartMake wxRichTextRectArray usable by other parts of wxRTC
2013-09-22  Julian SmartPartial fix for #15196: wxRichTextCell caret issues...
2013-09-22  Julian SmartAllow absent checkbox when transferring dimension data
2013-09-21  Václav SlavíkMake public headers compatible with Objective-C++ with...
2013-09-21  Václav SlavíkRevert "using #ifdef wxABORT_ON_CONFIG_ERROR not just...
2013-09-21  Václav SlavíkAdd virtual ~wxAnyScrollHelperBase() to fix compiler...
2013-09-21  Václav SlavíkFix wxOSX warnings about int-to-void* casts.
2013-09-21  Václav SlavíkSet missing Language: headers in PO files.
2013-09-21  Václav SlavíkStandardize Project-Id-Version in PO files.
2013-09-20  Václav SlavíkTry loading even English translations if provided.
2013-09-20  Paul Cornettfix vertical mouse wheel event rotation value, sign...
2013-09-20  Julian SmartAdded setters for table row and column count
2013-09-20  Jouk JansenUpdate OpenVMS makefile
2013-09-19  Julian SmartThe alignment controls are now left-aligned if the...
2013-09-19  Julian SmartCorrections to border placement
2013-09-19  Julian SmartSecond part of #15224 fix: AddRows, AddColumns (dghart)
2013-09-19  Julian SmartFix for #15224: wxRichTextTable: Setting a cell's text...
2013-09-19  Julian SmartFix for #15520: wxRichTextCtrl: Drawing the selection...
2013-09-19  Paul Cornettfix building with WXWIN_COMPATIBILITY_2_8 == 0
2013-09-19  Paul Cornettfix wxSystemSettings::GetColour() for wxGTK3
2013-09-18  Vadim ZeitlinAdd missing c_str() call to fix wxGTK ANSI+STL build.
2013-09-18  Vadim ZeitlinUse std::isfinite() for wxFinite() for C++11 compilers.
2013-09-18  Václav SlavíkAdd wxTranslations::GetTranslatedString().
2013-09-18  Václav SlavíkRemove unused wxLocale::GetUntranslatedString().
2013-09-18  Václav SlavíkDeallocate wxThreadSpecificInfo when wxThread ends.
2013-09-18  Václav SlavíkMake _() and friends safe to call from any thread.
2013-09-18  Václav SlavíkMake storing non-trivial data in wxThreadSpecificInfo...
2013-09-18  Steve LamertonUpdate vc10 build file versions to 3.0.0.
2013-09-18  Julian SmartEnsure that the overall table border doesn't get overdr...
2013-09-17  Vadim ZeitlinFix badly translated wildcard string in German message...
2013-09-17  Vadim ZeitlinMore German translations updates from Sebastian Walderich.
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-09-17  Vadim ZeitlinUse mask when drawing bitmaps in generic wxDataViewCtrl.
2013-09-17  Vadim ZeitlinAdd wxDataViewRendererBase::GetEffectiveAlignment(...
2013-09-16  Paul Cornettremove executable property from non-executable files...
2013-09-16  Václav SlavíkFix wrong type information for {v,h}gap in XRC format...
2013-09-15  Vadim ZeitlinRevert "Make wxMSW stack walking methods work with...
2013-09-15  Vadim ZeitlinAdd code showing stereo support to the OpenGL cube...
2013-09-15  Vadim ZeitlinShow full screen windows with WS_POPUP style in wxMSW.
2013-09-15  Vadim ZeitlinMake wxMSW stack walking methods work with Unicode...
2013-09-15  Vadim ZeitlinDisable handling of wxEVT_MOUSEWHEEL in wxVarScrollHelp...
2013-09-15  Vadim ZeitlinMake default keyboard handling available in wxVarScroll...
2013-09-15  Vadim ZeitlinPropagate the event handling fixes to wxVarScrollHelper...
2013-09-15  Vadim ZeitlinAdd wxAnyScrollHelperBase to reduce code duplication...
2013-09-15  Vadim ZeitlinUse wxGetTranslation() instead of _() in the public...
2013-09-15  Vadim ZeitlinFix flickering of wxStaticBox background in wxMSW.
2013-09-15  Vadim ZeitlinDon't crash when laying out wxGridBagSizer with only...
2013-09-15  Vadim ZeitlinMention that wxSizer::Clear() always deletes child...
2013-09-15  Vadim ZeitlinImprove composite flags handling in the property grid...
2013-09-14  Julian SmartWorkaround for #15404: wxRichTextCtrl: caret does not...
2013-09-14  Paul Cornettadd support for GDK_SCROLL_SMOOTH mouse wheel event...
2013-09-14  Paul Cornettuse native lines/columns per action for mouse wheel...
2013-09-13  Steve LamertonHandle WebKitWebView create-web-view.
2013-09-13  Vadim ZeitlinGerman translations update from Sebastian Walderich.
2013-09-12  Vadim ZeitlinAnother Tamil translations update from Dinakar T.D.
2013-09-12  Vadim ZeitlinPolish translations update from Grzegorz Zlotowicz.
2013-09-12  Vadim ZeitlinHandle non-ASCII output from lsb_release in wxGetLinuxD...
2013-09-12  Vadim ZeitlinDon't reset m_fp if wxFFile::Open() fails.
2013-09-12  Vadim ZeitlinReturn the old file descriptor/pointer from wx(F)File...
2013-09-11  Robin DunnAdd missing Calc*Exposed methods
2013-09-11  Václav SlavíkDon't lie about wxImageList in XRC format spec.
2013-09-11  Václav SlavíkMinor corrections to XRC format description.
2013-09-11  Václav SlavíkFix incorrect XRC format docs for wxMenu(Bar)'s "style...
2013-09-11  Václav SlavíkBetter name for wxXmlResource::GetDirection() argument.
2013-09-11  Václav SlavíkFix needlessly convoluted test in wxXmlResourceHandlerI...
2013-09-11  Vadim ZeitlinFix another crash when conversion fails in Unix PostScr...
2013-09-11  Vadim ZeitlinTamil translations update from Dinakar T.D.
2013-09-11  Vadim ZeitlinTurkish translations update from Çağrı Doğan.
2013-09-11  Steve LamertonFix stc doxygen warnings and regen stc files.
next