reactos.git
6 years ago[SDB][APPHELP] Add ShimVersionNT data tags + read them in SdbPackAppCompatData
Mark Jansen [Tue, 10 Apr 2018 22:05:41 +0000 (00:05 +0200)]
[SDB][APPHELP] Add ShimVersionNT data tags + read them in SdbPackAppCompatData

6 years ago[APPHELP_APITEST] Add tests for Data tags
Mark Jansen [Tue, 10 Apr 2018 20:40:27 +0000 (22:40 +0200)]
[APPHELP_APITEST] Add tests for Data tags

6 years ago[APPHELP] Implement SdbQueryData[Ex][TagID]
Mark Jansen [Tue, 10 Apr 2018 20:42:03 +0000 (22:42 +0200)]
[APPHELP] Implement SdbQueryData[Ex][TagID]

6 years ago[XML2SDB] Add support for DATA in Layers.
Mark Jansen [Tue, 10 Apr 2018 20:39:29 +0000 (22:39 +0200)]
[XML2SDB] Add support for DATA in Layers.

6 years ago[USER32] Fix compilation when USE_VERSIONED_CLASSES is not defined
Joachim Henze [Thu, 12 Apr 2018 15:57:38 +0000 (17:57 +0200)]
[USER32] Fix compilation when USE_VERSIONED_CLASSES is not defined

Variable 'Status' would be set but not used otherwise in this case.
This commit will not fix or improve CORE-13278,
but was spotted when having a look at that.

6 years ago[EVENTVWR] Add support for a command-line for the Event Log Viewer.
Hermès Bélusca-Maïto [Thu, 12 Apr 2018 00:45:37 +0000 (02:45 +0200)]
[EVENTVWR] Add support for a command-line for the Event Log Viewer.
CORE-12269

- Add support for '/?' and '/l:' switches. The former displays usage
  information. The latter allows to specify an event log file to load.
  Also one can specify the computer name from which one wants to
  retrieve events for display (work in progress).
- In EnumEventsThread(), move around the code that updates the
  application title and status bar, so that the selected event log name
  and loading status is always displayed first, while loading itself is
  in progress.

6 years ago[EVENTVWR] Enhancements to the event log viewer.
Hermès Bélusca-Maïto [Thu, 12 Apr 2018 00:32:37 +0000 (02:32 +0200)]
[EVENTVWR] Enhancements to the event log viewer.

- Initialize hwndMainWindow as it can be used before it is properly
  initialized with an existing window handle.
- Transform ShowLastWin32Error() to a more generic ShowWin32Error().
- Use iswdigit() instead of isdigit().
- Add extra heap buffer cleanup.
- Split OpenUserEventLog() in two: OpenUserEventLog() that displays
  an open-file dialog, and OpenUserEventLogFile() that does the real
  work of allocating internal structures and opening the log file using
  the event-log service. We also check that the file really exists
  before proceeding further.
- Force treeview repaint when *children* items are inserted, because
  otherwise the expand/collapse buttons do not display next to parent
  items (this problem happens on Windows too).
- Reshuffle the resource string IDs.

6 years ago[NET] Replace remaining hard-coded strings by string resources for the NET STATISTICS...
Eric Kohl [Wed, 11 Apr 2018 22:58:30 +0000 (00:58 +0200)]
[NET] Replace remaining hard-coded strings by string resources for the NET STATISTICS command.

6 years ago[WIN32SS][NTDDRAW] Fix ddraw palette regression CORE-13714
Joachim Henze [Wed, 11 Apr 2018 13:39:54 +0000 (15:39 +0200)]
[WIN32SS][NTDDRAW] Fix ddraw palette regression CORE-13714

This nice patch of Jerome Gardou improves palette
when VBEMP & inbuilt Mesa is used for
Diablo II, MS Age Of Empires 1, Anno 1602
to the state we had in SVN r75060 and below.

We already committed this fix into 0.4.8-release before.

