.. |
private
|
changing to wxDC, so that wxGCDC can be used as well
|
2007-12-22 09:10:38 +00:00 |
accel.h
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
aga.h
|
|
|
app.h
|
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
2007-11-23 14:13:50 +00:00 |
apptbase.h
|
mac cleanup
|
2007-11-23 19:18:38 +00:00 |
apptrait.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
bitmap.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
bmpbuttn.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
brush.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
button.h
|
moving collapsible pane a few steps forward os OSX
|
2007-12-08 22:31:12 +00:00 |
checkbox.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
checklst.h
|
added virtual dtor to wxMacListControl to silence gcc warnings
|
2006-05-18 00:52:48 +00:00 |
chkconf.h
|
fixing 10.5 only compiles
|
2007-11-30 10:26:03 +00:00 |
choice.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
clipbrd.h
|
cleanup
|
2007-11-16 20:57:39 +00:00 |
colordlg.h
|
|
|
colour.h
|
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
|
2007-12-22 15:03:58 +00:00 |
combobox.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
config_xcode.h
|
check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't have it
|
2008-01-17 05:17:24 +00:00 |
control.h
|
wxChar -> char
|
2007-11-13 12:27:10 +00:00 |
cursor.h
|
make XPM data pointer parameter fully const
|
2008-01-14 18:16:37 +00:00 |
databrow.h
|
Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte
|
2007-12-26 18:30:56 +00:00 |
dataform.h
|
forward port from 2.8
|
2007-11-09 20:35:17 +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
|
forward port from 2.8
|
2007-11-09 20:35:17 +00:00 |
dataview.h
|
Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte
|
2007-12-26 18:30:56 +00:00 |
dc.h
|
cleanup, fixing exports
|
2007-11-28 05:52:02 +00:00 |
dcclient.h
|
make access for virtuals match base
|
2007-12-06 16:22:00 +00:00 |
dcmemory.h
|
Add GetSelectedBitmap methods
|
2007-12-10 20:03:31 +00:00 |
dcprint.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
dcscreen.h
|
DC reorganization
|
2007-11-30 13:48:22 +00:00 |
dialog.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
dirdlg.h
|
|
|
dnd.h
|
make XPM data pointer parameter fully const
|
2008-01-14 18:16:37 +00:00 |
drawer.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
evtloop.h
|
Apply parts of patch #1719888 to fix compilation on Mac and with
|
2007-05-16 23:12:40 +00:00 |
filedlg.h
|
Compile fix
|
2006-05-29 20:31:03 +00:00 |
font.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
fontdlg.h
|
cleanup
|
2007-11-15 20:28:06 +00:00 |
frame.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
gauge.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
glcanvas.h
|
correct misleading OnSize() comment
|
2008-01-17 18:31:04 +00:00 |
gsockmac.h
|
cleanup
|
2007-11-15 20:28:06 +00:00 |
helpxxxx.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
icon.h
|
make XPM data pointer parameter fully const
|
2008-01-14 18:16:37 +00:00 |
imaglist.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
joystick.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
listbox.h
|
correct access for virtuals
|
2007-10-27 18:05:28 +00:00 |
listctrl.h
|
added wxListCtrl::SetItemPtrData()
|
2007-05-10 01:53:21 +00:00 |
macnotfy.h
|
cleanup
|
2007-11-15 20:28:06 +00:00 |
macsock.h
|
|
|
mdi.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
menu.h
|
forward port from 2.8
|
2007-11-09 20:35:17 +00:00 |
menuitem.h
|
forward port from 2.8
|
2007-11-09 20:35:17 +00:00 |
metafile.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
mimetype.h
|
Headers cleaning.
|
2006-10-17 14:44:52 +00:00 |
minifram.h
|
wxMiniFrame's default style is without closebox on
|
2006-11-01 12:26:12 +00:00 |
msgdlg.h
|
1. Derive wxMessageDialogBase from wxDialog (why did we use multiple
|
2007-05-24 12:50:42 +00:00 |
notebook.h
|
wxMac compilation fixes for visibility (missing DLL export macros)
|
2007-08-13 22:06:26 +00:00 |
palette.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
pen.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
pnghand.h
|
|
|
pngread.h
|
add IsOk() to all classes having Ok() method (patch 1570985)
|
2006-10-08 21:56:55 +00:00 |
popupwin.h
|
forward port from 2.8
|
2007-11-09 20:35:17 +00:00 |
printdlg.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
printmac.h
|
|
|
private.h
|
fixing exports
|
2007-12-26 18:34:38 +00:00 |
radiobox.h
|
forward port from 2.8
|
2007-11-09 20:35:17 +00:00 |
radiobut.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
region.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
scrolbar.h
|
make wxScrollBar derive from wxScrollBarBase under wxMac too
|
2007-11-03 22:12:26 +00:00 |
slider.h
|
make DoSetSizeHints protected, remove parameter defaults
|
2007-11-22 06:12:56 +00:00 |
sound.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
spinbutt.h
|
|
|
spinctrl.h
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
|
2007-07-09 10:09:52 +00:00 |
srchctrl.h
|
removed wxABI_TESTS, they're irrelvant in 2.9
|
2007-01-31 03:40:59 +00:00 |
statbmp.h
|
|
|
statbox.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
statline.h
|
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
|
2006-12-09 14:52:59 +00:00 |
stattext.h
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
statusbr.h
|
Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
|
2006-09-06 17:36:22 +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 |
taskbarosx.h
|
replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)
|
2007-12-12 01:35:53 +00:00 |
textctrl.h
|
cleanup
|
2007-11-29 12:34:54 +00:00 |
tglbtn.h
|
Forgot this one.
|
2007-12-08 10:37:45 +00:00 |
toolbar.h
|
wxChar -> char
|
2007-11-13 12:49:38 +00:00 |
tooltip.h
|
more exports
|
2007-09-03 03:12:09 +00:00 |
toplevel.h
|
cleanup / adding effects
|
2007-11-26 07:45:07 +00:00 |
treectrl.h
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
|
2006-09-05 20:47:48 +00:00 |
uma.h
|
cleanup
|
2007-11-28 10:42:13 +00:00 |
window.h
|
Fixed IsShownOnScreen() for Mac
|
2008-02-22 14:12:34 +00:00 |