reactos.git
6 years ago[KMTESTS:MM]
Pierre Schweitzer [Fri, 15 Sep 2017 10:32:22 +0000 (10:32 +0000)]
[KMTESTS:MM]
Revert r75840.
It's no use that way

svn path=/trunk/; revision=75841

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Fri, 15 Sep 2017 08:16:14 +0000 (08:16 +0000)]
[KMTESTS:MM]
Tests for paging IO MDL for read operations. Equivalent to r75833.

svn path=/trunk/; revision=75840

6 years ago[LIBTIRPC] Do not add makefiles in the CMakeLists.txt
Mark Jansen [Thu, 14 Sep 2017 20:31:53 +0000 (20:31 +0000)]
[LIBTIRPC] Do not add makefiles in the CMakeLists.txt

svn path=/trunk/; revision=75839

6 years ago[RAPPS]
Pierre Schweitzer [Thu, 14 Sep 2017 16:00:01 +0000 (16:00 +0000)]
[RAPPS]
Update French translation

svn path=/trunk/; revision=75838

6 years ago[RAPPS] Toggle toolbar captions on resize
Alexander Shaposhnikov [Thu, 14 Sep 2017 15:56:19 +0000 (15:56 +0000)]
[RAPPS] Toggle toolbar captions on resize
- Implemented hiding toolbar captions when buttons are about to intersect with the searchbar
- Minor style changes

svn path=/trunk/; revision=75837

6 years ago[BTRFS]
Pierre Schweitzer [Thu, 14 Sep 2017 09:04:32 +0000 (09:04 +0000)]
[BTRFS]
Disable the MountMgr thread; given the current storage stack state, it's useless and can even cause troubles

CORE-13769

svn path=/trunk/; revision=75836

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Wed, 13 Sep 2017 16:38:32 +0000 (16:38 +0000)]
[KMTESTS:MM]
Few tests for MmBuildMdlForNonPagedPool() I wrote earlier.
They all pass fine on ROS.

svn path=/trunk/; revision=75835

6 years ago[NTOSKRNL]
Pierre Schweitzer [Wed, 13 Sep 2017 16:13:21 +0000 (16:13 +0000)]
[NTOSKRNL]
Don't call MmBuildMdlForNonPagedPool in CcWriteVirtualAddress():
- BaseAddress comes from PagedPood
- Windows returns a locked MDL from paged pool
- See tests from r75833 that are getting fixed with that revision

This fixes assertions failures on BtrFS write.

CORE-13763
CORE-13769

svn path=/trunk/; revision=75834

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Wed, 13 Sep 2017 11:53:56 +0000 (11:53 +0000)]
[KMTESTS:MM]
Add a test that shows that MDLs issued by Cc for paging IOs are not in the correct state (nor correctly allocated)

CORE-13769

svn path=/trunk/; revision=75833

6 years agoStub CoGetInterceptorFromTypeInfo for Firefox. (lets xul.dll to load)
Sylvain Petreolle [Tue, 12 Sep 2017 20:25:59 +0000 (20:25 +0000)]
Stub CoGetInterceptorFromTypeInfo for Firefox. (lets xul.dll to load)
CORE-12828

svn path=/trunk/; revision=75832

6 years ago[RAPPS]
Daniel Reimer [Mon, 11 Sep 2017 19:20:32 +0000 (19:20 +0000)]
[RAPPS]
ENOUGH!
CORE-13666 #resolve #comment Fixed forever!

svn path=/trunk/; revision=75831

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 23:44:22 +0000 (23:44 +0000)]
[RAPPS]
Include cleanup. Patch by sanchaez+small changes by me.

svn path=/trunk/; revision=75830

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 22:57:01 +0000 (22:57 +0000)]
[RAPPS]
Better place for a pch inclusion. Spotted by gigaherz

svn path=/trunk/; revision=75829

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 22:50:52 +0000 (22:50 +0000)]
[RAPPS]
Include rapps.h(pch) in unattended.h
Fixes GCC build.

svn path=/trunk/; revision=75828

6 years ago[RAPPS]
David Quintana [Sun, 10 Sep 2017 22:31:08 +0000 (22:31 +0000)]
[RAPPS]
* Fix linux build? maybe? please?

svn path=/trunk/; revision=75827

