wxWidgets/include/wx
Vadim Zeitlin ef316e23c9 made (many) more wxGrid methods const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-02-05 19:10:09 +00:00
..
aui removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +00:00
cocoa default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
dfb compiled fixes for builds without PCH 2007-01-24 13:42:46 +00:00
generic made (many) more wxGrid methods const 2007-02-05 19:10:09 +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 removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +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 don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795) 2007-02-02 23:12:34 +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 Committing in . 2007-01-24 07:51:56 +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 Added extra hit test style for more accurate reporting 2007-01-28 16:57:07 +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 [ 1604925 ] Fix loading MIME types for KDE 2006-11-30 13:24:32 +00:00
x11
xml
xrc compilation fix for !wxUSE_STATBOX 2007-01-18 18:27:58 +00:00
.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 Add forceTrueColour option to SetBestVisual(). 2006-11-17 09:29:39 +00:00
apptrait.h Actually use new GTK+ native assert dialog. 2006-11-24 10:55:26 +00:00
archive.h Change the factory constructor to not use a predefined wxMBConv object as it 2006-11-16 14:30:20 +00:00
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 Some wxCollapsiblePane tweaks: 2006-11-11 07:32:08 +00:00
colordlg.h
colour.h
combo.h Make room for the focus ring to be visible on Mac. 2006-11-28 23:11:21 +00:00
combobox.h
confbase.h added wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch 1620876) 2007-01-18 22:38:21 +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 removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +00:00
datstrm.h
db.h fix SF bug 1602033 2006-11-27 13:16:38 +00:00
dbgrid.h
dbkeyg.h
dbtable.h
dc.h added Get(MultiLine)TextEvent() overloads returning wxSize which are used by wxPackageManager (patch 1595123) 2006-12-02 14:11:15 +00:00
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 enable wxFontMapper in wxDFB port 2007-01-22 14:05:07 +00:00
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 move wxIsDragResultOk out of line to avoid problems with DLL-exported inline functions (mingw32 3.4.5 warns about it) 2006-11-25 14:08:27 +00:00
docmdi.h
docview.h removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +00:00
dragimag.h
dynarray.h avoid warnings about missing macro parameters (only given by VC6 apparently) when building as static library and, hence, having passing expmode parameters to various array definition macros 2006-11-24 00:56:22 +00:00
dynlib.h
dynload.h
effects.h
encconv.h
encinfo.h enable wxFontMapper in wxDFB port 2007-01-22 14:05:07 +00:00
event.h corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base 2007-02-05 18:19:32 +00:00
evtloop.h
except.h
fdrepdlg.h
features.h enable wxFontMapper in wxDFB port 2007-01-22 14:05:07 +00:00
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 add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534) 2007-02-04 00:22:47 +00:00
filesys.h Remove wxFS_WRITE since it is not available in this release. 2006-11-10 09:00:06 +00:00
flags.h
fmappriv.h
font.h fixed to remove wxFontRefData as intended and not wxFontData 2006-11-20 16:30:09 +00:00
fontdlg.h
fontenc.h
fontenum.h enable wxFontMapper in wxDFB port 2007-01-22 14:05:07 +00:00
fontmap.h
fontpicker.h
fontutil.h moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part 2006-11-20 20:45:57 +00:00
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 Fix code comment: Giuseppe Bilotta tells me that ALPHA does not refer to the blue buffer and glXChooseVisual manual agrees 2006-11-24 10:30:42 +00:00
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 fixed wxGetTranslation() prototype in the !wxUSE_INTL case 2007-01-22 12:26:19 +00:00
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 removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +00:00
memconf.h
memory.h
memtext.h
menu.h wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets 2007-01-22 15:10:26 +00:00
menuitem.h
metafile.h
mimetype.h moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char 2006-11-23 13:51:49 +00:00
minifram.h
module.h
msgdlg.h
msgout.h
mstream.h
nonownedwnd.h implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +00:00
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 implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +00:00
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 Return optimal label width from DrawHeaderButton 2006-11-30 23:44:55 +00:00
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 removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +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 Applied wxStackWalker improvement part of 2006-11-12 14:33:03 +00:00
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 wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets 2007-01-22 15:10:26 +00:00
stdpaths.h [ 1590221 ] wxStandardPaths::GetExecutablePath 2006-11-12 12:58:10 +00:00
stockitem.h
stopwatch.h
strconv.h removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +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 Revert menus and toolbars to using wxNewId() too since their IDs can't 2007-01-21 06:43:59 +00:00
textbuf.h
textctrl.h
textdlg.h
textfile.h
tglbtn.h
thread.h
thrimpl.cpp
timer.h added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781) 2007-01-18 17:00:52 +00:00
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow 2007-01-22 15:04:49 +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 removed wxABI_TESTS, they're irrelvant in 2.9 2007-01-31 03:40:59 +00:00
txtstrm.h
types.h
uri.h
url.h
utils.h Wine fixes 2006-11-12 15:39:12 +00:00
valgen.h
validate.h
valtext.h
variant.h
vector.h
version.h Bump subrelease number 2007-01-19 20:17:39 +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 wxDFB: fix rendering artefacts when scrolling wxScrolledWindow that contains other widgets 2007-01-22 15:10:26 +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