]> git.saurik.com Git - wxWidgets.git/history - src/msw
added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips
[wxWidgets.git] / src / msw /
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
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Robert RoeblingUse BTNFACE colour for rendering selected item when...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-11  Vadim ZeitlinwxUniv compilation fixes in themed border drawing code
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlinupdated copyright year to 2007
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-06  Vadim Zeitlinfixed bug with inversed IsEditable() return value
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-03  Vadim Zeitlinfix range used for native volume in Set/GetVolume(...
2007-10-02  Vadim Zeitlininitialize all fields of WINDOWPOS struct to avoid...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Vadim Zeitlincorrect properties were not set during initial add...
2007-09-28  Chris Elliottvc6 did not like this (void function returning a value)
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-09-21  Vadim Zeitlinadded more convenient wxDL_INIT_FUNC[_AW] macros and...
2007-09-21  Vadim Zeitlinmade gs_msgXXX variables static
2007-09-21  Vadim Zeitlinallow using wxTaskBarIcon under Win95 by loading Shell_...
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
next