Contains the work done by sanchaez (Alexander Shaposhnikov) during GSoC 2017:
* Better information in the application details view.
* Bulk installation of multiple applications at once.
* Command-line automation of installation (single and bulk).
(for more details, see the related blog posts)
TRANSLATORS: Many resources have been changed, and they are in need of review!
git-svn-id: file:///srv/svn/reactos/trunk@75826 97493ccd-5924-5043-b1f5-66cb403b36ce
- really check whether the requested pixel is outside of the surface in NtGdiGetPixel
CORE-12820
git-svn-id: file:///srv/svn/reactos/trunk@75818 97493ccd-5924-5043-b1f5-66cb403b36ce
Update mkisofs to schily-2017-09-07.
Among other things, this version comes with an upstream fix for David's x64 fix in r75399. We are now using 100% unmodified upstream code again.
git-svn-id: file:///srv/svn/reactos/trunk@75806 97493ccd-5924-5043-b1f5-66cb403b36ce
- some tweaks, optimizations and fixes for the free/used disk space pie chart drawing code to properly cover all corner cases and remove minor drawing artifacts
CORE-8757
git-svn-id: file:///srv/svn/reactos/trunk@75798 97493ccd-5924-5043-b1f5-66cb403b36ce
- Make FILE_INFORMATION_CLASS definition consistent with XDK
- Add the definition of FILE_ACCESS_INFORMATION
CORE-13763
git-svn-id: file:///srv/svn/reactos/trunk@75792 97493ccd-5924-5043-b1f5-66cb403b36ce
In IoReportDetectedDevice(), don't attempt to guess service name, use the one provided in DriverObject.
This fixes BtrFS file system driver initialization.
Patch by Thomas Faber.
CORE-13763
git-svn-id: file:///srv/svn/reactos/trunk@75782 97493ccd-5924-5043-b1f5-66cb403b36ce
Implement fsutil fsinfo volumeinfo.
Works well with our various FS :-)
git-svn-id: file:///srv/svn/reactos/trunk@75777 97493ccd-5924-5043-b1f5-66cb403b36ce
Add a helper for opening a volume. Make it check for local devices if needed
git-svn-id: file:///srv/svn/reactos/trunk@75773 97493ccd-5924-5043-b1f5-66cb403b36ce
Don't decrease the open handle count too much (in cleanup & close). This avoid overflow and allows correct openings count
git-svn-id: file:///srv/svn/reactos/trunk@75772 97493ccd-5924-5043-b1f5-66cb403b36ce
- Patch by Fabian Maurer : Draw text on message boxes without background.
- Fixes CORE-13742.
git-svn-id: file:///srv/svn/reactos/trunk@75770 97493ccd-5924-5043-b1f5-66cb403b36ce
Implement setting the dirty bit (fsutil dirty set) on a volume.
This doesn't allow to trigger a chkdsk on reboot with ReactOS, because of
the way we handle the dirty bit in our FAT implementation is a bit... weird.
This works on W2K3 though!
git-svn-id: file:///srv/svn/reactos/trunk@75768 97493ccd-5924-5043-b1f5-66cb403b36ce
Fix a bug:
- IRP information was never set in VfatIsVolumeDirty() and thus dirty status was never copied back to the caller
git-svn-id: file:///srv/svn/reactos/trunk@75767 97493ccd-5924-5043-b1f5-66cb403b36ce
Add a skeleton for the fsutil tool.
As a proof of concept, implement fsutil dirty query.
More to follow ;-).
git-svn-id: file:///srv/svn/reactos/trunk@75764 97493ccd-5924-5043-b1f5-66cb403b36ce
Patch by Vadim Galyant:
- Move isochronous transfer functions to their own file
- Fix return type of PUSBPORT_COMPLETE_TRANSFER
- Improve some debug prints
git-svn-id: file:///srv/svn/reactos/trunk@75745 97493ccd-5924-5043-b1f5-66cb403b36ce