remove SetBackgroundStyle call from OnInternalIdle, it should be done from realize...
[wxWidgets.git] / src / msw /
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...
2011-10-11  Vadim ZeitlinDon't delete wxTaskBarIcon in wxMSW wxNotificationMessa...
2011-10-11  Vadim ZeitlinMove SetBackgroundBitmap() from wxPanel to new wxCustom...
2011-10-10  Vadim ZeitlinFix PCH-less build after adding wxNonOwnerWindow in...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinRemove font scaling from wxMSW wxGraphicsContext.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinRefactor wxGDIPlusFontData ctor to allow using it witho...
2011-10-09  Vadim ZeitlinSimplify and rationalize wxGDIPlusContext class constru...
2011-10-09  Vadim ZeitlinDon't make private wxGraphicsContext-derived classes...
2011-10-06  Steve LamertonFix various GCC warnings in wxWebView.
2011-10-05  Steve LamertonStore a pointer to each ClassFactory so we can correctl...
2011-10-04  Vadim ZeitlinFix wxTimePickerCtrl compilation without PCH too.
2011-10-02  Vadim ZeitlinFix wxDateTimePickerCtrl compilation without PCH.
2011-10-02  Steve LamertonAdd new definitions required by MinGW for webview....
2011-10-02  Steve LamertonRemove copied class definitions from missing.h. Disable...
2011-09-29  Vadim ZeitlinAdd wxTimePickerCtrl class.
2011-09-29  Vadim ZeitlinRefactor wxDatePickerCtrl to derive from wxDateTimePick...
2011-09-28  Steve LamertonFix compilation of wxWebView under mingw by adding...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinRefresh wxDisplay when a monitor is added to or removed...
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-09-16  Vadim ZeitlinFix wxFont::GetFaceName() for not realized yet fonts...
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvents generated by menu...
2011-09-16  Vadim ZeitlinFix int field of wxCommandEvent generated by popup...
2011-09-16  Vadim ZeitlinFix checked state for the popup menu items in the event...
2011-09-14  Steve LamertonUse integral value for OLECMDID_OPTICAL_ZOOM as we...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-11  Vadim ZeitlinFix best size computation for wxTextCtrl without border...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-10  Robin DunnEnable the HWND of the task dialog to be fetched with...
2011-08-30  Dimitri SchoolwerthFixed dlmsw.cpp compilation with older SDKs and at...
2011-08-29  Dimitri SchoolwerthFixed drawing a check box in the undetermined state...
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-27  Vadim ZeitlinMake wxBU_EXACTFIT fir the button text more exactly.
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-08-25  Dimitri SchoolwerthFixed MSW/Univ compilation of toplevel.cpp.
2011-08-22  Vadim ZeitlinReturn (16,16) as the default list icons size in wxMSW.
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
next