2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
blob | commitdiff | raw |
2004-01-06 |
Robert Shearman | Add missing \n on error message. |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Steven Edwards | Porting fixes. |
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-05-13 |
Mike McCormack | Implemented SetMessageExtraInfo. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Dmitry Timoshkov | Poll X events in GetInputState the same way as in GetQu... |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Duane Clark | Check for pending X events before getting queue status. |
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-10-29 |
Alexandre Julliard | Removed a couple of no longer used queue functions. |
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-23 |
Alexandre Julliard | Implemented GetWindowTask16 on top of GetWindowThreadPr... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Remove no longer used PERQUEUEDATA structure and functions. |
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-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
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-10-16 |
Alexandre Julliard | Added internal Wine messages to perform SetWindowPos... |
blob | commitdiff | raw | diff to current |
2001-10-11 |
Alexandre Julliard | Removed the cleanup_window_queue request. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Alexandre Julliard | Made all 16<->32 HWND conversions use explicit function... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Alexandre Julliard | Added global management of user handles in the server. |
blob | commitdiff | raw | diff to current |
2001-08-07 |
Alexandre Julliard | Rewrote most of SendMessage/PeekMessage. |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Alexandre Julliard | Avoid using GetFastQueue16 from USER. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Alexandre Julliard | - Remove cooked hardware messages when they are dropped... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Avoid returning an unlocked window pointer from WINPOS_... |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Alexandre Julliard | Moved queue paint count to the server. Removed a few... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Alexandre Julliard | Moved hardware message queue handling to the server. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Alexandre Julliard | Moved the major part of message queue and window timer... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Alexandre Julliard | Clear owner of system message queue to avoid freeing... |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Alexandre Julliard | Unified 16-bit and 32-bit scheduling a bit more. |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
Alexandre Julliard | Do not allocate any USER data on the system heap. |
blob | commitdiff | raw | diff to current |
2001-01-29 |
Ulrich Weigand | Synchronize access to MESSAGEQUEUE members. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Eric Pouech | Replaced calls to KERNEL.Yield16 by calls to KERNEL32... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Patrik Stridvall | Various documentation fixes. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Dmitry Timoshkov | Add CF_UNICODETEXT as primary text clipboard format. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
James Abbatiello | Fix test for pending message in QUEUE_ReceiveMessage(). |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Andreas Mohr | Spelling, trace fixes. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
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-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Alexandre Julliard | Moved a bunch of functions out of libwine/kernel/gdi... |
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-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Alexandre Julliard | Made GetProcessHeap(), GetCurrentProcessId(), GetCurren... |
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-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
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-11-07 |
James Abbatiello | Addresses issues with multiple processes accessing... |
blob | commitdiff | raw | diff to current |
1999-08-07 |
Ove Kaaven | Made hardware_event use win32-conformant parameters. |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Ulrich Weigand | Implemented KERNEL.447 (WIN32_OldYield16). |
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-06 |
Ulrich Weigand | Release WND lock before calling PostEvent16(). |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Alexandre Julliard | Got rid of THREAD_InitDone. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Marcus Meissner | Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI... |
blob | commitdiff | raw | diff to current |
1999-05-04 |
Ulrich Weigand | Correct implementation of GetWindowThreadProcessId(). |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Eric Pouech | Fixed some deadlock(s) in message sending. |
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-01 |
Andreas Mohr | Added a missing LeaveCriticalSection. |
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 |
Eric Pouech | In UserYield16, when current thread is a 32 bit one... |
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-27 |
Ulrich Weigand | Allow UserYield16 to be called from 32-bit thread. |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Alexandre Julliard | Got rid of SYSTEM_LOCK macros. |
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-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
blob | commitdiff | raw | diff to current |
1999-03-13 |
Marcus Meissner | Fixed newly introduced and some leftover warnings. |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Stephane Lussier | Implemented SendMessageTimeout() functions. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
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-19 |
Martin Walker | Fixed message filtering check. |
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 | Use global synchronization objects, to be able to use... |
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-09 |
Stephane Lussier | - Cleaned up the message queue when a thread exit ... |
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-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Alexandre Julliard | Moved MsgWaitForMultipleObject implementation to USER... |
blob | commitdiff | raw | diff to current |
1998-12-31 |
Alexandre Julliard | Removed client-side wait functions; all waiting is... |
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-01 |
Juergen Schmied | Small change. |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Per Ångström | Fixed SetMessageQueue32 to return FALSE, not TRUE,... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Ulrich Weigand | Bugfix for QUEUE_Signal: Always use PostEvent if no... |
blob | commitdiff | raw | diff to current |
next |