- Be more accurate on Darwin stack size.
[wine] / dlls / x11drv /
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.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alexandre JulliardGet rid of a few more references to the DC structure.
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-02-10  Leonardo Quijano... Fixed Latin American keyboard.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-06  Alex PasadynMake full-screen popup windows managed.
2004-02-03  Dmitry TimoshkovIssue WARN instead of FIXME when there are mismatches...
2004-02-03  Alex PasadynUse the first mode in the XVidMode mode list as the...
2004-01-30  Aric StewartThe NVIDIA graphics device comes up as an X extension...
2004-01-30  Chris MorganIf unable to open an X11 display mention that X needs...
2004-01-27  Aric StewartBack out an unintentional change that snuck in with...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-20  Alexandre JulliardGet rid of some direct accesses to the DC structure...
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-18  Marcelo DuarteFixed typos.
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-13  Alexandre JulliardAvoid direct access to the palette structure.
2004-01-12  Alexandre JulliardScrollDC doesn't need to be in the graphics driver.
2004-01-09  Alexandre JulliardRemoved XInitThreads call, the X libraries still have...
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2004-01-08  Ulrich CzekallaAdd option to use the primary selection in addition...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-31  Alexandre JulliardStore window icons in the window structure so that...
next