projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Modify winetest_ok to only add a trailing '\n' if there is none.
[wine]
/
dlls
/
user
/
message.c
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-26
Alexandre Julliard
Implemented inter-thread SendMessageCallback.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Alexandre Julliard
Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Alexandre Julliard
Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-19
Dmitry Timoshkov
Expect multiple DNS_ flags.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-19
Alexandre Julliard
Catch broadcast window handles in functions that are...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-13
Mike McCormack
Fixed packing/unpacking of WM_WININICHANGE.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-11
Alexandre Julliard
Added A<->W mappings for WM_IME_CHAR.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-03
Vitaliy Margolen
Remove bogus initialization in SetKeyboardState.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-19
Alexandre Julliard
Fixed bug that could cause SendMessage to return too...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-08
Alexandre Julliard
Store the keyboard state in the thread input structure...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-08
Alexandre Julliard
Store the hardware messages in the thread input structu...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-03
Alexandre Julliard
Removed input.h, queue.h, spy.h and sysmetrics.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-11-22
Alexandre Julliard
Made user compile with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-22
Alexandre Julliard
Fixed more -DSTRICT issues.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-21
Steve Lustbader
Have PostMessage call PostThreadMessage when hwnd is...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-31
Dmitry Timoshkov
Fix some types and function prototypes according to...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-29
Alexandre Julliard
Rewrote hook support to store the hook chain in the...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-28
Michael Stefaniuc
Some fixes for the compilation of the user dll with...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-11
Alexandre Julliard
Reimplemented Get/SetActiveWindow, Get/SetFocus and
blob
|
commitdiff
|
raw
|
diff to current
2002-10-11
Alexandre Julliard
Added server-side infrastructure for the thread input...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-09
Alexandre Julliard
Avoid infinite SendMessage recursion, just like Windows...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-03
Alexandre Julliard
Added process_id_t and thread_it_t types to the server...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-13
Alexandre Julliard
Add QM_SMRESULT in wake bits too in case the changed...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-05
Alexandre Julliard
Tried to make IsDialogMessageW more compatible. Changed
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-11
Alexandre Julliard
Fixed inter-process packing of CB/LB_FINDSTRING, CB...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-18
Eric Pouech
Implemented interprocess DDE message posting.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-14
Alexandre Julliard
Moved WIN_FindWinToRepaint functionality to the server.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-05
Guy Albertelli
Move SPY_EnterMessage call after all possible exits...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-22
Alexandre Julliard
Store in the server all the window information accessib...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-17
Alexandre Julliard
Make sure that GetMessagePos and GetMessageTime return...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-16
Alexandre Julliard
Added internal Wine messages to perform SetWindowPos...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-05
Gerard Patel
Fix sign extension problem in map_wparam_WtoA.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Alexandre Julliard
Merged mouse buttons states into the key state array.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-14
Alexandre Julliard
Make sure that HWND comparisons are always done with...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-12
Alexandre Julliard
Make sure that functions returning an HWND always retur...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-07
Guy L. Albertelli
Enhance SPY_GetMsgName to translate common control...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-13
Alexandre Julliard
Added mappings for a few messages.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-07
Alexandre Julliard
Rewrote most of SendMessage/PeekMessage.
blob
|
commitdiff
|
raw
|
diff to current