Commit Graph

11234 Commits

Author SHA1 Message Date
Pairi Daiza
fed2ed07a0
Merge pull request #5377 from RaiKoHoff/Dev_Master
Updates: Lexilla v5.4.2, Scintilla v5.5.4
2025-02-02 16:22:33 +01:00
METANEOCORTEX\Kotti
4c1add22c0 +upd: Scintilla v5.5.4 2025-02-02 13:06:07 +01:00
METANEOCORTEX\Kotti
5744dd52f6 +upd: Lexilla 5.4.2 2025-02-01 14:03:59 +01:00
Pairi Daiza
1ee63e7be5
Merge pull request #5376 from refack/batch-missing
add missing symbol 'disabledelayedexpansion'
2025-01-31 15:03:20 +01:00
Refael Ackermann
c53b97c6f3 add missing symbol 'disabledelayedexpansion' 2025-01-29 18:11:55 -05:00
Pairi Daiza
fe437aaf84
Merge pull request #5373 from lhmouse/master
Recover cursor state when editor window loses focus
2025-01-23 09:58:12 +01:00
LIU Hao
c3f2ec8fb6
Recover cursor state when editor window loses focus
The show count [1] of the mouse cursor, controlled by `ShowCursor()`, is
thread-local and has an effect only when the cursor is above a window of the
same thread. On the other hand, `GetCursorInfo()` reports the asynchronous
state of the cursor, which may be outside the editor window and doesn't
reflect the show count of our thread.

So, it is incorrect to manipulate the show count according to the result of
`GetCursorInfo()`. This commit reverts relevant changes about `cursorIsHidden`
in upstream Scintilla.

When the editor window loses focus but the cursor is not above it, the system
does not send a `WM_MOUSELEAVE` notification. So we also have to recover the
cursor state in `WM_KILLFOCUS`.

This closes https://github.com/rizonesoft/Notepad3/issues/5369

[1] https://devblogs.microsoft.com/oldnewthing/20091217-00/?p=15643