6 years agoMerge RAPPS improvements branch into trunk.
David Quintana [Sun, 10 Sep 2017 22:07:29 +0000 (22:07 +0000)]
Merge RAPPS improvements branch into trunk.

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!

svn path=/trunk/; revision=75826

6 years ago* Fix svn merge-info confusion regarding this file. backups/GSoC_2017/rapps@75905
David Quintana [Sun, 10 Sep 2017 21:26:00 +0000 (21:26 +0000)]
* Fix svn merge-info confusion regarding this file.

svn path=/branches/GSoC_2017/rapps/; revision=75825

6 years ago[RAPPS] Stopped GCC whining (fixed GCC build)
Alexander Shaposhnikov [Sun, 10 Sep 2017 21:02:06 +0000 (21:02 +0000)]
[RAPPS] Stopped GCC whining (fixed GCC build)

svn path=/branches/GSoC_2017/rapps/; revision=75824

6 years ago[ATL] Fixed atlcoll.h ignoring _ATL_NO_EXCEPTIONS
Alexander Shaposhnikov [Sun, 10 Sep 2017 20:59:48 +0000 (20:59 +0000)]
[ATL] Fixed atlcoll.h ignoring _ATL_NO_EXCEPTIONS

svn path=/branches/GSoC_2017/rapps/; revision=75823

6 years ago[ATL] CStringT fixes
Alexander Shaposhnikov [Sun, 10 Sep 2017 20:45:56 +0000 (20:45 +0000)]
[ATL] CStringT fixes
- Added copy constructor and assignment from CSimpleStringT to CStringT
  This fixed initialization while using `operator+` in GCC.
  ```CStringW s = a + b; ```
  operator+ operators are defined for CSimpleStringT.
  It worked in MSVC because it did implicit conversion of CSimpleStringT to PCXSTR which called appropriate CStringT constructor.
  GCC doesn't do such conversions and triggers an error.
- Unified `operator=(CStringT, PCXSTR)` with the rest

svn path=/branches/GSoC_2017/rapps/; revision=75822

6 years ago* Sync with trunk HEAD (r75820).
David Quintana [Sun, 10 Sep 2017 19:23:45 +0000 (19:23 +0000)]
* Sync with trunk HEAD (r75820).

svn path=/branches/GSoC_2017/rapps/; revision=75821

6 years ago[RAPPS] Moved cabinet.dll related definitions to separate header
Alexander Shaposhnikov [Sun, 10 Sep 2017 17:33:14 +0000 (17:33 +0000)]
[RAPPS] Moved cabinet.dll related definitions to separate header

svn path=/branches/GSoC_2017/rapps/; revision=75820

6 years agoCommit forgotten part of the Esperanto support from r75378.
Sylvain Petreolle [Sun, 10 Sep 2017 16:38:24 +0000 (16:38 +0000)]
Commit forgotten part of the Esperanto support from r75378.
CORE-11021

svn path=/trunk/; revision=75819

6 years ago[WIN32K]
Kamil Hornicek [Sun, 10 Sep 2017 09:09:57 +0000 (09:09 +0000)]
[WIN32K]
- really check whether the requested pixel is outside of the surface in NtGdiGetPixel
CORE-12820

svn path=/trunk/; revision=75818

6 years ago[RAPPS] Replaced my @gmail.com email with @reactos,org one & Removed my copyright...
Alexander Shaposhnikov [Sat, 9 Sep 2017 20:44:43 +0000 (20:44 +0000)]
[RAPPS] Replaced my @gmail.com email with @reactos,org one & Removed my copyright from rosui.h

svn path=/branches/GSoC_2017/rapps/; revision=75816

6 years ago[RAPPS] License header unification and minor style changes
Alexander Shaposhnikov [Sat, 9 Sep 2017 20:38:06 +0000 (20:38 +0000)]
[RAPPS] License header unification and minor style changes
- Unified & reformatted license headers according to https://www.reactos.org/wiki/Coding_Style
- Minor style changes

svn path=/branches/GSoC_2017/rapps/; revision=75815

6 years ago[RAPPS] CConfigParser cleanup
Alexander Shaposhnikov [Sat, 9 Sep 2017 19:43:39 +0000 (19:43 +0000)]
[RAPPS] CConfigParser cleanup
- removed `static` from strings declaration as pointed out by gadamopoulos

