Revision tags: 0.4.16-dev, 0.4.15 |
|
#
0707475f |
| 04-Sep-2024 |
Justin Miller <justin.miller@reactos.org> |
[COMCTL32][MEDIA] Sync comctl32 to wine 5.0 (#6789)
For SOME reason comctl32 has been synched manually multiple times to different versions and different pots
This PR aims to fix that
With the e
[COMCTL32][MEDIA] Sync comctl32 to wine 5.0 (#6789)
For SOME reason comctl32 has been synched manually multiple times to different versions and different pots
This PR aims to fix that
With the exception of button.c which all in all is a massive fork over wines code entirely.
and datetime.c which is at wine 6.0
Comctl32 is now at wine-5.0
show more ...
|
#
ad73e174 |
| 04-Jun-2024 |
Carl J. Bialorucki <cbialo2@outlook.com> |
[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208)
Add user32_vista.dll to introduce new NT6+ User32 features without changing the existing User32.dll when compiled as NT5.x.
[USER32] Introduce user32_vista and stubplement GetDpiForWindow() (#6208)
Add user32_vista.dll to introduce new NT6+ User32 features without changing the existing User32.dll when compiled as NT5.x. Also implements a stub for GetDpiForWindow(). The GetDpiForWindow() function will be required to Wine-sync common controls to modern Wine versions.
Changes:
Expose GetDpiForWindow() function and USER_DEFAULT_SCREEN_DPI to appropriate versions in winuser.h
Introduce a basic user32_vista library that can be expanded as needed.
show more ...
|
#
0d43ce78 |
| 05-Mar-2024 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[USER32_APITEST][SDK] Add GW_ENABLEDPOPUP testcase (#6564)
JIRA issue: CORE-6920
- Add GW_ENABLEDPOPUP constant to
<winuser.h>.
- Add GW_ENABLEDPOPUP testcase.
|
#
072965eb |
| 22-Nov-2023 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[PSDK] winuser.h: Enclose the OBM/OCR/OIC defines in OEMRESOURCE guard (see also winuser.rh)
|
#
9578bae8 |
| 21-Nov-2023 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[PSDK] Minor cleanup and fixes in headers
- Remove nonsensical XFree86 stuff; - Add missing #ifndef NORESOURCE around RT_* defines.
|
#
bf29d98a |
| 19-Apr-2023 |
Mark Jansen <mark.jansen@reactos.org> |
[PSDK] Add some more argument names
|
#
ab760e53 |
| 18-Jun-2022 |
Mark Jansen <mark.jansen@reactos.org> |
[PSDK] Add missing defines / argument names
|
#
d40d642f |
| 01-Feb-2022 |
Mark Jansen <mark.jansen@reactos.org> |
[PSDK] Add some parameter names
|
Revision tags: 0.4.14-release |
|
#
d78a5b6d |
| 19-Nov-2021 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[PSDK] Sort out the QS_*** definitions. Add the Win7+ QS_TOUCH and QS_POINTER.
In particular, define the compound QS_MOUSE, QS_INPUT, QS_ALLEVENTS and QS_ALLINPUT flags based on the other elementary
[PSDK] Sort out the QS_*** definitions. Add the Win7+ QS_TOUCH and QS_POINTER.
In particular, define the compound QS_MOUSE, QS_INPUT, QS_ALLEVENTS and QS_ALLINPUT flags based on the other elementary QS_*** flags, instead of having magic values for these.
show more ...
|
#
48d1ecc4 |
| 19-Nov-2021 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[PSDK] Unduplicate QS_RAWINPUT (#4116)
Addendum to a7bf412a (r38925).
|
#
236649c6 |
| 31-Jul-2021 |
Doug Lyons <douglyons@douglyons.com> |
[UXTHEME][NTUSER] Fix flashing of scrollbar when scrolling (#3868)
Based on a patch by I_Kill_Bugs.
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
87801a65 |
| 01-Dec-2019 |
Amine Khaldi <amine.khaldi@reactos.org> |
[PSDK] Add some missing definitions. CORE-16441
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC |
|
#
94e5e79e |
| 20-Aug-2018 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[PSDK] Fix #ifdef in winuser.h
|
#
294af4a7 |
| 27-Jul-2019 |
Eric Kohl <eric.kohl@reactos.org> |
[PSDK] Add missing UnregisterDeviceNotification() to winuser.h.
|
#
34bf2475 |
| 15-Jul-2019 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SDK][INCLUDE] Add WM_WTSSESSION_CHANGE message (#1730)
- Add WM_WTSSESSION_CHANGE messages to <winuser.h>.
- Add WTS_* constant macros.
|
#
d3cdbad2 |
| 15-Jul-2019 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SDK][INCLUDE] Add WM_INPUT_DEVICE_CHANGE and WM_INPUT (#1728)
- Add WM_INPUT_DEVICE_CHANGE and WM_INPUT messages.
- Add the relevant constant values.
|
#
d46edf49 |
| 15-Jul-2019 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SDK][INCLUDE] Add MENUGETOBJECTINFO structure (#1727)
- Add MENUGETOBJECTINFO structure to <winuser.h> header.
- Add MNGOF_TOPGAP and MNGOF_BOTTOMGAP constant macros.
|
#
cf48f8bf |
| 28-Apr-2019 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526)
No functional change otherwise.
|
Revision tags: 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release |
|
#
7bfd6858 |
| 20-Feb-2018 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[PSDK] Add IDCANCEL and IDASYNC values (returned by MessageBoxTimeout() and WTSSendMessage() functions).
|
#
b1c7fd08 |
| 15-Jul-2018 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[PSDK] Fix a typo. Has also been caught independently by George Bișoc (#686).
|
#
47e04dae |
| 03-Apr-2018 |
Amine Khaldi <amine.khaldi@reactos.org> |
[PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434
|
#
0182dcd7 |
| 27-Feb-2018 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. En
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h - Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
show more ...
|
Revision tags: 0.4.8-RC, 0.4.9-dev |
|
#
420c0360 |
| 04-Feb-2018 |
Denis Malikov <filedem@gmail.com> |
[SDK] Fix NT6 building issues and improve SDK NT6 headers.
CORE-12596
|
Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718 |
|
#
321bcc05 |
| 24-Apr-2016 |
Pierre Schweitzer <pierre@reactos.org> |
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
|