Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / msw /
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...
2007-09-21  Julian SmartCorrected bug in in revision 47973
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Vadim Zeitlinadded missing wxUSE_RICHEDIT test
2007-09-19  Vadim Zeitlinuse fabs() instead of abs() to fix mingw32 compilation...
2007-09-19  Vadim Zeitlinshut down GDI+ from a module instead of doing it during...
2007-09-18  Vadim Zeitlinfix for the last commit: reset the dummy wxRICHTEXT_DEF...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-16  Vadim Zeitlindon't use NULL when we mean 0
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-09-15  Vadim Zeitlinalways return positive pixel size, even for negative...
2007-09-14  Vadim Zeitlinfix unused parameter warning
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-12  Vadim Zeitlinfix assert for bitmaps buttons created without bitmap...
2007-09-10  Vadim Zeitlinmap wxFONTENCODING_ISO2022_JP to the correct Windows...
2007-09-10  Vadim Zeitlinchop off the unwanted \r from GetLineText() return...
2007-09-10  Vadim ZeitlinUnicode compilation fix
2007-09-10  Vadim ZeitlinwxDL_XXX macros and dynamic loading cleanup:
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlincache the result of wxGetOsVersion() (heavily modified...
2007-09-08  Robert RoeblingCompile error (no idea why Mingw doesn't like wxPoint())
2007-09-08  Vadim Zeitlinfix file names format in wxFileDataObject::GetDataHere...
2007-09-08  Vadim Zeitlindon't pass garbage to SetData() in wxURLDataObject...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-05  Vadim Zeitlinfixed off by 1 bug in converting premultiplied DIB...
2007-09-04  Julian SmartAlways set the background colour for XP, for consistent...
2007-09-04  Julian SmartCorrected a typo
2007-09-04  Julian SmartApply the background fix only if the toolbar has controls
2007-09-03  Vadim Zeitlindon't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT...
2007-09-02  Julian SmartStandard SDK fixes
2007-08-29  Julian SmartThe toolbar background for some colour schemes cannot...
next