ozone10
318a566ae7
Apply explorer style on treeview
...
Enable hottracking for explorer style.
Allow dynamic change based on treeview background.
Fix #10061 , close #10304
2021-08-01 16:05:26 +02:00
Hugo Carvalho
8417d3fb40
Update portuguese.xml
...
Close #10306
2021-08-01 14:19:33 +02:00
kubalav
ab02e3f9de
Update Slovak translation
...
Close #10305
2021-08-01 14:16:11 +02:00
yasmise
1e26722249
update japanese.xml
...
Follow this commit:
* Make the translation more accurate (53f1e6bff8
)
Close #10182
2021-08-01 02:10:08 +02:00
Edditoria
3eb71d87b1
Update localization: Hong Kong Cantonese
...
As at commit 7c82c52
of this repo.
Close #10292
2021-07-31 23:16:03 +02:00
~GOLEM~
4eef48b32b
Update russian.xml
...
Close #10268
2021-07-31 17:40:38 +02:00
Patriccollu
17290fadbc
Update Corsican translation for Notepad++ 8.1.3
...
Close #10293
2021-07-31 17:37:17 +02:00
Don Ho
b8f23a107b
Update French & Taiwanese Mandarin localization
2021-07-31 17:32:12 +02:00
Don Ho
87bda092cb
Fix a compiling error in MinGW
2021-07-31 14:28:08 +02:00
Don Ho
53576f5b18
Change logo in About dialog and make it dark-modable
2021-07-30 23:53:53 +02:00
Don Ho
19f40fdeae
Fix 2 panels' toolbar icons display issue under high DPI
...
Improve Function list & Folder as Workspace toolbar icons display under high DPI.
2021-07-30 15:59:27 +02:00
Don Ho
2bb40b1ab5
Fix Plugin Admin display issue under high DPI
2021-07-29 20:01:00 +02:00
Don Ho
1dad7c7e7f
Increase macro, user command and plugin command number capacity
...
Macros: 200 -> 499
User cmds: 200 -> 499
Plugin cmds: 500 -> 999
Fix #10263
2021-07-29 18:02:29 +02:00
mere-human
52c73f92dc
Remove "Unicode" from build configuration names
...
Rename "Unicode Debug" => "Debug", "Unicode Release" => "Release"
since there is no non-Unicode version.
Also, fix the name in other configs for Git, AppVeyor and in the docs.
Fix #10114 , close #10278
2021-07-29 15:14:55 +02:00
ozone10
fcea83ba98
Apply dark mode on plugins admin
...
Fix #10287 , close #10288
2021-07-29 03:39:08 +02:00
ozone10
bf6cb36d48
Apply dark mode on document switcher
...
Fix #10285 , close #10286
2021-07-29 03:22:24 +02:00
Don Ho
7c9f4204ea
Refactoring: Improve the code organization for color picker displaying
2021-07-29 03:13:22 +02:00
Don Ho
6894e96ad7
Fix UDL dialog color picker display issue under high DPI
2021-07-29 01:48:33 +02:00
ozone10
1b6cd7c3ff
Apply dark mode on UDL, styler dlg
...
Fix #10283 , close #10284
2021-07-28 23:26:28 +02:00
ozone10
1ac1b11831
Apply dark mode on shortcut dialog
...
Fix #10275 , close #10276
2021-07-28 18:01:04 +02:00
ozone10
14da158cad
Apply dark mode on run a macro multiple times dlg
...
Fix #10273 , close #10274
2021-07-28 17:46:17 +02:00
ozone10
31c72b7388
Apply dark mode on color popup
...
Fix use of dark mode edge color in light mode for color picker button.
Properly redraw disabled color picker button.
Fix #10269 , close #10270
2021-07-28 17:29:30 +02:00
ozone10
1214319839
Don't reset style & icons, when changing dark tone
...
Improve title bar dynamic redraw when changing mode.
Fix #10049 , fix #10196 , close #10272
2021-07-28 17:03:47 +02:00
Don Ho
5edc7500e9
Update some dark/light icons for panels
...
1. Add panels' toolbar icons in both dark/light mode for Folder as Workspace panel and function list panel.
2. Add panels' dark/light mode (Fluent UI style) icons for the tab interface.
3. Update doclist icons.
4. Remove not used icon.
Note that these icons cannot be changed dynamically yet while switching between light mode & dark mode.
Fix #10066
2021-07-28 03:17:56 +02:00
Don Ho
a8a802df2c
Fix doc list file ext. column display under high DPI
2021-07-27 17:35:57 +02:00
Don Ho
eebc9d146f
Tune up the logo size
2021-07-27 02:27:12 +02:00
Don Ho
5721b10da5
Improve About dialog display under high DPI mode
2021-07-27 02:10:57 +02:00
ozone10
baae30102c
Apply dark mode on preferences dialog
...
1. Apply dark mode on preferences, about, debug and save all dialogs.
2. Make link text aware of dark mode.
Fix #10264 , close #10265
2021-07-27 01:49:10 +02:00
Don Ho
934c988874
Make Shortcut mapper display correctly under high DPI
2021-07-26 23:55:35 +02:00
Don Ho
7c82c523b6
Add "Switch to Document List" command for shortcut
...
Fix #9015
2021-07-26 19:07:38 +02:00
ozone10
7c4a428e47
Make dark colors consistent
...
1. Make dark colors consistent for panel toolbars.
2. Make dark colors consistent style configurator edit controls.
3. Make dark colors consistent for docking elements.
* BackgroundColor(), BackgroundBrush() – should be used for items which have some interactions, or need to be different from Darker variant.
* DarkerBackgroundColor(), DarkerBackgroundBrush() – should be used for static/top backgrounds.
* SofterBackgroundColor(), SofterBackgroundBrush() – should be used for items , which have interactions, or have focus.
Fix #10242 , close #10243
2021-07-26 15:00:49 +02:00
ozone10
b0d4e776c6
Apply dark mode on hash dialogs
...
Also allow typing newline in multiple lines for generating hash.
Fix #10255 , close #10256
2021-07-26 14:17:10 +02:00
ozone10
a9002c81e5
Apply dark mode on value dialogs
...
1. Apply dark mode on value dialogs (dialogs created in preference).
2. Change value dialogs border style.
3. Apply dark mode on close button for other views (fullscreen, post-itand distraction free).
Fix #10253 , fix #10210 , close #10254
2021-07-26 00:33:42 +02:00
ozone10
b12c8ea541
Apply dark mode on run dialog
...
Fix #10251 , close #10252
2021-07-26 00:07:10 +02:00
ozone10
8e84f5fbcf
Apply dark mode on rename tab dialog
...
Fix #10249 , close #10250
2021-07-25 23:53:48 +02:00
ozone10
af99d4c97e
Apply dark mode on find char in range dialog
...
Fix #10247 , close #10248
2021-07-25 23:49:27 +02:00
ozone10
f412a2d6f7
Apply dark mode on go to line dialog
...
Fix #10245 , close #10246
2021-07-25 23:36:08 +02:00
mere-human
a0c15274f5
Fix file name edit box not functional on Windows Vista
...
Avoid the same window procedure being used for several different edit boxes.
The problem was found on Windows Vista but it can happen in other environment too.
Fix #10238 , close #10241
2021-07-25 22:44:54 +02:00
ozone10
6d06000600
Apply dark mode on column editor
...
Fix #10236 , close #10237
2021-07-25 21:25:27 +02:00
Don Ho
8a6dafb890
Fix Find in file progress bar display problem under High DPI
...
Fix Find in file progress bar display problem under High DPI, and simplify the window display position algorithm.
Close #10240
2021-07-25 19:06:04 +02:00
ozone10
89d835a56f
Apply dark mode on all find dialogs
...
1. Apply dark mode on find in finder dialog.
2. Apply dark mode on progress window (searching in files).
3. Make color more consistent for incremental search.
4. Use different border style for incremental search.
5. Set border for finder for docking panel consistency.
Fix #10233 , close #10234
2021-07-24 23:42:19 +02:00
Ashfaaq18
5b9e3b6406
Changed english.xml's "Document List " entry id from 44081 to 44070
...
Close #10235
2021-07-24 18:20:34 +02:00
Ashfaaq18
46a264e2db
Fix Functions list scrolling to the top on file save
...
Retain Functions list scrollbar position on reload.
Fix #9659 , close #10183
2021-07-24 15:55:15 +02:00
Vitaliy Grabchuk
3482673fd8
Add filter capacity in Shortcut mapper by shortcut key combination
...
This allows to filter shortcuts in Shortcut mapper not only by name but also by key combination text.
Fix #5616 , fix #9316 , close #10192
2021-07-24 14:14:31 +02:00
Don Ho
50dfdb2a8d
Add link text color in customized dark colors of Preferences dialog
2021-07-24 04:18:43 +02:00
ozone10
a3ba150e89
Apply dark mode on Windows dialog
...
Use background and text colors from style theme in listview.
Fix #10230 , close #10231
2021-07-24 01:25:58 +02:00
ozone10
e627de438b
Apply dark mode on Style Configurator
...
Create link text color to be used too in about, debug and preference dialog.
Fix #10226 , close #10227
2021-07-24 00:48:03 +02:00
ozone10
3e69de4879
Improve docking tab visual
...
1. Improve high DPI look.
2. Make dark mode color consistent.
3. Allow icons transparency.
2021-07-23 19:51:53 +02:00
Don HO
0f15c207d5
Update localization files (change tag)
2021-07-23 17:10:35 +02:00
Don HO
1c548901ff
Update translation files
2021-07-23 16:48:06 +02:00