]> git.saurik.com Git - wxWidgets.git/history - src/msw
Add wxArchiveFSHandler.
[wxWidgets.git] / src / msw /
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
2006-10-03  Vadim Zeitlinmake wxSemaphore::Post() return wxSEMA_OVERFLOW as...
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Robin DunnDon't cache the best size until we get a non-zero value...
2006-10-02  Stefan Csomorworkaround for GDIPlus conversion errors, adding wxMask...
2006-10-02  Paul Cornettuse unsigned for display count
2006-09-30  Stefan Csomorenabling alpha on msw colour
2006-09-30  Stefan Csomorgdiplus implementation
2006-09-29  Jamie GaddRe-enable WM_PRINTCLIENT handling code as it is needed...
2006-09-28  Vadim Zeitlinonly use PS printing in wxUniv (the test was accidental...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-26  Robert Roebling [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN...
2006-09-26  Vadim Zeitlinlet the control process WM_RBUTTONDOWN finally, trying...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Vadim Zeitlinoops, restored accidentally deleted functions in last...
2006-09-24  Vadim Zeitlinget rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-23  Robert Roebling [ 1557935 ] wxPalette::GetColoursCount implementation
2006-09-23  Robert Roebling Reset m_oldValue of after ::SetValue().
2006-09-22  Vadim Zeitlindon't release the DC which we don't own in wxUSE_UXTHEM...
2006-09-20  Robert Roebling Made MSW wxSpinCtrl emit UPDATE event when validating
2006-09-20  Jamie GaddFix label positioning when text is LTR.
2006-09-20  Julian SmartReverted last change
2006-09-18  Robert Roebling Fix compilo under MINGW32
2006-09-18  Julian SmartRemoved rogue continue statement (bug 1560636)
2006-09-17  Robert Roebling [ 1550698 ] Bottom aligned toolbar
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-15  Julian SmartIf we use a background brush, we _must_ set a colour...
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Vadim Zeitlinfix warnings about unused parameters and functions...
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Robin DunnwxStatusBarGeneric is used directly so the header needs...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Paul Cornettdon't include generic/statusbr.h directly
2006-09-10  Vadim Zeitlinuse RTL paragraphs in rich edit control in RTL mode...
2006-09-10  Vadim Zeitlinreturn correct coordinates for child windows from DoGet...
2006-09-10  Vadim Zeitlinfix static box label drawing in RTL locale (patch 1552545)
2006-09-10  Vadim Zeitlinallow wxRB_GROUP to be changed after creation (patch...
2006-09-10  Vadim Zeitlinfix constructing wxRegKey from string names (replaces...
2006-09-10  Vadim Zeitlindon't call ::GetSystemMetrics() unnecessarily in wxGetH...
next