66 Commits

Author SHA1 Message Date
aa7a8fa484 Re-add UTF-8 BOM markers where required
C files containing non-ASCII characters in strings require UTF-8 BOM for
the MSVC to encode them correctly to the UTF-16 string. (Or switch the
computer we are building on to use UTF-8 for non-Unicode programs.)

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-03-15 00:13:28 +01:00
0800f813ff Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-10 14:10:29 +01:00
495b490dc2 Remove UTF-8 BOM
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-12-04 10:07:00 +01:00
64e3735b12 Make character selection dialog non-modal
This allows direct focusing in (de)compose text control even when the
character selection dialog is open.

Signed-off-by: Simon Rozman <simon@rozman.si>
2019-04-01 14:49:56 +02:00
5e751eb23e Make (de)composition a separate translation set 2018-09-18 11:23:30 +02:00
640421be60 Make list of settings pages wider 2018-09-13 13:10:39 +02:00
16dc9aff96 Add high DPI support 2018-09-10 12:38:40 +02:00
18f36e7fde Add missing translation sequence dialog name 2018-09-10 10:02:27 +02:00
5d0ea994d7 Update wxFormBuilder 2018-09-10 09:45:36 +02:00
44f00f0c40 Update to new wxFormBuilder 2017-12-18 12:02:26 +01:00
48945e15d6 Increase transliteration selector width 2017-12-18 11:15:15 +01:00
e19a98a249 Translation management extended and moved from settings dialog to Translate toolbar 2017-06-01 20:02:43 +02:00
2f6c789fdf Support for multiple transformations 2017-04-03 12:36:14 +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
d6075327ef Copy (de)composed and return feature introduced 2017-01-13 13:56:51 +01:00
6253f2c267 About dialog text updated 2016-10-18 10:10:49 +02:00
0ed0cf8c49 Support for searchable character tags added 2016-10-13 11:13:46 +02:00
8a3a539d5b Texts and translations update 2016-10-05 14:00:42 +02:00
bb2e5e256b Stock "About" menu text replaced with custom one (the stock was missing ellipsis) 2016-10-05 13:39:33 +02:00
6828887308 Program title in About dialog box now limited in width to prevent excess dimensions when font is not installed 2016-10-05 13:33:22 +02:00
174f117770 "00 ZRCola" font renamed to "ZRCola" 2016-07-14 10:25:54 +02:00
0e9c6ab66e Support for more or less frequent characters in catalog added 2016-06-14 12:12:17 +02:00
fbd60a53dc Categories are collapsible in Character Search dialog now 2016-06-13 13:25:05 +02:00
ff0354474e Character Selector >> Find Character 2016-06-02 20:54:52 +02:00
33f0cbea0d About dialog text change 2016-06-02 20:41:18 +02:00
c39aa9f97e Manual check for updates modified to use foreground thread: works always, but blocks UI while downloading 2016-06-02 20:33:49 +02:00
cb17f06927 ZRCola keyboard shortcuts PDF and link to Instructions website added 2016-06-01 19:16:25 +02:00
22be76bec5 New character request is now dialog based
(closes #13)
2016-05-31 14:54:15 +02:00
2dc6b2d4f5 ZRCola declaration instruction added 2016-05-31 10:39:10 +02:00
c938320c45 Character selector dialog upgrade: tool tips and keyboard shortcut display added 2016-05-31 08:32:32 +02:00
beabeb17aa Character preview grid control allows Tab traversal now 2016-05-30 11:55:22 +02:00
155f12f44e Backward/forward navigation in Character Selector introduced 2016-05-30 09:43:28 +02:00
d46a1d4041 Select All/None/Invert feature added to categories in Character Selector 2016-05-26 17:16:51 +02:00
6733ef3cfc wxAuiManager persistence changed to resolve asserts in Win32 builds 2016-05-25 00:07:34 +02:00
44c86e2886 Manual check for updates added
(closes #22)
2016-05-24 16:53:26 +02:00
91c44c388f About dialog extended 2016-05-24 08:43:03 +02:00
3f02306182 Font of character preview in character selector reduced for less clipping 2016-05-23 10:50:43 +02:00
e4fb91e305 Settings moved from menu(s) to configuration dialog
(closes #21)
2016-05-13 16:22:51 +02:00
a81dd7e250 Character request feature added
(closes #13)
2016-05-13 13:36:25 +02:00
a4fe4b6a26 Current character category display added to character selector 2016-05-13 13:24:18 +02:00
155fb03c5a Character search moved to separate thread for smoother experience 2016-05-13 12:11:38 +02:00
9c3c1585d5 Character Select finished
(closes #11)
2016-05-13 03:44:28 +02:00
44f2ef1ae1 Work on character selector continues 2016-05-11 14:39:57 +02:00
0d30a89d22 Character selector merged back to continue work
# Conflicts:
#	ZRCola/ZRCola.fbp
#	ZRCola/ZRCola.vcxproj
#	ZRCola/ZRCola.vcxproj.filters
#	ZRCola/locale/sl_SI.po
#	ZRCola/zrcolafrm.cpp
#	ZRCola/zrcolafrm.h
#	ZRCola/zrcolagui.cpp
#	ZRCola/zrcolagui.h
2016-05-11 09:00:59 +02:00
23ba447283 ZRCola now minimizes to system tray.
(closes #20)
2016-05-10 13:10:37 +02:00
a27f7f470d (De)Composition moved to idle processing & other optimizations
(fixes #19)
2016-05-10 09:41:35 +02:00
f9ef646f22 On-screen character catalog added 2016-05-05 15:37:44 +02:00
1a6dc8b723 AUI initial organization fixed 2016-05-05 08:15:54 +02:00
306be13fca GUI switched to wxAui 2016-05-03 13:29:24 +02:00
15365aff46 Input language detection added
(closes #2)
2016-04-29 12:54:39 +02:00