wxWidgets/include/wx/generic
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 preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
.cvsignore
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603) 2007-03-18 23:13:18 +00:00
calctrl.h
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962) 2007-04-22 20:20:51 +00:00
combo.h
dataview.h Corrected/implemented sorting (by way of clicking on 2007-04-18 12:31:35 +00:00
datectrl.h
dcpsg.h Moved all the coordinate system calculation to wxDCBase 2007-05-02 11:05:45 +00:00
dirctrlg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
dirdlgg.h
dragimgg.h fix unused parameter warning when wxHAS_NATIVE_OVERLAY (patch 1692332) 2007-04-01 14:14:58 +00:00
fdrepdlg.h
filedlgg.h
filepickerg.h
fontdlgg.h
fontpickerg.h
grid.h removed extraneous comma at the end of wxGridDirection enum 2007-03-20 21:06:06 +00:00
gridctrl.h
gridsel.h
helpext.h
hyperlink.h use full repaint style instead of size event 2007-03-08 04:27:29 +00:00
icon.h
imaglist.h
laywin.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
listctrl.h
logg.h
mask.h
mdig.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
msgdlgg.h
notebook.h
numdlgg.h
paletteg.h
panelg.h
printps.h
prntdlgg.h
progdlgg.h
propdlg.h
region.h
sashwin.h
scrolwin.h
spinctlg.h
splash.h
splitter.h removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag) 2007-04-14 09:58:37 +00:00
srchctlg.h
statline.h
statusbr.h
tabg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
textdlgg.h
treectlg.h removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW files (patch 1675546) 2007-03-07 11:35:04 +00:00
wizard.h fix m_sizerPage memory leak for the wizards not using sizers (replaces patch 1708331, fixes bug 1647290) 2007-04-30 19:43:28 +00:00