..
private
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
accel.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
app.h
check in the 'selective yield' patch (see ticket #10320 ):
2009-02-04 17:42:28 +00:00
apptbase.h
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
2008-11-28 12:47:07 +00:00
apptrait.h
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
2008-11-28 12:47:07 +00:00
bitmap.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
blank.ptr
bmpbuttn.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
brush.h
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
2008-06-17 17:28:26 +00:00
bullseye.ptr
button.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
cdrom.ico
checkbox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
checklst.h
don't use the client data for storing wxOwnerDrawn in wxCheckListbox implementation as we already store them in internal array anyhow, this allows the user to use his own client data with wxCheckListbox ( #10290 )
2008-12-25 13:10:55 +00:00
child.ico
chkconf.h
Fix for wxOS2 built with common prt of setup0.h.
2006-06-20 12:57:30 +00:00
choice.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
clipbrd.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
clock.ptr
colour.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
colours.bmp
combobox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
computer.ico
control.h
set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object
2009-01-20 18:33:33 +00:00
cross.bmp
csquery.bmp
cursor.h
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
2008-09-25 17:56:07 +00:00
dataform.h
use wxString, not wxChar*, in wxDataFormat ctor and SetId() method
2007-05-30 22:02:19 +00:00
dataobj2.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
dataobj.h
Fixes for building wxOS2 shared with OpenWatcom.
2006-01-25 13:59:55 +00:00
dc.h
change generic ints to enums in wxDC ( closes #9959 )
2009-01-08 14:21:53 +00:00
dcclient.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
dcmemory.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
dcprint.h
change generic ints to enums in wxDC ( closes #9959 )
2009-01-08 14:21:53 +00:00
dcscreen.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
dialog.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
dirdlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
disable.bmp
dnd.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
drive.ico
error.ico
file.ico
filedlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
floppy.ico
folder1.ico
folder2.ico
folder.ico
font.h
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
2008-11-03 17:02:25 +00:00
fontdlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
frame.h
Compilation fix for gcc-4 and newer.
2008-10-20 06:55:10 +00:00
gauge.h
Compilation fix for gcc-4 and newer.
2008-10-19 12:34:13 +00:00
gdiimage.h
add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase
2008-11-29 00:24:57 +00:00
hand.ptr
heart.ptr
helpwin.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
icon.h
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
2008-11-02 02:39:52 +00:00
info.ico
iniconf.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
listctrl.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
magnit1.ptr
mdi.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
menu.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
menuitem.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
metafile.h
change generic ints to enums in wxDC ( closes #9959 )
2009-01-08 14:21:53 +00:00
mimetype.h
Nuke #pragma implementation/interface's
2005-09-23 12:56:45 +00:00
minifram.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
msgdlg.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
notebook.h
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls ( #9667 )
2008-08-01 13:46:46 +00:00
palette.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
pbrush.ptr
pen.h
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
2008-06-17 17:28:26 +00:00
pencil.ptr
pnghand.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
pngread.h
Headers cleaning.
2006-10-17 14:44:52 +00:00
pntleft.ptr
pntright.ptr
popupwin.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
print.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
printos2.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
private.h
Avoid cyclic includes by forward declaring wxColour.
2008-10-07 22:22:19 +00:00
query.ptr
question.ico
radiobox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
radiobut.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
region.h
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
2009-01-08 16:43:56 +00:00
removble.ico
roller.ptr
scrolbar.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
setup0.h
don't always disable new events code; leave it enabled for MSVC8+
2009-02-02 11:39:48 +00:00
size.ptr
slider.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +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
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
spinctrl.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
statbmp.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
statbox.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
statline.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
stattext.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
stdpaths.h
Typo correction patch [ 1208110 ] Lots of typo corrections
2005-05-31 09:20:43 +00:00
textctrl.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
textentry.h
Added wxTextEntry implementation for OS/2.
2007-11-18 21:48:11 +00:00
tglbtn.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
tick.bmp
tip.ico
tls.h
Avoid cyclic includes by forward declaring wxColour.
2008-10-07 22:22:19 +00:00
toolbar.h
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
2008-03-26 15:06:00 +00:00
tooltip.h
added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)
2007-08-15 12:57:36 +00:00
toplevel.h
add PostSizeEvent() and use it in wxMSW status bar code ( #9795 )
2008-07-29 23:07:24 +00:00
treectrl.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
warning.ico
window.h
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither
2009-01-19 13:55:27 +00:00
wx.dlg
wx.rc
Removed redundant cursor files
2005-05-19 20:39:06 +00:00
wx.res
wxrsc.h