isaak654
aa666cff8b
Update CHANGELOG.md
2021-12-09 14:50:51 +01:00
DavidXanatos
c81761b8c6
Update CHANGELOG.md
2021-12-08 23:42:46 +01:00
DavidXanatos
edad03816c
Update proc.c
2021-12-08 22:50:15 +01:00
DavidXanatos
5713cbfeda
Update CHANGELOG.md
2021-12-08 22:41:40 +01:00
DavidXanatos
8e609120ec
Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
2021-12-08 22:40:57 +01:00
DavidXanatos
6c79c433e8
1.0.2
2021-12-08 22:40:25 +01:00
isaak654
82284ab66d
Update main.yml
2021-12-08 06:05:13 +01:00
isaak654
4960242d55
Add QtRunLUpdateOnBuild
2021-12-08 00:44:07 +01:00
isaak654
1da66d05e4
Update sandman_it.ts
2021-12-07 22:35:35 +01:00
isaak654
2532a2aa23
Update CHANGELOG.md
2021-12-07 12:58:20 +01:00
DavidXanatos
e06fe65d7d
Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
2021-12-07 09:42:50 +01:00
DavidXanatos
58218de771
Update file.c
2021-12-07 09:41:01 +01:00
DavidXanatos
63566acdd3
Update CHANGELOG.md
2021-12-07 09:29:27 +01:00
DavidXanatos
3b512e00a9
Update OptionsAccess.cpp
2021-12-06 20:59:29 +01:00
isaak654
650d7c4b6a
Update README.md
2021-12-06 19:57:37 +01:00
DavidXanatos
1769e6dd27
Update SbieView.cpp
2021-12-06 18:46:24 +01:00
isaak654
dd2e1045e4
Update SandboxiePlus.sln
2021-12-06 13:54:01 +01:00
Thomas De Rocker
881d3287c4
Update sandman_nl.ts
2021-12-06 13:17:25 +01:00
nkh0472
51b4186790
Update Text-SimpChinese-2052.txt
2021-12-06 05:52:20 +01:00
isaak654
230a8f70c0
Update (sync) .ts files
2021-12-05 18:35:39 +01:00
isaak654
ab90f91281
Update Templates.ini
2021-12-05 18:06:52 +01:00
isaak654
cf166ed79e
Update CHANGELOG.md
2021-12-05 17:57:37 +01:00
alvinhochun
dcab3151f0
Fix SetCursorPos and ClipCursor ignoring DPI awareness
2021-12-05 17:51:39 +01:00
Dyras
874f91d0a9
Add templates for SumatraPDF
2021-12-05 17:50:32 +01:00
isaak654
51647d03f1
Update CHANGELOG.md
2021-12-05 04:12:15 +01:00
isaak654
290aba693e
Plus UI fix for executables on Run Menu
...
Fixes #1379
2021-12-05 03:20:33 +01:00
isaak654
8cd3006b2c
Update sandman_it.ts
2021-12-05 03:10:57 +01:00
isaak654
b2bc78eb99
Update CHANGELOG.md
2021-12-03 22:49:36 +01:00
DavidXanatos
75768deb3b
Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
2021-12-03 20:26:24 +01:00
DavidXanatos
f1c86432cd
update
2021-12-03 20:26:09 +01:00
Aleksey Smirnov
7e96e4b2b4
Updated Russian translation
2021-12-03 15:11:12 +01:00
isaak654
ca320ecc17
Disable BITS service
...
See https://github.com/sandboxie-plus/Sandboxie/issues/1081
2021-12-03 14:39:16 +01:00
DavidXanatos
d76142d26d
fixes
2021-12-03 12:26:33 +01:00
DavidXanatos
c31249a2a8
fixes
2021-12-03 12:25:13 +01:00
isaak654
d7758071f6
Deprecate VirtualDesktopManager
2021-11-20 14:02:38 +01:00
Hulen
81be4536a3
Update sandman_zh_TW.ts
2021-11-19 20:59:48 +01:00
isaak654
5ce2bb1184
Update sandman_it.ts
2021-11-18 01:02:54 +01:00
isaak654
8430499dae
Update CHANGELOG.md
2021-11-17 13:46:01 +01:00
isaak654
be57234ec3
Update sandman_it.ts
2021-11-15 19:02:49 +01:00
isaak654
1b0af7f8db
Small localization fix
2021-11-15 18:10:35 +01:00
isaak654
6ed2d1cb51
Fix AboutText line
2021-11-15 06:34:16 +01:00
isaak654
ba656af526
Fix typos
2021-11-15 04:47:52 +01:00
isaak654
c18b673c28
Update sandman_it.ts
2021-11-15 03:46:14 +01:00
isaak654
82accbde35
Update CHANGELOG.md
2021-11-14 20:00:00 +01:00
DavidXanatos
3548ad8eb5
Update SandMan.cpp
2021-11-14 19:58:09 +01:00
DavidXanatos
ac13fce232
update
2021-11-13 23:08:10 +01:00
DavidXanatos
43d7cba0f9
Merge pull request #1371 from Therzok/patch-1
...
Update FLT_FILE_NAME_INFORMATION usage to match docs
2021-11-14 18:31:01 +01:00
Marius Ungureanu
f85d5d0f85
Update FLT_FILE_NAME_INFORMATION usage to match docs
...
This is possible a performance issue I've noticed on my system, where the `FMfn tag` pool is using increasingly more memory.
It all seems be pointing to fltMgr.sys, which I guess is this `FltGetFileNameInformation` call.
The code-path seems to be querying `FltGetFileNameInformation`, and on the success path, it only released the filename when the spool folder work is allowed.
That meant this was effectively leaking a reference to `FLT_FILE_NAME_INFORMATION` for non-spooler work folders, because as the docs state:
> After a successful call to FltGetFileNameInformation, the caller is responsible for releasing the pointer returned in the FileNameInformation parameter when the pointer is no longer needed. The caller does this by calling FltReleaseFileNameInformation.
2021-11-14 19:26:16 +02:00
isaak654
3d719a00df
Update CHANGELOG.md
2021-11-13 14:19:54 +01:00
DavidXanatos
1cc680f4a4
Update OptionsGeneral.cpp
2021-11-13 13:26:14 +01:00