wxWidgets/src
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 Reset hover item when mouse leaves wxAuiToolBar. 2012-04-16 14:33:35 +00:00
cocoa Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
common Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes. 2012-05-04 20:35:31 +00:00
dfb Remove wxMGL port. 2012-01-15 14:46:41 +00:00
expat Synchronised svn:eol-style and svn:executable properties of some file types. 2012-01-18 18:00:07 +00:00
generic wxDataViewCtrl: always update the header when col best width changes. 2012-04-30 09:33:30 +00:00
gtk No changes, just refactor common IsSorted() tests in wxGTK wxDataViewCtrl. 2012-04-29 23:22:34 +00:00
gtk1 correcting typo in previous commit 2011-09-28 09:46:02 +00:00
html Don't use too big width for wxHtmlHelpWindow navigation panel. 2012-04-28 22:24:47 +00:00
jpeg Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
motif Don't initialize wxFileDialog::m_filterIndex to 1 in wxMotif. 2012-02-20 21:55:59 +00:00
msdos No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
msw Fixed parts of toolbar background not being drawn with older comctl32.dll. 2012-05-02 14:44:45 +00:00
os2 Fixed typo in variable name, fixing #13872. 2012-01-22 17:27:09 +00:00
osx use explicit WakeUp variant, too many errors using heuristics, fixes #14176 2012-05-02 19:38:58 +00:00
png merged libpng 1.5.7 to trunk 2012-01-18 17:55:54 +00:00
propgrid Added wxPropertyGridManager::SetPageSplitterLeft 2012-03-18 20:35:01 +00:00
regex removing old codewarrior files 2011-05-03 18:24:15 +00:00
ribbon remove unused variable 2012-03-25 23:33:43 +00:00
richtext Fixed floating image layout when typing in subsequent paragraph 2012-04-25 11:42:31 +00:00
stc Fix WXK_MENU handling in wxStyledTextCtrl. 2012-04-15 23:18:05 +00:00
tiff Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
univ No changes, just remove duplicate flags checks in wxUniv wxTLW. 2012-05-03 10:17:15 +00:00
unix Don't remove the last slash from "/" directory name under Unix. 2012-05-04 18:31:48 +00:00
x11 No changes, just simplify some code in wxX11. 2012-02-20 21:57:10 +00:00
xml Add check to prevent creation of element wxXmlNodes with content data. 2011-07-16 10:04:48 +00:00
xrc Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode. 2012-02-10 10:22:45 +00:00
zlib removing old codewarrior files 2011-05-03 18:24:15 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc