Dmitry Timoshkov
|
ef54643490
|
Remove a hack for keyboard group switching.
Always save/restore correct keyboard group index.
Explicitly ignore the keyboard group switching events.
|
2001-10-02 17:17:31 +00:00 |
Alexandre Julliard
|
7695d69046
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
|
2001-09-24 01:19:59 +00:00 |
Alexandre Julliard
|
a09da0cbbd
|
Added proper support for storing window parents in the server.
Added a few requests to query the window hierarchy.
|
2001-09-21 21:08:40 +00:00 |
Andriy Palamarchuk
|
914a1dca85
|
Implemented SPI_GETSHOWSOUNDS.
|
2001-09-21 21:02:02 +00:00 |
Brad Campbell
|
6b8cedfd62
|
Fixed mouse position processing for use with a touchscreen.
|
2001-09-19 22:41:22 +00:00 |
Joshua Thielen
|
26c4d6b3a4
|
Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
windows.
|
2001-09-19 22:33:01 +00:00 |
Alexandre Julliard
|
536957eb31
|
Fixed a couple of bugs in WIN_SetWindowLong caused by previous
change.
|
2001-09-19 22:31:15 +00:00 |
Andriy Palamarchuk
|
2bdbf30bb9
|
Added russian layout with phantom key.
|
2001-09-19 22:26:15 +00:00 |
Francois Gouget
|
7beb574b20
|
Remove macros that should not be there (cause conflicts in WineLib).
Add corresponding comments in spy.c.
|
2001-09-19 22:25:52 +00:00 |
Alexandre Julliard
|
d23a82bc86
|
Made all 16<->32 HWND conversions use explicit functions instead of
implicit type casts.
Moved a lot of 16-bit functions to the new wnd16.c file.
Changed DIALOGINFO structure handling to support 32-bit handles.
|
2001-09-19 20:37:04 +00:00 |
Alexandre Julliard
|
629aab1768
|
Fixed a couple of HWND type mismatches.
|
2001-09-19 20:34:17 +00:00 |
Andriy Palamarchuk
|
4ee65164dc
|
Fixed references to old documentation location.
|
2001-09-17 19:07:56 +00:00 |
Alexandre Julliard
|
021dd9908f
|
Fixed HWND compare in NC_HandleSetCursor.
|
2001-09-14 21:29:19 +00:00 |
Alexandre Julliard
|
f44bbb8d10
|
Make sure that HWND comparisons are always done with full 32-bit
handles.
|
2001-09-14 00:24:39 +00:00 |
Alexandre Julliard
|
37a4639ee1
|
Make sure that functions returning an HWND always return a full 32-bit
handle.
|
2001-09-12 17:19:13 +00:00 |
Alexandre Julliard
|
0d92fe20cd
|
Make sure that returned window belongs to correct thread when checking
siblings of transparent windows in WIN_FindWinToRepaint.
|
2001-09-10 23:26:42 +00:00 |
Andy Rysin
|
872784fc2f
|
Added Ukrainian keyboard layout.
|
2001-09-10 23:15:26 +00:00 |
Patrik Stridvall
|
3c9ab8f62d
|
The message handler of WM_STYLECHANGING is supposed to be able to
modify the proposed style if it wishes.
|
2001-09-10 23:09:46 +00:00 |
Guy L. Albertelli
|
db9b54925d
|
Enhance SPY_GetMsgName to translate common control messages.
|
2001-09-07 18:38:57 +00:00 |
Alexandre Julliard
|
6bf2abfab1
|
Make window handles 32-bit before calling window procedure.
Don't clear window parent field when unlinking it.
|
2001-08-29 00:16:00 +00:00 |
Alexandre Julliard
|
1a66d226eb
|
Added global management of user handles in the server.
Very preliminary support for shared window handles.
|
2001-08-28 18:44:52 +00:00 |
Guy L. Albertelli
|
f96d4e69c0
|
Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
|
2001-08-28 18:38:25 +00:00 |
Alexandre Julliard
|
9d9dac0947
|
Added WIN_ListParents function and renamed WIN_BuildWinArray into
WIN_ListChildren. Made owner field in WND structure an HWND.
|
2001-08-24 19:28:21 +00:00 |
Alexandre Julliard
|
0801ffc5a3
|
Implemented GetAncestor and removed WIN_GetTopParent.
Removed a few more accesses to the WND structure.
|
2001-08-24 00:26:59 +00:00 |
Alexandre Julliard
|
fa42aa81e4
|
Removed WIN_GetDesktop().
|
2001-08-21 17:13:55 +00:00 |
Francois Gouget
|
588ff3743a
|
Documentation updates (mainly thru vs. through).
|
2001-08-21 17:07:17 +00:00 |
Alexandre Julliard
|
d44e495aa4
|
Fixed GetClassLong to return full 32 bits for all items.
Removed GCW_* definitions that don't exist in Win32.
|
2001-08-20 18:09:39 +00:00 |
Alexandre Julliard
|
b3ec03092f
|
Added proper support for 32-bit WM_NEXTMENU.
|
2001-08-18 18:10:04 +00:00 |
Alexandre Julliard
|
4ff32c8aef
|
Removed a number of direct accesses to the window structure.
|
2001-08-18 18:08:26 +00:00 |
Alexandre Julliard
|
4d7041a6ce
|
Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
|
2001-08-18 16:10:52 +00:00 |
Alexandre Julliard
|
78f9fae706
|
Create GDI stock objects as normal objects instead of using magic
handle values.
|
2001-08-17 00:07:13 +00:00 |
Alexandre Julliard
|
6837b9c119
|
Moved user lock to user.c. Added USER_CheckNotLock function.
|
2001-08-16 18:14:22 +00:00 |
Alexandre Julliard
|
301df6b5cd
|
Added names to standard critical sections (suggested by Andreas
Mohr).
|
2001-08-16 18:12:56 +00:00 |
Alexandre Julliard
|
20bc491dc7
|
Added mappings for a few messages.
Added unicode messages bit set to shortcut message mapping when
possible.
|
2001-08-13 20:33:21 +00:00 |
Alexandre Julliard
|
1293531ad9
|
Fixed some message names.
|
2001-08-13 20:30:31 +00:00 |
Alexandre Julliard
|
de42428f23
|
Removed a number of direct accesses to the WND structure, replacing
them by API calls.
|
2001-08-10 22:51:42 +00:00 |
Alexandre Julliard
|
cb25e2506f
|
Replace SendMessage16 by SendMessageW where possible.
|
2001-08-08 23:28:42 +00:00 |
Alexandre Julliard
|
e6533a6b71
|
Fixed DrawState16 callback support.
|
2001-08-08 23:26:32 +00:00 |
Alexandre Julliard
|
d253c58b1b
|
Rewrote most of SendMessage/PeekMessage.
Implemented inter-process messaging.
Moved most message routines to dlls/user, and split off 16-bit
routines to a separate file.
|
2001-08-07 19:19:08 +00:00 |
Alexandre Julliard
|
bfb4a23aa9
|
Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
|
2001-08-06 18:05:47 +00:00 |
Alexandre Julliard
|
4de0df77cf
|
Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
|
2001-08-06 17:57:55 +00:00 |
Marco Bizzarri
|
5095779999
|
GetControlBrush16: avoid potentially releasing the same pointer
twice.
|
2001-08-03 18:17:14 +00:00 |
Guy L. Albertelli
|
b70c22d4a9
|
- Add support to dump memory at lParam location on common control
messages.
- Fixed remaining Toolbar and Pager notify dump amounts.
- Separate memory dump code for easy use.
|
2001-08-03 18:08:38 +00:00 |
Alexandre Julliard
|
502d83b1d2
|
Fixed a few problems with DCX_* flags handling.
|
2001-07-31 00:14:06 +00:00 |
Alexandre Julliard
|
11dd274cb0
|
Erase only client area on WM_ERASEBKGND.
|
2001-07-31 00:05:50 +00:00 |
Alexandre Julliard
|
5905ba954a
|
Implement EnumProps on top of EnumPropsEx to avoid function pointer
type mismatches.
|
2001-07-30 19:05:38 +00:00 |
Alexandre Julliard
|
8afe6628f8
|
Avoid using GetFastQueue16 from USER.
|
2001-07-26 20:12:22 +00:00 |
Alexandre Julliard
|
1922c72b8a
|
Removed unnecessary inclusion of heap.h.
|
2001-07-25 00:43:29 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Alexandre Julliard
|
f899ef07a6
|
Removed some unnecessary includes.
|
2001-07-23 00:04:00 +00:00 |