wxWidgets/include/wx/palmos
Robert Roebling 621b83d9b3 Made device to logical and vv conversion methods
virtual and implement them like any other method
    in the wxDC classes, not only in the their files
    but somehow belonging to the wxDCBase class.
  This is required for plugging in differnt DC backends
    with different conversions.
  Ideally (and absolutely possible ) all these methods
    should be removed and just the one in wxDCBase
    should stay using values set in the various
    derived classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-01 21:28:29 +00:00
..
Icons
private preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
accel.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
app.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
AppResources.h
apptbase.h wxPlatformInfo (patch 1532064) 2006-08-13 21:00:32 +00:00
apptrait.h preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
bitmap.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bmpbuttn.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
brush.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
button.h Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefault() instead of doing 2007-04-08 22:18:35 +00:00
caret.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checkbox.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
checklst.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
chkconf.h removed WXWIN_COMPATIBILITY_2_4 in non-MSW code 2007-03-07 11:48:53 +00:00
choice.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +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
colordlg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
combobox.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
control.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
datectrl.h corrected wxRTTI macros 2005-02-17 23:17:30 +00:00
dc.h Made device to logical and vv conversion methods 2007-05-01 21:28:29 +00:00
dcclient.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcmemory.h Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcprint.h Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
dcscreen.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dialog.h Keep wxPalmOS buildable - event table moved to base class. 2006-08-24 14:35:48 +00:00
dib.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
dirdlg.h Trying to commit wxDirDialog patch. 2006-04-30 09:44:29 +00:00
dragimag.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
enhmeta.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
evtloop.h Cleaning of headers. 2005-01-18 21:14:27 +00:00
fdrepdlg.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
filedlg.h File/dir dialog styles and other changes (patch 1488371): 2006-05-28 23:32:12 +00:00
font.h miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontdlg.h Better backward compatibility and deprecation markup for interface deprecated in comments. 2006-03-30 14:04:17 +00:00
fontenum.h Source markup fixes. 2006-05-29 21:12:51 +00:00
frame.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gauge.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
gdiimage.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
glcanvas.h Big wxGL classes refactoring/cleanup: 2007-04-10 17:38:55 +00:00
help.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
imaglist.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
joystick.h multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) 2007-03-16 00:51:43 +00:00
listbox.h replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
listctrl.h Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage 2006-03-10 21:26:59 +00:00
mdi.h remove redundant declarations of wxFrameNameStr 2006-09-14 17:36:18 +00:00
menu.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
menuitem.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
metafile.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
mimetype.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
minifram.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
msgdlg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
mslu.h split wxchar.h into several smaller headers 2007-03-19 14:45:38 +00:00
notebook.h added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551) 2006-10-08 17:37:23 +00:00
palette.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
pen.h renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and 2006-10-30 22:03:53 +00:00
popupwin.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
prefconf.h derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607) 2007-03-10 18:16:10 +00:00
printdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
printpalm.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
progdlg.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
radiobox.h GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
radiobut.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
region.h Corrections after The Great wxRegion Refactoring. 2006-09-26 12:20:32 +00:00
scrolbar.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
setup0.h add wxUSE_STC wrappers 2007-04-17 05:48:09 +00:00
slider.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
sound.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
spinbutt.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinctrl.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbmp.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
statbox.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
stattext.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statusbr.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
stdpaths.h [ 1590221 ] wxStandardPaths::GetExecutablePath 2006-11-12 12:58:10 +00:00
tabctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
taskbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +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
tglbtn.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
toolbar.h fixed all the other ports broken by controls labels in wxToolBar patch commit 2007-03-18 23:57:20 +00:00
tooltip.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
toplevel.h made wxTLW::SetIcon() non-virtual, it was already implemented in terms of 2007-04-07 23:40:55 +00:00
treectrl.h Line-up deprecated interface of wxTreeCtrl between ports. 2006-03-28 13:11:20 +00:00
Version.xrd
window.h make IsEnabled() return false even if the window parent, and not the window itself, is disabled and added IsThisEnabled() implementing the old IsEnabled() behaviour; also significantly simplify the window state management code in all ports by factoring out the common parts in wxWindowBase 2007-03-23 14:01:53 +00:00
wxWidgets.def
wxWidgets.sld
wxWidgets.xrd