Add support for environment variables in the printer settings.
[wine] / dlls / x11drv /
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...
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-27  Ove KaavenReimplemented DXGrab with improvements; it no longer...
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-16  Ove KaavenImplemented the XF86DGA2 driver for the ddraw HAL.
2001-03-28  Alexandre JulliardAdded support for application-specific configuration...
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-22  Jeff GarzikAdded needed string.h includes.
2001-03-20  Ove KaavenAdded gamma ramp code to the XVidMode interface.
2001-02-14  Ove KaavenGuts of a simple XVidMode-supporting DirectDraw HAL...
2001-01-17  Josh DuBoisMake some noise in a few cases where the X11drv doesn...
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2001-01-15  Alexandre JulliardUpdated debug channels.
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-15  Jeremy WhiteAllow desktop=N in the [x11drv] section of .winerc...
2000-11-12  Andreas MohrImplemented the Desktop=XXXxYYY setting in the [x11drv...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-10-19  Lionel UlmerDo not do any GLX calls on a display that does not...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-06-23  Marcus MeissnerRestrict nTimeout to 0-32767, since it is a 16bit value...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
next