remove code ifdef-ed on __X__, it is never defined for wxGTK
[wxWidgets.git] / src / msw /
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.
2011-12-02  Dimitri SchoolwerthFixed x64 application termination after exceptions...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-12-02  Vadim ZeitlinDon't use ListView_CancelEditLabel() as it doesn't...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-11-30  Vadim ZeitlinFix setting the parent of wxProgressDialog.
2011-11-30  Vadim ZeitlinMake wxMSW status bar slightly less tall by default.
2011-11-29  Vadim ZeitlinDon't include pbt.h from wxMSW code unnecessarily.
2011-11-28  Steve LamertonOverride MSWTranslateMessage for wxActiveXContainer...
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-11-27  Vadim ZeitlinAdd support for VK_OEM_102 key under wxMSW.
2011-11-27  Vadim ZeitlinSet Unicode key code correctly for key events for WXK_R...
2011-11-27  Vadim ZeitlinDon't hide/show wxActiveXContainer when resizing it.
2011-11-22  Vadim ZeitlinHack wxMSW wxNotebook to show the text controls correct...
2011-11-18  Vadim ZeitlinNo changes, just remove extra whitespace from wxWebView...
2011-11-17  Steve LamertonRemove double buffering from wxWebViewIE as this is...
2011-11-17  Steve LamertonAdjust testing for non-visible controls in wxActiveXCon...
2011-11-16  Vadim ZeitlinMove wxWebView-related definitions to webview_ie.cpp...
2011-11-16  Vadim ZeitlinCompilation fix for PCH-less build after r69758.
2011-11-15  Vadim ZeitlinOnly update status bar fields after they were created...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-11-12  Vadim ZeitlinUse wxConvertStringToOle() in wxWebViewIE code.
2011-11-11  Vadim ZeitlinIntercept some keys in wxMSW wxTextCtrl even if they...
2011-11-10  Julian SmartApplied Blit system options optimization to StretchBlit
2011-11-08  Steve LamertonSkip spurious blank JavaScript events in wxWebView.
2011-11-08  Vadim ZeitlinDon't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.
2011-11-04  Vadim ZeitlinFix choice of tree item icon for the selected state...
2011-10-31  Dimitri SchoolwerthFixed dropdown height of wxChoice and wxComboBox controls.
2011-10-31  Vadim ZeitlinCompilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP.
2011-10-30  Vadim ZeitlinFix splitting message into title in body in MSW wxProgr...
2011-10-30  Vadim ZeitlinDon't replace non default wxMessageDialog labels with...
2011-10-20  Vadim ZeitlinFix wxRichToolTip compilation under MSW without PCH...
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-19  Václav SlavíkFix NULL window argument to wxEVT_KILL_FOCUS when creat...
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinUse wxWindow::GetClientAreaOrigin() instead of MSW...
2011-10-16  Vadim ZeitlinAlign multiline labels correctly in wxMSW owner-drawn...
2011-10-15  Vadim ZeitlinDon't use wxMSW version of wxNonOwnedWindow at all...
2011-10-13  Robin DunnAvoid an assert when m_dir is empty
2011-10-11  Vadim ZeitlinUpdate status bar labels properly after width change...
next