Sign in
goma
/
wine
/
c4a101c9fcf93fdb2a7c9af07398c0ac24221ace
/
windows
ef54643
Remove a hack for keyboard group switching.
by Dmitry Timoshkov
· 24 years ago
7695d69
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
by Alexandre Julliard
· 24 years ago
a09da0c
Added proper support for storing window parents in the server.
by Alexandre Julliard
· 24 years ago
914a1dc
Implemented SPI_GETSHOWSOUNDS.
by Andriy Palamarchuk
· 24 years ago
6b8cedf
Fixed mouse position processing for use with a touchscreen.
by Brad Campbell
· 24 years ago
26c4d6b
Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI windows.
by Joshua Thielen
· 24 years ago
536957e
Fixed a couple of bugs in WIN_SetWindowLong caused by previous change.
by Alexandre Julliard
· 24 years ago
2bdbf30
Added russian layout with phantom key.
by Andriy Palamarchuk
· 24 years ago
7beb574
Remove macros that should not be there (cause conflicts in WineLib).
by Francois Gouget
· 24 years ago
d23a82b
Made all 16<->32 HWND conversions use explicit functions instead of
by Alexandre Julliard
· 24 years ago
629aab1
Fixed a couple of HWND type mismatches.
by Alexandre Julliard
· 24 years ago
4ee6516
Fixed references to old documentation location.
by Andriy Palamarchuk
· 24 years ago
021dd99
Fixed HWND compare in NC_HandleSetCursor.
by Alexandre Julliard
· 24 years ago
f44bbb8
Make sure that HWND comparisons are always done with full 32-bit handles.
by Alexandre Julliard
· 24 years ago
37a4639
Make sure that functions returning an HWND always return a full 32-bit handle.
by Alexandre Julliard
· 24 years ago
0d92fe2
Make sure that returned window belongs to correct thread when checking
by Alexandre Julliard
· 24 years ago
872784f
Added Ukrainian keyboard layout.
by Andy Rysin
· 24 years ago
3c9ab8f
The message handler of WM_STYLECHANGING is supposed to be able to
by Patrik Stridvall
· 24 years ago
db9b549
Enhance SPY_GetMsgName to translate common control messages.
by Guy L. Albertelli
· 24 years ago
6bf2abf
Make window handles 32-bit before calling window procedure.
by Alexandre Julliard
· 24 years ago
1a66d22
Added global management of user handles in the server.
by Alexandre Julliard
· 24 years ago
f96d4e6
Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
by Guy L. Albertelli
· 24 years ago
9d9dac0
Added WIN_ListParents function and renamed WIN_BuildWinArray into
by Alexandre Julliard
· 24 years ago
0801ffc
Implemented GetAncestor and removed WIN_GetTopParent.
by Alexandre Julliard
· 24 years ago
fa42aa8
Removed WIN_GetDesktop().
by Alexandre Julliard
· 24 years ago
588ff37
Documentation updates (mainly thru vs. through).
by Francois Gouget
· 24 years ago
d44e495
Fixed GetClassLong to return full 32 bits for all items.
by Alexandre Julliard
· 24 years ago
b3ec030
Added proper support for 32-bit WM_NEXTMENU.
by Alexandre Julliard
· 24 years ago
4ff32c8
Removed a number of direct accesses to the window structure.
by Alexandre Julliard
· 24 years ago
4d7041a
Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
by Alexandre Julliard
· 24 years ago
78f9fae
Create GDI stock objects as normal objects instead of using magic handle values.
by Alexandre Julliard
· 24 years ago
6837b9c
Moved user lock to user.c. Added USER_CheckNotLock function.
by Alexandre Julliard
· 24 years ago
301df6b
Added names to standard critical sections (suggested by Andreas Mohr).
by Alexandre Julliard
· 24 years ago
20bc491
Added mappings for a few messages.
by Alexandre Julliard
· 24 years ago
1293531
Fixed some message names.
by Alexandre Julliard
· 24 years ago
de42428
Removed a number of direct accesses to the WND structure, replacing
by Alexandre Julliard
· 24 years ago
cb25e25
Replace SendMessage16 by SendMessageW where possible.
by Alexandre Julliard
· 24 years ago
e6533a6
Fixed DrawState16 callback support.
by Alexandre Julliard
· 24 years ago
d253c58
Rewrote most of SendMessage/PeekMessage.
by Alexandre Julliard
· 24 years ago
bfb4a23
Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
by Alexandre Julliard
· 24 years ago
4de0df7
Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
by Alexandre Julliard
· 24 years ago
5095779
GetControlBrush16: avoid potentially releasing the same pointer twice.
by Marco Bizzarri
· 24 years ago
b70c22d
- Add support to dump memory at lParam location on common control
by Guy L. Albertelli
· 24 years ago
502d83b
Fixed a few problems with DCX_* flags handling.
by Alexandre Julliard
· 24 years ago
11dd274
Erase only client area on WM_ERASEBKGND.
by Alexandre Julliard
· 24 years ago
5905ba9
Implement EnumProps on top of EnumPropsEx to avoid function pointer
by Alexandre Julliard
· 24 years ago
8afe662
Avoid using GetFastQueue16 from USER.
by Alexandre Julliard
· 24 years ago
1922c72
Removed unnecessary inclusion of heap.h.
by Alexandre Julliard
· 24 years ago
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
f899ef0
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
231162e
- If the class of the window is a known standard, then format the name
by Guy L. Albertelli
· 24 years ago
ef06b4a
Got rid of HEAP_strdupW.
by Alexandre Julliard
· 24 years ago
cbfbf2a
Corrections to the Win95 and later frame drawing code.
by Bill Medland
· 24 years ago
3f68bc9
Additional modifications to the window styles during window creation.
by Bill Medland
· 24 years ago
361f980
Trace rectangles returned by GetClientRect and GetWindowRect.
by Guy L. Albertelli
· 24 years ago
2dea1d0
Display rectangle from WM_NCCALCSIZE on entry and exit.
by Guy L. Albertelli
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
fcef026
Reject pointer messages in SendNotifyMessage[AW] and
by Alexandre Julliard
· 24 years ago
ff338b2
Better LockWindowUpdate debug.
by Marcus Meissner
· 24 years ago
e9782fa
Documentation fixes.
by Patrik Stridvall
· 24 years ago
fb57c59
Modify some system metrics to agree with Win95 and reflect the desktop
by Bill Medland
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
137420a
Correct the location of the style patching for the edit control.
by Bill Medland
· 24 years ago
655ff38
Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
by Guy L. Albertelli
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
56a1992
Replace some 16-bit calls by their 32-bit equivalents.
by Dmitry Timoshkov
· 24 years ago
ed15fc7
Moved ForceWindowRaise to the USER driver and removed the WND driver.
by Alexandre Julliard
· 24 years ago
b9bd3f8
Fixed handling of WM_MOUSEWHEEL messages in non-client space.
by Travis Michielsen
· 24 years ago
17fd4e3
Documentation name fixes.
by Patrik Stridvall
· 24 years ago
9f55ae6
- Remove cooked hardware messages when they are dropped (reported by
by Alexandre Julliard
· 24 years ago
b91d2df
Replace one more PROFILE_ function by RegQueryValueExA.
by Dmitry Timoshkov
· 24 years ago
698ef15
Replace some 16-bit calls by their 32-bit equivalents.
by Dmitry Timoshkov
· 24 years ago
f9037de
Implemented SendInput().
by Alexandre Julliard
· 24 years ago
f4b1410
Don't rely on X to expose windows covered by a sibling, do it manually.
by Alexandre Julliard
· 24 years ago
624f14e
Make GetCursorPos call XQueryPointer.
by Ove Kaaven
· 24 years ago
ee8ab7a
Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
by Alexandre Julliard
· 24 years ago
4b0343d
Moved queue paint count to the server. Removed a few no longer used routines.
by Alexandre Julliard
· 24 years ago
838d65a
Moved hardware message queue handling to the server.
by Alexandre Julliard
· 24 years ago
de70d2b
Replace PROFILE_ functions by RegQueryValueExA in x11drv.
by Dmitry Timoshkov
· 24 years ago
a57befe
Replace more PROFILE_ functions by RegQueryValueExA.
by Dmitry Timoshkov
· 24 years ago
247e18f
Force invalidating of siblings children on expose event.
by Alexandre Julliard
· 24 years ago
0b16474
Removed WIN_NATIVE flag.
by Alexandre Julliard
· 24 years ago
0ca9465
Removed unneeded inclusion of queue.h.
by Alexandre Julliard
· 24 years ago
ad36303
Use a flag to test if create structure is unicode.
by Gerard Patel
· 24 years ago
db4aae2
Stub implementation of AnimateWindow().
by Bobby Bingham
· 24 years ago
dc4fe77
Create an X window for every window, including children.
by Alexandre Julliard
· 24 years ago
d1e648f
Remove optimization in NC_HandleNCActivate.
by Dmitry Timoshkov
· 24 years ago
8a05b83
Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
by Guy L. Albertelli
· 24 years ago
e665eba
Get rid of GetCurrentTime16().
by Andreas Mohr
· 24 years ago
5db8d2f
Make WIN_WindowFromPoint take a POINT instead of a POINT16.
by Alexandre Julliard
· 24 years ago
7a9ddd4
Added basic support for SPI_GETSCREENREADER.
by Eric Pouech
· 24 years ago
22a04e1
Fixed SetTimer for hwnd == 0.
by Gerard Patel
· 24 years ago
51ab43b
Moved the major part of message queue and window timer handling into
by Alexandre Julliard
· 24 years ago
cd8d181
Spelling typos.
by Francois Gouget
· 24 years ago
7263720
Keyboard events did not update AsyncKeyStateTable, now they do.
by Jukka Heinonen
· 24 years ago
31eaee4
Only measure child rectangles of visible children when deciding about
by Bill Medland
· 24 years ago
4323004
Create an X connection for each thread, and process X events in the
by Alexandre Julliard
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
5920737
Clear owner of system message queue to avoid freeing it when the first
by Alexandre Julliard
· 24 years ago
e60ccd1
Create a new window for the top popup menu on every new menu tracking,
by Alexandre Julliard
· 24 years ago
Next »