summaryrefslogtreecommitdiff
path: root/src/mir_core/langpack.cpp
AgeCommit message (Collapse)Author
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to ↵George Hazan
be omitted if the size of first one is fixed (not to contaminate sources with the excessive code) git-svn-id: http://svn.miranda-ng.org/main/trunk@9829 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-06return to the relative langpack's file namesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-06attempt to fix #721George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9717 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-28flags must be zeroed manually nowGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-21fixed langpack authors cropKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@9548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-09fixes #647 (built-in langpack doesn't work in the presence of another langpacks)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-27rest of codepages removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-26langpacks to use only UTF8 as the internal encodingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25fix for langpack reloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25fix for displaying ansi chars in Options - LanguagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25forgotten the old paramter...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25- language packs' directory is now %miranda_path%\LanguagesGeorge Hazan
- lang pack loading code restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@8738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25langpack's description fix: the Authors field could be specified multiple timesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-24git-svn-id: http://svn.miranda-ng.org/main/trunk@8728 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-24fix for broken includesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8727 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23new setting in a mirandaboot.ini:DefaultLanguageGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23wrong copy/pasteGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23ability to select & store the langpack chosenGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8702 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24fix to allow translations with the leading [George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7867 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-24this explicit destroy() is needed for the dynamic langpack reloadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-22pre-XP headers cleanedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-13- rtrim returned back into langpack reader;George Hazan
- trailing spaces must be set using \s git-svn-id: http://svn.miranda-ng.org/main/trunk@5674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-07fix for processing backslashes in langpacksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5262 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-07manual rtrim not to touch trailing spacesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-07code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-07revert of commit 5255: this rtrim has nothing to do with spaces inside bracketsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-07Translations shoudln't be trimmed from right side (e.g. [Something: ])Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@5255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-29attempt to save memory required for the ANSI translationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11core: copyright update to year 2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-12new event, ME_LANGPACK_CHANGED, to be called after the dynamic langpack changeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06- mir_core.dll moved to the core :)George Hazan
- plugins now obtain the fake langpack id if langpack is absent git-svn-id: http://svn.miranda-ng.org/main/trunk@787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c