don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / msw /
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-06  Vadim Zeitlinfix crash in wxExecuteModule::OnExit() (never noticed...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-06  Vadim Zeitlinadd wxDL_QUIET flag; use RawGetSymbol() instead of...
2008-01-06  Vadim Zeitlindraw the bitmap manually under Win9x and 2000 because...
2008-01-06  Vadim Zeitlinfix comparison of BYTE variable with -1 after last...
2008-01-05  Vadim Zeitlinfix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-31  Vadim Zeitlinensure that gsockmsw.obj is linked in, it was optimized...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-22  Robert RoeblingCompilo
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-22  Vadim Zeitlinhandle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari...
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-22  Vadim Zeitlindiscard any pending messages for the socket being destr...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-20  Paul Cornettremove unused variables, tabs
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Robert RoeblingUse IsOk() instead of Ok()
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinfix gcc warning about possibly uninitialized variables
2007-12-15  Vadim Zeitlinfix signed/unsigned comparison warnings
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-11  Vadim Zeitlinfix unused variable warning if !HAS_AUTOCOMPLETE
2007-12-09  Vadim Zeitlindon't use the native implementation if wxTaskBarIcon...
2007-12-09  Vadim Zeitlindon't use FillRect() in DoDrawRectangle() but always...
2007-12-08  Vadim Zeitlincall Clear() in dtor: this is necessary at least to...
2007-12-08  Vadim Zeitlinadd wxUSE_TASKBARICON_BALLOONS to make it possible...
2007-12-07  Chris ElliottSF patch 1840451
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-12-04  Vadim Zeitlinuse CreateWindow() instead of CreateStatusWindow()...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-03  Paul Cornettnon-pch build fix
2007-12-03  Paul Cornettnon-pch build fixes
2007-12-02  Vadim Zeitlinadded wxNotificationMessage::AlwaysUseGeneric() MSW...
2007-12-02  Vadim Zeitlinremoved the "Silver theme fix" which made the controls...
2007-12-02  Vadim Zeitlincorrect the wxEVT_TASKBAR_BALLOON_CLICK handler name...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-02  Vadim Zeitlindelete the TLW used by taskbar icons instead of destroy...
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-12-02  Vadim Zeitlindefine NIN_BALLOONXXX constants if the SDK doesn't
2007-12-01  Vadim Zeitlinadded wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will...
2007-12-01  Vadim Zeitlinadded MSW-specific wxTaskBarIcon::ShowBalloon() method...
2007-12-01  Vadim Zeitlinuse correct text format depending on build in XTYP_EXEC...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Vadim Zeitlinuse WS_SYSMENU if wxCLOSE_BOX style is given, otherwise...
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Vadim Zeitlinfix an unused variable warning in release build
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlindefine AW_XXX constants if SDK doesn't (fixes VC6 compi...
2007-11-28  Julian SmartFixed bug in border style translation
2007-11-28  Vadim Zeitlinset disposition to OPEN_ALWAYS for write and read-write...
2007-11-28  Vadim Zeitlinreturn immediately after processing TaskbarCreated...
2007-11-26  Vadim Zeitlinunload msimg32.dll earlier (before static cleanup time...
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-20  Vadim Zeitlinuse FindWindowEx() instead of ChildWindowFromPoint...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim Zeitlinno real changes: just some cleanup, better error handli...
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-11-17  Vadim ZeitlinPCH-less compilation fix after last commit
2007-11-17  Chris Elliottadd watcom to #include shlguid.h
2007-11-17  Vadim Zeitlintest for remote drive existence using wxDirExists(...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinhandle NULL BSTRs as empty ones per Microsoft convention
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlinfix wxColourDialog::Centre() and SetSize() (modified...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-16  Julian SmartDon't suppress accelerators that include Enter just...
2007-11-15  Paul Cornettfix reference to temporary
2007-11-14  Julian SmartDon't try to call CanUndo/CanRedo for read-only combobo...
2007-11-13  Vadim Zeitlinfix another minor bug in DLGC_WANTMESSAGE handling...
next