Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src /
2013-10-01  Vadim ZeitlinUpgrade bundled zlib to 1.2.8.
2013-10-01  Julian SmartApplied #15226 wxRichTextCtrl: Implement setting proper...
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 ZeitlinFix problem with COMDLG_FILTERSPEC declaration with...
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  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 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í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  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íkFix wxOSX warnings about int-to-void* casts.
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  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 wxSystemSettings::GetColour() for wxGTK3
2013-09-18  Vadim ZeitlinAdd missing c_str() call to fix wxGTK ANSI+STL build.
2013-09-18  Václav SlavíkAdd wxTranslations::GetTranslatedString().
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  Julian SmartEnsure that the overall table border doesn't get overdr...
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-15  Vadim ZeitlinRevert "Make wxMSW stack walking methods work with...
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 ZeitlinFix flickering of wxStaticBox background in wxMSW.
2013-09-15  Vadim ZeitlinDon't crash when laying out wxGridBagSizer with only...
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-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-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  Steve LamertonFix stc doxygen warnings and regen stc files.
2013-09-10  Vadim ZeitlinFix wrong in wxListCtrl::SetItemColumnImage() in r74716.
2013-09-08  Vadim ZeitlinConsistently handle DST start time in wxDateTime::Set().
2013-09-06  Václav SlavíkwxMSW: return correct value from wxMessageDialog::GetRe...
2013-09-06  Vadim ZeitlinFix bug with not selecting wxAuiNotebook page when...
2013-09-06  Steve LamertonFix history storing in wxWebViewWebKit with custom...
2013-09-06  Vadim ZeitlinFix horizontal mouse wheel scrolling in wxGTK.
2013-09-04  Vadim ZeitlinJust remove redundant wxDocument::SetDocumentTemplate...
2013-09-04  Vadim ZeitlinCorrect erasing of background behind controls in a...
2013-09-04  Vadim ZeitlinDon't take hidden wxGrid row/columns into account when...
2013-09-04  Vadim ZeitlinRemove superfluous mouse capturing in wxGrid row/column...
2013-09-04  Vadim ZeitlinSimplify wxGridCellAutoWrapStringRenderer::GetBestSize().
2013-09-04  Vadim ZeitlinDon't crash in wxGridCellAutoWrapStringRenderer when...
2013-09-03  Julian SmartwxRTC: extracted XML utilities into a separate class...
2013-09-03  Paul CornettFix referencing of cairo_t returned from wxDCImpl:...
2013-08-31  Paul CornettDon't update position of widgets in a wxPizza from...
2013-08-30  Vadim ZeitlinFix infinite loop in wxMSW with wxStaticBox inside...
2013-08-30  Vadim ZeitlinFix wxMenu::GetTitle() before the menu is appended...
2013-08-30  Václav SlavíkLoosen the assert in IsScrollIncrement().
2013-08-29  Vadim ZeitlinInitialize wxImageFileProperty correctly when file...
2013-08-29  Vadim ZeitlinDon't define __STRICT_ANSI__, we should build both...
2013-08-29  Julian SmartCrash fix for inserting text into a buffer without...
2013-08-29  Jouk JansenwxGTK1 : another msiing include file in evtloop.cpp
2013-08-28  Jouk JansenwxGTK1 : wx/private/eventloopsourcesmanager.h was missi...
2013-08-27  Vadim ZeitlinDon't recurse into top level children in wxWindow:...
2013-08-27  Vadim ZeitlinCorrect making the newly inserted menu item owner drawn...
2013-08-27  Vadim ZeitlinDon't use any icon for items inserted without one in...
2013-08-27  Vadim ZeitlinMake wxWindow::HasScrollbar() respect wxScrolled::ShowS...
2013-08-27  Vadim ZeitlinNo real changes, just make wxWindow::CanScroll() virtual.
2013-08-27  Jouk JansenUpdate OpenVMS compile support
2013-08-27  Jouk Jansenrevert nested event loop support for wxGTK1 because...
2013-08-24  Vadim ZeitlinMove code removing "-psn_xxx" command line arguments...
2013-08-24  Vadim ZeitlinFix recreating of wxBitmapComboBox using untyped client...
2013-08-24  Paul Cornettremove redundant initialization of base class member...
2013-08-24  Paul CornettwxDialogBase only has one ctor, so just do initializati...
next