rearrange some code in DoSetSize to facilitate upcoming changes
[wxWidgets.git] / src / msw /
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...
2012-01-18  Vadim ZeitlinNo changes, just minor wxMSW code cleanup: use WinStruct<>.
2012-01-15  Steve LamertonImplement IDocHostUIHandler in wxWebViewIE to improve...
2012-01-15  Steve LamertonAdd wxActiveXContainer::QueryClientSiteInterface to...
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Vadim ZeitlinCorrect wrong checks for wxUSE_OWNER_DRAWN.
2012-01-14  Vadim ZeitlinFix the size of the font returned from wxTextCtrl:...
2012-01-13  Vadim ZeitlinCorrect handle passed to DocumentProperties() in MSW...
2012-01-11  Vadim ZeitlinAdd wxUSE_OWNER_DRAW checks to wxMSW wxMenu code.
2012-01-10  Dimitri SchoolwerthFixed clicking on MSW slider not changing value with...
2012-01-10  Vadim ZeitlinFix wxFrame::AttachMenuBar() compilation under Windows CE.
2012-01-10  Vadim ZeitlinAdd missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks...
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-07  Vadim ZeitlinSet Z-position correctly for wxEVT_JOY_ZMOVE events.
2012-01-07  Vadim ZeitlinJoystick messages coordinates are unsigned, treat them...
2012-01-05  Vadim ZeitlinDon't fill wxListEvent::m_item when using virtual list...
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 ZeitlinComplete wxEVT_MENU_{OPEN,CLOSE} implementation in...
2011-12-27  Vadim ZeitlinCompilation fix for PCH-less build after r70122.
2011-12-27  Vadim ZeitlinFix the size of the font returned by wxTextCtrl::GetSty...
2011-12-22  Steve LamertonUse OLE helper macros in wxWebView to reduce the amount...
2011-12-22  Steve LamertonMark various OLE helper functions as DLL exported so...
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  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  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 ZeitlinDon't activate MSW dialogs when setting their initial...
2011-12-16  Vadim ZeitlinKeep the item being updated selected in wxMSW wxChoice...
2011-12-16  Vadim ZeitlinCorrected test for region validity in wxMSW wxRegion...
2011-12-16  Vadim ZeitlinMake multiline checkboxes wider in wxMSW to avoid word...
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-08  Vadim ZeitlinAdd wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
2011-12-07  Vadim ZeitlinFix the size of the buffer when using wxIPC::Execute...
2011-12-07  Vadim ZeitlinRemove vertical wxTextCtrl adjustment hacks for wxMSW...
2011-12-03  Vadim ZeitlinAllow 2-step creation of wxGenericProgressDialog.
2011-12-02  Stefan Csomorfixing build
2011-12-02  Vadim ZeitlinCompilation fixes for wxMSW in wxUSE_STL=1 build.
next