wxWidgets/include/wx/x11
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
..
nanox/X11 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
app.h Main change is that we now close X11 display on program exit: as this couldn't 2006-10-19 14:39:53 +00:00
bitmap.h Generalized compilation fix for old compilers. 2006-11-01 01:16:01 +00:00
brush.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
chkconf.h move wx11 and (the rest of) wxMGL specific checks into /chkconf.h file 2006-08-01 09:01:01 +00:00
clipbrd.h 1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2007-03-31 02:57:55 +00:00
colour.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
dataform.h Add import/export macros 2005-08-02 18:16:51 +00:00
dataobj2.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dataobj.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dc.h Moved all the coordinate system calculation to wxDCBase 2007-05-02 11:05:45 +00:00
dcclient.h changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font 2007-04-25 01:49:47 +00:00
dcmemory.h Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcprint.h Headers cleaning. 2006-10-17 14:44:52 +00:00
dcscreen.h Headers cleaning. 2006-10-17 14:44:52 +00:00
dnd.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
font.h Headers cleaning. 2006-10-17 14:44:52 +00:00
glcanvas.h Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp 2007-04-15 23:06:45 +00:00
joystick.h Headers cleaning. 2006-10-17 14:44:52 +00:00
minifram.h Headers cleaning. 2006-10-17 14:44:52 +00:00
palette.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
pen.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
popupwin.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
print.h Headers cleaning. 2006-10-17 14:44:52 +00:00
private.h implemented notifications of the child process termination (patch 1494439) 2006-05-28 23:51:23 +00:00
privx.h Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing 2006-10-05 19:34:25 +00:00
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
reparent.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
textctrl.h moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif 2006-10-08 22:40:14 +00:00
toplevel.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
window.h Get/SetTitle only for wxTopLevelWindow (wxX11 part, final) 2005-11-10 12:03:39 +00:00