wxWidgets/interface/wx
Vadim Zeitlin c9f6f0a8cd Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes.
It is wrong to use dir.GetName()+"/" to obtain a slash-terminated directory
name as this results in (usually harmless but at best ugly) double slashes at
at the beginning of the string for the root directory. Add GetNameWithSep() to
obtain the correct result in all cases.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-04 20:35:31 +00:00
..
aui Added support for page tooltips to wxAuiNotebook. 2012-04-16 12:12:26 +00:00
generic Document wxHelpControllerBase so the type can be used in Phoenix 2012-04-07 04:18:23 +00:00
html wxHtmlHelpController derives from wxHelpControllerBase 2012-04-07 04:18:16 +00:00
msw
persist
propgrid Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
protocol
ribbon
richtext Fixed floating image layout when typing in subsequent paragraph 2012-04-25 11:42:31 +00:00
stc
xml
xrc
aboutdlg.h
accel.h Added wxAcceleratorEntry::ToRawString(). 2012-04-16 12:12:19 +00:00
access.h
affinematrix2d.h
affinematrix2dbase.h
animate.h
any.h
anybutton.h
app.h
apptrait.h
archive.h
arrstr.h
artprov.h Add the client and art IDs 2012-04-08 00:54:02 +00:00
atomic.h
bannerwindow.h
base64.h
bitmap.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
bmpbuttn.h
bmpcbox.h
bookctrl.h
brush.h
buffer.h
busyinfo.h
button.h
calctrl.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
caret.h
chartype.h
checkbox.h
checklst.h
choicdlg.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choice.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
cmdline.h
cmdproc.h
cmndata.h
collpane.h
colordlg.h
colour.h
colourdata.h
combo.h
combobox.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
commandlinkbutton.h Minor tweak to improve understandability 2012-04-10 03:27:28 +00:00
config.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
containr.h
control.h
convauto.h
cpp.h
cshelp.h
ctrlsub.h
cursor.h
custombgwin.h
dataobj.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dataview.h Document wxDataViewChoiceByIndexRenderer. 2012-05-03 10:17:19 +00:00
datectrl.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
dateevt.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
datetime.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
datstrm.h
dc.h Document that wxDCClipper currently resets clipping region. 2012-04-28 22:24:31 +00:00
dcbuffer.h
dcclient.h Correct wxPaintDC base class in the documentation. 2012-04-19 16:14:16 +00:00
dcgraph.h
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
debugrpt.h
defs.h
dialog.h Add CreateTextSizer 2012-04-10 03:27:22 +00:00
dialup.h
dir.h Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes. 2012-05-04 20:35:31 +00:00
dirctrl.h
dirdlg.h
display.h
dnd.h Add wxDropSource::SetIcon for wxGTK to mimic SetCursor on the other ports. 2012-05-03 23:30:40 +00:00
docmdi.h
docview.h
dragimag.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dynarray.h
dynlib.h
editlbox.h
encconv.h
event.h Fix typo in wxKeyEvent::GetKeyCode() documentation example. 2012-04-08 13:25:41 +00:00
eventfilter.h
evtloop.h
fdrepdlg.h
ffile.h
file.h
fileconf.h
filectrl.h Fix missing and broken interface items for Phoenix 2012-04-17 17:00:36 +00:00
filedlg.h
filefn.h
filehistory.h
filename.h
filepicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
filesys.h Add wxFSInputStream providing stream interface to wxFileSystem. 2012-04-16 13:53:49 +00:00
font.h
fontdata.h
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
fontutil.h
frame.h
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fswatcher.h
gauge.h
gbsizer.h
gdicmn.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
gdiobj.h
geometry.h
glcanvas.h
graphics.h
grid.h
hash.h
hashmap.h
hashset.h
headercol.h
headerctrl.h
help.h Mark which methods are pure virtual 2012-04-07 04:18:28 +00:00
htmllbox.h
hyperlink.h Add missing interface items for Phoenix 2012-04-10 03:27:55 +00:00
icon.h
iconbndl.h
iconloc.h
image.h Typo fix, and add some missing methods. 2012-04-26 01:29:00 +00:00
imaglist.h
infobar.h
init.h
intl.h
ipc.h
ipcbase.h
joystick.h
kbdstate.h
language.h
layout.h
laywin.h
link.h
list.h
listbook.h
listbox.h
listctrl.h
log.h
longlong.h
math.h
mdi.h
mediactrl.h
memory.h
menu.h Remove wrong const from wxMenu::GetMenuItems() documentation. 2012-04-05 18:40:00 +00:00
menuitem.h
metafile.h
mimetype.h
minifram.h
module.h
mousemanager.h
mousestate.h
msgdlg.h
msgout.h
msgqueue.h
mstream.h
nonownedwnd.h
notebook.h
notifmsg.h
numdlg.h
numformatter.h
object.h
odcombo.h
palette.h
panel.h
pen.h
persist.h
pickerbase.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
platform.h
platinfo.h
popupwin.h
position.h
power.h
print.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
printdlg.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
process.h
progdlg.h
propdlg.h
quantize.h
radiobox.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
radiobut.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
renderer.h
richmsgdlg.h
richtooltip.h
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h
settings.h
sharedptr.h
sizer.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
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
stdpaths.h
stdstream.h
stockitem.h
stopwatch.h
strconv.h
stream.h Added wxWrapperInputStream class. 2012-04-16 13:53:45 +00:00
string.h
sysopt.h
tarstrm.h
taskbar.h Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa 2012-04-20 05:41:54 +00:00
textcompleter.h
textctrl.h
textdlg.h
textentry.h
textfile.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
textwrapper.h
tglbtn.h
thread.h
time.h
timectrl.h Document wxTP_DEFAULT as a standalone constant. 2012-05-04 20:35:26 +00:00
timer.h
tipdlg.h Fix missing and broken interface items for Phoenix 2012-04-17 17:00:36 +00:00
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
translation.h
treebase.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treebook.h
treectrl.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treelist.h
txtstrm.h
uiaction.h
unichar.h
uri.h
url.h
ustring.h
utils.h
valgen.h
validate.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
valnum.h
valtext.h
variant.h
vector.h
version.h
versioninfo.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
webview.h
webviewarchivehandler.h
wfstream.h
window.h Document SetDoubleBuffered 2012-04-20 05:41:39 +00:00
windowid.h
withimages.h
wizard.h
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h