wxWidgets/include/wx
Vadim Zeitlin 0847dca672 implement AutoComplete for wxMSW too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 00:44:26 +00:00
..
aui Move the %disownarg directive to the .i file 2007-10-26 19:06:46 +00:00
cocoa Add WXUNUSED to unused parameters in several inline-implemented methods. 2007-10-29 16:18:59 +00:00
dfb remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes 2007-10-17 18:22:15 +00:00
generic build fixes 2007-11-02 05:04:26 +00:00
gtk build fix: return type for AutoComplete is bool 2007-11-04 23:27:59 +00:00
gtk1
html use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable 2007-10-05 22:56:55 +00:00
mac added wxWindow::AlwaysShowScrollbars() and its wxMac implementation 2007-11-03 22:14:29 +00:00
mgl remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
motif remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
msdos
msw implement AutoComplete for wxMSW too 2007-11-05 00:44:26 +00:00
os2 remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
palmos remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
private
protocol
richtext Fixed context menu in wxRichTextCtrl 2007-10-27 16:59:24 +00:00
stc
univ remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
unix
x11
xml
xrc globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it 2007-10-07 17:15:37 +00:00
aboutdlg.h
accel.h
access.h
afterstd.h
anidecod.h
animate.h
animdecod.h
app.h
apptrait.h
archive.h
arrimpl.cpp
arrstr.h
artprov.h
atomic.h
base64.h added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build 2007-10-08 23:41:50 +00:00
beforestd.h
bitmap.h
bmpbuttn.h
bmpcbox.h
bookctrl.h
brush.h
buffer.h define wxUTF8Buf as the type returned by wxString::utf8_str() 2007-10-20 22:52:36 +00:00
build.h
busyinfo.h
button.h
cairo.h
calctrl.h
caret.h
chartype.h
checkbox.h
checklst.h
chkconf.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdline.h
cmdproc.h
cmndata.h
collpane.h
colordlg.h
colour.h
combo.h
combobox.h
confbase.h add DMC to misbehaving compilers 2007-10-05 17:03:32 +00:00
config.h
containr.h
control.h
convauto.h
cpp.h
cppunit.h don't define operator<<(ostream&, wxString) at all if it's already defined in the library 2007-10-09 00:01:20 +00:00
crt.h allow including wx/crt.h first 2007-10-26 06:19:08 +00:00
cshelp.h
ctrlsub.h
cursor.h
dataobj.h
dataview.h fixes for DLL build 2007-11-02 00:05:09 +00:00
datectrl.h
dateevt.h
datetime.h
datstrm.h
dc.h Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +00:00
dcbuffer.h
dcclient.h
dcgraph.h Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +00:00
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h added wxBG_STYLE_TRANSPARENT and implemented it for wxMac; documented various transparency-related functions 2007-10-22 21:15:04 +00:00
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h
display_impl.h
display.h
dlimpexp.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
dnd.h
docmdi.h
docview.h
dragimag.h
dynarray.h
dynlib.h
dynload.h
editlbox.h
effects.h deprecate wxEffects 2007-10-20 21:58:47 +00:00
encconv.h
encinfo.h
event.h add wxMouseEvent::GetClickCount() and implement it for wxMac 2007-10-29 22:31:18 +00:00
evtloop.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h
filectrl.h
filedlg.h
filefn.h Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions) 2007-10-28 18:52:46 +00:00
filename.h export wxInvalidSize from DLL builds (patch 1805738) 2007-10-20 14:34:43 +00:00
filepicker.h
filesys.h
flags.h
fmappriv.h
font.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +00:00
gdiobj.h
geometry.h
gifdecod.h
glcanvas.h
graphics.h
grid.h
gsocket.h
hash.h
hashmap.h
hashset.h fixed WX_CLEAR_HASH_SET to compile 2007-10-05 22:41:54 +00:00
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h
hyperlink.h build fixes for universal 2007-11-04 19:39:12 +00:00
icon.h
iconbndl.h
iconloc.h
imagbmp.h
image.h made Blur() methods const (bug 180914) 2007-10-07 17:02:12 +00:00
imaggif.h
imagiff.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h remove extra ';' 2007-10-25 11:04:43 +00:00
joystick.h
layout.h
laywin.h
link.h
list.h Made wxList no longer inherit from wxObject, no change in STL mode 2007-10-13 22:00:10 +00:00
listbase.h
listbook.h
listbox.h
listctrl.h
listimpl.cpp undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix 2007-10-20 22:02:08 +00:00
log.h made LogLastRepetitionCountIfNeeded() non static to avoid recreating the log target from ~wxLog 2007-11-01 20:22:06 +00:00
longlong.h
math.h
matrix.h
mdi.h
mediactrl.h
memconf.h
memory.h
memtext.h
menu.h
menuitem.h
metafile.h
mimetype.h
minifram.h add wxUSE_MINIFRAME wrapper 2007-10-21 18:07:29 +00:00
module.h
msgdlg.h
msgout.h
msgqueue.h added wxMessageQueue class for inter-thread communications 2007-11-01 01:35:20 +00:00
mstream.h
nonownedwnd.h
notebook.h
numdlg.h
object.h
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
pickerbase.h
platform.h allow Borland 5.5 again 2007-10-25 11:08:10 +00:00
platinfo.h
popupwin.h
position.h
power.h
print.h
printdlg.h
prntbase.h
process.h
progdlg.h
propdlg.h
ptr_scpd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckaddr.h
sckipc.h many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926) 2007-10-20 22:54:26 +00:00
sckstrm.h
scopeguard.h
scrolbar.h added wxWindow::AlwaysShowScrollbars() and its wxMac implementation 2007-11-03 22:14:29 +00:00
scrolwin.h
selstore.h
settings.h
setup_inc.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
setup_redirect.h
sizer.h
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
stdpaths.h
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h revert calling static directly, its not always static 2007-10-26 17:31:18 +00:00
stringimpl.h
stringops.h
strvararg.h
sysopt.h
tab.h
tabctrl.h
tarstrm.h
taskbar.h
tbarbase.h
textbuf.h
textctrl.h Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table 2007-10-09 11:20:36 +00:00
textdlg.h
textentry.h added wxTextEntry::AutoCompleteFileNames() and implemented it for wxMSW 2007-11-04 23:08:26 +00:00
textfile.h
tglbtn.h
thread.h add support for detached threads in wxThreadHelper (patch 1809015) 2007-10-20 14:49:10 +00:00
thrimpl.cpp
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
treebase.h
treebook.h
treectrl.h
txtstrm.h
types.h
unichar.h
uri.h
url.h
utils.h always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build 2007-10-06 12:38:15 +00:00
valgen.h
validate.h
valtext.h build fixes 2007-11-02 05:04:26 +00:00
variant.h remove ODBC and DBgrid libraries 2007-10-23 13:40:27 +00:00
vector.h fix several mingw32 warnings (patch from Tim Stahlhut) 2007-10-02 11:36:35 +00:00
version.h
vidmode.h
vlbox.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
vms_x_fix.h
volume.h
vscroll.h
wfstream.h
window.h added wxWindow::AlwaysShowScrollbars() and its wxMac implementation 2007-11-03 22:14:29 +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 DMC work round 2007-10-29 13:33:12 +00:00
wxcrtbase.h
wxcrtvararg.h do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way) 2007-10-23 18:20:44 +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
zstream.h