41 Commits

Author SHA1 Message Date
47d3884af3 Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:38:32 +01:00
0d112cd90b Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:48:49 +01:00
1a8884fcab Unify Windows.h inclusion
Windows.h must be included first and must be included with care
regarding WinSock.h and WinSock2.h affair.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-15 11:54:32 +01:00
f3bb513545 Cleanup
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-30 12:03:29 +02:00
12c2889ea3 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:36:00 +01:00
c7e29b1862 Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:59:54 +01:00
ebdbb84a29 Enable recommended code analysis and address warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-13 13:18:11 +01:00
b3702ed237 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:38:57 +01:00
893dbf5783 Update year to 2019
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-04-01 14:50:04 +02:00
ddae64ca6d Extend copyright year 2018-09-07 23:57:59 +02:00
bc48240e0a Upgrade to Visual Studio 2017 and wxWidgets 3.1.2 static 2018-09-07 23:41:58 +02:00
3831012af9 Distinguish variables with same names
...to resolve C4457 warnings.
2018-09-07 19:32:54 +02:00
b7bef14746 Copyright extended to 2017 2017-04-18 14:05:45 +02:00
155642a3f9 "Composition" and "Decomposition" renamed to more general terms "Translation" and "Inverse translation" to extend its use for transliteration 2017-03-27 14:10:43 +02:00
806aa550a5 Characters are represented as UTF-16 sequences instead of a single UTF-16 character 2017-03-21 09:09:07 +01:00
a224454b3c ZRCola::translation::CompareString() >> ZRCola::CompareString() 2017-03-14 13:23:20 +01:00
affe7b06a2 Code clean-up 2016-10-13 09:01:23 +02:00
dddc2d5794 chrcatid_t_blank and langid_t_blank are static members of their respective structures now 2016-10-06 23:17:24 +02:00
ba8254c097 Auto C++ typing introduced where appropriate 2016-10-06 11:52:17 +02:00
3c2e689ae2 Index-out-of-bounds issue fixed 2016-05-24 12:18:49 +02:00
710937f8df Language ID type redeclaration for easier and safer work 2016-05-13 10:16:29 +02:00
4ec7dc3ca5 Search optimizations 2016-05-13 09:32:36 +02:00
9c3c1585d5 Character Select finished
(closes #11)
2016-05-13 03:44:28 +02:00
e3c6a01722 ZRCola::index::compare_sort() reverts to compare() by default now 2016-05-11 12:40:14 +02:00
4a27d62b4e ZRCola::LangConvert() function added 2016-04-29 12:35:59 +02:00
a021dd31f7 ZRCola::mapping is generic now 2016-04-20 12:24:23 +02:00
7e6eaefd42 Doxygen annotation update 2016-04-11 13:52:57 +02:00
f735bd5bee Decomposition can omit language specific characters now 2016-04-11 13:28:19 +02:00
b7f3305019 ZRCola::langid_t moved to common.h 2016-04-11 12:51:49 +02:00
e13133d0e4 Indexes redesigned to return data reference directly for cleaner code 2016-03-08 14:09:23 +01:00
4d72a5bc4c Support for separate search-sort comparison added 2016-03-08 14:02:28 +01:00
0ec73e44ca Index search method added 2016-03-03 16:06:59 +01:00
48e0fc9639 Index reorganization 2016-03-03 14:48:27 +01:00
3e6c535f42 Index comparison logic is part of indexes now 2016-03-03 13:42:37 +01:00
c44b449a36 Translation block ID changed 2016-03-02 10:19:24 +01:00
6bb0cd7b89 (De)composition is not static any more 2016-03-01 15:36:21 +01:00
cf49ef6fb7 <iostream> support for translation database added 2016-03-01 14:03:38 +01:00
215e03a705 Migration to dynamic translation tables continues... 2016-02-29 17:05:35 +01:00
5283aee91c Aesthetic modifications 2016-02-09 11:39:10 +01:00
03b855fbbb Composition and decomposition text controls are multiline now + they synchronize text selection. 2016-02-09 11:11:26 +01:00
f20738d76c Initial version of libZRCola added 2016-02-08 14:54:09 +01:00