svn path=/branches/GSoC_2017/rapps/; revision=75814

6 years ago[RAPPS] Renamed CmdParser to UseCmdParameters
Alexander Shaposhnikov [Sat, 9 Sep 2017 19:41:08 +0000 (19:41 +0000)]
[RAPPS] Renamed CmdParser to UseCmdParameters

svn path=/branches/GSoC_2017/rapps/; revision=75813

6 years ago[RAPPS] resource.h: Added missing space
Alexander Shaposhnikov [Sat, 9 Sep 2017 19:13:35 +0000 (19:13 +0000)]
[RAPPS] resource.h: Added missing space

svn path=/branches/GSoC_2017/rapps/; revision=75812

6 years ago[RAPPS] Deleted installdlg.cpp as unused
Alexander Shaposhnikov [Sat, 9 Sep 2017 19:12:41 +0000 (19:12 +0000)]
[RAPPS] Deleted installdlg.cpp as unused

svn path=/branches/GSoC_2017/rapps/; revision=75811

6 years ago[RAPPS] Settings Dialog changes
Alexander Shaposhnikov [Sat, 9 Sep 2017 19:11:04 +0000 (19:11 +0000)]
[RAPPS] Settings Dialog changes
- replaced `static` with unnamed namespace (static in this context was deprecated in C++03)
- fixed `Choose Folder` dialog text not loading the first time (trivial)

svn path=/branches/GSoC_2017/rapps/; revision=75810

6 years ago[RAPPS] Replaced double ternary operators with one `if` for readability
Alexander Shaposhnikov [Sat, 9 Sep 2017 17:50:31 +0000 (17:50 +0000)]
[RAPPS] Replaced double ternary operators with one `if` for readability

svn path=/branches/GSoC_2017/rapps/; revision=75809

6 years ago[RAPPS] Library load fixup in crichedit.h
Alexander Shaposhnikov [Sat, 9 Sep 2017 17:40:39 +0000 (17:40 +0000)]
[RAPPS] Library load fixup in crichedit.h

svn path=/branches/GSoC_2017/rapps/; revision=75808

6 years ago[MKISOFS]
Colin Finck [Sat, 9 Sep 2017 15:06:48 +0000 (15:06 +0000)]
[MKISOFS]
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.

svn path=/trunk/; revision=75806

6 years ago[FSUTIL]
Pierre Schweitzer [Fri, 8 Sep 2017 20:51:16 +0000 (20:51 +0000)]
[FSUTIL]
Implement fsutil hardlink create

svn path=/trunk/; revision=75804

6 years ago[APPHELP_APITEST][APPSHIM_APITEST] Update the license headers
Mark Jansen [Fri, 8 Sep 2017 20:33:40 +0000 (20:33 +0000)]
[APPHELP_APITEST][APPSHIM_APITEST] Update the license headers

svn path=/trunk/; revision=75803

6 years ago[XML2SDB][SHIMDBG] Update license headers
Mark Jansen [Fri, 8 Sep 2017 20:31:28 +0000 (20:31 +0000)]
[XML2SDB][SHIMDBG] Update license headers

svn path=/trunk/; revision=75802

6 years ago[ACLAYERS][ACGENRAL] Update license headers + include cleanup.
Mark Jansen [Fri, 8 Sep 2017 20:29:16 +0000 (20:29 +0000)]
[ACLAYERS][ACGENRAL] Update license headers + include cleanup.

svn path=/trunk/; revision=75801

6 years ago[WIN32SS|KBDHID]
Kamil Hornicek [Fri, 8 Sep 2017 20:20:34 +0000 (20:20 +0000)]
[WIN32SS|KBDHID]
- fix some typos and copypastas

svn path=/trunk/; revision=75800

6 years ago[APPHELP][ACPPAGE][SHIMLIB] Update license headers
Mark Jansen [Fri, 8 Sep 2017 20:19:51 +0000 (20:19 +0000)]
[APPHELP][ACPPAGE][SHIMLIB] Update license headers

svn path=/trunk/; revision=75799

6 years ago[SHELL32]
Kamil Hornicek [Fri, 8 Sep 2017 20:00:59 +0000 (20:00 +0000)]
[SHELL32]
- 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

svn path=/trunk/; revision=75798

