Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / x11drv / event.c
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-03  Alexandre JulliardDon't call WaitForMultipleObjectsEx if we are just...
2005-07-25  Dmitry TimoshkovTake into account CS_NOCLOSE window class style and...
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-03-24  Alexandre JulliardAvoid calling WIN_ListChildren from the graphics drivers.
2005-03-09  Alexandre JulliardAdded WM_X11DRV_DELETE_WINDOW message to handle close...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-08  Alexandre JulliardTake into account the event mask passed to MsgWaitForMu...
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-01  Alexandre JulliardUse a dispatch table to handle X client messages.
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-25  Alexandre JulliardMoved clipboard event handling functions and some priva...
2005-02-23  Alexandre JulliardRevert SC_CLOSE change, this is causing deadlocks.
2005-02-18  Ulrich CzekallaDuplicate Windows behaviour and use SendMessage for...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-20  Rémi AssaillyAdded missing declarations.
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2005-01-11  Alexandre JulliardWarning fix.
2005-01-04  Ulrich CzekallaAlways clearAllSelections since not clearing CLIPBOARD...
2004-09-29  Dmitry TimoshkovIgnore FocusOut event if there is no event window.
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-08  Ulrich CzekallaHandle case when data type is not registered.
2004-03-19  Mike HearnThe KeymapNotify event does not use the window member...
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2003-12-05  Alexandre JulliardGet rid of clipboard.h.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardAlways ignore BadMatch errors resulting from XSetInputF...
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-11-09  Alexandre JulliardAvoid the XSync call in X11DRV_expect_error by storing...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-05-19  Dmitry TimoshkovMask out MWMO_WAITALL if only server queue handle was...
2003-05-04  Mike HearnSupport _NET_WM_PING protocol so the WM can detect...
2003-01-23  Alexandre JulliardAdded dead keys support using X input methods (based...
2003-01-21  Alexandre JulliardMake sure to always set X focus on the top-level window...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-09-26  Alexandre JulliardFixed X11 error code mismatch and removed debugging...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-08-27  Ulrich Czekalla- Add a max wait time for selection notifies.
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.