Fixed some issues found by winapi_check.
[wine] / dlls / x11drv /
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...
2003-12-30  Zimler AttilaFixed Hungarian keyboard layout.
2003-12-30  Sami AarioFixed a typo.
2003-12-13  Jerry JenkinsFix managed state of some windows.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-05  Alexandre JulliardGet rid of clipboard.h.
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.
2003-12-05  Alexandre JulliardRemoved X11 display parameter from the config file...
2003-12-04  Alexandre JulliardInitialize Xlib threading support to see what it breaks...
2003-12-04  Mike HearnMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T...
2003-12-04  Alexandre JulliardPortability fixes.
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-27  Rein KlazesIn clip_children() don't clip the visible region by...
2003-11-26  Dmitry TimoshkovFix .spec file parameters for CreateDC driver API.
2003-11-25  Huw DaviesAdd support for display of dibs on MSB XServers.
2003-11-21  Alexandre JulliardRemoved the ts_xlib files.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardRemoved more TSX functions.
2003-11-21  Alexandre JulliardAlways ignore BadMatch errors resulting from XSetInputF...
2003-11-21  Alexandre JulliardDelay the creation of the X atoms until we really need...
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-11-20  Alexandre JulliardThere's no need to initialize XKB on the GDI display...
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-11-20  Grant WilliamsonDutch keyboard support.
next