Hervé Poussineau
2978d4b61b
[HIDPARSE/HIDPARSER] Move HidP_* functions from hidparse.sys to hidparser library
...
Interface between both is not anymore the HidParser_* functions, but
the HidP_* functions and the AllocFunction/FreeFunction/DebugFunctions/
ZeroFunction/CopyFunction.
2019-05-02 20:06:47 +02:00
Hervé Poussineau
bef39dd62e
[SERIAL] Immediately complete read IRP if all requested bytes have been found in circular buffer
...
Previously, we had to wait to receive another byte to finish the first IRP.
2019-05-02 20:06:47 +02:00
Hervé Poussineau
ebd39aa266
[I8042PRT] Do not assert on unknown IOCTL
2019-05-02 20:06:47 +02:00
jimtabor
2cc766b0c6
[NtGDI] Set Xform flags if a changed
...
Missed more flags changes.
2019-05-02 11:56:55 -05:00
jimtabor
b2ce1ae206
[NtGDI] Set Xform flags if a changed
...
Missed flags changes.
2019-05-02 10:16:50 -05:00
jimtabor
04a04659da
[NtGDI] Adding Support for Viewport TextOut
...
Add Viewport changes to Text Out Batch.
2019-05-02 10:11:11 -05:00
Katayama Hirofumi MZ
dcaaf3e7af
[COMDLG32] Fix treatment of wrong filename extension ( #1545 )
...
Fix treatment of wrong filename extensions upon GetOpenFileName/GetSaveFileName. CORE-15270
2019-05-02 22:48:01 +09:00
Pierre Schweitzer
bdaa8e5ad1
[NTDLL_APITEST] Query sector size for NtWriteFile tests
2019-05-02 13:59:47 +02:00
Pierre Schweitzer
64b6327dd7
[NTDLL_APITEST] Add tests for alignment for NtWriteFile
...
This mimics the usage of WriteFile which is done in rosautotest.
CORE-15973
2019-05-02 12:09:34 +02:00
James Tabor
9d00413754
[GDI32] Add batch flag for Text Out
...
Set batch flag for Text Out with font and attributes change sets.
2019-05-01 23:24:53 -05:00
James Tabor
44b11ad6a9
[GDI32] Fix MS build
...
Fix old uncovered code.
2019-05-01 20:53:06 -05:00
James Tabor
b751c31c74
[GDI32] Update signal flags for batch.
...
Add removed flags for batch signaling. This will allow syncing of
changed Xfroms after batched drawing. Disable calls to kernel mode since
the code is closely identical. Kernel calls are for init time when
PDCATTR is normally zero. ReactOS seems to work better keeping this from
NULL.
While making code changes add Xform state flags from:
https://www.reactos.org/archives/public/ros-diffs/2019-May/070693.html
Test BOT results:
https://reactos.org/testman/compare.php?ids=67251,67254
https://reactos.org/testman/compare.php?ids=67253,67255
2019-05-01 20:33:09 -05:00
Bișoc George
f8b90805ff
[OSK] Hotfix for PR #1536 ( #1549 )
...
CORE-15965
2019-05-01 22:22:08 +02:00
Mark Jansen
575ab6c760
[ACGENRAL] Add a test shim
2019-05-01 19:22:19 +02:00
Mark Jansen
0e9ca37517
[ROSAPPS] Add a test application for shims
2019-05-01 19:22:19 +02:00
Mark Jansen
1570f08b4d
[APPHELP] Add ordinal import support
2019-05-01 19:22:19 +02:00
Eric Kohl
2872cfc3b7
[POWERCFG] Fix indentation. No code changes!
2019-05-01 13:16:38 +02:00
Katayama Hirofumi MZ
88fbb600bf
[GDI32_APITEST] Improve SetMapMode testcase ( #1547 )
...
Check the relation of mode change and viewport change. CORE-14994
2019-05-01 18:28:18 +09:00
Katayama Hirofumi MZ
f7bc0543cb
[WIN32SS][NTGDI] Fix ExtTextOut about TA_UPDATECP ( #1546 )
...
Add WORLD_XFORM_CHANGED flag to some positioning functions.
Fix IntExtTextOutW function for TA_UPDATECP alignment, so that it can correctly update the current position. CORE-14994
2019-05-01 16:51:00 +09:00
Katayama Hirofumi MZ
0ac563b3ec
[KERNEL32_APITEST] JapaneseCalendar: Reiwa era has come!
2019-05-01 16:15:23 +09:00
Mark Jansen
2450dec427
[NTOS/MM] Ensure ImageBase is not used uninitialized
2019-04-30 18:57:43 +02:00
Hermès Bélusca-Maïto
77d234b049
[KERNEL32] Addendum to 0e3a0435
(PR #803 ): always return TRUE in the stub-plemented SetThreadStackGuarantee() to continue satisfying programs that use it. CORE-15989
2019-04-29 22:51:35 +02:00
Bișoc George
f681bad246
[OSK] Make the buttons themed
...
Our On-Screen Keyboard has a manifest and the buttons (the ones with BS_ICON styles) aren't rendered with the specific theme as it should be but instead it takes the classic theme.
The code relies on NM_CUSTOMDRAW notification, which is more intuitive and efficient than doing owner-drawn operations as NM_CUSTOMDRAW allows the controls to use styles whereas you cannot do it on owner-drawn controls.
CORE-15965
2019-04-29 21:31:29 +02:00
Katayama Hirofumi MZ
9ce337242b
[WIN32KNT_APITEST] Forgot a extension in CMakeLists.txt
2019-04-29 19:42:04 +09:00
Katayama Hirofumi MZ
8bdfdd5c17
[WIN32SS][NTGDI][GDI32] Fix DPtoLP and NtGdiTransformPoints etc. ( #1540 )
...
Fix NtGdiTransformPoints, gdi32!DPtoLP, gdi32!LPtoDP and gdi32!SetMapMode functions. Fix CORE-15983. CORE-15983
2019-04-29 14:45:44 +09:00
Katayama Hirofumi MZ
45ec49ca2f
[APITESTS] set_module_type(win32u module)
2019-04-29 12:49:54 +09:00
Katayama Hirofumi MZ
45bbb11a50
[APITESTS] Add NtGdiTransformPoints testcase ( #1542 )
...
Add a testcase for NtGdiTransformPoints function. set_module_type(win32u... win32dll) CORE-15983
2019-04-29 09:13:22 +09:00
Hermès Bélusca-Maïto
f21f750467
[KERNEL32_APITEST] Rename the 'Console.c' file into 'ConsoleCP.c' and its test-function as well, in order to reflect the actual name of the corresponding test.
2019-04-28 23:46:35 +02:00
Colin Finck
2c11c41115
Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc.
...
This finally fixes our duplicated getopt functions from different sources and gives us an up to date and the most compatible implementation.
isohybrid actually relies on a glibc-specific getopt behavior that we previously hacked into the reactos_support_code.c implementation derived from BSD/mingw-w64.
widl also needs getopt and previously used an even older BSD-derived code.
2019-04-28 23:23:06 +02:00
Colin Finck
c02257ef57
[ISOHYBRID] Fix the remaining warnings properly.
...
I will send these changes upstream (minus the REACTOS_ISOHYBRID_EFI_MAC_SUPPORT ifdefs).
2019-04-28 23:22:53 +02:00
Timo Kreuzer
f47f45dbdd
[TOOLS] Fix/suppress all MSVC/x64 warnings ( #1525 )
2019-04-28 23:21:48 +02:00
Hermès Bélusca-Maïto
0aed8b09a4
[CONSRV] Cache the console window system menu handle; simplify its initialization code.
2019-04-28 21:47:55 +02:00
Serge Gautherie
cf48f8bf8a
[REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE ( #1526 )
...
No functional change otherwise.
2019-04-28 21:19:42 +02:00
Bișoc George
89f6929dae
[ACCESS] Reposition the "ToggleKeys" group box control ( #1541 )
...
CORE-15383
2019-04-28 20:21:38 +02:00
Andrew Boyarshin
458a26ab76
[WIN32SS:NTUSER] Use the 2nd parameter of NtUserGetThreadDesktop() as fallback. ( #1065 )
...
- The 2nd parameter is already passed in user-mode by GetThreadDesktop().
It is then used by NtUserGetThreadDesktop() as a fallback for console
threads.
- Lookup and validate the thread by using the IntTID2PTI() helper.
- Don't reference the desktop with too many access rights.
- Get rid of the old-school DECLARE_RETURN() & co. macros.
Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2019-04-28 19:27:45 +02:00
Katayama Hirofumi MZ
23ad2173f2
[WIN32SS][NTGDI] Fix wrong IN/OUT ( #1539 )
2019-04-28 17:24:57 +02:00
Eric Kohl
93b54d007f
[POWERCFG] Fix minor power scheme issues
...
- Really fix the exception that occurs on closing the property sheet.
- Use the correct scheme ID when the current power scheme is set.
2019-04-28 13:18:52 +02:00
Serge Gautherie
f79ca12eda
[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages ( #1533 )
2019-04-28 12:20:37 +02:00
Serge Gautherie
853f7d84a0
[FORMATTING] appveyor.yml: Remove an extra space ( #1538 )
...
Addendum to 48f98e88
.
2019-04-28 03:23:27 +02:00
Hermès Bélusca-Maïto
d70848b8b7
[WINSRV] Implement SrvGetThreadConsoleDesktop(). CORE-13470
...
It retrieves the handle to the desktop assigned to the specified
thread belonging to a console application, which is going to be
where the input thread of this console is.
2019-04-28 02:50:38 +02:00
Katayama Hirofumi MZ
2da24f7274
[COMDLG32] Follow up of #1514 CORE-7114 Don't load asterisk extension
2019-04-28 08:44:52 +09:00
Hermès Bélusca-Maïto
9256c808b1
[NFS] Fix a typo in the precompiled header.
2019-04-28 01:42:52 +02:00
Eric Kohl
ce218f70ec
[POWERCFG] Fix an exception that occurs when the control panel is closed.
2019-04-27 19:01:35 +02:00
Hermès Bélusca-Maïto
0e3a043526
[KERNEL32] Add an (incomplete) pre-implementation for SetThreadStackGuarantee(). ( #803 )
...
This should remove some of the "SetThreadStackGuarantee(): stub" messages in some simple cases.
2019-04-27 18:41:50 +02:00
Hermès Bélusca-Maïto
30b800f8b5
[MODERN.MSSTYLES] Remove trailing whitespace.
2019-04-27 17:04:48 +02:00
Jake Collins
50cf16b302
[THEMES] Reorganize files for future compatability.
...
Moved current theme assets into their own dedicated
files in preparation for .theme support.
CORE-15970
2019-04-27 17:04:39 +02:00
Katayama Hirofumi MZ
6a7d8112c3
[COMDLG32] Save open/save location by extension ( #1514 )
...
Use the proper open/save initial folder for comdlg32.GetOpenFileName and comdlg32.GetSaveFileName. CORE-7114
2019-04-27 23:02:34 +09:00
Katayama Hirofumi MZ
3cc2169556
[SDK][INCLUDE] Use FALSE for BOOL in msgdump.h
2019-04-27 22:06:37 +09:00
Timo Kreuzer
fad4b34db7
[CMAKE] Fix LINK_DEPENDS usage
...
Up to CMake 3.3 LINK_DEPENDS was ignored in non-Makefile generators. See also http://www.cmake.org/pipermail/cmake/2010-May/037206.html . Since CMake 3.4 it is no longer ignored, but requires CMP0005 policy to be set to NEW and it requires a full path which was already correctly used on GCC, but not on MSVC builds.
2019-04-27 14:29:33 +02:00
Andrew Cook
716613cddc
[CMAKE] Use new policies for CMP0005 and CMP0018 ( #1481 )
...
* [CMAKE] Fix for CMP0018
The new behaviour lets us explicitly disabling position independent code, avoiding the need to change undocumented variables
* LINK_DEPENDS is semicolon separated
* [CMAKE] Fix for CMP0005
it seems impossible to have cmake correct escape PROXY_CLSID_IS so move it to the header
2019-04-27 11:33:37 +02:00