Fix signed/unsigned comparison warnings.
[wine] / dlls / x11drv /
2004-09-20  Rein KlazesX11DRV_ScrollDC should not have a WINAPI attribute.
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-16  Huw DaviesWhen we blit with a monochrome dibsection as the source...
2004-09-16  Huw DaviesIt's important to keep the original dib colour table...
2004-09-15  Dmitry TimoshkovRemove a stray 'else' left by a previous patch.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-10  Huw DaviesWe want all 1bpp dibsections to have a monochrome bitma...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-01  Alexandre JulliardWe still need to look for the top parent that doesn...
2004-09-01  Alexandre Julliardwineclipsrv is no longer used, remove it.
2004-08-30  Uwe BonnesSpelling fix.
2004-08-26  Huw DaviesDeprecate the "Resolution" entry in the config file...
2004-08-26  Evan DeaublFix an ERR log in X11DRV_CreateWindow.
2004-08-24  Alexandre JulliardIn GetDC use the parent drawable when DCX_PARENTCLIP...
2004-08-24  Alexandre JulliardWhen possible, use the X window of the requested window...
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-08-17  Krishna MurthyAllow resizing windows without thickframe style.
2004-08-13  Huw DaviesSync with dibsection in SetDIBitsToDevice.
2004-08-12  Huw DaviesRepect the width of both the src and dst when calculati...
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-11  Huw DaviesDon't try to rotate bitmap fonts.
2004-08-11  Huw DaviesEver since win98 pattern brushes have been able to...
2004-08-10  Ulrich CzekallaAvoid holding x11drv lock while calling function that...
2004-08-09  Lionel UlmerDo not initialize variables before going into the Rende...
2004-08-09  Ofir PetruskaDefault DesktopDoubleBuffered to true.
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-04  Huw DaviesAdded top-down dib support to AlphaBlend.
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-22  Huw DaviesDraw underline and strikeout lines in the non-xrender...
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
2004-07-12  Marcus MeissnerReplaced lvalue casts / postincrement mixes.
2004-07-09  Mike HearnOutput X11 protocol errors before breaking into debugger.
2004-07-08  Ulrich CzekallaIf the selection owner doesn't understand TARGETS,...
2004-07-08  Ulrich CzekallaHandle case when data type is not registered.
2004-07-06  Alexandre JulliardFixed X11DRV_GetDC for the desktop window.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-28  Alexandre JulliardUse X11DRV_GetRegionData to implement X11DRV_SetWindowR...
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-24  Robert ShearmanFix small mistake in the previous visible region patch.
2004-06-23  Dmitry TimoshkovWM_WINDOWPOSCHANGED should always contain a final windo...
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-06-18  Alexandre JulliardOnly unmap the window when it gets moved off-screen...
2004-06-18  Dmitry TimoshkovShowWindow shouldn't fix SWP_ flags, it's the job of...
2004-06-16  Huw DaviesRemove an incorrect LeaveCriticalSection.
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-06-15  Huw DaviesDon't allocate a glyphset until we actually need it.
2004-06-14  Dmitry TimoshkovDo nothing in ShowWindow(SW_SHOW) if a window is alread...
2004-06-14  Mike HearnMake UseXrandr default to true in the no config file...
2004-06-03  Mike HearnIgnore attempts to hide an already invisible window...
2004-05-28  Mike HearnDefault to 96dpi when not specified in the config file.
2004-05-27  Troy RolloMake underlining of fonts drawn at an angle follow...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-11  Dmitry TimoshkovFix Croatian keyboard layout to better match the XFree8...
2004-05-07  Dmitry TimoshkovMake WM_GETMINMAXINFO default behaviour more like the...
2004-05-06  Ulrich CzekallaAllow applications, under certain conditions, to set...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardDon't close the current thread display on process exit...
2004-04-29  Krzysztof FoltmanMake sure ascent/descent values don't become negative...
2004-04-28  Alexandre JulliardFixed unsigned comparison issue in previous change.
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-04-26  Jukka HeinonenIf source and destination are the same object, don...
2004-04-17  Dmitry Timoshkov- start assigning custom VK codes from VK_OEM_8 since...
2004-04-14  Dmitry TimoshkovA workaround for missing real support for keyboard...
2004-04-12  Dmitry TimoshkovAdd a test case for children Z ordering at window creat...
2004-04-09  Dmitry TimoshkovConditionally compile code which uses XK_EuroSign defin...
2004-04-08  Dmitry TimoshkovRestore correct focus handling for ShowWindow(SW_HIDE...
2004-04-08  Dmitry TimoshkovRevert an erroneous patch.
2004-04-07  Mike McCormackLoad the XRandR extension dynamically (with help from...
2004-04-05  Rein KlazesDo not crash if the clipboard format is unknown.
2004-04-02  Dmitry TimoshkovAdd SWP_NOZORDER in the case it's not needed.
2004-04-02  Dmitry TimoshkovA decision whether add SWP_NOACTIVATE or not should...
2004-04-02  Dmitry TimoshkovShowWindow should not optimize SW_HIDE, it's the job...
2004-04-02  Dmitry TimoshkovSending WM_SHOWWINDOW is a job of SetWindowPos.
2004-04-02  Dmitry TimoshkovSetting WS_VISIBLE style does not require any special...
2004-03-30  Huw DaviesWe don't support GetDIBits with BI_RLE4/8, so for now...
2004-03-29  Dmitry TimoshkovFix Slovenian keyboard layout to better match the XFree...
2004-03-27  Alexandre JulliardAvoid crash in X11DRV_IsSolidColor for TrueColor displays.
2004-03-27  Huw DaviesBuild the correct colour map when the mode is DIB_PAL_C...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Mike HearnThe KeymapNotify event does not use the window member...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-03-07  Jason EdmeadesCalculate the size of BI_BITFIELDS dib sections via...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardAvoid direct accesses to the xformWorld2Vport DC field.
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-03-03  Alexandre JulliardChanged the GetTextExtentPoint graphics driver entry...
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-03-02  Huw DaviesEnable resizing if WS_THICKFRAME is set.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-20  Finlo BoydeFix for deadlock when using private colormap.
2004-02-19  Ulrich CzekallaAdvance index as we set the atom values.
2004-02-16  Alexandre JulliardThe clip rectangle for ExtTextOut is in logical coords.
next