2000-10-22 |
Guy L. Albertelli | Added wParam and lParam as parameters in SPY_ExitMessage |
blob | commitdiff | raw |
2000-09-29 |
Stephane Lussier | Before calling the timer window proc, make sure it... |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Alexandre Julliard | Call WH_GETMESSAGE hook in PeekMessage too (based on... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | Spelling, trace fixes. |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Andreas Mohr | - fix one locking ignorant return 0; in MSG_SendMessage... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Peter Ganten | Threads without active or focus window should not recei... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Ove Kaaven | Always get a hardware message from the system queue... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
John R . Sheets | We also have to validate the frame to avoid an infinite... |
blob | commitdiff | raw | diff to current |
2000-06-15 |
Sheri Steeves | Added setting of cursor postition to MSG_PostToQueue. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Removed MSG_WineStartTicks (does not work for multiple... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Alexandre Julliard | Moved idle event handling to the server. |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Alexandre Julliard | Send a normal mouse message code in WM_PARENTNOTIFY... |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Ulrich Czekalla | MSG_ProcessKbdMsg can be called from peek, so only... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Avoid calling the *Rect USER functions from inside... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Ulrich Czekalla | Send WM_HELP message when F1 is pressed. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Eric Pouech | Moved hardware related handling to dlls/winmm/joystick... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alexandre Julliard | Moved global atoms to the server (based on the work... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Huw D M Davies | Actually print return value of message. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Andreas Mohr | "resultp" can be NULL in SendMessageTimeout*(). |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Ulrich Weigand | Perform 16/32A/32W message mapping for posted messages. |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Francis Beaudet | Ensure that the WM_ENTERIDLE message is not sent if... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Abey George | Send normal mouse messages to WM_SETCURSOR when non... |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Marcus Meissner | Removed the old, historical and no longer working IPC... |
blob | commitdiff | raw | diff to current |
1999-07-11 |
Gerard Patel | Revert last change in window activation on mouse click. |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Per Ångström | Fixed a problem with apps that override the default... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Removed direct references to CLASS internals. |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Uwe Bonnes | Add back lost treatment of HWND_TOPMOST. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Removed EVENT_WaitNetEvent() calls. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Marcus Meissner | Replaced all occurences of SYSMETRICS_xx and sysMetrics... |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Noel Borthwick | Fix a deadlock with the system message queue by ensurin... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Juergen Schmied | - new SendMessageCallbackW |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Alex Korobka | Fixes for ignored WVR_[VH]REDRAW flags, made minimizati... |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Ulrich Weigand | Call EVENT_Pending() to flush X11 output queue before... |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Francois Boisvert | Fixed some bugs in thread safeness for wnd struct. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Alex Korobka | Fixed occasional loss of SendMessage() return value. |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-17 |
Ulrich Weigand | Inter-thread SendMessage() bugfixes: |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Stephane Lussier | Implemented SendMessageTimeout() functions. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Ulrich Weigand | Bugfix: DirectedYield() only to 16-bit tasks in ReplyMe... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Francis Beaudet | Order of send message processing was not respected... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Stephane Lussier | Fixed some SendMessage bugs. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Francis Beaudet | Temporary fix suggested by Ulrich to allow the |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Stephane Lussier | - New implementation of SendMessage, ReceiveMessage... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Stephane Lussier | Fix some thread-safeness problem when accessing the... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Stephane Lussier | -Fixed MESSAGE functions that were thunking down to... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Noel Borthwick | Added management and allocation of the PERQUEUEDATA... |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Stephane Lussier | - Made the message queue access to be thread safe.... |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Stephane Lussier | - Changing MESSAGEQUEUE structure according to Ulrich... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Marcus Meissner | Missing WINAPI. |
blob | commitdiff | raw | diff to current |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Alexandre Julliard | Moved MsgWaitForMultipleObject implementation to USER... |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Ulrich Weigand | Implemented stub for InitThreadInput. |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Ulrich Weigand | Bugfix: always clear QS_... from *both* changeBits... |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Patrik Stridvall | Moved more code to the X11 driver. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Alexandre Julliard | Small atom fixes. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Ulrich Weigand | Adapted to new input event handling. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Jesper Skov | egcs 'ambiguous else' warnings fixes. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | Added stubs for user32,advapi32 functions. |
blob | commitdiff | raw | diff to current |
1998-10-25 |
Douglas Ridgway | API Documentation for SendMessage, GetTickCount, PostQu... |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Kai Morich | Added FIXME message in PostMessage32x if parameters... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Rein Klazes | GetTickCounts() has a granularity in windows of 25... |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-29 |
Alexandre Julliard | Release 980329 wine-980329 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-08-04 |
Alexandre Julliard | Release 970804 wine-970804 |
blob | commitdiff | raw | diff to current |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
blob | commitdiff | raw | diff to current |
1997-06-29 |
Alexandre Julliard | Release 970629 wine-970629 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
next |