]> git.saurik.com Git - wxWidgets.git/history - src/msw
Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types.
[wxWidgets.git] / src / msw /
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...
2007-11-13  Vadim Zeitlinunselect all selected items, not just the currently...
2007-11-13  Vadim Zeitlinfix unreachable code warning in TranslateBorder()
2007-11-13  Vadim Zeitlincorrection to the changes of r49805 to make the code...
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-11-10  Vadim Zeitlindon't forward Enter presses to the default button if...
2007-11-10  Vadim Zeitlinshow default title if no custom one was specified inste...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-09  Vadim Zeitlinremoved unused gs_centerDialog variable accidentally...
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlincompilation fix for VC6 with standard (i.e. not updated...
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-11-09  Julian SmartFixed compilo with VC++
2007-11-06  Vadim Zeitlindon't add 0.5 to GetTextExtent() results and do take...
2007-11-05  Vadim Zeitlinsuppress (harmless) gcc warning about non-virtual dtor...
2007-11-05  Vadim Zeitlincompilation fix for stuff missing from mingw32 headers
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Benjamin Williamsbug fix for vista in multi-selection tree
2007-11-02  Vadim Zeitlintry (this can be vetoed) to set focus to the listbox...
2007-11-01  Vadim Zeitlinset the focus to the tree before generating the selecti...
2007-10-30  Vadim Zeitlinreverted last changed (r49413) as deleting non-attached...
2007-10-30  Vadim Zeitlindon't set CF_TEXT data in wxURLDataObject in Unicode...
2007-10-29  Vadim Zeitlindefine TTF_TRANSPARENT if it's absent from SDK headers
2007-10-29  Vadim Zeitlinuse TTF_TRANSPARENT to fix problem with flashing toolti...
2007-10-29  Vadim Zeitlinuse fixed TOOLINFO struct size instead of trying to...
2007-10-28  Vadim Zeitlinuse the same #if wxUSE_XXX checks in platform-specific...
2007-10-28  Vadim Zeitlinreverted unrelated changes accidentally committed as...
2007-10-26  Vadim Zeitlinrefresh the item being collapsed when using comctl32...
2007-10-24  Vadim Zeitlinalways delete the menus, even if the menu is attached...
2007-10-24  Vadim Zeitlinrelease update region as soon as we finished painting...
2007-10-23  Robin DunnUse premultiplied alpha pixel format to match what...
2007-10-22  Robin DunnPatch [ 1816051 ] MSW DrawEllipticArc inconsistent...
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
next