2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
blob | commitdiff | raw |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Václav Slavík | wxchar.h doesn't have to be C file anymore, it's C++ |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Václav Slavík | moved vararg CRT functions wrappers to a new wxcrtvarar... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnp... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Vadim Zeitlin | include stdio.h to get FILE declaration (bug 1592935) |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Michael Wetherell | Compile fix for the version of VC8 included in the... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Robin Dunn | Add DLL export macro |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Vadim Zeitlin | include widec.h if it's available, it contains declarat... |
blob | commitdiff | raw | diff to current |
2006-11-07 |
Robin Dunn | Use the native vswprintf on OSX |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Julian Smart | wxWinCE compile fixes |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | added wxString::ToLongLong() and ToULongLong() (feature... |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Vadim Zeitlin | declare wxMSLU_xxx functions in the headers which defin... |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Vadim Zeitlin | fix problems with using incorrect vswprintf() for mingw... |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Vadim Zeitlin | restored Ove Kåven name in the header comment which was |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Vadim Zeitlin | fix wxVsnprintf_ declaration for VC8 |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Robert Roebling | Apply patch [ 1548750 ] wxVsnprintf() various fixes |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Vadim Zeitlin | added wxUSE_PRINTF_POS_PARAMS which can be used to... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | wxVsnprintf() implementation with positional parameters... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | use new wxAPPLY_T macro instead of 3 identical __XDATE_... |
blob | commitdiff | raw | diff to current |
2006-03-17 |
Stefan Csomor | fix for sf bug 1448153: Widgets sample hangs on Japanes... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | let _T() work with macros (modified patch 1437983) |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1381895 ] remove circular include depen... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1325207 ] Fixes unicode build using... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Eliminated a VC++ 8 warning |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | fix for Unicode builds under OS X <= 10.2 |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Vadim Zeitlin | fixes for Unicode build with CodeWarrior under OS X... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Vadim Zeitlin | fixed check for Metrowerks mbstowcs(): check for __MSL__ |
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-10-07 |
Vadim Zeitlin | removed C++ comment from C file |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Michael Wetherell | Forgot to put the previous (v)snprintf commit inside... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Michael Wetherell | Handle the case when (v)snprintf have the format declar... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Vadim Zeitlin | added test for snprintf() which may not be present... |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Global platform header (<PalmOS.h>) removed from public... |
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-05-28 |
Vadim Zeitlin | fixed wxRemove() return value under Win CE |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Julian Smart | Reverted namespace patch |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1190194 ] Define some string macros... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
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-27 |
David Elliott | Declare strptime when using MSL headers on OS X. |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Vadim Zeitlin | wxGetEnv() should return wxChar *, even if it's a macro... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Vadim Zeitlin | define wxGetEnv() as macro, not inline function, for... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Vadim Zeitlin | define wxGetenv() for WinCE which doesn't have _tgetenv... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
David Elliott | Use plain extern instead of extern "C" for vsnprintf... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Dimitri Schoolwerth | fixed Cygwin compilation (can't use extern "C" in C... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Stefan Neis | Fixed C++ comments. |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Robert Roebling | Added wxFopen to the MSLU code. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Ryan Norton | wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Włodzimierz Skiba | Warning fix observed in tex2rtf. |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Włodzimierz Skiba | OW prototypes does not use ints in Unicode. |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Ryan Norton | compilo fix (blind) |
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-10-02 |
Vadim Zeitlin | Metrowerks doesn't have isascii() |
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-07-01 |
Vadim Zeitlin | fix wxTolower/upper() behaviour with signed chars ... |
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-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-13 |
Stefan Csomor | unicode support for mach-O targets in Metrowerks |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Stefan Csomor | specific workaround for XCODE native |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Stefan Csomor | on xcode native we end up with several definitions... |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Stefan Csomor | added fix for MSL under Win32 (by Steve Hartwell) |
blob | commitdiff | raw | diff to current |
2004-03-30 |
David Elliott | Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
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-21 |
Stefan Csomor | mwerks addition |
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 |
Chris Elliott | fix for non-unicode DMC builds |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Stefan Csomor | unicode targets cleanup for cw and xcode |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | Digital Mars compilation warnings and Unicode fixes... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | trying to make comments readable again after their... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | fixed wxIsctrl/wxIscntrl confusion (modified patch... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | fixed the mess (nested C/C++ comments) intorduced by... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 871762 ] Solution to losing strings... |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Ryan Norton | more ifdef C++ stuff |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Václav Slavík | fixing the regex mess that Ryan wasn't yet able to... |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-11-15 |
Julian Smart | Fixes for previous fixes |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Julian Smart | Fixes for later WinCE versions |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Vadim Zeitlin | moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Julian Smart | Added SQLTCHAR for non-Windows platforms, and added... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
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-13 |
Stefan Csomor | unicode correction for mac |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Stefan Csomor | fix for CW non unicode builds |
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 |
next |