Commit Graph

2896 Commits

Author SHA1 Message Date
Pairi Daiza
bd7b320e8a
+ Upd: Version files and Changes.txt 2021-05-07 16:14:12 +02:00
Rainer Kottenhoff
bb94d9b21c + enh: Base64 Decoding: select source code-page for decoding
+ chg: Base64: default Encoding/Decoding based on current code-page
2021-05-07 11:42:51 +02:00
Pairi Daiza
8d1b2d6147
+ Upd: Version files and Changes.txt 2021-05-06 18:23:46 +02:00
Rainer Kottenhoff
8ea1dd92ce + add: Base64 Encoding/Decoding 2021-05-06 17:22:56 +02:00
Rainer Kottenhoff
6d4a03833c +cln: remove "fontsValid" extension (closer to default scintilla code base) 2021-05-06 12:56:45 +02:00
Pairi Daiza
a55079a532
+ Upd: Version files and Changes.txt 2021-04-29 10:17:13 +02:00
Rainer Kottenhoff
f6c3a5b0a5 +fix: handling of "File Vars" vs. "Encoding Tags" 2021-04-29 02:36:19 +02:00
Pairi Daiza
2707058a02
+ Upd: Version files and Changes.txt 2021-04-28 15:50:16 +02:00
Rainer Kottenhoff
58b507d3bd + add: custom ChooseColor resource definition 2021-04-28 12:11:41 +02:00
Pairi Daiza
cd0d3875dc
+ Upd: Version files and Changes.txt 2021-04-27 21:57:31 +02:00
Rainer Kottenhoff
c29737c681 + enh: Color selection dialog: NP3 icon, positioning and dark-mode
+ chg: adjust standard colors for URL Hyperlink (better standard dark-mode visual)
+ fix: minor fixes around font redrawing
2021-04-27 19:42:36 +02:00
Rainer Kottenhoff
e6479e9ac1 + prp: prepare Application Manifest for to grant identity for non-package desktop apps 2021-04-26 19:11:12 +02:00
Pairi Daiza
f0ac484c3a
+ Upd: Version files and Changes.txt 2021-04-25 18:23:17 +02:00
Rainer Kottenhoff
d531362881
Merge pull request #3384 from RaiKoHoff/Dev_RC1
Add file/dir exists/not-found to hyperlink tooltip (if file-url)
2021-04-25 13:10:56 +02:00
Rainer Kottenhoff
b34598fb5f + add: file/dir exists/not-found to hyperlink tooltip (if file-url)
+ chg: new default for hyperlink tooltip is OFF
+ chg: immediate indicator hover response (colordef-hotspot, hyperlink-tooltip, hex-code-tooltip)
2021-04-25 12:40:55 +02:00
Pairi Daiza
b0d9f6f4dc
+ Upd: Version files and Changes.txt 2021-04-23 17:12:45 +02:00
Rainer Kottenhoff
e24aae06d3 + fix: add thread COM initializations 2021-04-23 13:04:19 +02:00
Rainer Kottenhoff
63657fa440 + rfc: IconThread code refactoring 2021-04-23 12:30:38 +02:00
Rainer Kottenhoff
b44945ec74 + fix: DWRITE font allocation needs to font.family, not font.face name (Scintilla fix) 2021-04-22 20:49:10 +02:00
Rainer Kottenhoff
71d7604bc0 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_RC1 2021-04-22 17:31:39 +02:00
Rainer Kottenhoff
66081417bb + fix: minor corrections for customized font selection dialog (dark-mode and dpi-awareness) 2021-04-22 16:25:58 +02:00
Pairi Daiza
335498a859
+ Upd: Version files and Changes.txt 2021-04-22 16:01:55 +02:00
Rainer Kottenhoff
2865d56eac + add: support Scintilla's new feature: indicator stroke width
+ rfc: style string handling
+ cln: code cleanup for Font and Style Selection
2021-04-22 14:07:29 +02:00
Rainer Kottenhoff
b1e48139b8 + cln: code cleanup for Font and Style Selection 2021-04-21 21:51:09 +02:00
Pairi Daiza
03ad5aed59
+ Upd: Version files and Changes.txt 2021-04-21 10:14:02 +02:00
Rainer Kottenhoff
ba48fa5a0f
Merge pull request #3367 from RaiKoHoff/Dev_RC1
Fix rendering of "Relaunch Elevated" menu icon
2021-04-21 09:38:10 +02:00
Rainer Kottenhoff
2a2d948103 + fix: correcting regression for icon scaling 2021-04-21 08:53:36 +02:00
Rainer Kottenhoff
b50e1fcbfc + fix: rendering of "Relaunch Elevated" menu icon 2021-04-21 08:49:34 +02:00
Rainer Kottenhoff
70dca8d65f
Merge pull request #3366 from RaiKoHoff/Dev_RC1
Fix regression on schema color definition
2021-04-21 08:48:39 +02:00
Rainer Kottenhoff
4288193460 +fix: regression on schema color definition 2021-04-21 08:27:19 +02:00
Pairi Daiza
9154870b2b
Merge pull request #3362 from hpwamr/mui
+ Upd: Version files and Changes.txt
2021-04-21 00:47:05 +02:00
Rainer Kottenhoff
f701439af6 + chg: new: prefer Cascadia Code font over Consolas for default if installed (ligatures)
+ fix: another bug retrieving Font SIze for Common Default vs. Lexer Specific
2021-04-20 23:14:20 +02:00
Pairi Daiza
24717b620c
+ Upd: Version files and Changes.txt 2021-04-20 23:05:28 +02:00
Rainer Kottenhoff
843cb8703a + fix: bug retrieving Font SIze for Common Default vs. Lexer Specific 2021-04-20 22:02:16 +02:00
Rainer Kottenhoff
64ae440fa3 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_RC1 2021-04-20 21:52:07 +02:00
Rainer Kottenhoff
da00a2abc0 + chg: Custom Font Selection Dialog
+ fix: Font Name handling retrieved from Commo-Default vs. Lexer-Specific
2021-04-20 21:31:07 +02:00
Pairi Daiza
7e5b393bd8
+ Upd: Version files and Changes.txt 2021-04-20 18:02:04 +02:00
Pairi Daiza
285a9d1eae
Merge pull request #3355 from RaiKoHoff/Dev_RC1
Copy multi-selection to clipboard:  separate each match by line-break
2021-04-20 10:38:47 +02:00
Rainer Kottenhoff
46a798deec + fix: copy multi-selection to clipboard: separate each match by line-break 2021-04-20 10:14:37 +02:00
Rainer Kottenhoff
a5dd9070c7 + add: more intermediate font weight constants added
+ del: remove useless font stretch handling
2021-04-20 09:39:14 +02:00
Pairi Daiza
d289bcdd5b
+ Upd: Version files and Changes.txt 2021-04-19 23:14:53 +02:00
Pairi Daiza
cfc1fbfea3
Merge pull request #3351 from RaiKoHoff/Dev_RC1
Add font weights retina(450), semi-light(350) and extra-black(950)
2021-04-19 22:58:08 +02:00
Rainer Kottenhoff
eb633d8c45 +add: add font weights retina(450), semi-light(350) and extra-black(950) 2021-04-19 21:21:18 +02:00
Pairi Daiza
09c1e0e48f
+ Upd: Version files and Changes.txt 2021-04-19 18:18:40 +02:00
Rainer Kottenhoff
331d68aac9 + chg: removing the font-style string for font selection (based only on size and weight) as recommended to remove dependency on UI language 2021-04-19 14:42:22 +02:00
Rainer Kottenhoff
93ff330060 + add: Line Comment Add/Remove commands, additonal to existing Toggle
+ chg: Line Comment BockEdit shortcut changed (Ctl+Alt+Q  =>  Alt+Shift+Q)
+ chg: Line Comment has separate popup menu (Edit -> Selection)
2021-04-19 12:59:42 +02:00
Pairi Daiza
3be49ff343
+ Upd: Version files and Changes.txt 2021-04-19 10:48:58 +02:00
Rainer Kottenhoff
8cef1b12c7 + fix: apply provided Scintilla patch (94e7fffd26/) to fix issue #3337. 2021-04-19 09:39:44 +02:00
Rainer Kottenhoff
db016edcff + fix: stream comment for .AU3 files
+ rfc: move some Lexer related functions to other module
2021-04-18 17:37:56 +02:00
Pairi Daiza
2b33ffe303
MUI - Translation of NP3 resource files in Greek (el-GR) (Partial_3) 2021-04-17 09:59:41 +02:00