2005-03-14 |
Peter Berg Larsen | Assorted memleak fixes. Found on Michael Stefaniuc... |
blob | commitdiff | raw |
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 |
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 |
|