6 years ago[NOTEPAD]
Kamil Hornicek [Fri, 8 Sep 2017 19:09:48 +0000 (19:09 +0000)]
[NOTEPAD]
- don't allow multiple instances of the find/replace dialog

CORE-13744

svn path=/trunk/; revision=75797

6 years ago[BTRFSLIB]
Pierre Schweitzer [Fri, 8 Sep 2017 16:31:32 +0000 (16:31 +0000)]
[BTRFSLIB]
Sync to 1.0

CORE-13763

svn path=/trunk/; revision=75796

6 years ago[SHELLBTRFS]
Pierre Schweitzer [Fri, 8 Sep 2017 12:13:10 +0000 (12:13 +0000)]
[SHELLBTRFS]
Fix MSVC build?

CORE-13763

svn path=/trunk/; revision=75795

6 years ago[SHELLBTRFS]
Pierre Schweitzer [Fri, 8 Sep 2017 12:01:47 +0000 (12:01 +0000)]
[SHELLBTRFS]
Add missing header

CORE-13763

svn path=/trunk/; revision=75794

6 years ago[SHELLBTRFS]
Pierre Schweitzer [Fri, 8 Sep 2017 11:59:42 +0000 (11:59 +0000)]
[SHELLBTRFS]
Sync the btrfs shell extension to 1.0

CORE-13763

svn path=/trunk/; revision=75793

6 years ago[NDK]
Pierre Schweitzer [Fri, 8 Sep 2017 11:46:06 +0000 (11:46 +0000)]
[NDK]
- Make FILE_INFORMATION_CLASS definition consistent with XDK
- Add the definition of FILE_ACCESS_INFORMATION

CORE-13763

svn path=/trunk/; revision=75792

6 years ago[NDK]
Pierre Schweitzer [Fri, 8 Sep 2017 11:41:31 +0000 (11:41 +0000)]
[NDK]
Add a missing typedef

svn path=/trunk/; revision=75791

6 years ago[PSDK]
Pierre Schweitzer [Fri, 8 Sep 2017 11:40:52 +0000 (11:40 +0000)]
[PSDK]
Define FSCTL_GET_INTEGRITY_INFORMATION, FSCTL_SET_INTEGRITY_INFORMATION, FSCTL_DUPLICATE_EXTENTS_TO_FILE and their associated structures

CORE-13763

svn path=/trunk/; revision=75790

6 years ago[XDK]
Pierre Schweitzer [Fri, 8 Sep 2017 11:39:17 +0000 (11:39 +0000)]
[XDK]
Add a Win8.1 FSCTL

CORE-13763

svn path=/trunk/; revision=75789

6 years ago[BTRFS]
Pierre Schweitzer [Fri, 8 Sep 2017 08:15:21 +0000 (08:15 +0000)]
[BTRFS]
Fix build

CORE-13763

svn path=/trunk/; revision=75787

6 years ago[BTRFS]
Pierre Schweitzer [Fri, 8 Sep 2017 08:02:43 +0000 (08:02 +0000)]
[BTRFS]
Sync btrfs to 1.0.

CORE-13763

svn path=/trunk/; revision=75786

6 years ago[DDK]
Pierre Schweitzer [Fri, 8 Sep 2017 07:55:16 +0000 (07:55 +0000)]
[DDK]
Define IDE_COMMAND_FLUSH_CACHE

CORE-13763

svn path=/trunk/; revision=75785

6 years ago[USBPORT][USBHUB_NEW]
Thomas Faber [Fri, 8 Sep 2017 07:32:39 +0000 (07:32 +0000)]
[USBPORT][USBHUB_NEW]
- Add license headers

svn path=/trunk/; revision=75784

6 years ago[USBPORT]
Thomas Faber [Fri, 8 Sep 2017 07:17:34 +0000 (07:17 +0000)]
[USBPORT]
- Begin implementing split transfers. Patch by Vadim Galyant.

svn path=/trunk/; revision=75783

6 years ago[NTOSKRNL]
Pierre Schweitzer [Thu, 7 Sep 2017 21:23:19 +0000 (21:23 +0000)]
[NTOSKRNL]
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

svn path=/trunk/; revision=75782

6 years ago[SDK] Allow version lie shims to be applied to msi.dll
Mark Jansen [Thu, 7 Sep 2017 16:46:33 +0000 (16:46 +0000)]
[SDK] Allow version lie shims to be applied to msi.dll

