2006-10-06 |
Vadim Zeitlin | fix for handling from Francesco |
blob | commitdiff | raw |
2006-10-02 |
Włodzimierz Skiba | Don't test size_t for positive only values (warning... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Vadim Zeitlin | don't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Vadim Zeitlin | use _snprintf() in system_sprintf() for the compilers... |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Vadim Zeitlin | define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Robin Dunn | Compilo fix |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Robert Roebling | incomplete commit |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | wx printf() implementation bug fixes ('%' handling... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Michael Wetherell | glibc's vswprintf doesn't nul terminate on truncation. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Włodzimierz Skiba | [ 1517666 ] suppression of wxVsnprintf() warnings ... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Vadim Zeitlin | fix handling of % in our printf implementation (part... |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Michael Wetherell | Build fix for systems linux where va_list is an array... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Vadim Zeitlin | fixes for wxVsnprintf() in Unicode build (2nd part... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | wxVsnprintf() implementation with positional parameters... |
blob | commitdiff | raw | diff to current |
2006-05-20 |
Paul Cornett | remove unneeded include of mac/private.h |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Vadim Zeitlin | add comment about using not quite standard mbstowcs... |
blob | commitdiff | raw | diff to current |
2006-01-06 |
Vadim Zeitlin | use our own mbstowcs() and wcstombs() implementations... |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Włodzimierz Skiba | eVC4 warning fixes. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | use ifdef, not if, to test for HAVE_WCSRTOMBS |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | wxNEED_STRDUP was wrong tested with #if instead of... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Julian Smart | WinCE doesn't declare DeleteFile at the point wxRemove... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Ryan Norton | fix 10.2 shared unicode builds for mbstowcs and vice... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Vadim Zeitlin | src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Vadim Zeitlin | fixed broken wxCtime() implementation (wrong buffer... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
2005-01-02 |
Vadim Zeitlin | don't crash in wxStrftime() if conversion of strftime... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
David Elliott | Declare namespace std {} before using namespace std... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Václav Slavík | at least partially implemented vswscanf() -- otherwise... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Ryan Norton | get rid of global vars |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Vadim Zeitlin | wxPuts() should output a trailing newline even in Unix... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Ryan Norton | final compilo fixups for 10.2 unicode - c/c++ fixes... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | fix darwin defines |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Vadim Zeitlin | cleaning up strdup/isascii definitions for compilers... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Václav Slavík | check for wputc wputchar putws fputws availability |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | wxGetenv was incorrectly implemented, caching prevented... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Julian Smart | Initialise hash table with string key |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-17 |
Stefan Csomor | calling FormatV seems to be correct, as we are already... |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Stefan Csomor | changed ppc to ptpc as ppc is a preprocessor constant... |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Václav Slavík | wxVsnprintf_ fix: added %ls,%lc handling (patch 937094) |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Vadim Zeitlin | compilation fix for the last wxSprintf() change |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Vadim Zeitlin | fixed wxSnprintf() for Unicode build |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Ron Lee | More updates to the Debian packaging for wxPython,... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Chris Elliott | try to fix D Mars compilation for Unicode |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | part of Ictrl -> Iscntrl change I forgot to commit... |
blob | commitdiff | raw | diff to current |
2004-01-25 |
Mattia Barbon | Cleaner fix. |
blob | commitdiff | raw | diff to current |
2004-01-17 |
Mattia Barbon | MinGW compilation fixes. |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 853850 ] Fixes for wxFormatConverter |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Julian Smart | WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
Julian Smart | Fixes for previous fixes |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
blob | commitdiff | raw | diff to current |
2003-09-04 |
David Elliott | #if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE) |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Stefan Csomor | unicode wxMac CW fixes |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Compile with EVC 3.0 2002 |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Václav Slavík | cut-and-paste is not good idea, removed duplicated... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Added RTL functions missing from WinCE to wxchar.h/cpp |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Stefan Csomor | out of memory for strdup handled |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Vadim Zeitlin | warning (in Unicode only) fix |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Stefan Csomor | moved c-runtime functions for CW here, only add strdup... |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Stefan Csomor | pc 2 mac conversion for file operations |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | unicode and __MACH__ additions for wxMac |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Vadim Zeitlin | linking fix for wxUSE_WCHAR_T=0: always provide wxStrto... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Vadim Zeitlin | tried to clean strdup() mess: we now have wxStrdup... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Vadim Zeitlin | removed wcslen() implementation, it is now inline in... |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Vadim Zeitlin | added a possibility to pull in printf() code for testin... |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Mattia Barbon | Fixed MinGW/ANSI (and probably any other C++ compiler... |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Mattia Barbon | Fix wxSnvprintf (and hence wxString::Format) for Unicod... |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Vadim Zeitlin | fixed (yet another?) crash in wxStrtok |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Václav Slavík | fix va_arg(.,short int) problem |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | compilation problem for compilers with old for() scopin... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | fixed wxVsnprintf_() compilation in ASCII mode |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | (blind) fix for BC++ compilation problem with wxPutc... |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Vadim Zeitlin | another fix to the wxFormatConverter bug with the forma... |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Robert Roebling | Corrected wxFormatConverter for strings which need |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Vadim Zeitlin | reorganized, improved and hopefully simplified wxchar... |
blob | commitdiff | raw | diff to current |
2002-08-18 |
Vadim Zeitlin | fixed wxBase compilation (what was msgdlg.h doing in... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | Put various #ifdefs vsnprintf() back in, they were |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Robert Roebling | %s to %ls conversion |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
blob | commitdiff | raw | diff to current |
2002-08-10 |
Robert Roebling | Implemented the various printf() functions under |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
blob | commitdiff | raw | diff to current |
2002-07-14 |
Vadim Zeitlin | fixed wxStrrchr(s, '\0') bug, added const and non const... |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | fixed bug in wxStrstr() replacement implementation... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Vadim Zeitlin | 1. made description of some options in configure [hopef... |
blob | commitdiff | raw | diff to current |
next |