wxWidgets/include/wx/dfb
Vadim Zeitlin 55ccdb93e4 COW cleanup patch (1583966):
1. perform deep comparison for the classes for which it makes sense in the
   ports where this wasn't done yet
2. remove (shallow) comparison operators for the classes for which it does
   not make sense (such as wxBitmap)
3. makes wxBitmap use COW on all ports
4. adds wxObject::IsRefTo()
5. centralizes and improves COW docs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 19:26:48 +00:00
..
private moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port 2006-10-24 12:29:14 +00:00
app.h compilation fix 2006-09-10 16:11:27 +00:00
bitmap.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
brush.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
chkconf.h initial (not yet working) code for DirectFB port 2006-08-27 09:42:42 +00:00
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
dc.h Fixed typo. 2006-10-29 22:57:25 +00:00
dcclient.h moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port 2006-10-24 12:29:14 +00:00
dcmemory.h wxMemoryDC constructor now optionally accepts a wxBitmap parameter, 2006-10-13 18:48:36 +00:00
dcscreen.h initial (not yet working) code for DirectFB port 2006-08-27 09:42:42 +00:00
dfbptr.h use C++ wrappers around DirectFB API for easier use 2006-09-06 09:40:31 +00:00
evtloop.h clean DFB event buffer on shutdown 2006-09-30 19:22:40 +00:00
font.h use C++ wrappers around DirectFB API for easier use 2006-09-06 09:40:31 +00:00
pen.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
private.h move misc surface helpers to wxIDirectFBSurface class 2006-09-11 09:08:57 +00:00
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
toplevel.h implemented SetFocus 2006-09-22 06:55:08 +00:00
window.h moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port 2006-10-24 12:29:14 +00:00
wrapdfb.h don't allocate backbuffer for dummy surfaces 2006-09-25 08:01:36 +00:00