1999-04-17 |
Ove Kaaven | Defer retrieval of LANG env var, too. No memory management
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | New private SetName method in wxCSConv...
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | Unicodified list of color strings.
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | Adapted those asserts and debug messages for Unicode.
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | Unicodified wxEndsWithPathSeparator
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | Fixed typo
|
commit | commitdiff | tree |
1999-04-17 |
Ove Kaaven | Unicodified a few routines.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Unicodified wxSplitPath
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Had changed the prototype of wxOnAssert after the discovery...
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | const-ness warnings in non-Unicode again.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Hm, better make the operators inline.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | All files compile in Unicode mode, but I have only...
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Added a comment.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Some Unicode conversion.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Needed the reverse operator+ too...
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | operator+(const wxString&, const wx[W]CharBuffer)
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | wxGetUserHome() may return const val.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | wxGetUserHome() returns a const value in Unicode mode.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | Compiles in Unicode mode.
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | wxGetUserHome() returns "const wxMB2WXbuf" for Unix...
|
commit | commitdiff | tree |
1999-04-16 |
Ove Kaaven | wxLoadCharacterSets() now appears to work (was a bit...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Defer loading of character sets, and some anti-crash...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Slightly better style?
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Right-o, wxConv_local does cause some weird crashes...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | (ugh, I need to get a faster computer)
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Another inline constructor to facilitate Unicode conversion...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Compilation problem in non-Unicode mode. (Will fix...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Compiler warning in non-Unicode mode fixed.
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | OK, while I wait for the non-Unicode build to compile...
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | A couple more.
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | So far so good. These now compiles in Unicode mode.
|
commit | commitdiff | tree |
1999-04-15 |
Ove Kaaven | Implemented wxArrayString::Shrink() and stuff.
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | OK, enough for today. To be continued tomorrow...
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | These at least compiles in Unicode mode...
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | char -> wxChar
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | This seems to be compiling.
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | If you look at the conversion and character set code...
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | More helpful Unicode stuff.
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | wxConv classes and instances, including wxConv_gdk.
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | wxMBConv derived classes and instances.
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | And here
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | Declared here too
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | The char->wxChar in window.h cascades through some...
|
commit | commitdiff | tree |
1999-04-14 |
Ove Kaaven | char -> wxChar. (Vadim, you can probably just go ahead...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | This is the way to go (well, close enough).
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | By this commit, I guess I'm announcing intent to add...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Got some compiler warnings in non-Unicode build. Fixed...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Someone must have committed some ASCII string literals...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode conversion.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode conversion.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Now this one also compiles in Unicode mode.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode interface (the communication itself is still...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode support.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Fixed a typo. Added sloppy implementation of wxSscanf...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Add wxSscanf (used in ftp.cpp to parse returned address)
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | The prevalent wide characters.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode. You know the drill.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | More Unicode stuff. Implemented wxFprintf.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | char->wxChar
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Fixed glibc2.0 check (for that glibc2.0 workaround...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Implemented wxPrintf.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Added wxPrintf declaration.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Another one bites the dust.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | Unicode-mode typos in string.cpp (where did they suddenly...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | wxString assignment operator from wx[W]CharBuffer.
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | wxAtof independent of wxNEED_WX_STDLIB_H, used by Visual...
|
commit | commitdiff | tree |
1999-04-13 |
Ove Kaaven | wxAtof implementation independent of (the rest of)...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | BIG glitch.
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Small glitch.
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Uses Unicode strings. Now we've got a __TFILE__ macro...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Unicode support. Uses wxWCharBuffer in Unicode build...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Unicode support. The _() macro is made to imply _T...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Unicode support for wxString (wxchar.cpp won't compile...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp/.obj
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Added allocation constructor (makes it easy to convert...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | For non-Unicode added #include <ctype.h> and <string...
|
commit | commitdiff | tree |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp, which contains:
|
commit | commitdiff | tree |
1999-04-10 |
Ove Kaaven | Added wxStrdup().
|
commit | commitdiff | tree |
1999-04-09 |
Ove Kaaven | For non-Unicode, preserve binary compatibility by doing
|
commit | commitdiff | tree |
1999-04-08 |
Ove Kaaven | Unicode definitions for glibc, etc.
|
commit | commitdiff | tree |
1999-04-08 |
Ove Kaaven | Unicode support is *experimental*, so disable it by...
|
commit | commitdiff | tree |
|