Change headers to <windows.h> in order to prevent a compilation
[wine] / dlls / x11drv /
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...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Alexandre JulliardOnly reset the clip region in GetDC() if a new region...
2005-03-29  Alexandre JulliardOnly restore the DC attributes on the next GetDC, and...
2005-03-29  Dmitry TimoshkovHandle control characters in VkKeyScanEx similar to...
2005-03-28  Alexandre JulliardMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
2005-03-27  Alexandre JulliardAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions...
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-27  Alexandre JulliardStore the DCE pointer in the DC physDev structure using...
2005-03-25  Rein KlazesScrollDC and X11DRV_SCROLLDC should scroll only pixels...
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-24  Alexandre JulliardTry a TrueColor visual if Xrender fails with a DirectCo...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Alexandre JulliardAvoid calling WIN_ListChildren from the graphics drivers.
2005-03-24  Kevin KoltzauAdded full support for xbuttons (side mouse buttons).
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-23  Ron JensenAvoid bad visual errors in thread_selection_wnd().
2005-03-23  Alexandre JulliardGet rid of the remaining WIN_FindWndPtr calls.
2005-03-23  Robert Shearman- Window styles passed to CreateWindowEx must the same...
2005-03-22  Hans LeidekkerFix some -Wsign-compare and -Wuninitialized warnings.
2005-03-22  Dmitry TimoshkovAdd support for Serbian cyrillic X11 keyboard layout.
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-21  Alexandre JulliardDon't try to resync Z-order on ConfigureNotify events...
2005-03-21  Glenn WursterRemove break statements missed in last patch.
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-03-16  Alexandre JulliardDon't force injected hardware messages to be queued...
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-10  Raphael Junqueira- XListInputDevices spec say that device list should...
2005-03-09  Alexandre JulliardAdded WM_X11DRV_DELETE_WINDOW message to handle close...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-08  Alexandre JulliardTake into account the event mask passed to MsgWaitForMu...
2005-03-08  Maxime Bellengé- Fix unmovable windows if the window style is set...
2005-03-08  Alexandre JulliardAdded support for iso8859-16 charset.
2005-03-07  Alexandre JulliardAdded a missing prototype.
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-07  Dmitry TimoshkovAvoid unnecessary window locking in X11DRV_DestroyWindow.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Alexandre JulliardUse a dispatch table to handle X client messages.
2005-03-01  Ulrich CzekallaIf unexpected condition occurs just report an error.
2005-03-01  Huw DaviesIf the dibsection is based on a file-mapping object...
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-25  Alexandre JulliardMoved clipboard event handling functions and some priva...
2005-02-23  Alexandre JulliardRevert SC_CLOSE change, this is causing deadlocks.
2005-02-23  Jason EdmeadesTake into account additional requested spacing on break...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-18  Ulrich CzekallaDuplicate Windows behaviour and use SendMessage for...
2005-02-16  Lauri TulminMake minimized windows stay minimized.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-09  Alexandre JulliardMake the win data pointer only available in the thread...
next