2000-12-11 |
Dmitry Timoshkov | Add CF_UNICODETEXT as primary text clipboard format. |
blob | commitdiff | raw |
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 |
1998-10-25 |
Douglas Ridgway | API Documentation for SendMessage, GetTickCount, PostQu... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Alex Korobka | Better QUEUE_FlushMessages(). |
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-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-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
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-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
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-05-25 |
Alexandre Julliard | Release 970525 wine-970525 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
blob | commitdiff | raw | diff to current |
1997-02-02 |
Alexandre Julliard | Release 970202 wine-970202 |
blob | commitdiff | raw | diff to current |
1996-12-01 |
Alexandre Julliard | Release 961201 wine-961201 |
blob | commitdiff | raw | diff to current |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
blob | commitdiff | raw | diff to current |
1996-09-13 |
Alexandre Julliard | Release 960913 wine-960913 |
blob | commitdiff | raw | diff to current |
1996-08-18 |
Alexandre Julliard | Release 960818 wine-960818 |
blob | commitdiff | raw | diff to current |
1996-08-11 |
Alexandre Julliard | Release 960811 wine-960811 |
blob | commitdiff | raw | diff to current |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
blob | commitdiff | raw | diff to current |
1996-07-12 |
Alexandre Julliard | Release 960712 wine-960712 |
blob | commitdiff | raw | diff to current |
1996-06-16 |
Alexandre Julliard | Release 960616 wine-960616 |
blob | commitdiff | raw | diff to current |
1996-06-11 |
Alexandre Julliard | Release 960611 wine-960611 |
blob | commitdiff | raw | diff to current |
1996-05-28 |
Alexandre Julliard | Release 960528 wine-960528 |
blob | commitdiff | raw | diff to current |
1996-05-16 |
Alexandre Julliard | Release 960516 wine-960516 |
blob | commitdiff | raw | diff to current |
1996-05-06 |
Alexandre Julliard | Release 960506 wine-960506 |
blob | commitdiff | raw | diff to current |
1996-04-28 |
Alexandre Julliard | Release 960428 wine-960428 |
blob | commitdiff | raw | diff to current |
1996-03-24 |
Alexandre Julliard | Release 960324 wine-960324 |
blob | commitdiff | raw | diff to current |
1996-03-14 |
Alexandre Julliard | Release 960314 wine-960314 |
blob | commitdiff | raw | diff to current |
|