6 years ago[KERNEL32/STRING] Sync sortkey.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:49:52 +0000 (12:49 +0100)]
[KERNEL32/STRING] Sync sortkey.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/STRING] Sync lcformat.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:48:50 +0000 (12:48 +0100)]
[KERNEL32/STRING] Sync lcformat.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/STRING] Sync format_msg.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:47:12 +0000 (12:47 +0100)]
[KERNEL32/STRING] Sync format_msg.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/STRING] Sync fold.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:45:42 +0000 (12:45 +0100)]
[KERNEL32/STRING] Sync fold.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32] Missed this file. Fixes build.
Amine Khaldi [Wed, 11 Apr 2018 11:44:23 +0000 (12:44 +0100)]
[KERNEL32] Missed this file. Fixes build.

6 years ago[KERNEL32/STRING] Import digitmap.c from, and sync casemap.c with, Wine Staging 3...
Amine Khaldi [Wed, 11 Apr 2018 11:39:39 +0000 (12:39 +0100)]
[KERNEL32/STRING] Import digitmap.c from, and sync casemap.c with, Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/WINE] Sync res.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:36:44 +0000 (12:36 +0100)]
[KERNEL32/WINE] Sync res.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/WINE] Sync profile.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:32:54 +0000 (12:32 +0100)]
[KERNEL32/WINE] Sync profile.c with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32/WINE] Sync lzexpand.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:30:53 +0000 (12:30 +0100)]
[KERNEL32/WINE] Sync lzexpand.c with Wine Staging 3.3. CORE-14434

6 years ago[WIDL] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:29:04 +0000 (12:29 +0100)]
[WIDL] Sync with Wine Staging 3.3. CORE-14434

6 years ago[UNICODE] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Wed, 11 Apr 2018 11:25:43 +0000 (12:25 +0100)]
[UNICODE] Sync with Wine Staging 3.3. CORE-14434

