wxWidgets/include/wx
Ryan Norton 1746bcc5ff get rid of error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-11 08:06:20 +00:00
..
cocoa Change friendship so that the base implementation class is the friend. 2004-10-22 15:42:16 +00:00
generic [1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function. 2004-11-09 19:13:15 +00:00
gtk (hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread) 2004-11-04 20:04:59 +00:00
gtk1 (hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread) 2004-11-04 20:04:59 +00:00
html Moved the wxPageSetupDialogData <-> native conversion 2004-10-31 23:43:41 +00:00
mac setp.h changes 2004-11-11 05:58:40 +00:00
mgl removed duplicate #include 2004-10-20 17:21:37 +00:00
motif SetSizeHints -> DoSetSizeHints 2004-10-09 19:19:00 +00:00
msw setp.h changes 2004-11-11 05:58:40 +00:00
os2 setp.h changes 2004-11-11 05:58:40 +00:00
palmos setp.h changes 2004-11-11 05:58:40 +00:00
protocol
stc When using an external scrollbar ensure that the built-in one is set 2004-11-10 19:58:49 +00:00
univ setp.h changes 2004-11-11 05:58:40 +00:00
unix Fix wxExecute for ports other than wxMac and wxCocoa on Darwin 2004-10-24 07:36:16 +00:00
x11 Blind change following observation in wxTextCtrlBase. 2004-11-08 20:03:12 +00:00
xml
xrc always use wxStaticCast in XRCCTRL (asserts in case of bad use in debug build) 2004-10-19 15:13:11 +00:00
.cvsignore
accel.h
access.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
afterstd.h
app.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
apptrait.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
archive.h added ZIP classes by M.J.Wetherell (patch 1030239) 2004-11-10 23:58:38 +00:00
arrimpl.cpp
arrstr.h
artprov.h Unnecessary wxString(wxString). 2004-10-15 19:50:37 +00:00
beforestd.h
bitmap.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
bmpbuttn.h
bookctrl.h
brush.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
buffer.h
build.h
busyinfo.h
button.h
calctrl.h
caret.h
checkbox.h
checklst.h
chkconf.h Remove a(nother) guaranteed build failure until what is it testing 2004-11-11 07:26:54 +00:00
choicdlg.h
choice.h Reverted conflict with Darwin. 2004-10-12 20:14:23 +00:00
choicebk.h
clipbrd.h
clntdata.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
cmdline.h
cmdproc.h Reverted due to Darwin and other conflicts. 2004-10-12 20:48:22 +00:00
cmndata.h Moved deletion of wxPrintFacory to module. 2004-11-07 10:11:48 +00:00
colordlg.h
colour.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
combobox.h
confbase.h Darwin fixes (OW,BCC,MinGW,DMC tested). 2004-10-13 14:09:48 +00:00
config.h
containr.h
control.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
cppunit.h
cshelp.h
ctrlsub.h
cursor.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dataobj.h
datetime.h Darwin fixes (OW,BCC,MinGW,DMC tested). 2004-10-13 14:09:48 +00:00
datetime.inl
datstrm.h Reverted due to Darwin and other conflicts. 2004-10-12 20:48:22 +00:00
db.h [ 955006 ] wxDb query with column information (modded to overload instead of creating a new function) 2004-11-06 20:32:34 +00:00
dbgrid.h
dbkeyg.h
dbtable.h
dc.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dcbuffer.h
dcclient.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dcmemory.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dcmirror.h
dcprint.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dcps.h
dcscreen.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dcsvg.h
dde.h
debug.h Remove unnecessary OW recognition. 2004-11-08 21:27:30 +00:00
defs.h remove fixme and explain unicode characters 2004-11-09 03:22:56 +00:00
dialog.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
dialup.h
dir.h
dirctrl.h
dirdlg.h
display.h fix for [ 1020924 ] wx.Display.IsPrimary is wrong 2004-11-07 00:48:37 +00:00
dlimpexp.h
dnd.h
docmdi.h
docview.h Moved the wxPageSetupDialogData <-> native conversion 2004-10-31 23:43:41 +00:00
dragimag.h
dynarray.h reverted last commit, still broken for VC6 2004-11-08 14:43:04 +00:00
dynlib.h added wxDynamicLibrary::HasSymbol() 2004-10-17 23:20:51 +00:00
dynload.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
effects.h
encconv.h
encinfo.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
event.h wxKeyEvent::m_uniChar must be copied by operator= too 2004-10-28 08:18:52 +00:00
evtloop.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
except.h
fdrepdlg.h
features.h switching to defines not having a value for __WXMAC__ 2004-11-01 05:57:25 +00:00
ffile.h
file.h new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498) 2004-11-10 21:02:58 +00:00
fileconf.h
filedlg.h wxCocoa: Add native file dialog from Ryan Norton. Modified patch #1039368 2004-10-18 19:15:42 +00:00
filefn.h new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFileOffset only, make wxInvalidOffset an int (main part of the patch 1063498) 2004-11-10 21:02:58 +00:00
filename.h handle volume part of the path correctly in wxFileName(path, name, ext) ctor 2004-11-07 20:11:42 +00:00
filesys.h
flags.h
fmappriv.h
font.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontutil.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
frame.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
fs_inet.h
fs_mem.h
fs_zip.h added ZIP classes by M.J.Wetherell (patch 1030239) 2004-11-10 23:58:38 +00:00
gauge.h
gbsizer.h wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks] 2004-11-09 18:33:00 +00:00
gdicmn.h Simplify wxRect construction at the wxPoint(0,0) with given size. 2004-11-05 19:54:29 +00:00
gdiobj.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
geometry.h
gifdecod.h
glcanvas.h
grid.h
gsocket.h
hash.h
hashmap.h use wxPtrToUInt instead of (lossy) wxPtrToULong 2004-10-15 20:35:39 +00:00
hashset.h
help.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
icon.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
iconbndl.h
iconloc.h
imagbmp.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
image.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtiff.h
imagxpm.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
isql.h Documentation patch from Olly Betts 2004-10-22 19:11:07 +00:00
isqlext.h Documentation patch from Olly Betts 2004-10-22 19:11:07 +00:00
joystick.h
layout.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
laywin.h
list.h
listbase.h
listbook.h
listbox.h
listctrl.h
listimpl.cpp
log.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
longlong.h
math.h
matrix.h
mdi.h
mediactrl.h get rid of error 2004-11-11 08:06:20 +00:00
memconf.h
memory.h
memtext.h
menu.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
menuitem.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
metafile.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
mimetype.h
minifram.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
module.h
msgdlg.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
msgout.h
mstream.h replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498) 2004-11-10 21:10:30 +00:00
notebook.h
numdlg.h
object.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
platform.h switching to defines not having a value for __WXMAC__ 2004-11-01 05:57:25 +00:00
popupwin.h
print.h Added new wxPrintFactory code and made wxPrinter 2004-10-12 21:07:42 +00:00
printdlg.h don't use _() as default parameter for wxPrintDialogBase title 2004-10-23 13:10:00 +00:00
prntbase.h Next phase of Print Factory code. 2004-10-26 19:49:59 +00:00
process.h
progdlg.h
ptr_scpd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h added missing WXDLLEXPORT 2004-10-16 00:45:07 +00:00
recguard.h
regex.h
region.h include colour.h (fixes wxX11 compilation under Unix) 2004-10-20 17:29:21 +00:00
renderer.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
sashwin.h
sckaddr.h
sckipc.h
sckstrm.h
scopeguard.h
scrolbar.h
scrolwin.h
selstore.h
settings.h
setup_redirect.h
sizer.h wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks] 2004-11-09 18:33:00 +00:00
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
sstream.h replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498) 2004-11-10 21:10:30 +00:00
stack.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h fixed status bar source file name; removed wxUSE_NATIVE_STATUS_BAR; removed generic status bar file from makefile 2004-10-19 23:17:30 +00:00
stdpaths.h Added wxStandardPaths implementation for OS/2. 2004-11-06 22:14:04 +00:00
stockitem.h
stopwatch.h
strconv.h final cleanup of string conversion with null characters (hopefully :)) 2004-11-06 08:23:50 +00:00
stream.h replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498) 2004-11-10 21:10:30 +00:00
string.h don't define comparison operators for wxString and wx[W]CharBuffer when wxUSE_STL == 1 neither 2004-11-09 19:35:33 +00:00
sysopt.h
tab.h
tabctrl.h
taskbar.h switching to defines not having a value for __WXMAC__ 2004-11-01 05:57:25 +00:00
tbarbase.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
textbuf.h Darwin fixes (OW,BCC,MinGW,DMC tested). 2004-10-13 14:09:48 +00:00
textctrl.h Undef GetWindowStyle() after new #include in cmndata.cpp. 2004-11-08 19:20:28 +00:00
textdlg.h
textfile.h
tglbtn.h
thread.h Correct fix to the compile time assert under OW. Kudos to Vadim to the tip. 2004-10-20 01:20:58 +00:00
thrimpl.cpp
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
tooltip.h
toplevel.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
treebase.h wxTreeEvent::Clone() support [patch #1061198]. 2004-11-10 19:24:22 +00:00
treectrl.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
txtstrm.h added wxTextInputStream::operator>>(wchar_t) for compilers which support this 2004-10-20 22:50:03 +00:00
types.h
uri.h slightly nicer workaround for pickier compiler warning 2004-11-04 19:07:12 +00:00
url.h restore ConvertToValidURI to prev. version for bw compat. Note changes 2004-10-30 20:22:24 +00:00
utils.h
valgen.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
validate.h
valtext.h Warning fixes for OpenWatcom. 2004-10-18 05:56:07 +00:00
variant.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
vector.h
version.h Bump subrelease number 2004-11-11 02:28:29 +00:00
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
wave.h
wfstream.h replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498) 2004-11-10 21:10:30 +00:00
window.h Committed William Osborne's wxPalmOS port 2004-10-19 13:40:30 +00:00
wizard.h
wx_cw_cm.h
wx_cw_d.h
wx_cw.h
wx_cwc_d.h
wx_cwc.h
wx_cwcocoa_cm.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwcocoa_d.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwcocoa.h Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa 2004-11-02 06:22:11 +00:00
wx_cwu_d.h
wx.h
wxchar.h Warning fix observed in tex2rtf. 2004-11-10 19:12:34 +00:00
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 added ZIP classes by M.J.Wetherell (patch 1030239) 2004-11-10 23:58:38 +00:00
zstream.h replaced wxStream::GetSize() with GetLength() (still keep the former but it will be deprecated) (second part of patch 1063498) 2004-11-10 21:10:30 +00:00