2007-04-24 |
Václav Slavík | removed wxCStrData::operator bool(), using c_str()...
|
commit | commitdiff | tree |
2007-04-24 |
Václav Slavík | corrected (Do)GetWriteBuf() return types to use more...
|
commit | commitdiff | tree |
2007-04-24 |
Václav Slavík | added test for a crash when passing wxCStrData constructed...
|
commit | commitdiff | tree |
2007-04-24 |
Václav Slavík | fixed broken wxCStrData and operator?: check
|
commit | commitdiff | tree |
2007-04-24 |
Václav Slavík | removed unused APPEND_STR macro
|
commit | commitdiff | tree |
2007-04-23 |
Václav Slavík | ANSI build compilation fix
|
commit | commitdiff | tree |
2007-04-23 |
Václav Slavík | compilation fix: setlocale() returns non-const string...
|
commit | commitdiff | tree |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF...
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | fixed wxCStrData::operator[] to use wxString::operator...
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | added tests for wxCStrData::operator* and operator[]
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | added missing forward declaration for wxCStrData
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | fixed compilation of STL non-UTF8 builds
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | moved primitive string and string iterators operations...
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | moved vararg CRT functions wrappers to a new wxcrtvararg...
|
commit | commitdiff | tree |
2007-04-19 |
Václav Slavík | moved vararg CRT functions wrappers to a new wxcrtvararg...
|
commit | commitdiff | tree |
2007-04-18 |
Václav Slavík | fixed DLL linking of wxMessageOutput class
|
commit | commitdiff | tree |
2007-04-18 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2007-04-17 |
Václav Slavík | added conversion to and from std::string and std::wstring...
|
commit | commitdiff | tree |
2007-04-16 |
Václav Slavík | added wxMBConv argument to char_str()
|
commit | commitdiff | tree |
2007-04-16 |
Václav Slavík | added wxCStrData::As[W]CharBuf() that doesn't keep...
|
commit | commitdiff | tree |
2007-04-15 |
Václav Slavík | removed implicit conversion from wxString::iterator...
|
commit | commitdiff | tree |
2007-04-15 |
Václav Slavík | compilation fix for VC6 with wxUSE_STL=1
|
commit | commitdiff | tree |
2007-04-15 |
Václav Slavík | implement wxString:IsXXX() methods using iterators
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | don't compile Scintilla sources with -Wall
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | fixed the order of aboutdlg.h file
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | added ability to create 'non-owned' buffers that aren...
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | VC6 compilation fix
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | don't use the VC6 workaround in wxList with newer versions...
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | fixed wxUniCharRef::IsAscii() definition
|
commit | commitdiff | tree |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compilation...
|
commit | commitdiff | tree |
2007-04-12 |
Václav Slavík | initial version of UTF-8 strings representation (still...
|
commit | commitdiff | tree |
2007-04-12 |
Václav Slavík | moved vararg handling code in wxMessageOutput to single...
|
commit | commitdiff | tree |
2007-04-12 |
Václav Slavík | removed unneeded wxChar* cast, we already have wxString one
|
commit | commitdiff | tree |
2007-04-11 |
Václav Slavík | fixed another place where wxString was used as bool
|
commit | commitdiff | tree |
2007-04-10 |
Václav Slavík | reverted previous commit and added a comment explaining...
|
commit | commitdiff | tree |
2007-04-10 |
Václav Slavík | don't crash if (char*)c_str() is used twice in a row...
|
commit | commitdiff | tree |
2007-04-10 |
Václav Slavík | fixed typo: _T(), not _()
|
commit | commitdiff | tree |
2007-04-10 |
Václav Slavík | removed unused CByteArrayFormat function
|
commit | commitdiff | tree |
2007-04-09 |
Václav Slavík | added wxgl pseudotarget
|
commit | commitdiff | tree |
2007-04-09 |
Václav Slavík | string iterator's operator- should return difference_type...
|
commit | commitdiff | tree |
2007-04-09 |
Václav Slavík | removed spurious semicolons
|
commit | commitdiff | tree |
2007-04-09 |
Václav Slavík | compilation fix: needs wx/string.h
|
commit | commitdiff | tree |
2007-04-08 |
Václav Slavík | fix crash in ~wxString with global wxString objects...
|
commit | commitdiff | tree |
2007-04-08 |
Václav Slavík | don't build wxscintilla lib if wxSTC is not built
|
commit | commitdiff | tree |
2007-04-07 |
Václav Slavík | STL build compilation fix
|
commit | commitdiff | tree |
2007-04-05 |
Václav Slavík | compilation fix for previous commit
|
commit | commitdiff | tree |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit...
|
commit | commitdiff | tree |
2007-04-05 |
Václav Slavík | compilation fixes
|
commit | commitdiff | tree |
2007-04-05 |
Václav Slavík | made wxString::Replace, Matches and Find work with...
|
commit | commitdiff | tree |
2007-04-04 |
Václav Slavík | build fixes after previous commit
|
commit | commitdiff | tree |
2007-04-03 |
Václav Slavík | cleanup of wxString ctors and operator=: made both...
|
commit | commitdiff | tree |
2007-04-03 |
Václav Slavík | BCC5.5 compilation fix
|
commit | commitdiff | tree |
2007-04-03 |
Václav Slavík | compilation fix for BCC5.5
|
commit | commitdiff | tree |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange...
|
commit | commitdiff | tree |
2007-04-02 |
Václav Slavík | added some unsigned char overloads to wxString for...
|
commit | commitdiff | tree |
2007-04-02 |
Václav Slavík | some more operator?! tests
|
commit | commitdiff | tree |
2007-04-02 |
Václav Slavík | GetBaseByName doesn't exist anymore
|
commit | commitdiff | tree |
2007-04-01 |
Václav Slavík | wint_t is wchar_t on OS/2 too
|
commit | commitdiff | tree |
2007-04-01 |
Václav Slavík | (OS/2) compilation fix
|
commit | commitdiff | tree |
2007-03-30 |
Václav Slavík | fixed wxDB compilation
|
commit | commitdiff | tree |
2007-03-30 |
Václav Slavík | added missing public keyword to wxWritableCharTypeBuffer...
|
commit | commitdiff | tree |
2007-03-30 |
Václav Slavík | added char_str() and wchar_str() methods to wxString...
|
commit | commitdiff | tree |
2007-03-29 |
Václav Slavík | fixed warning about comparing int to size_t
|
commit | commitdiff | tree |
2007-03-29 |
Václav Slavík | added wxCStrData::operator- for compatibility with...
|
commit | commitdiff | tree |
2007-03-29 |
Václav Slavík | added creation of wxUniChar from int and conversion...
|
commit | commitdiff | tree |
2007-03-29 |
Václav Slavík | more wxString::append() tests
|
commit | commitdiff | tree |
2007-03-29 |
Václav Slavík | PCH-less compilation fix
|
commit | commitdiff | tree |
2007-03-28 |
Václav Slavík | allow passing wx[W]CharBuffer to wx vararg templates
|
commit | commitdiff | tree |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr...
|
commit | commitdiff | tree |
2007-03-28 |
Václav Slavík | made wxHashMap work with any form of strings
|
commit | commitdiff | tree |
2007-03-28 |
Václav Slavík | added test for operator?: and wxCStrData
|
commit | commitdiff | tree |
2007-03-28 |
Václav Slavík | re-enabled using std::string for wxStringImpl if wxUSE_STL...
|
commit | commitdiff | tree |
2007-03-27 |
Václav Slavík | disabled VC6 warning about passing a macro that expands...
|
commit | commitdiff | tree |
2007-03-27 |
Václav Slavík | fixed compilation with 2.8 compatibility off: wxTR_EXTENDED...
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | added basic test for wxLocale
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it...
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | use wxStrings in wxLocale methods, _() and wxGetTranslation...
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | escape _ in LaTeX sources
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | Preparing wxString for UTF-8 representation:
|
commit | commitdiff | tree |
2007-03-26 |
Václav Slavík | added missing operators to wxString::reverse_iterator
|
commit | commitdiff | tree |
2007-03-25 |
Václav Slavík | remove wxStringBase::AllocCopy(), it wasn't used anywhere
|
commit | commitdiff | tree |
2007-03-23 |
Václav Slavík | wxLogGeneric usage compilation fix
|
commit | commitdiff | tree |
2007-03-22 |
Václav Slavík | reimplemented wx[W]CharBuffer using templates
|
commit | commitdiff | tree |
2007-03-20 |
Václav Slavík | added wxUniChar <-> unsigned char conversion
|
commit | commitdiff | tree |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case
|
commit | commitdiff | tree |
2007-03-20 |
Václav Slavík | compilation fix after STL fixes if 2.8 compatibility...
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | fixed missing ; after class declaration
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | tagged IsEmpty(), Strlen() and Stricmp() global functions...
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | fixed wrong include path
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | use wxUin32 for wxUniChar::value_type: we need 32bit...
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | wxUniChar::unicode_type -> value_type
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | added makefile targets for building individual libs...
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers
|
commit | commitdiff | tree |
2007-03-19 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars
|
commit | commitdiff | tree |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build:
|
commit | commitdiff | tree |
2007-03-16 |
Václav Slavík | added missing #pragma hdrstop
|
commit | commitdiff | tree |
2007-03-16 |
Václav Slavík | changed wxPlatform implicit conversion to string to...
|
commit | commitdiff | tree |
2007-03-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work...
|
commit | commitdiff | tree |
next |