Hermès Bélusca-Maïto
8831328081
[USER32] Fix build after 51d031cc
; addendum to f21871fb
(r69249) and cf98f01e
(r72650). CORE-10194
2019-07-29 01:38:43 +02:00
Hermès Bélusca-Maïto
51d031cc5d
[USER32] Use the correct __REACTOS__ define.
2019-07-29 00:33:20 +02:00
Katayama Hirofumi MZ
c17a8770a3
[USER32] Switch to only one window (Alt+Tab) ( #1718 )
...
Fix app switcher (Alt+Tab)'s behavior when there is only one app window. CORE-16176
2019-07-07 09:05:10 +09:00
jimtabor
a8d6e12bc1
[User32] Sync Port Wine.
...
Patch :
Nikolay Sivov : Use correct brush color for centered image background.
Nikolay Sivov : Remove confusing comments.
2019-06-28 22:22:49 -05:00
Katayama Hirofumi MZ
a73c17fcd9
Revert "[USER32] Make App Switcher use the owner window's icon ( #1299 )" ( #1605 )
...
This reverts commit 484943d04f
.
2019-06-03 08:47:43 +09:00
Katayama Hirofumi MZ
f7fc10c17c
[WIN32SS][USER32] Fix Task Switcher more ( #1602 )
...
This PR will fix task switcher (Alt+Tab) as Win2k3. It became more reliable. CORE-15653
c.f. Raymond Chen's article: http://blogs.msdn.com/b/oldnewthing/archive/2007/10/08/5351207.aspx
2019-06-02 19:17:50 +09:00
Katayama Hirofumi MZ
1010f3796e
[USER32] Fix behavior of Task Switcher (Alt+Tab) ( #1591 )
...
Task Switcher didn't correctly behave on the windows with WS_EX_APPWINDOW extended style. CORE-15653
2019-05-31 17:02:47 +09:00
Stanislav Motylkov
36230bb214
[USER32] Edit: Fix caret and scroll position
...
Based on patch by JIRA contributor 'I_Kill_Bugs'. CORE-15780
2019-03-24 23:26:20 +01:00
Hermès Bélusca-Maïto
780f2ba215
[USER32][COMCTL32] Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler.
...
CORE-8526
Import Wine commit:
96d0af52eb
"user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler.
This patch also changes the logic to get the control style with WM_GETDLGCODE
instead of GetWindowLong to make the message test pass.
"
by Dmitry Timoshkov.
See bug report https://bugs.winehq.org/show_bug.cgi?id=42010
- (ReactOS-only) Fix also the corresponding logic in COMCTL32.
2019-03-24 17:23:24 +01:00
Stanislav Motylkov
40dab7d5e5
[USER32] Edit: Fix rectangle overflow when inserting characters
...
Based on patch by JIRA contributor 'I_Kill_Bugs'. CORE-11475
2019-03-23 15:52:43 +01:00
Katayama Hirofumi MZ
484943d04f
[USER32] Make App Switcher use the owner window's icon ( #1299 )
...
CORE-15672
2019-01-24 22:41:42 +09:00
Katayama Hirofumi MZ
687eba26f3
[USER32] Fix AppSwitcher (Alt+Tab) ( #1296 )
...
CORE-15653
2019-01-23 22:44:11 +09:00
Mark Jansen
e022d8d7cb
[WIN32SS] Require at least the amount of extra memory, not the exact amount
...
This fixes Civ II trying to create scrollbars based on 'native' scrollbars.
2019-01-21 22:25:29 +01:00
Katayama Hirofumi MZ
dfa23b60ec
[USER32] Let App Switcher activate only one window ( #1214 )
2019-01-03 16:34:58 +01:00
Katayama Hirofumi MZ
00dd17e6e5
[USER32] App Switcher Arrow keys ( #1136 )
...
Implement Arrow keys on App Switcher (Alt+Tab). CORE-15449
2018-12-16 08:42:20 +09:00
Katayama Hirofumi MZ
f469acacec
[WIN32SS][USER32] Add Ghost codes (retrial of #1100 ) ( #1112 )
...
CORE-11944
2018-12-11 12:30:59 +09:00
Katayama Hirofumi MZ
99b055a506
Revert "[WIN32SS][USER32] Add codes for Ghost Window ( #1100 )" ( #1110 )
...
This reverts commit 1adefd180c
. ReactOS wouldn't startup.
2018-12-11 11:30:00 +09:00
Katayama Hirofumi MZ
1adefd180c
[WIN32SS][USER32] Add codes for Ghost Window ( #1100 )
...
CORE-11944
2018-12-11 10:48:23 +09:00
Katayama Hirofumi MZ
3fd2deefac
[USER32] Fix Task Switcher ( #1086 )
...
CORE-10481
2018-12-03 04:26:15 +09:00
Katayama Hirofumi MZ
6a944b556a
[USER32] Add Ghost window class ( #1082 )
...
CORE-11944
2018-12-02 18:51:44 +09:00
Katayama Hirofumi MZ
4ccad609e0
[USER32] Fix Task Switcher ( #976 )
...
This fix is needed for the Delphi GUI programs.
- Don't enumerate the windows whose owner window exists.
- Use PostMessage SC_RESTORE instead of ShowWindowAsync SW_RESTORE.
CORE-15165
2018-10-25 22:59:44 +09:00
Katayama Hirofumi MZ
a244e4f6dd
[WIN32SS][COMCTL32] Fix button text Y positioning ( #766 )
...
Fixes the vertical position of button text.
CORE-14906
2018-09-09 17:37:37 +02:00
Manuel Bachmann
71ab0b5d4c
[NTDLL][NTUSER] Fix unselected text after WM_CBLOSTTEXTFOCUS
...
When we unselect text after the WM_CBLOSTTEXTFOCUS message,
make sure we also forget we have been focused at all;
otherwise the edit may become focused again, but with an
empty text selection.
CORE-10266
2018-08-19 14:24:34 +02:00
Giannis Adamopoulos
bd193c4534
[USER32] Stop hiding exceptions left and right
2018-01-15 12:36:45 +02:00
Amine Khaldi
2367206744
[USER32] Fix RealUserDrawCaption() return type. Rename {HFONT,UISTATE}_GWL_OFFSET and pfPaint. #179
2017-12-25 14:36:33 +01:00
Amine Khaldi
3d93998d6e
[USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion.
2017-12-23 23:42:40 +01:00
Amine Khaldi
9443165625
[USER32] Remove unused debug channels. Silences some clang-cl warnings.
2017-12-07 22:25:30 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00