Only restore the DC attributes on the next GetDC, and add support for
[wine] / dlls / x11drv /
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...
2005-02-09  Dmitry TimoshkovAdd support for Turkish (tr) X11 keyboard layout.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-31  Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-28  Oliver StieberSend a scancode through for the 5 key when numlock...
2005-01-26  Glenn WursterDisable antialiasing of fonts while working in a palette.
2005-01-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
2005-01-24  Glenn WursterDisable antialiasing if the font dictates it.
2005-01-24  Glenn WursterSplit caching of antialiased and non-antialiased glyphs.
2005-01-24  Dmitry TimoshkovPut Brazilian ABNT2 keyboard layouts in line with appro...
2005-01-24  Robert NorthBring wintab in line with Jeremy's X11 event timing...
2005-01-24  Robert NorthAdd the rule that inverted cursor has -ve altitude...
2005-01-24  Robert NorthPackets from eraser cursors are marked as inverted...
2005-01-24  Robert North- In wintab's default system context, change context...
2005-01-24  Robert North- Don't post messages on Wine message queue, if tablet...
2005-01-24  Robert NorthGenerate Wintab packets for XInput button up/down events.
2005-01-21  Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Rémi AssaillyAdded missing declarations.
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-19  Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-17  Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2005-01-17  Alexandre JulliardRemoved unused ForceWindowRaise function.
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-11  Alexandre JulliardWarning fix.
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-04  Ulrich CzekallaAlways clearAllSelections since not clearing CLIPBOARD...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-03  Dmitry Timoshkov- Do not print FIXME in X11DRV_GetKeyboardLayout if...
2004-12-27  Mike HearnFix Xlib locking in create_desktop.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechFixed bug with unsigned index in decreasing loop.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-17  Rémi Assailly- removed unused tagPALETTEOBJ and tagWINDOWPOS
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Jean-Michel DaultAdded another Canadian keyboard layout.
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Robert ShearmanWhen changing from DIB_Status_GdiMod to DIB_Status_GdiM...
2004-11-22  Glenn WursterUse physDev->textPixel instead of GetTextColor for...
2004-11-19  Huw DaviesFallback to some sensible default values when underlini...
2004-11-09  Kevin KoltzauChange AlphaBlend to use destination dimensions rather...
next