6 years ago[TRANSLATION] Polish translation update for drwtsn32, winlogon and usersrv. (#475)
Adam Słaboń [Tue, 10 Apr 2018 20:54:34 +0000 (22:54 +0200)]
[TRANSLATION] Polish translation update for drwtsn32, winlogon and usersrv. (#475)

6 years ago[TRANSLATION][SHELL32] Corrected mistakes
Joann Mõndresku [Tue, 10 Apr 2018 15:25:48 +0000 (18:25 +0300)]
[TRANSLATION][SHELL32] Corrected mistakes

6 years ago[NET] Improve the NET STATISTICS command
Eric Kohl [Tue, 10 Apr 2018 19:32:30 +0000 (21:32 +0200)]
[NET] Improve the NET STATISTICS command

- Add resource strings for the NET STATISTICS SERVER command.
- Convert and display the 'statistics since' time.

6 years ago[TRANSLATION][MEDIA] Polish translation update (#479)
Paweł Cholewa [Tue, 10 Apr 2018 13:50:03 +0000 (15:50 +0200)]
[TRANSLATION][MEDIA] Polish translation update (#479)

6 years ago[RTL] actctx: Use the new RosGetProcessCompatVersion. 419/head
Mark Jansen [Mon, 9 Apr 2018 16:55:59 +0000 (18:55 +0200)]
[RTL] actctx: Use the new RosGetProcessCompatVersion.

6 years ago[NTDLL] Check the process manifest at startup for a compatibility section.
Mark Jansen [Sat, 13 Jan 2018 20:32:48 +0000 (21:32 +0100)]
[NTDLL] Check the process manifest at startup for a compatibility section.

6 years agoFix build
Giannis Adamopoulos [Sun, 8 Apr 2018 22:42:17 +0000 (01:42 +0300)]
Fix build

6 years ago[RTL] actctx.c: Use an alternative implicit activation context when an application...
Giannis Adamopoulos [Sun, 8 Apr 2018 19:28:29 +0000 (22:28 +0300)]
[RTL] actctx.c: Use an alternative implicit activation context when an application is built for latest windows versions.
Instead of loading systemcompatible.manifest as the implicit activation context, load forwardcompatible.manifest
Add a new assembly containing all apisets called ReactOS.Apisets and make it a dependency to forwardcompatible.manifest

6 years ago[RTL] Fixes for supportedOS close elements.
Mark Jansen [Sun, 8 Apr 2018 22:01:30 +0000 (00:01 +0200)]
[RTL] Fixes for supportedOS close elements.
Imported from wine
f8cca44: ntdll: Allow closing tags for 'supportedOS' elements.
697d4a7: ntdll: Allow explicitly specified asm.v2 namespace for "trustInfo".

6 years ago[NET] Add the NET STATISTICS command
Eric Kohl [Sun, 8 Apr 2018 18:04:11 +0000 (20:04 +0200)]
[NET] Add the NET STATISTICS command

6 years ago[CMAKE] Use configuration-specific names for files generated by CMake. 474/head
Thomas Faber [Sun, 8 Apr 2018 16:31:27 +0000 (18:31 +0200)]
[CMAKE] Use configuration-specific names for files generated by CMake.

Fixes configuring with VSSolution.

6 years ago[KERNEL32_VISTA] This function now comes from rtlfuncs.h
Mark Jansen [Sun, 8 Apr 2018 15:47:43 +0000 (17:47 +0200)]
[KERNEL32_VISTA] This function now comes from rtlfuncs.h

6 years ago[APISETS] Update the script to take the current newline setting into account.
Mark Jansen [Sun, 8 Apr 2018 09:10:11 +0000 (11:10 +0200)]
[APISETS] Update the script to take the current newline setting into account.

6 years ago[KERNEL32_VISTA] Export InitializeCriticalSectionEx.
Mark Jansen [Sun, 8 Apr 2018 09:09:54 +0000 (11:09 +0200)]
[KERNEL32_VISTA] Export InitializeCriticalSectionEx.

6 years ago[KERNEL32] Implement FlsAlloc/FlsFree based on Wine's implementation. 472/head
Mark Jansen [Sat, 7 Apr 2018 21:41:53 +0000 (23:41 +0200)]
[KERNEL32] Implement FlsAlloc/FlsFree based on Wine's implementation.

6 years ago[USERSRV] HardError: Fix compilation warning; fix few comments; fix the default empty...
Hermès Bélusca-Maïto [Sun, 8 Apr 2018 14:15:56 +0000 (16:15 +0200)]
[USERSRV] HardError: Fix compilation warning; fix few comments; fix the default empty window title string.

6 years ago[ZIPFLDR] Typo fix
Bișoc George [Sun, 8 Apr 2018 09:34:13 +0000 (11:34 +0200)]
[ZIPFLDR] Typo fix

6 years ago[EXPLORER] Implement the feature of cleanly shutting down the explorer shell when...
Hermès Bélusca-Maïto [Sat, 7 Apr 2018 22:33:23 +0000 (00:33 +0200)]
[EXPLORER] Implement the feature of cleanly shutting down the explorer shell when cancelling the shutdown-dialog while pressing the CTRL-ALT-SHIFT keys.

See the feature description in https://msdn.microsoft.com/en-us/library/windows/desktop/cc144064(v=vs.85).aspx
and the additional observations reported in CORE-14358 .

6 years ago[EXPLORER] Remove trailing whitespace.
Hermès Bélusca-Maïto [Sat, 7 Apr 2018 22:32:11 +0000 (00:32 +0200)]
[EXPLORER] Remove trailing whitespace.

6 years ago[MSGINA] Add the shutdown reason dialog but keep it disabled by default
Eric Kohl [Sat, 7 Apr 2018 18:47:10 +0000 (20:47 +0200)]
[MSGINA] Add the shutdown reason dialog but keep it disabled by default

6 years ago[BOOTDATA] Remove 'debugout.sys' mention since this driver has been removed in r26032...
Hermès Bélusca-Maïto [Sat, 7 Apr 2018 20:13:20 +0000 (22:13 +0200)]
[BOOTDATA] Remove 'debugout.sys' mention since this driver has been removed in r26032 (ad07a1e5).

6 years ago[EXPLORER] Remove double 'return' statement. Determining whether it should be HTBORDE...
Hermès Bélusca-Maïto [Sat, 7 Apr 2018 17:06:04 +0000 (19:06 +0200)]
[EXPLORER] Remove double 'return' statement. Determining whether it should be HTBORDER or HTCLIENT is left as an exercise to the reader.
Spotted by 'mudhead'. CORE-14528

6 years ago[USERSRV] Hard-error improvements 7/7 446/head
Hermès Bélusca-Maïto [Fri, 23 Mar 2018 22:50:50 +0000 (23:50 +0100)]
[USERSRV] Hard-error improvements 7/7

- Use a more descriptive "unknown hard error" string than Windows' one.
- Improve the computation of the buffer size for the hard error message
  by using _vscwprintf() instead of just "guessing" which size the fully
  printf'ed message could be.

6 years ago[USERSRV] Hard-error improvements 6/7
Hermès Bélusca-Maïto [Sat, 24 Mar 2018 22:07:35 +0000 (23:07 +0100)]
[USERSRV] Hard-error improvements 6/7

Make UserpFormatMessages() return the possible timeout for the hard error; use it when displaying the hard error message boxes.

6 years ago[USERSRV] Hard-error improvements 5/7 - Implement STATUS_SERVICE_NOTIFICATION handling.
Hermès Bélusca-Maïto [Mon, 19 Mar 2018 01:22:20 +0000 (02:22 +0100)]
[USERSRV] Hard-error improvements 5/7 - Implement STATUS_SERVICE_NOTIFICATION handling.

- In UserpCaptureStringParameters(), always capture the parameter
  strings with a terminating NULL. Also, no need to convert them to
  ANSI if they are used with a STATUS_SERVICE_NOTIFICATION message.
- Determine within UserpFormatMessages() the message box flags to be
  used, either from the message parameters (if STATUS_SERVICE_NOTIFICATION)
  or from the proposed response options and message status severity.
  These flags are then used by both UserpShowInformationBalloon()/UserpShellHardError()
  and by UserpMessageBox().
- Improve Message validation (especially for STATUS_SERVICE_NOTIFICATION).
- Try to display the hard error status number if it's an unknown one.

6 years ago[USERSRV] Hard-error improvements 4/7
Hermès Bélusca-Maïto [Sat, 24 Mar 2018 21:47:50 +0000 (22:47 +0100)]
[USERSRV] Hard-error improvements 4/7

- Make UserpFormatMessages() always succeed by falling back on
  static string buffers if allocating large string buffers fail due to
  lack of memory. Then the hard error popups will have truncated
  strings, but at least something will be displayed instead of nothing,
  thus alerting the user that something went wrong anyway.
- Simplify a bit the code by moving the NtOpenProcess(),
  UserpCaptureStringParameters() and UserpFreeStringParameters() calls
  inside UserpFormatMessages(). This also allows simplifying its
  prototype.

6 years ago[USERSRV] Hard-error improvements 3/7
Hermès Bélusca-Maïto [Sun, 4 Mar 2018 16:38:06 +0000 (17:38 +0100)]
[USERSRV] Hard-error improvements 3/7

- Cache localized hard error message components: the status severity,
  the system process name and the unhandled exception debug strings.
- Try not to fail too much. In particular, don't fail if a string could
  not be correctly captured in UserpCaptureStringParameters() (we then
  use a default empty string). The next aim is to make UserpFormatMessages()
  not failing at all.
- Use RtlStringCbPrintf(Ex)W where possible so that one can use counted
  (and not NULL-terminated) UNICODE_STRINGs where possible. This allows
  using counted resource strings without having to allocate memory.
- If available, prepend the window title of the application that
  triggered the hard error to the hard error message box caption.

6 years ago[USERSRV] Hard-error improvements 2/7 - More failure path handling.
Hermès Bélusca-Maïto [Sun, 4 Mar 2018 16:39:44 +0000 (17:39 +0100)]
[USERSRV] Hard-error improvements 2/7 - More failure path handling.

In particular do not always fail as soon as there is an error, because they may be the sign of an OS problem and this is precisely in this case that we want to display a hard-error.

6 years ago[USERSRV] Hard-error improvements 1/7
Hermès Bélusca-Maïto [Sat, 24 Mar 2018 20:26:20 +0000 (21:26 +0100)]
[USERSRV] Hard-error improvements 1/7

- Use hard-error captions depending on the status code severity.
- Improve handling of the STATUS_UNHANDLED_EXCEPTION error. Start
  implementing the display of the dialog button descriptions ("OK" to
  terminate the application; "Cancel" to debug the application).
- Add support for the "ErrorMode" and "ShellErrorMode" registry values
  under HKLM\System\CurrentControlSet\Control\Windows.
- Use MessageBoxTimeoutW() in UserpMessageBox() to support different
  message box timeouts.
- Log hard errors into the System event log.

6 years ago[NDK] Increase MAXIMUM_HARDERROR_PARAMETERS for Win2k3 compatibility.
Hermès Bélusca-Maïto [Sat, 17 Feb 2018 15:25:44 +0000 (16:25 +0100)]
[NDK] Increase MAXIMUM_HARDERROR_PARAMETERS for Win2k3 compatibility.

6 years ago[RAPPS] Introduce 'SizeBytes' DB entry and use it for display
Alexander Shaposhnikov [Sat, 7 Apr 2018 16:17:22 +0000 (19:17 +0300)]
[RAPPS] Introduce 'SizeBytes' DB entry and use it for display

This will allow us to reduce the DB size a little by avoiding
duplication for each and every entry.
Original patch by JIRA user "swyter"

CORE-10310

6 years ago[ZIPFLDR] Register the shell extension. 451/head
Mark Jansen [Fri, 29 Dec 2017 22:45:47 +0000 (23:45 +0100)]
[ZIPFLDR] Register the shell extension.
CORE-7684

6 years ago[ZIPFLDR] Initial implementation.
Mark Jansen [Fri, 29 Dec 2017 22:45:02 +0000 (23:45 +0100)]
[ZIPFLDR] Initial implementation.
Icon by Jared Smudde
CORE-7684

6 years ago[ZLIB] Add minizip as library.
Mark Jansen [Tue, 3 Apr 2018 20:15:20 +0000 (22:15 +0200)]
[ZLIB] Add minizip as library.
CORE-7684

6 years ago[SHELL32_APITEST] Show that our current SHCreateFileExtractIconW is incorrect.
Mark Jansen [Tue, 27 Mar 2018 17:58:43 +0000 (19:58 +0200)]
[SHELL32_APITEST] Show that our current SHCreateFileExtractIconW is incorrect.
CORE-14082

6 years ago[SHELL32] Partially implement SHCreateFileExtractIconW
Mark Jansen [Tue, 27 Mar 2018 17:57:00 +0000 (19:57 +0200)]
[SHELL32] Partially implement SHCreateFileExtractIconW
CORE-14082

6 years ago[SHELL32] Initial partial IShellFolderViewCB implementation.
Mark Jansen [Mon, 18 Dec 2017 22:27:05 +0000 (23:27 +0100)]
[SHELL32] Initial partial IShellFolderViewCB implementation.

6 years ago[APISETS] Add the initial set of auto-generated files. 468/head
Mark Jansen [Sat, 7 Apr 2018 01:24:12 +0000 (03:24 +0200)]
[APISETS] Add the initial set of auto-generated files.
CORE-13231

6 years ago[APISETS] Introduce a script that will generate apisets based on wine apisets.
Mark Jansen [Sat, 7 Apr 2018 01:24:07 +0000 (03:24 +0200)]
[APISETS] Introduce a script that will generate apisets based on wine apisets.
Functions that are present in ReactOS will be forwarded, the rest stubbed.
CORE-13231

6 years ago[SDK] Remove some unused includes in stubs.h
Mark Jansen [Sat, 7 Apr 2018 01:23:56 +0000 (03:23 +0200)]
[SDK] Remove some unused includes in stubs.h
CORE-13231

6 years ago[NTOS:CC] Use UNIMPLEMENTED_ONCE instead of custom code
Serge Gautherie [Thu, 22 Feb 2018 14:31:04 +0000 (15:31 +0100)]
[NTOS:CC] Use UNIMPLEMENTED_ONCE instead of custom code

- Rewrite e319f85e67b1d057fb1c0d0449a6756fa0d459ba.

6 years ago[SDK:REACTOS] Define UNIMPLEMENTED_ONCE for "!DBG && _MSC_VER" too
Serge Gautherie [Thu, 22 Feb 2018 14:26:10 +0000 (15:26 +0100)]
[SDK:REACTOS] Define UNIMPLEMENTED_ONCE for "!DBG && _MSC_VER" too

- Addendum to 81eb3bbceb518c331f3d8e4754ad61adc0e94d33.
- Merge "_MSC_VER" and "!_MSC_VER" cases, to prevent such a mistake.

6 years ago[NTOSKRNL] Fix IopValidateID using uninitialized var, reset SeparatorsCount in the...
Mark Jansen [Thu, 5 Apr 2018 20:06:31 +0000 (22:06 +0200)]
[NTOSKRNL] Fix IopValidateID using uninitialized var, reset SeparatorsCount in the MultiSz case.

6 years ago[REACTOS] Fix 64 bit build (#465)
Timo Kreuzer [Tue, 3 Apr 2018 21:13:17 +0000 (15:13 -0600)]
[REACTOS] Fix 64 bit build (#465)

* [HAL] Simplify HalpReboot() and make it portable
* [NTOS:MM] Cast constant to PVOID
* [BINPATCH] Fix 64 bit build
* [VFDDRV] Fix 64 bit build and buffer overruns
* [USBOHCI] Fix structure alignment issues
* [ATL_APITEST] Fix 64 bit build
* [XDK] Update unwind structures in winnt.h
* [NTDLL_APITEST] Fix 64 bit build
* [NTDLL_WINETEST] Fix 64 bit build
* [TFTPD] Fix x64 build
* [USBPORT] Fix a C_ASSERT
* [DSOUND] Fix x64 build
* [HAL] Remove obsolete GetPteAddress() macro

6 years ago[MSGINA] Fix the SAS dialog
Eric Kohl [Tue, 3 Apr 2018 20:32:10 +0000 (22:32 +0200)]
[MSGINA] Fix the SAS dialog
- Make the "Press Crtl-Alt-Delete..." text control as wide as possible so that the text will fit in one line for all languages.
- Make the albaninan SAS dialog look like the SAS dialog for the other languages.

6 years ago[XINPUT1_3_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:52:18 +0000 (13:52 +0100)]
[XINPUT1_3_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WSCRIPT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:51:45 +0000 (13:51 +0100)]
[WSCRIPT_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WS2_32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:51:13 +0000 (13:51 +0100)]
[WS2_32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[WINMM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:50:40 +0000 (13:50 +0100)]
[WINMM_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[USER32_WINETEST] Sync everything except win.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:49:56 +0000 (13:49 +0100)]
[USER32_WINETEST] Sync everything except win.c with Wine Staging 3.3. CORE-14434

6 years ago[PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:48:43 +0000 (13:48 +0100)]
[PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434

6 years ago[SHELL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:47:46 +0000 (13:47 +0100)]
[SHELL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[SETUPAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:47:12 +0000 (13:47 +0100)]
[SETUPAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[SERVICES_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:46:36 +0000 (13:46 +0100)]
[SERVICES_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[SECUR32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:45:57 +0000 (13:45 +0100)]
[SECUR32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[RSAENH_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:45:23 +0000 (13:45 +0100)]
[RSAENH_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[PSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:44:31 +0000 (13:44 +0100)]
[PSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[OPENGL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:43:57 +0000 (13:43 +0100)]
[OPENGL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[NTDLL_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:43:22 +0000 (13:43 +0100)]
[NTDLL_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[MSVCRT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:42:04 +0000 (13:42 +0100)]
[MSVCRT_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[LOCALSPL_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:40:29 +0000 (13:40 +0100)]
[LOCALSPL_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[KERNEL32_WINETEST] Sync everything except file.c and virtual.c with Wine Staging...
Amine Khaldi [Tue, 3 Apr 2018 12:39:42 +0000 (13:39 +0100)]
[KERNEL32_WINETEST] Sync everything except file.c and virtual.c with Wine Staging 3.3. CORE-14434

6 years ago[INCLUDE/WINE] Update winternl.h. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:38:27 +0000 (13:38 +0100)]
[INCLUDE/WINE] Update winternl.h. CORE-14434

6 years ago[PSDK][XDK] Add some missing definitions. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:35:01 +0000 (13:35 +0100)]
[PSDK][XDK] Add some missing definitions. CORE-14434

6 years ago[HID_WINETEST] Import from Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:32:05 +0000 (13:32 +0100)]
[HID_WINETEST] Import from Wine Staging 3.3. CORE-14434

6 years ago[DDK] Import hidsdi.h from Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:30:30 +0000 (13:30 +0100)]
[DDK] Import hidsdi.h from Wine Staging 3.3. CORE-14434

6 years ago[GDI32_WINETEST] Sync everything except dib.c with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:28:13 +0000 (13:28 +0100)]
[GDI32_WINETEST] Sync everything except dib.c with Wine Staging 3.3. CORE-14434

6 years ago[DNSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:26:14 +0000 (13:26 +0100)]
[DNSAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[COMCTL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:25:05 +0000 (13:25 +0100)]
[COMCTL32_WINETEST] Sync with Wine Staging 3.3. CORE-14434

6 years ago[PSDK] Add some missing BS_* definitions. CORE-14434
Amine Khaldi [Tue, 3 Apr 2018 12:24:07 +0000 (13:24 +0100)]
[PSDK] Add some missing BS_* definitions. CORE-14434

6 years ago[APPVEYOR] Start with the MSVC x64 build so we can get to what breaks it a bit sooner.
Amine Khaldi [Tue, 3 Apr 2018 12:19:30 +0000 (13:19 +0100)]
[APPVEYOR] Start with the MSVC x64 build so we can get to what breaks it a bit sooner.

6 years ago[APPVEYOR] Add the MSVC x64 build. Dedicated to Timo.
Amine Khaldi [Tue, 3 Apr 2018 12:16:09 +0000 (13:16 +0100)]
[APPVEYOR] Add the MSVC x64 build. Dedicated to Timo.

6 years ago[CONSOLE] Italian translation update (#466)
Bișoc George [Tue, 3 Apr 2018 10:58:54 +0000 (12:58 +0200)]
[CONSOLE] Italian translation update (#466)

- Strings translated
- Typo fixed

6 years ago[RAPPS] Use FTP in passive mode
Alexander Shaposhnikov [Mon, 2 Apr 2018 21:44:12 +0000 (00:44 +0300)]
[RAPPS] Use FTP in passive mode

This should finally fix FTP downloads in RAPPS.

6 years ago[NET] Implement the NET CONFIG WORKSTATION command
Eric Kohl [Mon, 2 Apr 2018 21:13:50 +0000 (23:13 +0200)]
[NET] Implement the NET CONFIG WORKSTATION command

6 years ago[RAPPS] Fix FTP downloads
Alexander Shaposhnikov [Mon, 2 Apr 2018 20:51:35 +0000 (23:51 +0300)]
[RAPPS] Fix FTP downloads

6 years ago[EXPLORER] Handle WM_CONTEXTMENU message in CNotifyToolbar and BN_CLICKED notificatio...
Hermès Bélusca-Maïto [Mon, 2 Apr 2018 19:06:09 +0000 (21:06 +0200)]
[EXPLORER] Handle WM_CONTEXTMENU message in CNotifyToolbar and BN_CLICKED notification in CSysPagerWnd.

With these, we generate the WM_CONTEXTMENU and NIN_(KEY)SELECT
shell icon notifications that applications expect when they handle
shell notification icons with uVersion >= 3.

This fixes in particular the previously unresponsive icon of KVIrc 4.x,
and more generally *all* the notifiation icons of Qt applications.
CORE-10605 #resolve

6 years ago[RAPPS] Update rapps .cab download link
Alexander Shaposhnikov [Mon, 2 Apr 2018 18:00:10 +0000 (21:00 +0300)]
[RAPPS] Update rapps .cab download link

This replaces old link to svn.reactos.org with rapps.reactos.org
which is a new stable location for RAPPS database and future community
website. That said, svn.reactos.org link will be kept for some time.

TODO: make this a configurable value.

CORE-14351

6 years ago[WINLOGON] Fix shutdown timeout format string for long timeout
Eric Kohl [Mon, 2 Apr 2018 16:52:47 +0000 (18:52 +0200)]
[WINLOGON] Fix shutdown timeout format string for long timeout

- Use the "%d days" format for timeouts longer than a day.
- Fail if timeout is 10 years or longer.
- TODO: Replace format strings by resources. German WinXP uses "%d days" instead of "%d Tage". We can do better! ;-)

6 years ago[TRACERT] Use ConUtils lib and update de-DE.rc CORE-14265
Joachim Henze [Mon, 2 Apr 2018 16:10:31 +0000 (18:10 +0200)]
[TRACERT] Use ConUtils lib and update de-DE.rc CORE-14265

Most likely this also improves formerly unprintable characters for
fr-FR, it-IT, ro-RO, ru-RU, zh-CN.