Timo Kreuzer
9e066abe2a
[DRIVERS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
f8bf0e9c3a
[UNIATA] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
c1944118ca
[USBPORT] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
ff7cc6f37e
[NTOS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
6dcf3c29e0
[FREELDR] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
7cf7b27a3a
[ROSTESTS] Fix 64 bit issues
2018-08-04 14:39:13 +02:00
Timo Kreuzer
a265dc9ce1
[KMTESTS] Fix 64 bit issues
2018-08-04 14:39:13 +02:00
Julio Carchi
d7559e2354
[TRANSLATIONS] Fix spanish translations for some resources ( #725 )
...
Setup wizard
Network settings wizard
Input CPL
Open file dialogs
Devmgr
Explorer
2018-08-03 15:08:13 +02:00
Bișoc George
adc2e99690
[TRANSLATION][TASKKILL] Add Italian translation ( #717 )
2018-08-03 12:12:29 +02:00
Nguyễn Thanh Sơn
1ad27c73be
[MSPAINT] Added Vietnamese translation. ( #722 )
2018-08-03 12:10:16 +02:00
Bișoc George
dd4cc2c2ff
[INPUT] Fix a truncated text
2018-08-03 12:08:41 +02:00
Stanislav Motylkov
0854c69a75
[I8042PRT] Move DMI/SMBIOS parsing functions into library
2018-08-02 21:29:57 +02:00
Stanislav Motylkov
d956eafda8
[KERNEL32] Implement System Firmware functions
...
- Implement EnumSystemFirmwareTables
- Implement GetSystemFirmwareTable
These functions currently using registry workaround and can be improved later.
CORE-12105
2018-08-02 21:15:28 +02:00
Stanislav Motylkov
8acc68dd98
[KERNEL32_APITEST] Add SystemFirmware tests
...
CORE-12105
2018-08-02 21:15:28 +02:00
Stanislav Motylkov
a9f20984cd
[I8042PRT] Dump SMBIOS tables into registry for usermode access
...
Reference:
https://social.msdn.microsoft.com/Forums/en-US/0bb0840e-85f4-4cdb-9710-7581f7348f2f/how-to-get-motherboard-serial-number-without-using-wmi-in-c
CORE-12105 CORE-14867
2018-08-02 21:15:28 +02:00
Jared Smudde
4ceea74919
[USRMGR] Disable the Extra tab. It serves no purpose. ( #700 )
2018-08-01 22:15:27 +02:00
Julio Carchi
d3045af9d5
[TRANSLATIONS] Fix some Spanish translations ( #715 )
...
Also added some new ones.
2018-07-31 10:58:21 +02:00
Phil Eaton
b5c1aa4129
[RAPPS] Deselect apps after installing
...
I found it unintuitive that each time I selected some software for installation, it wasn't automatically deselected after installation. I kept re-triggering the same installation a few times before I realized I had to manually uncheck the checked packages.
2018-07-30 15:01:22 +03:00
Eric Kohl
bf1e655172
[ADVAPI32] Stop the service dispatcher thread only if a SERVICE_CONTROL_STOP command was sent
2018-07-29 23:40:36 +02:00
Hermès Bélusca-Maïto
74adcadbd0
[SHELL32] Silence a noisy DPRINT.
2018-07-29 17:39:09 +02:00
Hermès Bélusca-Maïto
3b6faba11a
[AUTOCHK] Improvements: code + command-line handling.
...
- Add support for the following command-line arguments: /k, /p (and a little bit
of /r), and add support for checking a particular volume.
A description of these arguments can be found at:
"Description of Enhanced Chkdsk, Autochk, and Chkntfs Tools in Windows 2000",
https://web.archive.org/web/20150215210228/http://support.microsoft.com:80/kb/218461
- Slightly improve some messages.
- Get rid of legacy OpenDirectory() and simplify GetFileSystem().
2018-07-29 16:21:09 +02:00
Hermès Bélusca-Maïto
472d1d2f64
[AUTOCHK] Improve the timeout countdown prompt by displaying the actual remaining seconds before the disk check.
...
Make also keyboard availability optional.
2018-07-29 16:21:08 +02:00
Hermès Bélusca-Maïto
4225172506
[AUTOCHK] Minor code formatting; reduce indentation level of some blocks; use RTL_NUMBER_OF() macro; normalize file header.
2018-07-29 16:21:07 +02:00
Hermès Bélusca-Maïto
8dbe62b294
[EXPLORER] Improve debug output.
2018-07-29 16:21:06 +02:00
Katayama Hirofumi MZ
994a5f457f
[WIN32SS][FREETYPE] Update copyright text
2018-07-29 15:23:58 +02:00
Pierre Schweitzer
cf3b9d5b56
[NTOSKNRL] Only allocate a MDL if we have an output length
...
For user mode, when probing output buffer, if it's null, length
will also be set to 0.
This avoids user mode applications being able to trigger various
asserts in ReactOS (and thus BSOD when no debugger is plugged ;-)).
2018-07-29 13:58:30 +02:00
Katayama Hirofumi MZ
30830ca963
[WIN32SS] Add 5 members to FONTGDI structure
2018-07-29 13:11:48 +02:00
Katayama Hirofumi MZ
5e1a099cd1
[WIN32SS][FONT] Change the type of 2nd argument of IntRequestFontSize
2018-07-29 13:11:18 +02:00
Eric Kohl
24cd7bbe0b
[RPCRT4] Update the support for remote pipes which was dropped by the sync to Wine Staging 2.9 and update rpcrt4_ros.diff accordingly
2018-07-29 07:30:43 +02:00
Serge Gautherie
8f440355da
[ROSDDT] do_update_base(): Fix assignment to f ( #702 )
...
Thanks to "devpao" for reporting this.
ROSAPPS-343
2018-07-27 21:54:12 +02:00
Serge Gautherie
d69d401325
[MAN] AnalyzeArgv(): Fix 2 overruns related to element ( #703 )
...
- Also use _countof().
- Also add braces.
- Also enforce consistent "no spaces" style.
Thanks to "devpao" for pointing to this function.
ROSAPPS-344
2018-07-27 21:53:50 +02:00
Baruch Rutman
65a5a989c5
[LPK] Changes ( #622 ).
...
- Changed how the ScriptIsComplex check is made to account direction, most noticeble on dxdiag,
https://docs.microsoft.com/en-us/windows/desktop/api/usp10/nf-usp10-scriptiscomplex
However commented out the ScriptIsComplex flag change because of a bug.
- Added a check and debug print if BIDI_Reorder fails.
2018-07-27 00:47:48 +02:00
Baruch Rutman
e054a053ff
[LPK] Added more error handling code ( #622 ).
...
- Added a codepath if both glyphs and reordered_str arrays are NULL.
- Move variables back to the beginning of function.
CORE-14732
2018-07-27 00:47:28 +02:00
Baruch Rutman
7fe6a14ede
[LPK] Diverse fixes ( #622 ).
...
- Changed wcspy to strsafe function.
- Use GetCharWidthI instead of GetCharWidth32W if dealing with glyph indices.
2018-07-27 00:47:14 +02:00
Baruch Rutman
33d3e56cf4
[LPK] Refactoring ( #622 ).
...
- Moved lpDx and lpGlyphs operations to seperate brackets.
- lpGlyphs == NULL checks + memory managment additions.
CORE-14732
2018-07-27 00:46:02 +02:00
Katayama Hirofumi MZ
bfc6b719cf
[USER32][WIN32SS] Implement TileWindows function ( #678 )
...
CORE-14815
2018-07-26 14:34:00 +02:00
David Knapp
7bbb6bd4b5
[AUTOCHK] Improve readability of messages
2018-07-26 07:28:42 +02:00
Mark Jansen
e6ea0bcbbf
[KMTESTS] Add compile time asserts for IO_STACK_LOCATION offsets
...
CORE-14782
2018-07-25 20:22:36 +02:00
Mark Jansen
370ffd1123
[XDK][NDK] Restore struct alignment for IO_STACK_LOCATION
...
CORE-14782
2018-07-25 20:22:36 +02:00
Jared Smudde
1f2f03dd76
[EXPLORER] Fix creation of shortcuts in the start menu.
2018-07-25 00:57:58 +02:00
Alisson Lauffer
7572ff067b
Update README.md with the latest release
2018-07-24 07:29:06 +02:00
Eric Kohl
66981e1b07
[SERVICES] Keep a global service bits variable that combines the service bits of all running services
2018-07-23 01:48:49 +02:00
Hermès Bélusca-Maïto
2158f31b71
[KERNEL32] Use RtlStringCbCopyNW() to correctly fill the WIN32_FIND_DATA.cFileName and cAlternateFileName members without any overflow and with a terminating NULL character.
2018-07-22 21:32:38 +02:00
Hermès Bélusca-Maïto
b003d68ca5
[WIN32SS:NTUSER] Update SetWindowStationUser() and NtUserSetWindowStationUser() prototypes.
...
Also, improve NtUserSetWindowStationUser() capture order, make psid optional as it should (and avoid a user-mode triggered BSOD), and initialize luidUser only when everything succeeded.
2018-07-22 19:26:53 +02:00
Hermès Bélusca-Maïto
9bf7fb6f42
[WIN32SS:USER] Code formatting only.
2018-07-22 19:26:50 +02:00
Hermès Bélusca-Maïto
e90316aeaa
[USER32_APITEST] Add few other tests (validation of the desktop path string); improve the output of some messages, displaying the expected values in case of test failure.
...
See also PR #621 .
2018-07-22 19:03:17 +02:00
Hermès Bélusca-Maïto
67adf7ab78
[ROSTESTS] Add an interactive test for window stations. See also PR #621 .
2018-07-22 19:03:17 +02:00
Hermès Bélusca-Maïto
02eee253b2
[WINLOGON] Allow WinSta0 access only when needed. Also, reset the WinSta0 user as soon as we have logged-off.
2018-07-22 19:03:17 +02:00
Mark Jansen
9c48edb58c
[LDR] Release the loader lock the same way it was acquired
2018-07-22 17:17:36 +02:00
Eric Kohl
91a5ee334d
[SERVICES] Add a checks for vaild info level to RChangeServiceConfig2A/W and RQueryServiceConfig2A/W
...
CORE-14837
2018-07-22 12:45:23 +02:00