- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 605cba3 Update the queue key state even if no window has the focus (spotted by by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 2489dc9 Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY, by Andriy Palamarchuk · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 03e07b5 Window activation cleanups. by Alexandre Julliard · 23 years ago
- 516e40e Make sure that GetMessagePos and GetMessageTime return sane values by Alexandre Julliard · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 671a2ee Better handling of the timeout in WaitForInputIdle. by Francois Gouget · 23 years ago
- a21672e Merged mouse buttons states into the key state array. by Alexandre Julliard · 24 years ago
- 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
- db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
- 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
- 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
- d253c58 Rewrote most of SendMessage/PeekMessage. by Alexandre Julliard · 24 years ago
- 8afe662 Avoid using GetFastQueue16 from USER. by Alexandre Julliard · 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
- e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 01d5e5b Documentation fixes. by Patrik Stridvall · 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
- 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
- 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
- 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
- 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
- 32ee168 Use 32-bit hook functions where possible. Cleaned up a couple of by Alexandre Julliard · 24 years ago
- 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
- 7a06d45 Do not send WM_MOUSEACTIVATE for children of desktop. by Gerard Patel · 24 years ago
- 3f03975 Added first/last message filters to MSG_InternalGetMessage to avoid busy waits. by Alexandre Julliard · 24 years ago
- 3e7497f Unified 16-bit and 32-bit scheduling a bit more. by Alexandre Julliard · 24 years ago
- da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
- 5bcef61 PostMessageA/W ignores messages containing pointers and returns by Marcus Meissner · 24 years ago
- cd5f28b Make sure that MSG_PeekMessage uses an internal variable to avoid corruption. by Andreas Mohr · 24 years ago
- df75e89 Documentation name fixes (always use external name). by Patrik Stridvall · 24 years ago
- 52e891d Synchronize access to MESSAGEQUEUE members. by Ulrich Weigand · 24 years ago
- 982e0ce Added a few missing exports. by Eric Pouech · 24 years ago
- 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- e27670e Fixed byteorder problems caused by non-portable code. by Ulrich Weigand · 24 years ago
- 4d24e0f Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from by Eric Pouech · 24 years ago
- 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
- 1af53cb - README update - add offsets to ASPI struct defines - spelling by Andreas Mohr · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- bea0560 Check whether senderQ is NULL before trying to lock it. by Ove Kaaven · 24 years ago
- 2fa0c66 Always generate unicode CHAR messages. by Dmitry Timoshkov · 24 years ago
- 9811129 Implemented SendNotifyMessage(). by Ove Kaaven · 24 years ago
- 3606dc5 Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR, by Dmitry Timoshkov · 24 years ago
- 740bb92 Added the ability to see names of the virtual key codes. by Dmitry Timoshkov · 24 years ago
- 936c6c4 Added wParam and lParam as parameters in SPY_ExitMessage by Guy L. Albertelli · 24 years ago
- 6bac4f2 Before calling the timer window proc, make sure it is valid. by Stephane Lussier · 25 years ago
- 0ff083b Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob Farnum). by Alexandre Julliard · 25 years ago
- 260f1a1 Spelling, trace fixes. by Andreas Mohr · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- 5e7fa02 - fix one locking ignorant return 0; in MSG_SendMessageInterThread() by Andreas Mohr · 25 years ago
- 553e3c9 Threads without active or focus window should not receive keyboard messages. by Peter Ganten · 25 years ago
- a5bb5ea Always get a hardware message from the system queue in PeekMessage, by Ove Kaaven · 25 years ago
- 278b3bc We also have to validate the frame to avoid an infinite loop when the by John R . Sheets · 25 years ago
- bd59d23 Added setting of cursor postition to MSG_PostToQueue. by Sheri Steeves · 25 years ago
- eac0e18 Removed MSG_WineStartTicks (does not work for multiple address spaces anyway). by Alexandre Julliard · 25 years ago
- 2e011a5 Lots of spelling fixes that accumulated in my tree again, made several by Andreas Mohr · 25 years ago
- c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
- 557d8af Send a normal mouse message code in WM_PARENTNOTIFY, even if the by Alexandre Julliard · 25 years ago
- 2b569f6 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set. by Ulrich Czekalla · 25 years ago
- 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- 62f824f Avoid calling the *Rect USER functions from inside GDI. by Alexandre Julliard · 25 years ago
- 33026a2 Send WM_HELP message when F1 is pressed. by Ulrich Czekalla · 25 years ago
- 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
- 2a3b0a1 Moved hardware related handling to dlls/winmm/joystick driver. by Eric Pouech · 25 years ago
- b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
- 8be3bf1 Actually print return value of message. by Huw D M Davies · 25 years ago
- 98c5cd6 "resultp" can be NULL in SendMessageTimeout*(). by Andreas Mohr · 25 years ago
- 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
- 2faf2cf Perform 16/32A/32W message mapping for posted messages. by Ulrich Weigand · 25 years ago
- dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
- 7ed1af3 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event by Francis Beaudet · 26 years ago
- 9849f16 Send normal mouse messages to WM_SETCURSOR when non-client mouse messages occur. by Abey George · 26 years ago
- e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
- 03c13bb Revert last change in window activation on mouse click. by Gerard Patel · 26 years ago
- 53c2028 Fixed a problem with apps that override the default behaviour on by Per Ångström · 26 years ago
- 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
- 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
- 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
- 991fc35 Add back lost treatment of HWND_TOPMOST. by Uwe Bonnes · 26 years ago
- a11de67 Removed EVENT_WaitNetEvent() calls. by Ulrich Weigand · 26 years ago
- ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
- c90243b Fix a deadlock with the system message queue by ensuring the system message by Noel Borthwick · 26 years ago
- 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
- 13f1b12 - new SendMessageCallbackW - some fixme's for missing A<->W conversion by Juergen Schmied · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
- 831560c Call EVENT_Pending() to flush X11 output queue before blocking in by Ulrich Weigand · 26 years ago