Mark Jansen
28a091ac12
[APPHELP][APPHELP_APITEST] Implement SdbGetDatabaseInformation
...
CORE-11301
2019-02-25 20:00:34 +01:00
Mark Jansen
5c05a29d3d
[APPHELP] Implement ShimDumpCache and ShimFlushCache
...
These functions simply call into the Base* functions,
having a prototype that is compatible with rundll32
CORE-11301
2019-02-25 20:00:34 +01:00
Mark Jansen
f2f54a052e
[SDB] Initial SdbRegisterDatabase stubs
...
CORE-11301
2019-02-25 20:00:34 +01:00
Mark Jansen
a9bd3da299
[APPHELP_APITEST] Add a test for shim database registration
...
CORE-11301
2019-02-25 20:00:34 +01:00
Stanislav Motylkov
12e78a9039
[MODULES][WALLPAPERS] Fix build ( #1375 )
...
Some file names still contained space instead of underline. Addendum to 0760802
.
2019-02-25 11:41:41 +01:00
Luo Yufan
ca9cdce760
[TRANSLATION] Update Chinese and Traditional Chinese translations. ( #1369 )
2019-02-25 00:36:53 +01:00
Pierre Schweitzer
f6c50cb93d
[MSAFD] Make WSPSetSockOpt() SO_RCVBUF stub return success
2019-02-24 21:25:39 +01:00
Timo Kreuzer
81727760e4
[NTOS::Mm] Fix inverted check in MiWriteProtectSystemImage
2019-02-24 20:34:02 +01:00
Dylan Navas
07608028b3
[MODULES] Fix CMakeLists.txt for wallpapers module. ( #1294 )
...
* Add all wallpapers to the ISO and can look how enable the module in ReadMe.txt
* Remove blanks in name.
* Moving to folder with same wallpaper style.
* Adding and updating CMakeLists.txt.
* Update ReadMe.txt.
2019-02-24 18:08:26 +01:00
Serge Gautherie
c5d1638e1e
[KMTEST] Fix 3 Clang-Cl warnings about Status and Callbacks ( #502 )
...
* 1 "warning: variable 'Status' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]"
* 2 "warning: comparison of unsigned expression < 0 is always false [-Wtautological-unsigned-zero-compare]"
* Use a consistent type for "i" and fix a comment
* Also update licence header.
CORE-14306
2019-02-24 17:53:38 +01:00
Eric Kohl
77e3fbfad5
[MMSYS] Volume page: Initialize the volume trackbar before it might be disabled because the tick marks must be visible on a disabled trackbar.
2019-02-24 17:15:13 +01:00
Eric Kohl
601b2532e1
[MMSYS] Sounds page: Update the 'Play' button and the current item in the 'Program events' treeview when a sound is selected or deselected.
2019-02-24 16:56:55 +01:00
Eric Kohl
722797c779
[SNDVOL32] Disable only the 'Play' button, when no audio device is avaiblable.
2019-02-24 16:16:53 +01:00
Stanislav Motylkov
8c90a67da6
[MSGINA] Add bar bitmap to logon and shutdown dialogs
2019-02-24 15:52:49 +01:00
Stanislav Motylkov
fe1d611e0f
[MSGINA] Improve Ctrl-Alt-Del invitation window
2019-02-24 15:52:49 +01:00
Stanislav Motylkov
f9d29319a6
[MSGINA] Implement rotation bar animation
...
Based on initial work by Bisoc George. Rotation bar image by Zcooger. CORE-15215
2019-02-24 15:52:49 +01:00
Eric Kohl
fb34029fde
[MMSYS] Disable the 'Low' and 'High' text of the volume trackbar and the 'Place volume icon in the taskbar' checkbox when no sound device is available.
2019-02-24 15:36:08 +01:00
Raul Tambre
44aef85db1
[WINLOGON] Fix fallback keyboard layout flags
2019-02-24 15:21:38 +01:00
Eric Kohl
26b52c4e06
[SNDVOL32] Advanced Controls dialog: Implemented the Bass and Treble trackbars.
...
Please check if they are working correctly. I have no way to check them myself.
2019-02-24 12:50:37 +01:00
Eric Kohl
01c0d30f4f
[SNDVOL32] Remove trailing whitespace
2019-02-23 17:27:43 +01:00
Eric Kohl
fba5a8fcdb
[SNDVOL32] Resize the dialog and groupbox when there are two 'Other Controls'
2019-02-23 17:27:42 +01:00
Pierre Schweitzer
d1598788cd
[WS2_32] Use SEH in WSCGetProviderPath()
2019-02-23 13:35:07 +01:00
Eric Kohl
2e797accd3
[SNDVOL32] Advanced Controls dialog: Initialize the Other Controls
2019-02-23 12:53:05 +01:00
Pierre Schweitzer
02e84521cc
[WS2_32] Implement WSCGetProviderPath()
2019-02-23 10:57:30 +01:00
Eric Kohl
4ba3c904a8
[SNDVOL32] Advanced controls dialog: Remove the TBS_AUTOTICKS style from the trackbars and initialize them properly.
2019-02-22 23:33:47 +01:00
Eric Kohl
03c3dd5ab0
[SNDVOL32] Move the advanced controls dialog to a separate file and update its title on creation.
2019-02-21 22:27:44 +01:00
Serge Gautherie
6accaef3c7
[NDK] Fix 'DeletedChidren' typo ( #1367 )
...
On behalf of Vadim Galyant.
CORE-15769
2019-02-20 22:16:16 +01:00
Pierre Schweitzer
0996dac683
[VIDEOPRT] Don't return uninitialized memory
2019-02-20 21:02:11 +01:00
Mark Jansen
8467d6edd1
[SNDVOL32] Fix parsing dialog icons
2019-02-20 13:57:44 +01:00
Stanislav Motylkov
0eaeb9de4c
[SNDVOL32] Add left and right balance icons
2019-02-20 13:57:44 +01:00
Thomas Faber
cf40421041
[NTOS:PNP] Correctly respect data size in PnpRegSzToString. CORE-15766
...
Spotted by Vadim Galyant.
2019-02-20 12:23:33 +01:00
Thomas Faber
c83d7ba185
[NTDLL_APITEST] Show that registry strings can be longer than MAXUSHORT.
2019-02-20 12:23:24 +01:00
Stanislav Motylkov
faac9169e6
[SNDVOL32] Add Russian translation
...
Addendum to fe5c50e
and e6be187
.
2019-02-19 18:37:28 +01:00
Michael Fritscher
4928e800a6
[FREELDR] PXE: Fix network packet size
...
1024 bytes should fit into a single network packet. CORE-15706
2019-02-19 16:04:20 +01:00
Eric Kohl
e6be187c04
[SNDVOL32] Add the 'Advanced Controls for Volume Control' dialog. It does nothing useful yet.
2019-02-19 00:02:08 +01:00
Mark Jansen
860f96f431
[MSI] Prevent uninitialized variable usage
2019-02-18 23:00:54 +01:00
Mark Jansen
2fade6ede4
[MSI] Do not leak rootkey
2019-02-18 23:00:54 +01:00
Mark Jansen
d766391231
[SHELL32] Abort change notifications on a nullptr
...
CORE-15703
2019-02-18 23:00:31 +01:00
Eric Kohl
95ed44ef63
[SNDVOL32] Implement the dialog resize code for the 'Advanced Controls' menu item and prepare for clicks on the 'Advanced' button.
2019-02-18 00:58:28 +01:00
Eric Kohl
fe5c50e182
[SNDVOL32] Fix the window height issue when the line selection changes and implement the 'Advanced Controls' menu item.
...
CORE-9108 CORE-15751
2019-02-17 14:04:39 +01:00
Thomas Faber
a951d66002
[RTL] Fix GCC build.
2019-02-17 09:59:49 +01:00
Thomas Faber
9d53c935f2
[ACPI] Update ACPICA library to version 20190215.
2019-02-17 09:51:20 +01:00
Thomas Faber
8dcdf82e71
[COMCTL32] Check for NULL pointer when handling BCM_GETIDEALSIZE.
...
Fixes crash in comctl32_winetest:button.
2019-02-17 09:51:18 +01:00
Thomas Faber
3445129dd3
[COMCTL32] Add NULL checks to SetWindowSubclass.
...
Imports Wine commit 04847e68f87 by Sven Baars.
Fixes crash in comctl32_winetest:subclass.
2019-02-17 09:51:16 +01:00
Thomas Faber
7246909a80
[RTL] Protect pointer validity check in RtlFreeHeap with SEH.
...
Fixes crash in kernel32_winetest:heap.
2019-02-17 09:51:12 +01:00
Hermès Bélusca-Maïto
3ddf59e1ed
[CMLIB] Assign a signature to the in-memory HHIVE registry hive structure. CORE-15753
...
Makes the `!reg hivelist` WinDbg command working in ReactOS.
Dedicated to Mark Jansen.
See for more details:
https://webcache.googleusercontent.com/search?q=cache:fmHJX9eFGkkJ:https://blogs.technet.microsoft.com/ganand/archive/2008/01/05/internal-structures-of-the-windows-registry.aspx
and
http://moyix.blogspot.com/2008/02/enumerating-registry-hives.html
2019-02-17 01:21:37 +01:00
Hermès Bélusca-Maïto
70180ee06a
[CMLIB] Minor code style changes only: Use slightly more explicit signature #define names so that we know to which hive structure they correspond.
2019-02-17 01:21:36 +01:00
Hermès Bélusca-Maïto
83fdb9a6d9
[NTOS:CM] Set and reset the CMHIVE HiveIsLoading flag adequately. Fix an assertion in CmFlushKey() and reset the CMHIVE ViewLockOwner when releasing the view lock.
2019-02-17 01:21:35 +01:00
Eric Kohl
86800fc498
[SNDVOL32] AUTORADIOBUTTONs are AUTORADIOBUTTONs, not PUSHBUTTONs
2019-02-16 20:36:46 +01:00
Eric Kohl
f721e03d2e
[SNDVOL32] Change the menu item prefix from IDC to IDM
2019-02-16 19:23:44 +01:00