support for GTK3
[wxWidgets.git] / src / msw /
2012-06-30  Vadim ZeitlinDefine wxEntry() with WinMain-compatible signature...
2012-06-29  Vadim ZeitlinFix generation of wxEVT_CHAR in wxMSW wxComboBox.
2012-06-20  Vadim ZeitlinNo real changes, just simplify wxGDIPlusContext::GetTex...
2012-06-20  Vadim ZeitlinFix text extent computation in wxMSW wxGraphicsContext.
2012-06-17  Vadim ZeitlinDisable creation of wxDIB from wxBitmap in non-wxMSW...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-15  Vadim ZeitlinFix compilation of MSW wxFSVolume with non-wxMSW ports.
2012-06-12  Vadim ZeitlinFix crash in wxStaticBox::HandleEraseBkgnd() in wxMSW...
2012-06-12  Vadim ZeitlinCompilation fix in non-PCH build of wxMSW wxStaticBox.
2012-06-12  Vadim ZeitlinMake wxMSW tree item unlocking reentrant.
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-06-05  Robin DunnIf there is a sizer then use it's calculated minimum...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-03  Steve LamertonUse wxCOMPtr throughout wxWebViewIE to simplify the...
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-06-01  Vadim ZeitlinAdd support for CP1258 (Vietnamese) and CP1361 (Korean...
2012-06-01  Vadim ZeitlinKeep user-set wxFrame background color even if MSW...
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-30  Robin DunnAdjust the client area origin and the client size of...
2012-05-28  Vadim ZeitlinFix bug in wxAutomationObject introduced by r71574.
2012-05-27  Vadim ZeitlinFix memory leaks in wxAutomationObject::Invoke().
2012-05-26  Vadim ZeitlinRefactor SAFEARRAY creation code in wxConvertStringFrom...
2012-05-26  Vadim ZeitlinFix DrawChoice() behaviour in wxRendererXP.
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2012-05-17  Paul Cornettmark virtual overrides as virtual
2012-05-15  Vadim ZeitlinAdd support for wxArrayString to wxVariant-to-OLE conve...
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-05-09  Vadim ZeitlinUnconditionally define IID_IShellItem in wxMSW sources.
2012-05-09  Vadim ZeitlinImplement constrained best size calculation in wxMSW...
2012-05-09  Vadim ZeitlinAllow entering more digits in wxSpinCtrl in wxMSW than...
2012-05-09  Vadim ZeitlinAttach MDI "Window" menu to the parent frame menu bar...
2012-05-09  Vadim ZeitlinCorrect the initial value setting in wxMSW wxSpinCtrl.
2012-05-09  Vadim ZeitlinRemove assert checking bitmap size in wxMenuItem drawin...
2012-05-09  Vadim ZeitlinFix creation of wxBitmap from wxIcon in wxMSW: premulti...
2012-05-09  Vadim ZeitlinFix compilation of wxVariant code with VC6.
2012-05-09  Vadim ZeitlinCheck that item ID is initialized when inserting it...
2012-05-09  Vadim ZeitlinFix wxStaticBitmap best size calculation in wxMSW.
2012-05-06  Václav SlavíkFix r71367: don't set bgCol twice needlessly.
2012-05-06  Václav SlavíkFix wxOwnerDrawnComboBox background on with classic...
2012-05-02  Dimitri SchoolwerthFixed parts of toolbar background not being drawn with...
2012-04-27  Julian SmartRestored the exact-fit-button horizontal margin calcula...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-16  Vadim ZeitlinNo real changes, just some typo fixes for previous...
2012-04-15  Vadim ZeitlinUse new style directory selection dialog under Vista...
2012-04-14  Vadim ZeitlinCall wxThread::OnExit() from wxThread::Exit() in wxMSW...
2012-04-14  Vadim ZeitlinAdd support for VT_I8 (long long) values to wxAutomatio...
2012-04-12  Steve LamertonAlways check that we get a valid IDispatch* from get_Do...
2012-04-06  Vadim ZeitlinHandle Ctrl-O and Ctrl-L MSW wxWebView accelerators...
2012-04-05  Vadim ZeitlinSet the menu itself as event object for EVT_MENU_{OPEN...
2012-04-05  Vadim ZeitlinHide combobox popup when it is hidden itself in wxMSW.
2012-04-05  Vadim ZeitlinRefactor: move wxComboBox::MSWDoPopupOrDismiss() down...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-04-05  Vadim ZeitlinFix handling of the main window of composite controls...
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2012-04-05  Vadim ZeitlinReally fix source coordinates handling in wxDC::Blit...
2012-04-01  Stefan Csomorcorrect text drawing with background brush, fixes ...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-27  Steve LamertonCorrectly use QueryInterface in GetDocument to ensure...
2012-03-27  Vadim ZeitlinHonour source wxDC coordinate system in wxDC::Blit...
2012-03-26  Vadim ZeitlinMinor fix to wxGraphicsContext::SetInterpolationQuality...
2012-03-24  Vadim ZeitlinImplement wxGraphicsContext::SetInterpolationQuality...
2012-03-22  Vadim ZeitlinImplement horizontal mouse wheel events support for...
2012-03-20  Vadim ZeitlinFix wxMSW compilation when wxUSE_FONTMAP==0.
2012-03-18  Vadim ZeitlinAvoid crashes in wxMSW when using buttons without valid...
2012-03-12  Julian SmartRemoved redundant DoEnable
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2012-03-05  Julian SmartIt should be possible to set a null bitmap without...
2012-03-05  Vadim ZeitlinRemove the wrong "std::" scope prefix before ceil(...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinUse standard IDC_CROSS cursor in wxMSW.
2012-03-04  Vadim ZeitlinDon't set value unnecessarily in wxSpinCtrl::Create...
2012-03-04  Vadim ZeitlinNo changes, just add wxSpinCtrl::Init() to wxMSW.
2012-03-04  Vadim ZeitlinFix stretchable spaces in wxToolBar after tool removal...
2012-03-04  Vadim ZeitlinCorrect mouse event coordinates in wxMSW wxUIActionSimu...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-03-04  Vadim ZeitlinTake disabled windows into account in wxFindWindowAtPoi...
2012-02-29  Vadim ZeitlinRemove redundant assignment in wxDialUpManagerMSW code.
2012-02-29  Vadim ZeitlinReplace incorrect uses of wxString::empty() with the...
2012-02-25  Vadim ZeitlinDispatch unknown messages immediately in wxMSW YieldFor().
2012-02-21  Julian SmartThe tree only sets the focus in response to a TVN_SELCH...
2012-02-15  Vadim ZeitlinMake wxDragImage ctors taking hot spot point really...
2012-02-11  Vadim ZeitlinUpdate marks in non-current months shown in wxMSW wxCal...
2012-02-11  Vadim ZeitlinSet marks used in wxMSW wxCalendarCtrl unconditionally.
2012-02-05  Vadim ZeitlinDon't set PAGESETUPDLG::hDevNames and hDevMode when...
2012-02-05  Vadim ZeitlinPreserve focus when window is minimized and restored...
2012-02-05  Vadim ZeitlinEnsure that the progress dialog parent is activated...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-02-02  Steve LamertonDisable navigation sounds in wxWebViewIE. This brings...
2012-02-02  Vadim ZeitlinFix initial wxRadioBox buttons positions in wxMSW.
2012-01-24  Vadim ZeitlinFix setting frame icon when using non-standard icon...
2012-01-24  Vadim ZeitlinAppend all items at once during wxChoice creation in...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2012-01-23  Vadim ZeitlinFix incorrect cast resulting in a warning in wxMSW...
2012-01-23  Vadim ZeitlinAvoid warnings about mismatched format string in wxMSW...
2012-01-20  Vadim ZeitlinAdd error checking when retrieving client data from...
2012-01-20  Vadim ZeitlinCheck that an error really occurred when getting wxChoi...
2012-01-20  Vadim ZeitlinTry to avoid truncation of the message in wxMSW wxMessa...
next