Fix the #include order for config.h.
[wine] / windows / x11drv / clipboard.c
2001-11-06  François GougetFix the #include order for config.h.
2001-10-12  Dominik StrasserWorkaround X11 BadWindow error if no parent window...
2001-10-08  Francois GougetFix infinite loop problem in wineclipsrv startup.
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Francois GougetSpelling typos.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-02-23  Aric Stewart- We need to make sure we pay attention to if our call to
2001-02-12  Patrik StridvallDocumentation name fixes (always use external name).
2001-01-15  Alexandre JulliardReplaced X11DRV_CritSection references by wine_tsx11_...
2000-12-22  Gerard PatelCancel a few changes to get back basic text clipboard...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-11  Dmitry TimoshkovAdd CF_UNICODETEXT as primary text clipboard format.
2000-11-25  Ulrich CzekallaAllow for zero-length string selections.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA to manage pixmaps.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-07  Juergen LockExec `wineclipsrv' not `wineclipsvr', and don't inherit...
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-03  Noel Borthwick- Implement interprocess clipboard communication.
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallX11 driver changes.
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-07  Patrik StridvallMoved more code to the X11 driver.