build fixes for WXWIN_COMPATIBILITY_2_6=0
[wxWidgets.git] / src / msw /
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...
2006-09-10  Vadim Zeitlinensure that IsDialogMessage() is not called in the...
2006-09-10  Vadim Zeitlincompilation fix for !WX_PRECOMP (missing wx/app.h)
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Vadim Zeitlinimplement wxComboBox::SetEditable()
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-05  Włodzimierz SkibaWinCE build fixes.
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Michael WetherellA better compile fix for Wine (which lacks pbt.h).
2006-09-04  Michael WetherellHacks for wine.
2006-09-04  Julian SmartFixed ISO-8859-11 mapping to code page under Windows
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-04  Robert Roebling I forgot to commit this one.
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-02  Robert Roebling Map iso8859-11 to codepage 874.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-26  Vadim Zeitlindon't crash when EnsureVisible() is called for the...
2006-08-25  Robin DunnUse the width of the widest line (not the first line...
2006-08-25  Włodzimierz SkibaWarning fix.
2006-08-24  Vadim Zeitlinfix compilation both for Robert's cross-compiler and...
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-08-21  Robert Roebling Fix same compilation again, I guess 0 was
2006-08-21  Robert Roebling Fix compilation under MSW with GCC cross.
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-17  Michael WetherellCrash fix from Tim Kosse.
2006-08-17  Paul Cornettremove Win32S-specific code
2006-08-17  Paul Cornettbuild fixes
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-15  Vadim Zeitlinresolve IsWow64Process() dynamically; don't rely on...
2006-08-14  Vadim Zeitlindon't execute code unnecessarily/twice (patch 1539690)
next