Use wine_get_dos_file_name rather than relying on GetFullPathNameW
[wine] / dlls / x11drv /
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Gerald PfeiferUse 0 instead of NULL in create_glxpixmap().
2005-09-28  Dmitry TimoshkovMake DrawMenuBar and SetMenu tests pass under Wine.
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-23  Huw DaviesMove desktop_vi inside process_attach and remember...
2005-09-23  Richard CohenFix compile without XRender.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-19  Dmitry TimoshkovUse the event's width and height not the translated...
2005-09-19  Uwe BonnesDon't free a modified pointer.
2005-09-15  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-14  Alexandre JulliardAvoid a redefinition warning on 64-bit platforms.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Huw DaviesUse the gasp table to check whether we should trigger...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Frank RichterMake AlphaBlend() respect the destination clipping...
2005-08-26  Pavel RoskinExtend uRelax scale so that yres is relaxed before...
2005-08-24  Huw DaviesUse the correct rectangle for ETO_OPAQUE - spotted...
2005-08-23  Huw DaviesAvoid using XRenderFindStandardFormat as older librarie...
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-22  Saulius KrasuckasDon't dereference a NULL visual pointer.
2005-08-22  Todd MokrosFix a focus stealing bug introduced by the managed...
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-15  Frank RichterFix AlphaBlend() to extract the right part of the sourc...
2005-08-15  Mike McCormackgcc 4.0 warning fixes.
2005-08-15  Frank RichterInvalidate DCEs when a window region is set.
2005-08-12  Mike McCormackFix some gcc 4.0 warnings.
2005-08-08  Michael KaufmannFix for BI_BITFIELDS: The color masks are at the same...
2005-08-03  Alexandre JulliardDon't call WaitForMultipleObjectsEx if we are just...
2005-08-03  Oliver StieberBack out the previous stencil patch and slightly improv...
2005-07-27  Alexandre JulliardThere's no need to update the event mask in X11DRV_sync...
2005-07-25  Dmitry TimoshkovTake into account CS_NOCLOSE window class style and...
2005-07-24  Stefan HuehnerFix missing-declarations warnings.
2005-07-22  Oliver StieberAllow running opengl and DirectX applications without...
2005-07-19  Alexandre JulliardDon't set win gravity, the default should work fine.
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-07-15  Stefan HuehnerAdd some consts to fix discard-qual warnings.
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardMoved most initializations out of the create_desktop...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-05  Oliver StieberMake sure that the OpenGL visual created for a window...
2005-07-03  Lionel UlmerAdd some resolutions to what Desktop mode supports.
2005-07-01  Alexandre JulliardSet the class resource name to the name of the main...
2005-06-29  Alexandre JulliardDelay OpenGL and GDI initialization until they are...
2005-06-27  Eric PouechConst correctness fixes.
2005-06-22  Alexandre JulliardMoved font settings to HKCU\Software\Wine\X11 Driver...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\X11...
2005-06-14  Alexandre JulliardRemoved the check for the old Resolution option.
2005-06-14  Alexandre JulliardMerged palette option processing into the main configur...
2005-06-14  Alexandre JulliardAvoid repeatedly opening the configuration registry...
2005-06-14  Alexandre JulliardGet rid of the PerfectGraphics option, that's not reall...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-12  Glenn WursterAdd declaration of X11DRV_GetDIBColorTable to avoid...
2005-06-10  Glenn WursterAdds support for the DIBINDEX type of COLORREF.
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-05-29  Dmitry TimoshkovFix Estonian keyboard layout to better match the X11...
2005-05-24  Dmitry TimoshkovSetParent needs to clear 'managed' flag for former...
2005-05-23  Daniel ScheplerImplement CDS_TEST flag in ChangeDisplaySettings.
2005-05-12  Dmitry TimoshkovDo not pass an invalid target buffer info to WideCharTo...
2005-05-10  Raphael JunqueiraFix X11DRV_ChoosePixelFormat to choose 24 bpp as 32...
2005-05-07  Rein KlazesDon't set the pen width to 1 in X11DRV_PolyLine.
2005-05-07  Robert LunnonAvoid passing NULL buffer elements and status pointers to
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-04-28  Raphael Junqueira- valid implementation of X11DRV_ChoosePixelFormat...
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-04-22  Huw DaviesIf XShmAttach fails then reset shmid to -1 so that...
2005-04-21  Alexandre JulliardMoved the UsePrimary config parameter to the x11drv...
2005-04-20  Alexandre JulliardAvoid a compiler warning.
2005-04-20  Dimitrie O. PaunUse vectored exceptions to get rid of VIRTUAL_SetFaultH...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Richard CohenDither solid colours on monochrome bitmaps.
2005-04-18  Eric PouechCorrectness for const pointer casts.
2005-04-14  Rein KlazesIn X11DRV_DIB_SetImageBits avoid BadMatch errors when...
2005-04-14  Alexandre JulliardInclude Xmd.h in x11drv.h with the proper defines to...
2005-04-13  Marcus MeissnerTerminate XCreateIC() argument list with NULL instead...
2005-04-13  Alexandre JulliardUse an X context to associate the phys bitmap data...
2005-04-13  Huw DaviesRegisterClipboardFormat takes a unicode string now.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-04-13  Alexandre JulliardStore DIB section information directly in the phys...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-04-12  Alexandre JulliardStore the bitmap handle in the phys bitmap structure...
2005-04-11  Alexandre JulliardStore the pixmap depth and the DIBSECTION pointer in...
2005-04-11  Rein KlazesFix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero...
2005-04-11  Glenn WursterFix array index crash in buidling GDI palette from...
2005-03-31  Alexandre JulliardIntroduced an X_PHYSBITMAP structure to allow storing...
2005-03-31  Alexandre JulliardAvoid directly accessing the BITMAPOBJ structure.
2005-03-31  Alexandre JulliardRemoved the no longer needed X11DRV_get_client_area_off...
2005-03-31  Alexandre JulliardReturn the coordinates information needed to setup...
2005-03-31  Aric CyrJapanese 106 Keyboard fix.
2005-03-30  Alexandre JulliardThe update region passed in WM_NCPAINT and the clipping...
next