Ladislav Zezula
338df9daa4
Fixed font in DataEditor on high DPI
2026-04-29 17:10:47 +02:00
Ladislav Zezula
31813733c5
Ctrl+C from TreeView improved
2025-03-26 12:36:21 +01:00
Ladislav Zezula
d7aab06a73
Changed the logic of querying directory for file systems that virtualize its content
2025-03-11 22:40:38 +01:00
Ladislav Zezula
6fff505b30
Fixed bug
2025-01-27 18:48:07 +01:00
Ladislav Zezula
a5b832b4f3
Bug fixes
2025-01-20 07:28:38 +01:00
Ladislav Zezula
96e381601d
Testing
2024-01-10 17:47:26 +01:00
Ladislav Zezula
f21a975675
Progress
2024-01-08 09:57:12 +01:00
Ladislav Zezula
ff0ace6a23
Added support for SYSTEM_PROCESS_TRUST_LABEL_ACE
2023-12-13 17:51:56 +01:00
Ladislav Zezula
4d383f5128
Progress
2023-11-21 08:08:29 +01:00
Ladislav Zezula
6f3a4ffb21
progress
2023-11-14 09:18:12 +01:00
Ladislav Zezula
347013b550
Progress
2023-11-12 21:53:59 +01:00
Ladislav Zezula
ccf2baa824
Progress
2023-11-07 14:47:50 +01:00
Ladislav Zezula
c73dccbb5f
Added decoding of the ACE condition
2023-10-27 11:53:29 +02:00
Ladislav Zezula
9301dbbb97
Progress
2023-02-06 10:13:40 +01:00
Ladislav Zezula
ad3fd132d2
* Tested and completed Diversenok's pull request
...
* Workspaces updated to VS 2022
* Minor changes
2023-01-31 08:56:18 +01:00
Ladislav Zezula
cb2ea6556a
Pushing latest updates
2022-09-27 15:10:31 +02:00
Ladislav Zezula
0aef74dc3d
Improvements, cosmetics
2021-04-25 21:51:38 +02:00
Zezula Ladislav
a29b9b0850
Update
2019-11-01 14:16:57 +01:00
Ladislav Zezula
e57043a7ba
Added some new file information classes for RS5+
2019-04-08 18:06:55 +02:00
Zezula Ladislav
d3998206f7
Added support for long paths over MAX_PATH
2019-03-22 10:20:31 +01:00
Ladislav Zezula
2b97ed5111
Cosmetics
2019-03-20 21:16:46 +01:00
Zezula Ladislav
ba9b035e0c
Little cosmetics about icons
2019-03-19 15:49:13 +01:00
Zezula Ladislav
8951ebe9b3
Replaced NtSetNullDacl with NtSetObjectAccessForEveryone
2019-03-08 22:16:13 +01:00
Zezula Ladislav
ec8bd76ee3
+ Added flags for FILE_FS_ATTRIBUTE_INFORMATION::FileSystemAttributes
2018-09-26 13:27:38 +02:00
Ladislav Zezula
6abe88bf56
Added support of Ctrl+C into all tree views.
2018-07-22 20:45:35 +02:00
Zezula Ladislav
fbf207fb2b
+ Added support for CreateHardLink
...
+ Deleting directory tree improved: Now uses Win10's FILE_DISPOSITION_INFORMATION_EX if necessary.
2017-11-07 15:24:14 +01:00
Ladislav Zezula
99c35dc30c
+ Better context menu management
2016-05-02 09:09:20 +02:00
Ladislav Zezula
51ea10c585
+ Context menus don't generate any file activity when activated
2016-05-02 08:43:05 +02:00
Ladislav Zezula
7c62c17d51
+ Build for VS 2015 now uses the v140_xp toolset
2016-04-28 08:15:50 +02:00
Ladislav Zezula
9d57c74111
+ Refactored the security descriptor editor
...
+ Improvements in the reparse point editor
2016-03-31 08:23:16 +02:00
Ladislav Zezula
eaef7a6e99
+ Improved work with reparse points
2016-03-22 10:08:02 +01:00
Ladislav Zezula
d4766058a5
+ Improvements in removing directory tree
...
+ Cosmetics
2016-03-18 22:45:44 +01:00
Ladislav Zezula
edff74332f
+ Delete Directory Tree improved
2016-03-12 16:57:07 +01:00
Ladislav Zezula
53c30f00eb
+ Improved file copying
...
+ Buffer for file read/write operations is now aligned to sector boundary
2016-01-07 09:59:37 +01:00
Ladislav Zezula
1cd208cd61
+ Improved the "Copy File" command. Now can copy volumes, too.
...
+ Fixed invalid determining whether running under restricted token.
2016-01-05 17:36:48 +01:00
Ladislav Zezula
2dd1f6d558
+ Improved the "Delete Dir" command. Now can delete folders even with reparse points.
...
+ Improved work with reparse points
2015-12-27 16:31:50 +01:00
unknown
bb43a07e55
+ Support for deleting directory tree if STATUS_IO_REPARSE_TAG_NOT_HANDLED returned in the process
2015-12-27 04:53:36 +01:00
Ladislav Zezula
bc7cc95f13
+ Changed old unsafe str* and sprintf functions to StringCch* versions
...
+ Fixed importing streams when there is no EAs
2015-12-15 20:18:49 +01:00
Ladislav Zezula
2ce6f81f8e
+ Replaces _tsize with _maxchars
2015-10-07 11:22:35 +02:00
unknown
e4abafcf79
+ Renumbered version numbers
...
+ Fixed errors in VS 2015
2015-10-04 10:54:16 +02:00
Ladislav Zezula
89bb905568
+ Added support for oplocks break acknowledgement
...
+ Asynchronous operations that returned pending status no longer block FileTest's UI
+ Added manifest for retrieving proper Windows version
2014-09-15 15:08:20 +02:00
Ladislav
bc37c32c58
+ Added support for oplocks
...
+ Added context menu to NtCreate page for quick selection of create options
+ Added "About" dialog
+ Added generic support for asynchronous, long-to-complete requests
2014-09-13 08:23:03 +02:00
unknown
9d10c7eb71
+ Added MAXIMUM_ALLOWED in CreateFile and NtCreateFile
2014-05-10 15:23:42 +02:00
Ladislav
2871570af1
+ Added to repository
2014-04-21 16:36:25 +02:00