wxWidgets/include/wx
2007-01-14 16:52:55 +00:00
..
aui Add GetAuiManager 2007-01-06 08:53:33 +00:00
cocoa default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
dfb wxDFB: fix events processing to support sockets events 2006-12-18 17:24:06 +00:00
generic disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397) 2007-01-07 17:26:19 +00:00
gtk replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
gtk1 default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
html correct access for virtuals 2006-12-07 08:56:57 +00:00
mac exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars. 2006-12-28 06:33:57 +00:00
mgl removed code that already exist in ~wxTLWBase from ~wxTLW 2006-12-10 15:53:29 +00:00
motif Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField) 2006-12-11 06:19:27 +00:00
msdos
msw no changes, just refactor the code sending spin update event to SendSpinUpdate() instead of duplicating it; also initialize m_oldValue 2007-01-11 01:59:42 +00:00
os2 Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField) 2006-12-11 06:19:27 +00:00
palmos Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField) 2006-12-11 06:19:27 +00:00
private moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB 2006-12-14 14:13:57 +00:00
protocol we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1) 2006-12-06 19:20:40 +00:00
richtext Process capture lost event to avoid assertion 2006-12-29 19:37:04 +00:00
stc
univ fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE 2006-12-24 19:06:39 +00:00
unix
x11
xml
xrc
.cvsignore
aboutdlg.h
accel.h
access.h
afterstd.h
anidecod.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
animate.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
animdecod.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
app.h
apptrait.h
archive.h
arrimpl.cpp
arrstr.h
artprov.h
beforestd.h
bitmap.h
bmpbuttn.h
bmpcbox.h
bookctrl.h
brush.h
buffer.h
build.h
busyinfo.h
button.h
calctrl.h
caret.h
checkbox.h
checklst.h
chkconf.h add wxToolbook checking 2007-01-12 17:54:14 +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 fix wxConfig::DeleteGroup() for arguments with trailing slash (replaces patch 1624589) 2007-01-07 16:36:54 +00:00
config.h
containr.h
control.h
convauto.h
cpp.h
cppunit.h
cshelp.h
ctrlsub.h
cursor.h
dataobj.h
dataview.h
datectrl.h
dateevt.h
datetime.h suppress a CodeWarrior warning about long to int conversion (bug 1616948) 2006-12-17 15:49:46 +00:00
datstrm.h
db.h
dbgrid.h
dbkeyg.h
dbtable.h
dc.h
dcbuffer.h
dcclient.h
dcgraph.h adding raster op hook to graphics context 2006-12-03 15:23:42 +00:00
dcmemory.h correct access for virtuals 2006-12-07 05:44:44 +00:00
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle() 2006-12-21 19:26:48 +00:00
display_impl.h
display.h
dlimpexp.h
dnd.h
docmdi.h
docview.h added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods and added them to version script 2007-01-14 16:38:53 +00:00
dragimag.h
dynarray.h
dynlib.h
dynload.h
effects.h
encconv.h
encinfo.h
event.h
evtloop.h
except.h
fdrepdlg.h
features.h
ffile.h
file.h
fileconf.h
filedlg.h restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle() 2006-12-21 19:26:48 +00:00
filefn.h Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match 2006-12-13 12:32:08 +00:00
filename.h
filepicker.h
filesys.h
flags.h
fmappriv.h
font.h
fontdlg.h
fontenc.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fs_zip.h
gauge.h
gbsizer.h
gdicmn.h rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member variables 2007-01-05 13:36:49 +00:00
gdiobj.h
geometry.h
gifdecod.h replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
glcanvas.h
graphics.h Add wxGraphicsMatrix::Get 2006-12-05 23:42:52 +00:00
grid.h
gsocket.h
hash.h
hashmap.h
hashset.h
help.h
helpbase.h
helphtml.h
helpwin.h
htmllbox.h Use font encoding 2006-12-04 10:16:11 +00:00
hyperlink.h
icon.h
iconbndl.h
iconloc.h
imagbmp.h
image.h
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h correct access for virtuals 2006-12-07 05:44:44 +00:00
imagtiff.h
imagxpm.h
init.h
intl.h
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h
isql.h
isqlext.h
joystick.h
layout.h
laywin.h
link.h
list.h fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814) 2006-12-15 01:47:26 +00:00
listbase.h
listbook.h make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one 2007-01-07 19:27:33 +00:00
listbox.h
listctrl.h
listimpl.cpp
log.h
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
module.h
msgdlg.h
msgout.h
mstream.h
notebook.h
numdlg.h
object.h
odcombo.h
overlay.h
ownerdrw.h
palette.h
panel.h
paper.h
pen.h
pickerbase.h add #if wxUSE_TOOLTIPS around DoSetToolTip() 2007-01-10 13:45:11 +00:00
platform.h
platinfo.h
popupwin.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
sckstrm.h
scopeguard.h Compilation fix for really old gcc versions. 2007-01-07 13:28:16 +00:00
scrolbar.h
scrolwin.h
selstore.h
settings.h
setup_inc.h Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField) 2006-12-11 06:19:27 +00:00
setup_redirect.h
sizer.h added wxSizerFlags::Shaped() and FixedMinSize() methods 2007-01-14 16:52:55 +00:00
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs. 2006-12-11 20:32:16 +00:00
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
stattext.h
statusbr.h
stdpaths.h
stockitem.h
stopwatch.h
strconv.h implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did 2006-12-09 16:19:34 +00:00
stream.h
string.h
sysopt.h
tab.h
tabctrl.h
tarstrm.h Revert last commit. 2006-12-09 22:28:11 +00:00
taskbar.h added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761) 2007-01-07 19:44:14 +00:00
tbarbase.h
textbuf.h
textctrl.h
textdlg.h
textfile.h
tglbtn.h
thread.h
thrimpl.cpp
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h correct access for virtuals 2006-12-07 05:44:44 +00:00
treebase.h
treebook.h make HitTest() public (bug 1626543); this changes ABI for protected part of wx API but not for the public one 2007-01-07 19:27:33 +00:00
treectrl.h added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() to version-script and use wxABI checks for them 2007-01-07 15:53:03 +00:00
txtstrm.h
types.h
uri.h
url.h
utils.h
valgen.h
validate.h
valtext.h
variant.h
vector.h
version.h updated version to 2.8.1 2007-01-07 22:48:56 +00:00
vidmode.h
vlbox.h
vms_x_fix.h
volume.h
vscroll.h
wave.h
wfstream.h fvisibility-inlines-hidden fix 2006-12-19 13:49:26 +00:00
window.h added a small helper ToggleWindowStyle() function 2006-12-04 11:10:59 +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 fixes and workarounds to return value of our own wxVsnprintf_() implementation: handle -1 as error and not an indication that there is not enough space (patch 1623077) 2007-01-07 16:17:28 +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 Revert last commit. 2006-12-09 22:28:11 +00:00
zstream.h