wxWidgets/include/wx
2007-12-15 15:48:29 +00:00
..
aui make DoSetSizeHints protected, remove parameter defaults 2007-11-22 06:12:56 +00:00
cocoa another unused parameter warning (plenty left in .mm files...) 2007-12-15 13:55:08 +00:00
dfb fixed wxDFB compilation after wxDC-related changes 2007-12-14 22:41:07 +00:00
generic replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
gtk Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons 2007-12-08 10:36:59 +00:00
gtk1 replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
html use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
mac replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
mgl use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
motif wxMotif should use wxX11 wxPalette instead of duplicating it 2007-12-15 15:48:29 +00:00
msdos
msw Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk 2007-12-13 20:56:15 +00:00
os2 replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
palmos PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
private wxOverlay compile fix 2007-11-30 18:06:10 +00:00
protocol
richtext Use wxStdDialogButtonSizer 2007-11-28 14:10:25 +00:00
stc Update Scintilla to version 1.75 2007-12-15 04:07:00 +00:00
univ build fixes for wxUSE_STL==1 2007-11-30 14:16:11 +00:00
unix replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
x11 replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
xml move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code 2007-11-16 23:34:21 +00:00
xrc replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
aboutdlg.h
accel.h
access.h
afterstd.h
anidecod.h
animate.h
animdecod.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
app.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
apptrait.h mac cleanup 2007-11-23 19:16:05 +00:00
archive.h
arrimpl.cpp
arrstr.h use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64 2007-11-25 14:28:54 +00:00
artprov.h added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too) 2007-12-02 19:39:59 +00:00
atomic.h
base64.h
beforestd.h
bitmap.h
bmpbuttn.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
bmpcbox.h
bookctrl.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
brush.h
buffer.h test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it 2007-12-01 15:14:39 +00:00
build.h
busyinfo.h
button.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
cairo.h
calctrl.h
caret.h
chartype.h
checkbox.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
checklst.h
chkconf.h added wxNotificationMessage and implemented it generically and natively for Maemo 2007-11-24 01:56:13 +00:00
choicdlg.h
choice.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
cmdargs.h Added missing return type 2007-11-13 15:11:26 +00:00
cmdline.h made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code 2007-11-12 22:32:23 +00:00
cmdproc.h
cmndata.h wxColourData::operator=() should return wxColourData&, not void 2007-11-18 20:25:02 +00:00
collpane.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
colordlg.h preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582) 2007-11-18 19:33:34 +00:00
colour.h
combo.h
combobox.h disambiguate between 2 base class IsEmpty() versions too (bug 1831121) 2007-11-13 15:22:40 +00:00
confbase.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
config.h
containr.h
control.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
convauto.h initialize m_ownsConv (part of patch 1836644) 2007-11-28 02:50:31 +00:00
cpp.h
cppunit.h
crt.h
cshelp.h
ctrlsub.h
cursor.h
dataobj.h
dataview.h Add support for wxDC_ROW_LINES for GTK+ and OS X 2007-12-03 09:44:29 +00:00
datectrl.h
dateevt.h
datetime.h cleanup mac 2007-11-20 07:19:33 +00:00
datstrm.h
dc.h fixed wxDFB compilation after wxDC-related changes 2007-12-14 22:41:07 +00:00
dcbuffer.h remove superfluous visibility attribute 2007-11-30 17:43:24 +00:00
dcclient.h remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive 2007-11-30 20:56:12 +00:00
dcgraph.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcmemory.h DC reorganization 2007-11-30 13:48:22 +00:00
dcmirror.h remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive 2007-11-30 20:56:12 +00:00
dcprint.h remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive 2007-11-30 20:56:12 +00:00
dcps.h
dcscreen.h DC reorganization 2007-11-30 13:48:22 +00:00
dcsvg.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
dde.h
debug.h
debugrpt.h
defs.h PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
dialog.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
dialup.h
dir.h
dirctrl.h
dirdlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
display_impl.h
display.h
dlimpexp.h
dnd.h
docmdi.h
docview.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
dragimag.h
dynarray.h add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too 2007-11-12 13:58:48 +00:00
dynlib.h
dynload.h
editlbox.h
effects.h
encconv.h
encinfo.h
event.h remove unneccessary header dependencies on wx/thread.h 2007-12-03 02:55:14 +00:00
evtloop.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
filectrl.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
filedlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
filefn.h PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
filename.h
filepicker.h translate wx{File,Dir}PickerWidgetLabel 2007-12-08 20:49:21 +00:00
filesys.h
flags.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
fmappriv.h
font.h
fontdlg.h cleanup 2007-11-16 20:52:54 +00:00
fontenc.h
fontenum.h
fontmap.h
fontpicker.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
fontutil.h
frame.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
gbsizer.h
gdicmn.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
gdiobj.h moving common code 2007-12-10 20:07:19 +00:00
geometry.h
gifdecod.h
glcanvas.h
graphics.h Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build. 2007-12-12 20:20:21 +00:00
grid.h
gsocket.h experimental IPv6 implementation (patch 1771429) 2007-11-18 20:53:33 +00:00
hash.h
hashmap.h
hashset.h
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
icon.h
iconbndl.h
iconloc.h
imagbmp.h
image.h
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h cleanup 2007-11-16 20:52:54 +00:00
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
joystick.h
layout.h
laywin.h
link.h
list.h
listbase.h
listbook.h
listbox.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
listctrl.h fix mac universal 2007-11-22 17:41:03 +00:00
listimpl.cpp
log.h remove unneccessary header dependencies on wx/thread.h 2007-12-03 02:55:14 +00:00
longlong.h
math.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h
module.h PCH-less compilation fix after last commit 2007-11-17 14:04:44 +00:00
msgdlg.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
msgout.h
msgqueue.h
mstream.h
nonownedwnd.h
notebook.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
notifmsg.h add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK) 2007-12-08 20:51:21 +00:00
numdlg.h
object.h
odcombo.h
overlay.h fixing cases for mac / quickdraw 2007-11-27 10:59:57 +00:00
ownerdrw.h
palette.h wxMotif should use wxX11 wxPalette instead of duplicating it 2007-12-15 15:48:29 +00:00
panel.h
paper.h
pen.h
pickerbase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
platform.h PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
platinfo.h
popupwin.h cleanup 2007-11-20 14:10:09 +00:00
position.h
power.h
print.h
printdlg.h
prntbase.h DC reorganization 2007-11-30 13:48:22 +00:00
process.h
progdlg.h
propdlg.h
ptr_scpd.h
quantize.h
radiobox.h Border corrections 2007-11-14 14:44:13 +00:00
radiobut.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
rawbmp.h
recguard.h
regex.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
region.h
renderer.h
sashwin.h
sckaddr.h experimental IPv6 implementation (patch 1771429) 2007-11-18 20:53:33 +00:00
sckipc.h
sckstrm.h
scopeguard.h
scrolbar.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
scrolwin.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
selstore.h
settings.h
setup_inc.h added wxNotificationMessage and implemented it generically and natively for Maemo 2007-11-24 01:56:13 +00:00
setup_redirect.h
sizer.h removed SetVirtualSizeHints() and related code 2007-12-15 12:07:32 +00:00
slider.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
snglinst.h
socket.h added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576) 2007-11-17 15:21:26 +00:00
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h cleanup 2007-11-16 20:52:54 +00:00
sstream.h
stack.h
stackwalk.h
statbmp.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statbox.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statline.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
stattext.h More border rationalisation. GetDefaultBorder is now mostly defined in base class files. 2007-11-13 12:10:34 +00:00
statusbr.h
stdpaths.h allow to optionally use vendor name component in standard paths (slightly modified patch 1831308) 2007-11-17 14:59:13 +00:00
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h fn_str encoding symmetry fix 2007-12-08 17:33:29 +00:00
stringimpl.h
stringops.h
strvararg.h
sysopt.h
tab.h
tabctrl.h
tarstrm.h
taskbar.h added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation 2007-12-01 22:48:06 +00:00
tbarbase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
textbuf.h
textctrl.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
textdlg.h
textentry.h Use new wxTextEntry implementation on OS/2. 2007-11-18 22:55:54 +00:00
textfile.h
tglbtn.h Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons 2007-12-08 10:36:59 +00:00
thread.h wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case 2007-11-22 15:17:37 +00:00
thrimpl.cpp
timer.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
treebase.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
treebook.h
treectrl.h
txtstrm.h
types.h
unichar.h
uri.h
url.h
utils.h use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) 2007-11-23 14:13:50 +00:00
valgen.h
validate.h
valtext.h
variant.h
vector.h
version.h
vidmode.h
vlbox.h Tidying 2007-11-13 12:17:25 +00:00
vms_x_fix.h
volume.h
vscroll.h
wfstream.h
window.h removed SetVirtualSizeHints() and related code 2007-12-15 12:07:32 +00:00
wizard.h
wupdlock.h
wx_cw_cm.h
wx_cw_d.h
wx_cw.h
wx_cwc_d.h
wx_cwc.h
wx_cwcocoa_cm.h
wx_cwcocoa_d.h
wx_cwcocoa.h
wx_cwu_d.h
wx.h
wxchar.h
wxcrt.h don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741) 2007-12-03 22:09:26 +00:00
wxcrtbase.h PalmOS 6 compilation fixes (patch 1849757) 2007-12-15 01:25:56 +00:00
wxcrtvararg.h
wxhtml.h
wxprec.h
wxshlb_cw_d.h
wxshlb_cw.h
wxshlb_cwc_d.h
wxshlb_cwc.h
wxshlba_cw_d.h
wxshlba_cw.h
wxshlba_cwc_d.h
wxshlba_cwc.h
xpmdecod.h
xpmhand.h
xti.h
xtistrm.h
xtixml.h
zipstrm.h
zstream.h