projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Declarations missing from VC++ 5
[wxWidgets.git]
/
src
/
common
/
intl.cpp
2006-08-13
Vadim Zeitlin
wxPlatformInfo (patch 1532064)
blob
|
commitdiff
|
raw
2006-07-28
Vadim Zeitlin
removed wxLANGUAGE_SERBIAN, we must explicitly use...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
Włodzimierz Skiba
Include wx/hashmap.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-24
Włodzimierz Skiba
wx/debug.h is always unconditionally included by wx...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Włodzimierz Skiba
Include wx/dynarray.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-11
Vadim Zeitlin
if we don't convert message catalog strings to the...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-11
Vadim Zeitlin
some code simplifications, no real changes
blob
|
commitdiff
|
raw
|
diff to current
2006-03-25
Vadim Zeitlin
look for catalogs with LC_MESSAGES subdirectory and...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-25
Vadim Zeitlin
simplified message catalog search code using the new...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-16
Julian Smart
wxMotif/ANSI can't cope with UTF-8
blob
|
commitdiff
|
raw
|
diff to current
2006-02-24
Vadim Zeitlin
we need to pass szLocale allocated by strdup() and...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Julian Smart
Reverted semicolons patch
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Julian Smart
Applied patch [ 1399013 ] More removals of extraneous...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-16
Włodzimierz Skiba
Warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-17
Michael Wetherell
Warning fixes for win64
blob
|
commitdiff
|
raw
|
diff to current
2005-10-08
Vadim Zeitlin
try setting locale n wxLocale::Init(lang) to xx_YY...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-03
Włodzimierz Skiba
Source cleaning. wxMotif/OS2 adjustements.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Vadim Zeitlin
fix for a crash due to using NULL inputConv in Unicode...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
fixed a signed/unsigned comparison warning introudced...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
remove extraneous semicolons (patch 1299687)
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
workaround for buggy setlocale() under AIX (without...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
condensed 2 very similar trace messages into one
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
GetSystemEncodingName() cleanup: we don't need to check...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
look in codeset-specific directory for locale files...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
don't create conversion objects unless we really need...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Vadim Zeitlin
avoid unnecessary conversions when loading the catalog...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-12
Michael Wetherell
Translate '&Help' to '&' for italian Windows only
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Dimitri Schoolwerth
added Thai/CP874 support for MSW
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Włodzimierz Skiba
Second part of '[ 1216148 ] cleanup: unused variables...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Vadim Zeitlin
removed extra dot from msg catalog names (fix for the...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Vadim Zeitlin
use wxFileName to change catalog extension instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-26
David Elliott
Use wxFontMapperBase::Get instead of wxFontMapper:...
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-04
Stefan Csomor
using lang param, to have a CFLanguage be consistent...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-03
Vadim Zeitlin
fix to the last fix (see comments in patch 1093811)
blob
|
commitdiff
|
raw
|
diff to current
2005-01-02
Vadim Zeitlin
fixed crash when setting locale failed (replaces patch...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Stefan Csomor
corrected setting the locale of the c-lib for mac
blob
|
commitdiff
|
raw
|
diff to current
2004-11-18
Stefan Csomor
avoid locale that always returns US-ASCII on wxMac
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Włodzimierz Skiba
Warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-12
Ron Lee
Cruft cleanup from MJW, strip the tabs out of sound.cpp
blob
|
commitdiff
|
raw
|
diff to current
2004-11-10
Vadim Zeitlin
new set of fixes for problems due to huge files support...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-10
Ron Lee
This size/offset stuff is a mess, but leaving this...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-16
Vadim Zeitlin
use size_t for the total size of data instead of wxFile...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-15
Vadim Zeitlin
use wxFileSize_t instead of wxFileOffset or off_t
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-29
Vadim Zeitlin
signed/unsigned comparison warning fix
blob
|
commitdiff
|
raw
|
diff to current
2004-09-28
Vadim Zeitlin
wxFile::Length() return type fix (replaces last check in)
blob
|
commitdiff
|
raw
|
diff to current
2004-09-27
Vadim Zeitlin
warning fix after huge file patch
blob
|
commitdiff
|
raw
|
diff to current
2004-09-25
Ryan Norton
warning fix
blob
|
commitdiff
|
raw
|
diff to current
2004-09-16
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxDefaultCoord...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
compilation fix for a patch which didn't compile...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
added GetHeaderValue() (patch 974427)
blob
|
commitdiff
|
raw
|
diff to current
2004-07-12
Vadim Zeitlin
replace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-29
Vadim Zeitlin
recognize roman8 charset as us-ascii (this is wrong...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-23
Václav Slavík
allow msgids in !=English languages (based on Stefan...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-22
Vadim Zeitlin
don't suppose that string literals can be casted to...
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-08
Václav Slavík
corrected wxLANGUAGE_CHINESE to use same default as...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-17
Vadim Zeitlin
initialize m_initialized to false to avoid spurious...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-28
Stefan Neis
Compilation fix for OS/2 specific "Innotek gcc" port.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-26
Václav Slavík
fixed invalid memory read
blob
|
commitdiff
|
raw
|
diff to current
2004-02-10
Stefan Neis
Unicode fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Julian Smart
Fixed Unicode breakage
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Stefan Neis
Applied and extended patch 886524 (wxGridCellFloatEdito...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Stefan Csomor
adding textencoding for classic
blob
|
commitdiff
|
raw
|
diff to current
2004-02-02
Václav Slavík
fool proof fix for gcc warnings on mac
blob
|
commitdiff
|
raw
|
diff to current
2004-02-01
Václav Slavík
use at most -O1 with BCC, it is broken and cannot corre...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-30
Václav Slavík
(blind) fix for gcc warning on some platforms
blob
|
commitdiff
|
raw
|
diff to current
2004-01-30
Václav Slavík
reverted rev 1.113
blob
|
commitdiff
|
raw
|
diff to current
2004-01-22
Stefan Csomor
systen encoding for mac
blob
|
commitdiff
|
raw
|
diff to current
2004-01-21
Václav Slavík
fixed typo
blob
|
commitdiff
|
raw
|
diff to current
2004-01-20
Stefan Csomor
gcc warnings
blob
|
commitdiff
|
raw
|
diff to current
2003-12-13
Václav Slavík
don't return error if we can't load English catalog...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-09
Václav Slavík
use tl_PH locale instead of tl
blob
|
commitdiff
|
raw
|
diff to current
2003-11-26
Václav Slavík
set m_language even when wxstd.mo wasn't loaded
blob
|
commitdiff
|
raw
|
diff to current
2003-11-26
Václav Slavík
assert if wxLocale::Init called twice
blob
|
commitdiff
|
raw
|
diff to current
2003-10-24
Václav Slavík
fixed crash if szLocale==NULL
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-12
Vadim Zeitlin
VC++ release mode warning fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-10-04
Václav Slavík
added gettext plural forms support (patch #785660 with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-24
Stefan Neis
Fixed compile error (seen on OS/2).
blob
|
commitdiff
|
raw
|
diff to current
2003-08-23
Václav Slavík
get rid of warning
blob
|
commitdiff
|
raw
|
diff to current
2003-08-19
Václav Slavík
wxStrdup(NULL) doesn't work
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-25
Václav Slavík
better attempts to try .utf-8 suffix
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Julian Smart
More WinCE mods.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
added some checks for .mo integrity (part of patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-07
Václav Slavík
applied modified UTF-8 locales patch (766893)
blob
|
commitdiff
|
raw
|
diff to current
2003-06-13
Václav Slavík
added wxLocale::GetLanguageName
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
fix for a crash in ~wxLocale and incorrect GetLanguage...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-30
Václav Slavík
fixed Norwegian Bokmal code to conform to new ISO 639-2
blob
|
commitdiff
|
raw
|
diff to current
2003-04-11
Václav Slavík
don't report setlocale failure if trying to set Unicode...
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-02-19
Václav Slavík
fixed Traditional Chinese mapping
blob
|
commitdiff
|
raw
|
diff to current
next