Check in client area before caption area, because the app may have
[wine] / windows / queue.c
2004-01-06  Robert ShearmanAdd missing \n on error message.
2003-11-26  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Mike McCormackImplemented SetMessageExtraInfo.
2003-05-11  Dmitry TimoshkovPoll X events in GetInputState the same way as in GetQu...
2003-01-14  Duane ClarkCheck for pending X events before getting queue status.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-12  Alexandre JulliardRemove no longer used PERQUEUEDATA structure and functions.
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-11  Alexandre JulliardRemoved the cleanup_window_queue request.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-14  Alexandre JulliardClear owner of system message queue to avoid freeing...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-01-29  Ulrich WeigandSynchronize access to MESSAGEQUEUE members.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-11  Dmitry TimoshkovAdd CF_UNICODETEXT as primary text clipboard format.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-05  James AbbatielloFix test for pending message in QUEUE_ReceiveMessage().
2000-09-22  Andreas MohrSpelling, trace fixes.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Andreas Mohr- fix one locking ignorant return 0; in MSG_SendMessage...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-08-07  Ove KaavenMade hardware_event use win32-conformant parameters.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-06  Ulrich WeigandRelease WND lock before calling PostEvent16().
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-14  Marcus MeissnerReplaced WIN_GetWindowInstance by GetWindowLongA(GWL_HI...
1999-05-04  Ulrich WeigandCorrect implementation of GetWindowThreadProcessId().
1999-05-03  Eric PouechFixed some deadlock(s) in message sending.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-01  Andreas MohrAdded a missing LeaveCriticalSection.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Eric PouechIn UserYield16, when current thread is a 32 bit one...
1999-03-28  Ulrich WeigandCall EVENT_Pending() to flush X11 output queue before...
1999-03-27  Ulrich WeigandAllow UserYield16 to be called from 32-bit thread.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-17  Ulrich WeigandInter-thread SendMessage() bugfixes:
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-13  Marcus MeissnerFixed newly introduced and some leftover warnings.
1999-03-10  Stephane LussierImplemented SendMessageTimeout() functions.
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Martin WalkerFixed message filtering check.
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Stephane LussierUse global synchronization objects, to be able to use...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-09  Stephane Lussier- Cleaned up the message queue when a thread exit ...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-26  Stephane Lussier- Changing MESSAGEQUEUE structure according to Ulrich...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-24  Ulrich WeigandImplemented stub for InitThreadInput.
1998-12-18  Ulrich WeigandBugfix: always clear QS_... from *both* changeBits...
1998-12-01  Juergen SchmiedSmall change.
1998-11-14  Per ÅngströmFixed SetMessageQueue32 to return FALSE, not TRUE,...
1998-10-26  Ulrich WeigandBugfix for QUEUE_Signal: Always use PostEvent if no...
1998-10-25  Douglas RidgwayAPI Documentation for SendMessage, GetTickCount, PostQu...
next