svn path=/trunk/; revision=75781

6 years ago[FSUTIL]
Pierre Schweitzer [Thu, 7 Sep 2017 12:49:13 +0000 (12:49 +0000)]
[FSUTIL]
Fix a cppcheck warning

svn path=/trunk/; revision=75780

6 years ago[WDMAUD.DRV/KMIXER] Replace a float mul/div/round operation with integer math.
Timo Kreuzer [Wed, 6 Sep 2017 21:09:25 +0000 (21:09 +0000)]
[WDMAUD.DRV/KMIXER] Replace a float mul/div/round operation with integer math.

svn path=/trunk/; revision=75779

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 6 Sep 2017 17:11:03 +0000 (17:11 +0000)]
[FSUTIL]
Print nicer error messages

svn path=/trunk/; revision=75778

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 6 Sep 2017 16:35:46 +0000 (16:35 +0000)]
[FSUTIL]
Implement fsutil fsinfo volumeinfo.
Works well with our various FS :-)

svn path=/trunk/; revision=75777

6 years ago[XDK]
Pierre Schweitzer [Wed, 6 Sep 2017 16:28:22 +0000 (16:28 +0000)]
[XDK]
Add missing defines for FS features

svn path=/trunk/; revision=75776

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 6 Sep 2017 15:36:05 +0000 (15:36 +0000)]
[FSUTIL]
Fix build (how does it even build locally?!)

svn path=/trunk/; revision=75775

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 6 Sep 2017 15:32:02 +0000 (15:32 +0000)]
[FSUTIL]
Implement fsutil fsinfo drives and fsutil fsinfo drivetype

svn path=/trunk/; revision=75774

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 6 Sep 2017 12:41:52 +0000 (12:41 +0000)]
[FSUTIL]
Add a helper for opening a volume. Make it check for local devices if needed

svn path=/trunk/; revision=75773

6 years ago[FASTFAT]
Pierre Schweitzer [Wed, 6 Sep 2017 11:49:30 +0000 (11:49 +0000)]
[FASTFAT]
Don't decrease the open handle count too much (in cleanup & close). This avoid overflow and allows correct openings count

svn path=/trunk/; revision=75772

6 years ago[FASTFAT]
Pierre Schweitzer [Wed, 6 Sep 2017 11:48:42 +0000 (11:48 +0000)]
[FASTFAT]
Don't return uninit status on allocation failure.

svn path=/trunk/; revision=75771

6 years ago[Shell32]
James Tabor [Wed, 6 Sep 2017 05:33:35 +0000 (05:33 +0000)]
[Shell32]
- Patch by Fabian Maurer : Draw text on message boxes without background.
- Fixes CORE-13742.

svn path=/trunk/; revision=75770

6 years ago[PSDK]
Pierre Schweitzer [Tue, 5 Sep 2017 19:19:22 +0000 (19:19 +0000)]
[PSDK]
Define FSCTL_MARK_VOLUME_DIRTY.
This fixes build (erm)

svn path=/trunk/; revision=75769

6 years ago[FSUTIL]
Pierre Schweitzer [Tue, 5 Sep 2017 19:11:02 +0000 (19:11 +0000)]
[FSUTIL]
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!

svn path=/trunk/; revision=75768

6 years ago[FASTFAT]
Pierre Schweitzer [Tue, 5 Sep 2017 19:08:01 +0000 (19:08 +0000)]
[FASTFAT]
Fix a bug:
- IRP information was never set in VfatIsVolumeDirty() and thus dirty status was never copied back to the caller

svn path=/trunk/; revision=75767

6 years ago[FSUTIL]
Pierre Schweitzer [Tue, 5 Sep 2017 13:24:00 +0000 (13:24 +0000)]
[FSUTIL]
Avoid code duplication++

svn path=/trunk/; revision=75766

6 years ago[FSUTIL]
Pierre Schweitzer [Tue, 5 Sep 2017 13:10:16 +0000 (13:10 +0000)]
[FSUTIL]
Avoid code duplication

svn path=/trunk/; revision=75765

6 years ago[FSUTIL]
Pierre Schweitzer [Tue, 5 Sep 2017 12:56:45 +0000 (12:56 +0000)]
[FSUTIL]
Add a skeleton for the fsutil tool.
As a proof of concept, implement fsutil dirty query.
More to follow ;-).

