2006-03-30 |
Alexandre Julliard | user: Only wait for sent messages in wait_message_reply. |
blob | commitdiff | raw |
2006-03-30 |
Alexandre Julliard | user: Don't send WM_PARENTNOTIFY to the desktop window. |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Alexandre Julliard | user: Support packing/unpacking the WM_DEVICECHANGE... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Alexandre Julliard | user: Allow some Wine internal messages to act on the... |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Francois Gouget | user32: 0 vs. INFINITE timeout. |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Michael Kaufmann | user: Remove internal messages from the message queue... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robert Shearman | user: Fix WM_QUIT message ordering from PostQuitMessage. |
blob | commitdiff | raw | diff to current |
2005-11-28 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Markus Amsler | Improve c2man Documented-Total count. Changes: |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Dmitry Timoshkov | Add some missing USER definitions, add a couple of... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Frank Richter | When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind... |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Alexandre Julliard | Timeout 0 means infinite wait for SendMessageTimeout. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed a few more pointer to integer typecast issues... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | SendMessageTimeout takes a DWORD_PTR not a DWORD. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed some more traces to use the right printf format... |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Jacek Caban | Fix RegisterWindowMessage declaration and improve debug... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Alexandre Julliard | Set remove to TRUE in accept_hardware_message for messa... |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Phil Krylov | Translate the whole wparam to/from Unicode. |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Alexandre Julliard | Save the scope window for mouse events before overwriti... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Alexandre Julliard | Load the USER driver on demand instead of at user32... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | -Wpointer-sign fixes for gcc 4.0. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Dmitry Timoshkov | Update internal state only if the message is being... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Alexandre Julliard | Store a bitmap of active hooks on the client side to... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Mike McCormack | Implemented GetLastInputInfo. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Moved remaining messaging definitions to user_private... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Removed the MESSAGEQUEUE structure, and store the corre... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Alexandre Julliard | Moved some messaging and input functions to message... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Alexandre Julliard | Handle posted internal messages directly in PeekMessage... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Alexandre Julliard | Allow nested hardware message processing by storing... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Kevin Koltzau | Added full support for xbuttons (side mouse buttons). |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Alexandre Julliard | Don't maintain a client-side WND structure for the... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Alexandre Julliard | Get rid of the window lock suspend mechanism. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Alexandre Julliard | Create a new server request for accepting hardware... |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Alexandre Julliard | Simplify hardware message processing by merging the... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Peter Berg Larsen | Assorted memleak fixes. Found on Michael Stefaniuc... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Alexandre Julliard | Clear the internal paint flag in the server before... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Alexandre Julliard | Merge the rest of the messaging code into dlls/user... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Alexandre Julliard | Properly cope with get_message being called recursively... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Alexandre Julliard | Make sure to always pass valid QS_* flags to |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Alexandre Julliard | Moved TranslateMessage and DispatchMessage to dlls... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Ulrich Czekalla | Print out error message if we fail to remove message... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Alexandre Julliard | Support sending WM_PAINT across processes when it doesn... |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Vitaly Lipatov | Added handling of SBM_GETSCROLLBARINFO message. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Mike McCormack | Stub implementation for GetLastInputInfo. |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Alexandre Julliard | Get rid of the client-side window timer structures. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Alexandre Julliard | Fixed handling of NULL pointer in PeekMessageW, with... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Dmitry Timoshkov | Protect USER32 against early graphics driver unloading. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Alexandre Julliard | Only send WM_PAINTICON and WM_ICONERASEBKGND to 16... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Dmitry Timoshkov | Add more message conversion tests, make the tests pass... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Robert Shearman | GetWindowLong -> GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Dimitrie O. Paun | Use the W version of the function were we can. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexandre Julliard | Moved keyboard.c to dlls/user/kbd16.c. |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Andrey Panov | In get_buffer_space() function, HeapReAlloc() will... |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Yoshiro Takeno | In Windows, the leading byte for multibyte characters... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Mike McCormack | Always initialize send_message_info.flags. |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Eric Pouech | - Implemented IsHungAppWindow. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
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 |
next |