wxWidgets/include/wx/dfb
Robert Roebling 04ab8b6ddf Moved all the coordinate system calculation to wxDCBase
and thus removed all the duplicated code in all wxDC
   classes.
  Problematic is that wxSVGFileDC and wxPostscriptDC inherit
   from wxDC and therefore include platform specific code
   (also before this change) so I chose to override all
   SetLogicalOrigin() etc. methods in these classes and
   call their wxDCBase methods thereby circumventing the
   platform dependent code.
  I'm afraid the Mac code will require updating, too.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-02 11:05:45 +00:00
..
private compiled fixes for builds without PCH 2007-01-24 13:42:46 +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 moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part 2006-11-20 20:45:57 +00:00
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
dc.h Moved all the coordinate system calculation to wxDCBase 2007-05-02 11:05:45 +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 Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +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 wxDFB: fix events processing to support sockets events 2006-12-18 17:24:06 +00:00
font.h moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part 2006-11-20 20:45:57 +00:00
nonownedwnd.h implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +00:00
pen.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
popupwin.h implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +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 wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +00:00
window.h implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +00:00
wrapdfb.h fixed wxBitmap<->wxImage conversion to not exchange red and blue components 2007-04-03 08:46:53 +00:00