2007-06-29 |
Václav Slavík | wxUniChar wchar_t handling fixes for Borland, DMC and...
|
commit | commitdiff | tree |
2007-06-29 |
Václav Slavík | test wxVsnprintf() printing to both wchar_t* and char...
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | fixed FromAscii to work with NULL argument (broken...
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | fixed FromAscii() changes to correctly handle embedded...
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | return const wxString& from wxFontMapper::GetDefaultConfigPath()
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | ANSI+Unicode compatibility fixes to wxArrayString
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxHTML API
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | dont use wxChar* arguments in wxDatePickerCtrlGeneric API
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | don't use wxChar* arguments in wxLogWindow API
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | fixes to handling of focus changes for toplevel windows
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | don't assign m_next twice in wxStringIteratorNode ctor
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | 1. added default constructors for wxString iterators
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | added wxString::FromAscii(char*,size_t) for consistency...
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | fixed typo in comment
|
commit | commitdiff | tree |
2007-06-28 |
Václav Slavík | use same names for test suites as the ones in ./test -l
|
commit | commitdiff | tree |
2007-06-27 |
Václav Slavík | compatibility fix: have wxListKey ctors from C strings...
|
commit | commitdiff | tree |
2007-06-27 |
Václav Slavík | compilation fixes after string changes
|
commit | commitdiff | tree |
2007-06-27 |
Václav Slavík | removed leftover files under contrib
|
commit | commitdiff | tree |
2007-06-26 |
Václav Slavík | fixes to wint_t and wchar_t handling in unichar.h ...
|
commit | commitdiff | tree |
2007-06-26 |
Václav Slavík | include wxUniCharRef::operator&& unconditionally too...
|
commit | commitdiff | tree |
2007-06-26 |
Václav Slavík | added configure check for wcsdup(), there are too many...
|
commit | commitdiff | tree |
2007-06-26 |
Václav Slavík | compilation fixes for --with-regex=sys
|
commit | commitdiff | tree |
2007-06-26 |
Václav Slavík | compilation fixes for some cases
|
commit | commitdiff | tree |
2007-06-25 |
Václav Slavík | compilation fix if wxLongLong_t is not available
|
commit | commitdiff | tree |
2007-06-25 |
Václav Slavík | don't use C++ comments in C files
|
commit | commitdiff | tree |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables
|
commit | commitdiff | tree |
2007-06-25 |
Václav Slavík | wxDFB wxUSE_STL compilation fixes
|
commit | commitdiff | tree |
2007-06-25 |
Václav Slavík | fixed 'url' field extraction to be done for wxHtmlWindow...
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | clarified global and local config files behavior
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | use wxCRT_VsprintfA name instead of vsprintf, for consistency
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | PCH-less compilation fix
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | added documentantion for wxMemoryFSHandler::AddFileWithMimeT...
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | made wxUSE_UNICODE=1 the default
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | wxUSE_STL compilation fix
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on...
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | have only one string form of operator<< in output streams
|
commit | commitdiff | tree |
2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on...
|
commit | commitdiff | tree |
2007-06-20 |
Václav Slavík | remove implicit conversion to C strings from wxString...
|
commit | commitdiff | tree |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxString...
|
commit | commitdiff | tree |
2007-06-20 |
Václav Slavík | use wxString in wxRegKey methods; make it compile without...
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, deprecate...
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | added missing #if wxUSE_STDPATHS
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | return wxString from wxDynamicLibrary::GetDllExt()
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | use wxString in wxFileSystem::FindFileInPath()
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | compilation fix for non-STL build
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | wxLog::Get/Settimestamp() now use wxString
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | return wxString from wxTextBuffer::GetName()
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | changed wxFFileOutput/InputStream ctor 'mode' argument...
|
commit | commitdiff | tree |
2007-06-19 |
Václav Slavík | changed wxGLContext::SetColour() argument from wxChar...
|
commit | commitdiff | tree |
2007-06-18 |
Václav Slavík | made the code a bit more readable by not using _T(...
|
commit | commitdiff | tree |
2007-06-18 |
Václav Slavík | made the code a bit more readable by not using _T(...
|
commit | commitdiff | tree |
2007-06-18 |
Václav Slavík | improve XRC loading performance on Unix by avoiding...
|
commit | commitdiff | tree |
2007-06-18 |
Václav Slavík | make our vsnprintf() implementation work for ANSI version too
|
commit | commitdiff | tree |
2007-06-18 |
Václav Slavík | fixed wxString iterators linked list corruption
|
commit | commitdiff | tree |
2007-06-17 |
Václav Slavík | when selecting text in wxHTML, selecting half a character...
|
commit | commitdiff | tree |
2007-06-17 |
Václav Slavík | fixed selecting part of word from right to left in...
|
commit | commitdiff | tree |
2007-06-17 |
Václav Slavík | determine wxFSFile's MIME type when wxFSFile::GetMimeType...
|
commit | commitdiff | tree |
2007-06-17 |
Václav Slavík | don't make read-only text controls editable when enabled
|
commit | commitdiff | tree |
2007-06-16 |
Václav Slavík | fixed crash when setting locale
|
commit | commitdiff | tree |
2007-06-16 |
Václav Slavík | wxUSE_STL compilation fixes for wxGenericFontDialog
|
commit | commitdiff | tree |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10...
|
commit | commitdiff | tree |
2007-06-16 |
Václav Slavík | fixed FromUTF8() to accept NULL as well as len==npos...
|
commit | commitdiff | tree |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandardPaths...
|
commit | commitdiff | tree |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space...
|
commit | commitdiff | tree |
2007-06-15 |
Václav Slavík | don't put invalid UTF-8 data into wxString if Printf...
|
commit | commitdiff | tree |
2007-06-15 |
Václav Slavík | (blind) compilation fix
|
commit | commitdiff | tree |
2007-06-14 |
Václav Slavík | fixed wxComboBox::Replace() to correctly use UTF-8...
|
commit | commitdiff | tree |
2007-06-13 |
Václav Slavík | prefer wxFFile to wxFile if both are available, for...
|
commit | commitdiff | tree |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behaves...
|
commit | commitdiff | tree |
2007-06-13 |
Václav Slavík | don't propagate wxChildFocusEvent outside of wxTLWs
|
commit | commitdiff | tree |
2007-06-13 |
Václav Slavík | removed redundant #include <dynarray.h>
|
commit | commitdiff | tree |
2007-06-13 |
Václav Slavík | added missing #includes
|
commit | commitdiff | tree |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially...
|
commit | commitdiff | tree |
2007-06-12 |
Václav Slavík | wxUSE_UNICODE_MSLU compilation fix
|
commit | commitdiff | tree |
2007-06-12 |
Václav Slavík | more STL fixes
|
commit | commitdiff | tree |
2007-06-12 |
Václav Slavík | ANSI/Unix build compilation fixes
|
commit | commitdiff | tree |
2007-06-12 |
Václav Slavík | PCH-less compilation fix
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | fixed VC6 warnings about non-dllexported members in...
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | compilation fix for gcc 3.3
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | added long int operators to wxUniChar (fixes wxMac...
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | use wxString argument and not wxChar* in wxHtmlParser...
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | added wchar_t, wxUniChar overloads for wxStrchr
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | VC6 doesn't like 'return callToVoidFunc();' statements
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | gcc on OS X has problems with compiling empty files...
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | OS X compilation fix
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | OS X compilation fix
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | ATTRIBUTE_PRINTF doesn't work with wchar_t* format...
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build
|
commit | commitdiff | tree |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrappers...
|
commit | commitdiff | tree |
2007-06-10 |
Václav Slavík | fixed signed/unsigned comparison warning
|
commit | commitdiff | tree |
2007-06-10 |
Václav Slavík | PCH-less compilation fix
|
commit | commitdiff | tree |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UNICODE...
|
commit | commitdiff | tree |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion...
|
commit | commitdiff | tree |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UNICODE...
|
commit | commitdiff | tree |
2007-06-08 |
Václav Slavík | added wxUniChar::AsUTF8() for easy conversion in UTF8...
|
commit | commitdiff | tree |
2007-06-07 |
Václav Slavík | removed unused glob.inc file
|
commit | commitdiff | tree |
2007-06-06 |
Václav Slavík | marked WinCE implementations of wxOpen etc. functions...
|
commit | commitdiff | tree |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again
|
commit | commitdiff | tree |
2007-06-05 |
Václav Slavík | don't crash when using wxHtmlWidgetCell in wxHtmlListBox
|
commit | commitdiff | tree |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly...
|
commit | commitdiff | tree |
next |