Commit Graph

1768 Commits

Author SHA1 Message Date
Pairi Daiza
9223ffd09e Correction of layout of the dialog box "Command Line Help..." 2018-08-22 16:53:48 +02:00
Pairi Daiza
523fc0d35f Initial translation of "strings_nl_nl from en-US to nl-NL 2018-08-22 16:50:58 +02:00
Rainer Kottenhoff
bd197525f8
Merge pull request #621 from RaiKoHoff/Dev_0820
UTF-8 and Unicode detection
2018-08-22 15:01:32 +02:00
Rainer Kottenhoff
e0a5713605 + fix: UTF-8 detection based on CED 2018-08-22 14:07:10 +02:00
Rainer Kottenhoff
429e455fb4 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_0820 2018-08-22 12:33:05 +02:00
Derick Payne
c5427b42d6
Merge pull request #620 from maboroshin/master
fix:typo translate : EN>JP
2018-08-22 09:35:47 +02:00
maboroshin
4d9d17fa29 fix:typo translate : EN>JP 2018-08-22 12:51:20 +09:00
Derick Payne
37b45bebf6
Merge pull request #617 from maboroshin/master
translate EN>JP fix,CompleteAll
2018-08-21 21:19:07 +02:00
maboroshin
0b2a4a05e8 translate EN>JP fix,CompleteAll 2018-08-22 00:01:03 +09:00
Rainer Kottenhoff
4582aa487d + fix: renewed UTF-8 and Unicode detection
+ rev: reverting some new encodings (needs handling for not installed codepages)
2018-08-21 16:22:30 +02:00
Rainer Kottenhoff
26e32752c2 + chg: hardening Unicode detection capabilities 2018-08-21 03:33:17 +02:00
Rainer Kottenhoff
01e33c2fad Merge branch 'Dev_Cur' into Dev_0820 2018-08-20 20:23:58 +02:00
Rainer Kottenhoff
82a1f28d50 + fix: keep HighDPI toolbar as long as sensible (<144 DPI) before scaling (resulting in blurry effects) 2018-08-20 20:23:10 +02:00
Rainer Kottenhoff
658138c96f
Merge pull request #616 from RaiKoHoff/Dev_Cur
Fixed DPI Awareness (and minor bugfixes9
2018-08-20 16:08:21 +02:00
Rainer Kottenhoff
a330f57dd0 + fix: code cleanup 2018-08-20 15:58:26 +02:00
Rainer Kottenhoff
8549107895 + add/chg: encoding names 2018-08-20 15:36:32 +02:00
Rainer Kottenhoff
992811672e + fix: dialog font selection for new font choosing dialog 2018-08-20 12:20:49 +02:00
Rainer Kottenhoff
e24b7807c0 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Cur 2018-08-20 11:08:41 +02:00
Rainer Kottenhoff
b5e1c6c578 + fix: DPI Awareness: Font Size correction by DeviceCaps Y-scale 2018-08-20 11:08:10 +02:00
Pairi Daiza
005e9fb606
Merge pull request #615 from lhmouse/master
language/np3_zh_cn/dialogs_zh_cn.rc: Update translation of font chooser.
2018-08-20 09:42:23 +02:00
Liu Hao
b7a8923a5b language/np3_zh_cn/dialogs_zh_cn.rc: Update translation of font chooser.
language/np3_zh_cn/menu_zh_cn.rc: Update translation of rendering technologies.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-08-20 14:10:35 +08:00
Rainer Kottenhoff
3dcd217685 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Cur 2018-08-20 00:37:02 +02:00
Rainer Kottenhoff
eaab629a35
Merge pull request #610 from RaiKoHoff/master
Small Bugfixes
2018-08-20 00:36:27 +02:00
Rainer Kottenhoff
cdd90da529 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_JP 2018-08-20 00:35:23 +02:00
Pairi Daiza
6e6dd54126
Merge pull request #613 from hpwamr/MUI_Lnggs
Translation fr_fr of the "Fractional Fonts size dialog"
2018-08-20 00:34:53 +02:00
Pairi Daiza
e6a7c0e38a Translation fr_fr of the "Fractional Fonts size dialog"
- correction typo in "menu_en_gb"
- minor translation in "string_nl_nl"
2018-08-20 00:26:14 +02:00
Pairi Daiza
6b0e7aa107
Merge pull request #612 from hpwamr/MUI_Lnggs
Minor corrections in languages files
2018-08-19 18:11:32 +02:00
Pairi Daiza
6aa367d4f1 Add missing "IDD_MUI_ALIGN, DIALOG" in file 2018-08-19 18:00:50 +02:00
Pairi Daiza
f233219812 Adjust the file to have the same layout as other languages 2018-08-19 17:58:59 +02:00
Rainer Kottenhoff
a7249c978a Merge branch 'Dev_ChooseFont' into Dev_JP 2018-08-18 18:18:27 +02:00
Rainer Kottenhoff
79592d6aed
Merge pull request #609 from maboroshin/master
translation ja-jp
2018-08-18 18:17:24 +02:00
maboroshin
2d6f39f83b translate np3's fix : EN>JP (Incomplete: little lexer only) 2018-08-19 00:02:50 +09:00
maboroshin
26b0fc7a52 translate np3's syntax err fix : EN>JP (Incomplete: little lexer only) 2018-08-18 23:54:41 +09:00
maboroshin
129bed2131 translate mp's .rc (complete): EN > JP (fix) 2018-08-18 23:50:40 +09:00
Rainer Kottenhoff
ad401250c2 + add: some encodings
+ fix: HDROP target check moved to top
2018-08-18 13:22:17 +02:00
Rainer Kottenhoff
0ee77e7d2f + chg: Change application entry point from WinMain to wWinMain. (See MSDN article "WinMain: The Application Entry Point" at https://msdn.microsoft.com/en-us/library/windows/desktop/ff381406.) 2018-08-17 19:58:32 +02:00
Rainer Kottenhoff
63b09def6a + enh: optimized UTF-8 enoding detection 2018-08-17 19:38:55 +02:00
Rainer Kottenhoff
48e8e2f3e9 + enh: optimized EOL-Mode detection (taken from zufuliu's NP2 commit 2d76e73) 2018-08-17 15:50:58 +02:00
maboroshin
0f01177e76 Ja-JP fixed conflict :and translate 2018-08-17 13:26:38 +09:00
Rainer Kottenhoff
854c413498
Merge pull request #607 from RaiKoHoff/Dev_ChooseFont
Encoding detection enhancements and minor bug-fixes
2018-08-16 11:11:20 +02:00
Rainer Kottenhoff
6c4d844e2f + chg: On FileRevert : if original encoding has been changed, revert file while ignoring cmd-line encoding define or file history stored encoding 2018-08-16 10:50:45 +02:00
Rainer Kottenhoff
7e97943fb8 + chg: use reliability of encoding analysis for best guess 2018-08-16 03:56:30 +02:00
Rainer Kottenhoff
dec67e0b50 + chg: revert "Save Settings" before opening new instance. 2018-08-16 03:51:03 +02:00
Rainer Kottenhoff
7cf91131ab + fix: revert changes for "STDMETHODIMP ScintillaWin::GetData(FORMATETC *pFEIn, STGMEDIUM *pSTM) "
+ add: new compiler version (VS 2017) recognition
+ chg: Save Settings on Exit behavior
+ fix: another bug in Encoding detection
2018-08-16 03:45:25 +02:00
Rainer Kottenhoff
b3ea61ea6c Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_ChooseFont 2018-08-15 23:25:53 +02:00
Rainer Kottenhoff
5775343aad + fix: center new DW Font-Dialog
+ rfc: some dialog refactorings
2018-08-15 00:07:57 +02:00
Rainer Kottenhoff
46e5158cc3
Merge pull request #605 from RaiKoHoff/Dev_ChooseFont
Fraction size aware ChooseFont-Dialog (if DirectWrite Tech. enabled)
2018-08-14 19:53:13 +02:00
Rainer Kottenhoff
b52886252d + fix: selecting default language, if no preferred language configured by user 2018-08-14 19:20:16 +02:00
Rainer Kottenhoff
0be613354d + fix: solve merge conflicts
+ fix: "Save Settings on Exit" behavior
+ fix: "2ND Default Text" selection dialog
2018-08-14 18:50:39 +02:00
Rainer Kottenhoff
ce3cb6a588 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_ChooseFont
# Conflicts:
#	language/np3_af_za/strings_af_za.rc
#	language/np3_es_es/strings_es_es.rc
2018-08-14 18:23:00 +02:00