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 |
2007-03-15 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars
|
commit | commitdiff | tree |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendly...
|
commit | commitdiff | tree |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendly...
|
commit | commitdiff | tree |
2007-03-11 |
Václav Slavík | VC6 compilation fix
|
commit | commitdiff | tree |
2007-03-10 |
Václav Slavík | removed C++BuilderX project files, they are broken...
|
commit | commitdiff | tree |
2007-03-10 |
Václav Slavík | removed remaining wx24dsp format references
|
commit | commitdiff | tree |
2007-03-09 |
Václav Slavík | Unicode compilation fixes
|
commit | commitdiff | tree |
2007-03-09 |
Václav Slavík | Unicode compilation fix
|
commit | commitdiff | tree |
2007-03-09 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favour...
|
commit | commitdiff | tree |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favour...
|
commit | commitdiff | tree |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favour...
|
commit | commitdiff | tree |
2007-03-02 |
Václav Slavík | changes wxDirExists() to accept wxString instead of...
|
commit | commitdiff | tree |
2007-03-01 |
Václav Slavík | allow using both char* and wchar_t* in wxFileConfig...
|
commit | commitdiff | tree |
2007-02-24 |
Václav Slavík | changed wxArrayString::m_pItems from wxChar* to const...
|
commit | commitdiff | tree |
2007-02-21 |
Václav Slavík | fixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake
|
commit | commitdiff | tree |
2007-02-20 |
Václav Slavík | allow creating wxString from char*, assigning to it...
|
commit | commitdiff | tree |
2007-02-20 |
Václav Slavík | fixed incorrectly reported WXWIN_COMPATIBILITY_2_6...
|
commit | commitdiff | tree |
2007-02-20 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2007-02-19 |
Václav Slavík | added WXWIN_COMPATIBILITY_2_8
|
commit | commitdiff | tree |
2007-02-12 |
Václav Slavík | fixed syntax errors
|
commit | commitdiff | tree |
2007-02-07 |
Václav Slavík | fixed makefile.rsp to include samples/Makefile.in
|
commit | commitdiff | tree |
2007-02-05 |
Václav Slavík | added script to generate parts of rsp manifests with...
|
commit | commitdiff | tree |
2007-01-26 |
Václav Slavík | fixes to InputPath values in custom build steps
|
commit | commitdiff | tree |
2007-01-25 |
Václav Slavík | don't assume there's always an active wxEventLoop instance
|
commit | commitdiff | tree |
2007-01-24 |
Václav Slavík | compiled fixes for builds without PCH
|
commit | commitdiff | tree |
2007-01-22 |
Václav Slavík | wxDFB doesn't require extra configure options anymore
|
commit | commitdiff | tree |
next |