Framework for the doppler effect.
[wine] / dlls / x11drv /
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Michael CardenasCap window sizes at 65535.
2002-05-04  Huw D M DaviesDetect and warn about buggy versions of libXrender.
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-28  Marco PietrobonoAdded support for 16bit mouse cursor bitmaps in RGB...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-12  Jukka HeinonenAdded option SW_FORCEMINIMIZE to ShowWindow.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2002-02-05  Rein KlazesIn X11DRV_ScrollDC only move pixels that are within...
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-21  Ove KaavenAdded support for MWM hints.
2002-01-09  Rein KlazesMove calling of CBT hooks from WIN_CreateWindowEx(...
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2001-12-26  Duane ClarkAdded color cursor support.
2001-12-17  Paul RupePrevent "window belongs to another process" errors...
2001-11-30  Andriy PalamarchukRemoved Get/SetScreenSaveTimeout user driver functions...
2001-11-30  Glenn SchraderUse gdi_display everywhere to avoid BadColor errors.
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-20  Andriy PalamarchukImplemented processing for actions SPI_GET/SETSCREENSAV...
2001-11-20  Patrik StridvallFixed some issues found by winapi_check.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-13  Gerard PatelFix the server paint count in SetWindowPos.
2001-11-07  Gerard PatelRepaired child window activation broken by previous...
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-21  Andrew LewyckyXFree86 4.1 gamma ramp support.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-02  Ilya KonstantinovAdded a _NET_WM_NAME(UTF8_STRING) property to every...
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-14  Francois GougetCheck for htotal=vtotal=0 (for xfree 4 vesa driver).
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
2001-09-10  Francois GougetAdded an option to disable XVidMode support.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Jukka HeinonenGrabPointer uses now SetWindowLong to change window...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-22  Dmitry TimoshkovFixed an incorrect (harmless) memory allocation.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-09  Patrik StridvallDocumentation fixes.
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-06  Jukka HeinonenXGrabPointer is now called from the correct thread...
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-31  Alexandre JulliardFixed desktop window structure initialization.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-20  Alexandre JulliardUse AdjustWindowRect to translate X to window rectangle...
2001-07-12  Lionel UlmerFix X crash when running in managed mode.
2001-07-12  Alexandre JulliardFixed a few issues with tsx11 locking.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovFix some inter dll dependencies.
2001-06-29  Alexandre JulliardRemoved unnecessary SetWindowPos call in SetWindowRgn.
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-26  Alexandre JulliardMake the visible region empty for non-visible windows.
2001-06-22  Alexandre JulliardDon't rely on X to expose windows covered by a sibling...
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-20  Alexandre JulliardClip parent client area when using the drawable from...
2001-06-20  Alexandre JulliardFixed region leak.
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Alexandre JulliardFixed one more bug in clip_children.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-06-15  Alexandre Julliardclip_children: don't crash if child is not in list...
2001-06-13  Alexandre JulliardUse the topmost parent that isn't clipping children...
2001-06-12  Alexandre JulliardFixed handling of zero-sized client window.
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Marcus MeissnerFixed compile if we do not have the xf86vidmode extension.
2001-05-16  Marcus MeissnerAdopted to new threaded displays.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
next