2004-06-03 |
Julian Smart | Initialise hash table with string key |
blob | commitdiff | raw |
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 |
2001-09-02 |
Václav Slavík | applied utf-8 fix patch |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Stefan Csomor | wxMac: wxUniversal integration steps |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | More Unicode compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-12-13 |
Vadim Zeitlin | attempted Unicode fixes for BC++ |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxSetlocale() doesn't always return NULL |
blob | commitdiff | raw | diff to current |
1999-11-16 |
David Webster | Added full UNICODE support for VisualAge C++ for OS... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Ove Kaaven | Implementation of wxFopen, wxFreopen, wxStrftime |
blob | commitdiff | raw | diff to current |
1999-06-19 |
Ove Kaaven | wxStrncmp implementation. |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Ove Kaaven | Attempt to implement a bunch of wx string.h equivalents. |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-11 |
Vadim Zeitlin | more DLL compilation changes |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Guilhem Lavaux | * fix in wcslen() |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Vadim Zeitlin | library build even without wcslen() |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Brian Macy | Fixed two missing parens |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Ove Kaaven | Try to not include ctype functions for win32. Not reall... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Ove Kaaven | Optional implementation of wcslen(). |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Ove Kaaven | Added wxOKlibc(), which checks for glibc2.0, which... |
blob | commitdiff | raw | diff to current |
1999-04-20 |
Ove Kaaven | Some Unicode fixes (mostly for Borland's pickiness... |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Ove Kaaven | glibc2.1 chokes on null input to wcstombs() |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ove Kaaven | Fixed typo |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | Fixed a typo. Added sloppy implementation of wxSscanf... |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | More Unicode stuff. Implemented wxFprintf. |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | Implemented wxPrintf. |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | wxAtof implementation independent of (the rest of)... |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp, which contains: |
blob | commitdiff | raw | diff to current |
|