]> git.saurik.com Git - wxWidgets.git/history - src/msw
Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / msw /
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...
2007-08-26  Julian SmartDon't assert in update handler if read-only
2007-08-22  Václav Slavíkadded wxUSE_REGKEY checks
2007-08-20  Kevin OllivierFix for wxMemoryDC::GetAsBitmap() not working on Windows.
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Julian SmartBring back double border
2007-08-15  Vadim Zeitlinuncomment the change which was meant to be committed...
2007-08-15  Vadim Zeitlinuse ES_RIGHT|ES_NUMBER styles for the buddy control...
2007-08-15  Vadim Zeitlindon't enable previously checked button in a radio group...
2007-08-15  Vadim Zeitlinfix clipping box retrieval (patch 1771199)
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinfix incorrect wxSYS_VSCROLL_X mapping to the Win32...
2007-08-14  Julian SmartFix for non-appearance of themed border with wxTE_RICH...
2007-08-13  Julian SmartUse new function GetItemLabel
2007-08-11  Julian SmartMenu label consistency changes
2007-08-09  Julian SmartGave toolbars some extra height, Without which DoGetBes...
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-07-29  Vadim ZeitlinCE compilation fix for X button stuff
2007-07-29  Vadim Zeitlincompilation fix for wxUSE_DBGHELP==0 after latest changes
2007-07-29  Vadim Zeitlinwe must use TB_BUTTONSTRUCTSIZE before adding menu...
2007-07-29  Vadim Zeitlinupdate button style to include BS_MULTILINE when a...
2007-07-29  Vadim Zeitlinno changes, just removed unnecessary #ifdef __WIN32__
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-27  Vadim Zeitlinuse symbolic name for the shell menu bar too; include...
2007-07-27  Vadim Zeitlinfix menu bar creation under WM5 (SHCMBF_EMPTYBAR must...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-26  Vadim Zeitlincompilation fix after last commit
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Vadim Zeitlinallow overriding automatic alpha detection during icon...
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlindefine CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOO...
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Václav Slavíkcompilation fix for minimal build
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
next