Add version check for MSVC 10
[wxWidgets.git] / src /
2013-02-21  Vadim ZeitlinFix crash when drawing bitmaps with mask in wxGTK with...
2013-02-21  Vadim ZeitlinNo real changes, just suppress a harmless warning.
2013-02-19  Vadim ZeitlinFix background corruption in scrolled wxHtmlWindow.
2013-02-17  Stefan Csomorapplying patch, closes #13045
2013-02-17  Stefan Csomorswitching notebook implementation to common
2013-02-15  Vadim ZeitlinRemove wxRTTI macro for wxComboBox from Motif port.
2013-02-15  Vadim ZeitlinDon't use ternary operator ?: with wxString and literal...
2013-02-15  Vadim ZeitlinsAlways iInclude wx/encinfo.h from src/unix/fontutil...
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2013-02-14  Stefan Csomorcloses #13841
2013-02-10  Vadim ZeitlinAccount for scrolling when setting the background brush...
2013-02-10  Vadim ZeitlinCompilation fix for !wxHAS_MSW_BACKGROUND_ERASE_HOOK...
2013-02-10  Vadim ZeitlinCreate wxCURSOR_RIGHT_ARROW on the fly from normal...
2013-02-10  Vadim ZeitlinCreate new tab at the correct location in wxAuiNotebook.
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2013-02-09  Vadim ZeitlinDon't call ::GetLayout() in wxMSW code directly.
2013-02-09  Vadim ZeitlinFix pulsing of bitmaps in focused buttons under Windows 7.
2013-02-09  Vadim ZeitlinRefresh wxMSW wxStaticBitmap when its size changes.
2013-02-09  Vadim ZeitlinFix drawing of bitmaps with masks in mirrored wxDC.
2013-02-06  Vadim ZeitlinDon't recurse into top level children when validating...
2013-02-06  Vadim ZeitlinRefactor children traversal in wxWindow::TransferData...
2013-02-06  Vadim ZeitlinAllow creating wxCursor from ANI files under MSW.
2013-02-06  Vadim ZeitlinFix harmless warning about NULL in wxStyledTextCtrl...
2013-02-06  Vadim ZeitlinFix harmless g++ warning about operator precedence.
2013-02-06  Vadim ZeitlinCheck for _MSC_VER definedness in libtiff code.
2013-02-05  Vadim ZeitlinIgnore empty LC_XXX variables in locale detection code.
2013-02-05  Vadim ZeitlinNo changes, just remove unused part of expression.
2013-02-05  Vadim ZeitlinOnly impose minimal height for buttons with non-empty...
2013-02-05  Vadim ZeitlinReally fix resizing of wxGird column/rows after a hidde...
2013-02-04  Vadim ZeitlinAvoid harmless warning about comparing unsigned with 0.
2013-02-04  Julian SmartInvalid conversion compile error fix (GTK+ 2.12.9)
2013-02-04  Julian SmartAdded support for sub-object virtual attributes (tempor...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-27  Stefan NeisNo changes, just remove unneeded variable initializatio...
2013-01-27  Stefan NeisNo real changes, just spelling fixes. Closes #14998.
2013-01-27  Stefan NeisJust some spelling fixes, no real changes. Closes ...
2013-01-27  Julian SmartPrevent assertions because of zero image size
2013-01-23  Vadim ZeitlinInitialize all wxHTTPStream members in ctor.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2013-01-23  Jouk Jansenlet wxCheckListBox get the properties of wxCheckListBox...
2013-01-22  Jouk JansenUpdate openVMS compile support
2013-01-21  Vadim ZeitlinFix a crash in wxExecute() in wxMSW too.
2013-01-21  Vadim ZeitlinFix crash in wxExecute() introduced by r73406.
2013-01-21  Vadim ZeitlinNo changes, just remove unused variable in wxCarbon...
2013-01-21  Vadim ZeitlinAdd wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-21  Jouk JansenOpenVMS compile support for wxSPLASH and sample
2013-01-20  Vadim ZeitlinA fix for VC6 compilation: define missing priority...
2013-01-20  Stefan Csomorworkaround for crash, see #14906
2013-01-20  Vadim ZeitlinImprove appearance of text with background colour in...
2013-01-20  Paul Cornettno real changes, just move wxMask::GetBitmap() to wxMas...
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2013-01-20  Vadim ZeitlinFix appearance of multiline wxCheckBox with non-standar...
2013-01-20  Vadim ZeitlinFix wxDateTime::GetWeekOfYear() for the days in the...
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2013-01-20  Vadim ZeitlinFix changing labels of menu items with bitmaps in wxMSW.
2013-01-20  Vadim ZeitlinFix bug with showing hidden wxGrid lines when resizing...
2013-01-20  Vadim ZeitlinMake "More windows..." menu item in MDI "Window" menu...
2013-01-20  Vadim ZeitlinPut "#if wxUSE_TOOLBAR" around a variable only used...
2013-01-20  Vadim Zeitlin64 bit compilation fix for wxTextCtrl in wxMSW.
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2013-01-20  Vadim ZeitlinReally fix the background colour used for the cells...
2013-01-20  Vadim ZeitlinDon't use margins for wxGrid in place text editor controls.
2013-01-20  Vadim ZeitlinSet margins on creation correctly for wxTE_RICH[2]...
2013-01-20  Vadim ZeitlinSet both left and right wxTextEntry margins in wxMSW.
2013-01-20  Vadim ZeitlinFix bug with dragging non-draggable columns in wxMSW...
2013-01-20  Vadim ZeitlinFix some harmless but annoying warnings about casts...
2013-01-20  Paul Cornettdraw monochrome source directly onto destination when...
2013-01-20  Paul Cornettmake some reference handling a little more direct and...
2013-01-19  Julian SmartWhen selecting the bitmap bullet style, the name can...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-17  Steve LamertonWhen handling accelerators in wxWebView make sure that...
2013-01-16  Julian SmartFix wrong value
2013-01-16  Julian SmartBetter compatibility with old files when creating an...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2013-01-14  Julian SmartAdded Set/GetFloatingLayoutMode to switch off time...
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2013-01-13  Vadim ZeitlinFix wrong return value in the changes of r73365.
2013-01-12  Vadim ZeitlinFix compilation without PCH after r73365.
2013-01-12  Vadim ZeitlinAllow hiding/showing already hidden/shown wxGrid rows...
2013-01-12  Vadim ZeitlinRelax Unity menu interdiction hack to allow popup menus...
2013-01-10  Paul Cornettcall GTKApplyWidgetStyle() from PostCreation() instead...
2013-01-10  Paul Cornettallow setting window font and bg/fg color before creation
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2013-01-09  Paul Cornettdon't use deprecated wxMouseState functions
2013-01-08  Julian SmartDetect when the window is still captured when dragging...
2013-01-08  Julian SmartFill in mouse button and key state when generating...
2013-01-05  Paul Cornettdefine wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0
2013-01-04  Vadim ZeitlinAttempt to fix MSVC6 compilation after the previous...
2013-01-04  Vadim ZeitlinIncluding wx/msw/missing.h to define INVALID_FILE_ATTRI...
2013-01-03  Paul Cornettgtk_assert_dialog_set_message() was unintentionally...
2013-01-03  Jouk Jansengtk_assert_dialog_set_message is only defined if wxUSE_...
2013-01-03  Paul Cornettuse gtk_file_chooser_set_show_hidden() now that GTK...
2013-01-03  Paul Cornettremove ancient SetModal(), it was deprecated long ago...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-30  Steve LamertonAdd handling of http errors to wxWebViewIE. Tidy up...
next