reactos.git
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

6 years ago[BROWSEUI] -Demote a fixme print to a mere comment.
Giannis Adamopoulos [Wed, 30 Aug 2017 12:59:05 +0000 (12:59 +0000)]
[BROWSEUI] -Demote a fixme print to a mere comment.

svn path=/trunk/; revision=75714

6 years ago[SHELL32] -SHChangeNotifyRegister: Don't call CreateFileW with something that is...
Giannis Adamopoulos [Wed, 30 Aug 2017 12:49:59 +0000 (12:49 +0000)]
[SHELL32] -SHChangeNotifyRegister: Don't call CreateFileW with something that is not a filesystem path as this will obviously fail like when we are browsing My Computer.

svn path=/trunk/; revision=75713

6 years ago[SHELL32][BROWSEUI] -Demote some uselass error prints and promote some others that...
Giannis Adamopoulos [Wed, 30 Aug 2017 12:29:43 +0000 (12:29 +0000)]
[SHELL32][BROWSEUI] -Demote some uselass error prints and promote some others that make sense to have. Avoid a case that would logically hit an error as initialization of the shell browser is still under way,

svn path=/trunk/; revision=75712

6 years ago[RAPPS] Fixed resizing issues. CORE-13163
Alexander Shaposhnikov [Wed, 30 Aug 2017 07:59:27 +0000 (07:59 +0000)]
[RAPPS] Fixed resizing issues. CORE-13163

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

6 years ago[EXPLORER] -Fix a comment typo. CORE-13566
Giannis Adamopoulos [Tue, 29 Aug 2017 09:11:57 +0000 (09:11 +0000)]
[EXPLORER] -Fix a comment typo. CORE-13566

svn path=/trunk/; revision=75706

6 years ago[CMD]: Russian translation for the START command, adapted from amber CORE-13248,...
Hermès Bélusca-Maïto [Mon, 28 Aug 2017 20:31:34 +0000 (20:31 +0000)]
[CMD]: Russian translation for the START command, adapted from amber CORE-13248, jperm CORE-13560 and reviewed by Alexander Shaposhnikov (sanchaez). Thank you all :)
Addendum to r75369.

svn path=/trunk/; revision=75705

6 years ago[INF]
Thomas Faber [Mon, 28 Aug 2017 19:42:35 +0000 (19:42 +0000)]
[INF]
- Properly set svn:eol-style. These files are text, so they shouldn't be marked as binary, and they need to have CRLF line endings since they go on the iso.

svn path=/trunk/; revision=75704

6 years ago[RAPPS] Final commit
Alexander Shaposhnikov [Mon, 28 Aug 2017 15:12:23 +0000 (15:12 +0000)]
[RAPPS] Final commit
- Removed atlex

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

6 years ago[UXTHEME] -When calculating the size of caption buttons assume that they have the...
Giannis Adamopoulos [Mon, 28 Aug 2017 13:41:16 +0000 (13:41 +0000)]
[UXTHEME] -When calculating the size of caption buttons assume that they have the same size. Hacks in the theme files that change the way the buttons are drawn actually make them appear to have a different size. CORE-13512

svn path=/trunk/; revision=75696

6 years ago[RAPPS] Add a SHA1 sum to uTorrent.
Sylvain Petreolle [Sun, 27 Aug 2017 12:00:55 +0000 (12:00 +0000)]
[RAPPS] Add a SHA1 sum to uTorrent.
CORE-13666

svn path=/trunk/; revision=75691

6 years ago[UXTHEME] -Ignore the alpha channel so that TrasnparentBlt will be used when a bitmap...
Giannis Adamopoulos [Sun, 27 Aug 2017 10:55:30 +0000 (10:55 +0000)]
[UXTHEME] -Ignore the alpha channel so that TrasnparentBlt will be used when a bitmap has an alpha channel but no pixel has alpha transparency. CORE-13464

svn path=/trunk/; revision=75688

6 years ago[BROWSEUI] -CExplorerBand: Calling ILGetDisplayNameEx with a full pidl was a bit...
Giannis Adamopoulos [Sun, 27 Aug 2017 09:35:03 +0000 (09:35 +0000)]
[BROWSEUI] -CExplorerBand: Calling ILGetDisplayNameEx with a full pidl was a bit hacky after all because it doesn't work always in win10. Just get the name manually as no helper is good enough.

svn path=/trunk/; revision=75687

6 years ago[RAPPS] RC of final commit
Alexander Shaposhnikov [Sun, 27 Aug 2017 00:00:45 +0000 (00:00 +0000)]
[RAPPS] RC of final commit
- Hide checkboxes in "Installed"

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

6 years ago[GDI32|Metafile]
James Tabor [Sat, 26 Aug 2017 22:49:13 +0000 (22:49 +0000)]
[GDI32|Metafile]
- Andrew Eikum : Update metafile world transform immediately in winnt mode.
- More information at https://www.winehq.org/pipermail/wine-cvs/2017-August/122607.html .

svn path=/trunk/; revision=75685

6 years ago[RAPPS]
Alexander Shaposhnikov [Sat, 26 Aug 2017 22:43:05 +0000 (22:43 +0000)]
[RAPPS]
- Fixed crash when trying to double-click in the "Installed" category
- Replaced APPLICATION_INFO with CAvailableApplicationInfo
- Added DownloadInfo struct as a replacement of APPLICATION_INFO in CDownloadManager
- Minor fixes

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

6 years ago[RAPPS]
Alexander Shaposhnikov [Sat, 26 Aug 2017 22:35:29 +0000 (22:35 +0000)]
[RAPPS]
- Fixed typo in lang/ru-RU.rc

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

6 years ago[TRANSLATIONS]
Kamil Hornicek [Sat, 26 Aug 2017 21:19:44 +0000 (21:19 +0000)]
[TRANSLATIONS]
- Fix missing shortcuts on desktop for Ukrainian localization.

svn path=/trunk/; revision=75682

6 years ago[RAPPS]
Alexander Shaposhnikov [Sat, 26 Aug 2017 19:41:09 +0000 (19:41 +0000)]
[RAPPS]
- Fixed switching between "Installed" and "Available"
- Added default icon to "Installed"

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

6 years ago[RAPPS]
Alexander Shaposhnikov [Sat, 26 Aug 2017 17:52:55 +0000 (17:52 +0000)]
[RAPPS]
- Revert s_EnumInstalledAppProc()

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