svn path=/trunk/; revision=75764

6 years ago[PSDK]
Pierre Schweitzer [Tue, 5 Sep 2017 12:51:08 +0000 (12:51 +0000)]
[PSDK]
Add FSCTL for dirty bit read

svn path=/trunk/; revision=75763

6 years ago[RAPPS] Merged two Installed and Available enum values into one enum
Alexander Shaposhnikov [Sun, 3 Sep 2017 21:10:24 +0000 (21:10 +0000)]
[RAPPS] Merged two Installed and Available enum values into one enum

svn path=/branches/GSoC_2017/rapps/; revision=75761

6 years ago[RAPPS] Complete renaming
Alexander Shaposhnikov [Sun, 3 Sep 2017 21:03:06 +0000 (21:03 +0000)]
[RAPPS] Complete renaming

svn path=/branches/GSoC_2017/rapps/; revision=75760

6 years ago[RAPPS] Amendment: undo renaming in loaddlg.cpp
Alexander Shaposhnikov [Sun, 3 Sep 2017 20:48:53 +0000 (20:48 +0000)]
[RAPPS] Amendment: undo renaming in loaddlg.cpp

svn path=/branches/GSoC_2017/rapps/; revision=75759

6 years ago[RAPPS] Formatting fixes
Alexander Shaposhnikov [Sun, 3 Sep 2017 20:37:14 +0000 (20:37 +0000)]
[RAPPS] Formatting fixes
- CAvailableApplicationInfo: added m_ prefixes to members
- CAvailableApps: renamed EnumAvailableApplications to Enum
- Renamed LICENSE_TYPE enum to LicenseType and renamed enum values
- unattended.cpp: Added license header

svn path=/branches/GSoC_2017/rapps/; revision=75758

6 years ago[RAPPS] Removed unecessary `inline` in crichedit.h
Alexander Shaposhnikov [Sun, 3 Sep 2017 20:23:44 +0000 (20:23 +0000)]
[RAPPS] Removed unecessary `inline` in crichedit.h

svn path=/branches/GSoC_2017/rapps/; revision=75756

6 years ago[RAPPS] Fixed newline in de-DE.rc
Alexander Shaposhnikov [Sun, 3 Sep 2017 19:52:38 +0000 (19:52 +0000)]
[RAPPS] Fixed newline in de-DE.rc

svn path=/branches/GSoC_2017/rapps/; revision=75754

6 years ago[USBPORT]
Thomas Faber [Sat, 2 Sep 2017 22:48:45 +0000 (22:48 +0000)]
[USBPORT]
Patch by Vadim Galyant:
- Move isochronous transfer functions to their own file
- Fix return type of PUSBPORT_COMPLETE_TRANSFER
- Improve some debug prints

svn path=/trunk/; revision=75745

6 years ago[CMAKE] Add CL version 19.11 from VS 2017 version 15.3.3 to configure.cmd
Timo Kreuzer [Sat, 2 Sep 2017 16:27:38 +0000 (16:27 +0000)]
[CMAKE] Add CL version 19.11 from VS 2017 version 15.3.3 to configure.cmd

svn path=/trunk/; revision=75743

6 years ago[NTOS:MM]
Thomas Faber [Sat, 2 Sep 2017 15:18:02 +0000 (15:18 +0000)]
[NTOS:MM]
- Improve inaccurate debug print

svn path=/trunk/; revision=75742

6 years ago[User32]
James Tabor [Sat, 2 Sep 2017 14:36:16 +0000 (14:36 +0000)]
[User32]
- Disable code from CORE-10266.

svn path=/trunk/; revision=75741

6 years ago[MBEDTLS]
Thomas Faber [Sat, 2 Sep 2017 13:06:14 +0000 (13:06 +0000)]
[MBEDTLS]
- Update to version 2.6.0
CORE-13739

svn path=/trunk/; revision=75740

6 years ago[MPG123]
Thomas Faber [Sat, 2 Sep 2017 13:03:21 +0000 (13:03 +0000)]
[MPG123]
- Update to version 1.25.6
CORE-13739

svn path=/trunk/; revision=75739

