Added a couple of text effects
[wxWidgets.git] / src / msw /
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan CsomorwxGraphicsContext always is using clipping regions...
2006-11-06  Robin DunnRe-add the wxQTMediaBackend class, by copying the code...
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinfix the broken code in strftime()
2006-11-04  Vadim Zeitlinfix warning about unused variable in wxWinCE build
2006-11-04  Vadim Zeitlincall base class ctor in copy ctors explicitly (fixes...
2006-11-04  Vadim Zeitlinhandle all wxROLE_XXX values in wxConvertToWindowsRole()
2006-11-04  Stefan Csomorstub implementations
2006-11-01  Julian SmartAllow for WinCE drive-less single backslash
2006-11-01  Robin DunnFix for always failing assert in GetValue. Save the...
2006-10-31  Vadim Zeitlinalways define our HKPD/CC/DD constants, without using...
2006-10-31  Vadim Zeitlindon't compute (and mainly don't cache) our best size...
2006-10-31  Julian SmartInvalidate cache because best size was calculated earlier
2006-10-31  Julian Smartimplement wcsftime for versions of VS earlier than...
2006-10-31  Julian SmartwxWinCE compile fixes
2006-10-31  Vadim Zeitlinuse SelectObjectAsSource when we don't need to modify...
2006-10-31  Vadim Zeitlinfix wxBitmap mask copying
2006-10-31  Vadim Zeitlinfixes for status bar positioning with non-top aligned...
2006-10-31  Vadim Zeitlinmany fixes to toolbar positioning code
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Vadim Zeitlinfix crash in wxRadioBox creation due to its DoGetBestSi...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-31  Vadim Zeitlininclude wrapwin.h to get HMONITOR and friends declarations
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison fix
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlincompilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
2006-10-30  Vadim Zeitlininclude wx/msw/private.h before wx/msw/uxtheme.h for...
2006-10-30  Robert Roebling Compilo.
2006-10-30  Julian SmartImprove the registry query for whether to show combobox...
2006-10-30  Vadim Zeitlinincrement TEXTCTRLYADJUST_CLASSIC (patch 1586710)
2006-10-29  Vadim Zeitlinremoved unused variable (thanks Borland)
2006-10-29  Vadim Zeitlincommented out more unused code (bcc compilation warning)
2006-10-29  Paul Cornettremove unneeded include
2006-10-29  Vadim Zeitlinpost WM_CLOSE instead of deleting the inplace edit...
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-29  Vadim Zeitlindon't use Unicode filenames under Win9x, even with...
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Włodzimierz SkibaReverted winundef.h removal - without it build fails...
2006-10-27  Robin Dunninclude mslu.h
2006-10-26  Vadim Zeitlininclude wx/msw/mslu.h for wxUsingUnicowsDll() declaration
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Michael WetherellMissing header.
2006-10-26  Vadim Zeitlinmove wxMSLU_xxx redefinitions of xxx() Windows function...
2006-10-26  Stefan Csomoradding new implementations
2006-10-26  Julian SmartLess drastic compile fix
2006-10-26  Włodzimierz SkibaCorrect placement of header listed in wx/wx.h
2006-10-26  Julian SmartUsing MinGW 3, no hbmpItem
2006-10-26  Julian SmartAdded missing include for MinGW non-PCH compile
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-23  Robin Dunnadded missing default ctor
2006-10-23  Stefan Csomoradding new constructors
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-21  Vadim Zeitlinfix for tabs drawing in RTL (patch 1552881)
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-10-21  Vadim Zeitlinload _TrackMouseEvent dynamically to make it possible...
2006-10-20  Vadim Zeitlinput #if wxUSE_STATBOX around wxStaticBox usage (bug...
2006-10-20  Stefan Csomorfixing classname
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-10  Paul Cornettdon't include missing.h before windows headers
2006-10-10  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-10-10  Włodzimierz SkibawxUnivMSW build fix.
2006-10-09  Vadim Zeitlinreturn false from IsDoubleBuffered() if the first top...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-09  Stefan Csomoradding angle conversion
2006-10-09  Stefan Csomormaking pens behave as on other platforms when scaling
2006-10-09  Stefan Csomorset anti-aliasing ON by default
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-09  Vadim Zeitlinchange UpdateSelection() parameter type to int from...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinrestored sending events from Replace/Remove/Write/Appen...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Vadim Zeitlincorrected last commit: Inflate() should be Deflate()
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-10-08  Paul Cornettrestore needed functions, wxMSW doesn't use wxBitmapHan...
2006-10-08  Vadim Zeitlincompilation fix for PCH-less builds
2006-10-08  Vadim Zeitlinadd support for wxCONTROL_ISDEFAULT to wxRendererMSW...
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinuse wxSTRINGIZE instead of redefining a special STRINGI...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-10-06  Robin DunnApplied second part of patch #1570448, use the device...
2006-10-05  Robin DunnPart of patch# 1570448, use dwRop for StretchBIBits too
2006-10-05  Jamie GaddNeed to update the bg brush when the first page is...
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
2006-10-04  Vadim Zeitlinfix the length passed to wxMB2WC (replaces patch 155443...
2006-10-04  Vadim Zeitlincorrected date in header; removed extra wx/wxprec.h...
2006-10-03  Robin DunnWrap module in #if wxUSE_GRAPHICS_CONTEXT
next