Signed-off-by: LIU Hao <lh_mouse@126.com>
2025-01-23 11:09:15 +08:00
Pairi Daiza
20c007bc1b
Merge pull request #5370 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.12.4) update
2025-01-15 11:58:14 +01:00
Pairi Daiza
85dfa227ad
+upd: version info for MS VS2022 (v17.12.4) update 2025-01-15 11:38:21 +01:00
Pairi Daiza
02a9b72fff
Merge pull request #5368 from hpwamr/Mui_Beta
+ chg: Rizonesoft Copyright © 2008-2024 to year "2008-2025"
2025-01-01 11:41:31 +01:00
Pairi Daiza
f8893c0b83
+ chg: Rizonesoft Copyright © 2008-2024 to year "2008-2025" 2025-01-01 09:31:47 +01:00
Pairi Daiza
ff33e11996
Merge pull request #5360 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1222.1 beta"
2024-12-22 10:32:22 +01:00
Pairi Daiza
afca43481b
MUI - Commit before release build "Notepad3 6.24.1222.1 beta"
- Correction of Rizonesoft's URL
2024-12-22 09:41:56 +01:00
Derick Payne
94bdd2fbad
Update Readme.md 2024-12-21 15:03:36 +02:00
Derick Payne
6a351ef504
Update Readme.md 2024-12-21 14:59:32 +02:00
Pairi Daiza
6751b1e78c
Merge pull request #5358 from hpwamr/Mui_Beta
Preparation Version files for Release_6.24.1221.1
2024-12-21 10:28:24 +01:00
Pairi Daiza
0131e17b73
Preparation Version files for Release_6.24.1221.1 2024-12-21 09:52:58 +01:00
Pairi Daiza
cb6d14ed64
Merge pull request #5357 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1219.2 rc3"
2024-12-19 21:04:06 +01:00
Pairi Daiza
38e0bac6e6
MUI - Commit before release build "Notepad3 6.24.1219.2 rc3"
- Fix: Language files missing in Notepad3 portable version
2024-12-19 20:46:42 +01:00
Pairi Daiza
2d0d91140a
Update Changes.txt 2024-12-19 10:24:38 +01:00
Pairi Daiza
7e434abb61
Merge pull request #5356 from hpwamr/Mui_Beta
MUI - Commit before release build "Notepad3 6.24.1219.1 rc3"
2024-12-19 10:21:27 +01:00
Pairi Daiza
ccc34d7038
MUI - Commit before release build "Notepad3 6.24.1219.1 rc3" 2024-12-19 09:57:36 +01:00
Pairi Daiza
d9c2d090a8
Merge pull request #5355 from hpwamr/Mui_Beta
MUI - Update ".gitignore" file
2024-12-16 10:45:45 +01:00
Pairi Daiza
4323167b16
MUI - Update ".gitignore" file 2024-12-16 10:14:43 +01:00
Pairi Daiza
85321dc2e2
Merge pull request #5354 from hpwamr/Mui_Beta
MUI - Update .gitignore file
2024-12-15 20:06:45 +01:00
Pairi Daiza
ddb595a084
MUI - Update .gitignore file 2024-12-15 19:45:08 +01:00
Pairi Daiza
8dbdcc9a4d
MUI - Hide Resources folder 2024-12-15 19:43:32 +01:00
Pairi Daiza
58ef1f2d5a
Merge pull request #5353 from hpwamr/Mui_Beta
MUI - Add a dummy file in "np3portableapp" directory
2024-12-15 18:47:44 +01:00
Pairi Daiza
ea3de5b2e5
MUI - Add a dummy file in "np3portableapp" directory 2024-12-15 18:47:10 +01:00
Pairi Daiza
bc5d9c212d
Merge pull request #5352 from hpwamr/Mui_Beta
MUI - Add a dummy file in "np3portableapp"
2024-12-15 18:36:03 +01:00
Pairi Daiza
c97e8d82c5
MUI - Add a dummy file in "np3portableapp" 2024-12-15 17:55:15 +01:00
Pairi Daiza
df86f8bd25
Merge pull request #5351 from hpwamr/Mui_Beta
MUI - Adjust .gitignore file
2024-12-15 17:05:13 +01:00
Pairi Daiza
e95f4765d6
MUI - Adjust .gitignore files (more) 2024-12-15 16:05:59 +01:00
Pairi Daiza
cefde283e7
MUI - Adjust .gitignore file (more) 2024-12-15 15:58:07 +01:00
Pairi Daiza
dd00f73178
MUI - Adjust .gitignore file 2024-12-15 15:43:48 +01:00
Pairi Daiza
d88348077f
Hide divers scripts in Build folders 2024-12-15 15:36:46 +01:00
Pairi Daiza
a199a0c6f3
Merge pull request #5350 from hpwamr/Mui_Beta
Hide "Opera Promotion" page in Notepad3_Setup
2024-12-15 15:32:17 +01:00
Pairi Daiza
a8e65cf46d
Hide "Opera Promotion" page in Notepad3_Setup 2024-12-15 15:31:29 +01:00
Pairi Daiza
a5f750b871
Merge pull request #5349 from hpwamr/Mui_Beta
MUI - Moving the "Search" menu to the Toolbar
2024-12-13 20:52:20 +01:00
Pairi Daiza
bea4fe7572
MUI - Moving the "Search" menu to the Toolbar 2024-12-13 20:20:15 +01:00
Pairi Daiza
8fb4ecd9da
Merge pull request #5346 from hpwamr/Mui_Beta
Adjust: the dimensions of "Opera Promotion" page in Notepad3_Setup
2024-12-09 00:19:12 +01:00
Pairi Daiza
1ebb1d0399
Adjust: the dimensions of "Opera Promotion" page in Notepad3_Setup 2024-12-08 23:37:50 +01:00
Pairi Daiza
39535a7454
Merge pull request #5345 from hpwamr/Mui_Beta
Add an "Opera Promotion" page in Notepad3_Setup
2024-12-08 16:05:38 +01:00
Pairi Daiza
69cc4ce9c4
Add an "Opera Promotion" page in Notepad3_Setup 2024-12-08 14:49:31 +01:00
Pairi Daiza
f9e8d881c5
Merge pull request #5344 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.12.3) update
2024-12-05 16:23:11 +01:00
Pairi Daiza
e3354c3bd0
+upd: version info for MS VS2022 (v17.12.3) update 2024-12-05 14:51:09 +01:00
Pairi Daiza
d99c7e940e
Merge pull request #5341 from hpwamr/Mui_Beta
MUI - Update Swedish Translation (se-SV)
2024-12-03 20:28:44 +01:00
Pairi Daiza
78a95e877e
MUI - Update Swedish Translation (se-SV) 2024-12-03 20:28:14 +01:00
Pairi Daiza
bb744a5eeb
Merge pull request #5340 from xsak/master
hu_HU translation update
2024-12-03 20:25:49 +01:00
Akos Keresztes
3818313ac4 hu_HU translation update 2024-12-03 18:57:06 +01:00