6 years ago[LIBPNG]
Thomas Faber [Sat, 2 Sep 2017 12:44:21 +0000 (12:44 +0000)]
[LIBPNG]
- Update to version 1.6.32
CORE-13739

svn path=/trunk/; revision=75738

6 years ago[USBPORT]
Thomas Faber [Sat, 2 Sep 2017 09:03:07 +0000 (09:03 +0000)]
[USBPORT]
- Avoid unnecessary duplicate variables in USBPORT_FlushPendingTransfers

svn path=/trunk/; revision=75737

6 years ago[USBPORT]
Thomas Faber [Sat, 2 Sep 2017 08:59:52 +0000 (08:59 +0000)]
[USBPORT]
- Fix logic error: don't complete IRPs for which the cancel routine has been called.

svn path=/trunk/; revision=75736

6 years ago[NtUser]
James Tabor [Sat, 2 Sep 2017 04:45:16 +0000 (04:45 +0000)]
[NtUser]
- Patch by Fabian Maurer : Send WM_NCPAINT and WM_ERASEBKGND when window is shown. Only send position-change messages when needed.
- Adapted patch and fixes CORE-3998.

svn path=/trunk/; revision=75735

6 years ago[NtUser]
James Tabor [Sat, 2 Sep 2017 04:08:22 +0000 (04:08 +0000)]
[NtUser]
- Fix a potential crash in test_menu_locked_by_window.

svn path=/trunk/; revision=75734

6 years ago[EVENTCREATE]: Use wcstoul() to retrieve and check for valid numerical values.
Hermès Bélusca-Maïto [Fri, 1 Sep 2017 20:35:25 +0000 (20:35 +0000)]
[EVENTCREATE]: Use wcstoul() to retrieve and check for valid numerical values.

svn path=/trunk/; revision=75733

6 years ago[CONSOLE.CPL]: Fix an invalid success check after calling wcstoul(), plus usage fixes...
Hermès Bélusca-Maïto [Fri, 1 Sep 2017 20:17:25 +0000 (20:17 +0000)]
[CONSOLE.CPL]: Fix an invalid success check after calling wcstoul(), plus usage fixes for the True-Type combobox edit box.

svn path=/trunk/; revision=75732

6 years ago[SHIMENG] Fix logging when handling ordinal ordinal functions.
Mark Jansen [Fri, 1 Sep 2017 19:06:04 +0000 (19:06 +0000)]
[SHIMENG] Fix logging when handling ordinal ordinal functions.

svn path=/trunk/; revision=75731

6 years ago[SERVICES] Allow CreateService to create an interactive service under the LocalSystem...
Mark Jansen [Fri, 1 Sep 2017 18:27:40 +0000 (18:27 +0000)]
[SERVICES] Allow CreateService to create an interactive service under the LocalSystem account.
MSDN stated that this is allowed, and this fixes VMWare Horizon setup not working.
CORE-13434

svn path=/trunk/; revision=75730

6 years ago[NET]: Whitespace fixes only.
Hermès Bélusca-Maïto [Fri, 1 Sep 2017 18:00:06 +0000 (18:00 +0000)]
[NET]: Whitespace fixes only.

svn path=/trunk/; revision=75729

6 years ago[ACPPAGE]: "Sync fail" with Mark Jansen's translation work in CORE-13693, sorry :(
Hermès Bélusca-Maïto [Thu, 31 Aug 2017 20:49:02 +0000 (20:49 +0000)]
[ACPPAGE]: "Sync fail" with Mark Jansen's translation work in CORE-13693, sorry :(

svn path=/trunk/; revision=75726

6 years ago[ACPPAGE]: Improve the compatibility tab:
Hermès Bélusca-Maïto [Thu, 31 Aug 2017 20:38:38 +0000 (20:38 +0000)]
[ACPPAGE]: Improve the compatibility tab:
- Use the tab title from the corresponding dialog resource caption string.
- Fix some translations, and complete the french one.
- Use DialogBoxParamW and MAKEINTRESOURCEW (with W).

svn path=/trunk/; revision=75725

6 years ago[RAPPS] Adjusted splitter values a bit. CORE-13163
Alexander Shaposhnikov [Wed, 30 Aug 2017 22:22:38 +0000 (22:22 +0000)]
[RAPPS] Adjusted splitter values a bit. CORE-13163

svn path=/branches/GSoC_2017/rapps/; revision=75718