projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
user32: Update French translation.
[wine]
/
dlls
/
user32
/
message.c
2009-06-12
Dmitry Timoshkov
user32: Add a test for PeekMessage((HWND)-1), make...
blob
|
commitdiff
|
raw
2009-03-02
Michael Stefaniuc
user32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Paul Vriens
user32: Allocate buffer on heap.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Alexandre Julliard
user32: Use the message_data_t union when receiving...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make the message callback function a client_ptr...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Alexandre Julliard
server: Make hook procedures client_ptr_t instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-24
Alexandre Julliard
server: Make lparam_t always 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-24
Alexandre Julliard
server: Store data for hardware messages in the message...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-12
Alexandre Julliard
user32: Don't process other messages when recursing...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-11
Hans Leidekker
user32: Add a stub implementation of ChangeWindowMessag...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Alexandre Julliard
user32: Use a local buffer in peek_message to save...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Alexandre Julliard
user32: Specify the new queue mask separately from...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Alexandre Julliard
user32: Move thread info setting and WH_GETMESSAGE...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Alexandre Julliard
user32: Move handling of internal messages into peek_me...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-27
Alexandre Julliard
user32: Apply the SendMessage recursion counter to...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-08
Huw Davies
user32: sizeof DDEPOKE and DDEDATA is six, which is...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Alexandre Julliard
user32: Treat the top-level message window as a desktop...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Alexandre Julliard
user32: Register the builtin 'Message' window class.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-21
Andrew Talbot
user32: Remove unused function.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-30
Andrew Talbot
user32: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
ByeongSik Jeon
user32: Set the vkey value to VK_PROCESSKEY when IME...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Aric Stewart
user32: Call ImmProcessKey in TranslateMessage to allow...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Dmitry Timoshkov
user32: Use appropriate type for lresult.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-03
Maarten Lankhorst
user32: Implement BroadcastSystemMessage.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
Vitaliy Margolen
user32: Properly translate keyboard left/right-shift...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-24
Vitaliy Margolen
user32: Fix F1 message sequence.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Michael Stefaniuc
user32: Remove duplicated get_hook_proc() function.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-28
Dmitry Timoshkov
user32: Reimplement IsHungAppWindow.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-10
Alexandre Julliard
user32: Keep waiting for posted messages in peek_messag...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-12
Alexandre Julliard
user32: Remove a few traces that only duplicate the...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-29
Alexandre Julliard
server: Set the queue mask directly in get_message...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-24
Alexandre Julliard
user32: IsChild must not consider the desktop window.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-09
Alexandre Julliard
user32: Support for the magic WM_CHAR W->A conversion...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Alexandre Julliard
user32: Added support for the magic WM_CHAR A->W conver...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Alexandre Julliard
user32: Factor out the calling of a window's winproc...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Alexandre Julliard
user32: Factor out the various SendMessage functions...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Alexandre Julliard
user32: Get rid of winproc.h and move definitions in...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-07
Alexandre Julliard
user32: Fixed the return value of DispatchMessageA/W.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-30
Dmitry Timoshkov
user32: Fix some compilation warnings in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Alexandre Julliard
server: Change the timeout handling to use NT-style...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Alexandre Julliard
winex11.drv: Store the display file descriptor directly...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
user32: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Fabian Bieler
user32: Do not call NULL message callback.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Alexandre Julliard
server: Added support for the PM_QS_* flags in PeekMessage.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-06
Andrew Talbot
user32: Remove unused function.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-15
Dmitry Timoshkov
user32: Add support for the VK_APPS (Menu) key.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-29
Pierre d'Herbemont
user32: Factorize driver's SetWindowPos in user32.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-27
Kevin Koltzau
user32: Generate WM_APPCOMMAND messages for browser...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-16
Alexandre Julliard
user32: Renamed the user/ directory to user32.
blob
|
commitdiff
|
raw
|
diff to current