2005-03-29 |
Alexandre Julliard | Only restore the DC attributes on the next GetDC, and... |
tree | commitdiff |
2005-03-29 |
Dmitry Timoshkov | Handle control characters in VkKeyScanEx similar to... |
tree | commitdiff |
2005-03-28 |
Alexandre Julliard | Merged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Added X11DRV_get_pixmap and X11DRV_set_pixmap functions... |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Store the handle to the stock bitmap when the first... |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Store the DCE pointer in the DC physDev structure using... |
tree | commitdiff |
2005-03-25 |
Rein Klazes | ScrollDC and X11DRV_SCROLLDC should scroll only pixels... |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Moved DCE support to the X11 driver. |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Replace the link_window request by a set_parent request... |
tree | commitdiff |
2005-03-24 |
Alexandre Julliard | Try a TrueColor visual if Xrender fails with a DirectCo... |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-24 |
Alexandre Julliard | Avoid calling WIN_ListChildren from the graphics drivers. |
tree | commitdiff |
2005-03-24 |
Kevin Koltzau | Added full support for xbuttons (side mouse buttons). |
tree | commitdiff |
2005-03-24 |
Alexandre Julliard | Don't maintain a client-side WND structure for the... |
tree | commitdiff |
2005-03-23 |
Ron Jensen | Avoid bad visual errors in thread_selection_wnd(). |
tree | commitdiff |
2005-03-23 |
Alexandre Julliard | Get rid of the remaining WIN_FindWndPtr calls. |
tree | commitdiff |
2005-03-23 |
Robert Shearman | - Window styles passed to CreateWindowEx must the same... |
tree | commitdiff |
2005-03-22 |
Hans Leidekker | Fix some -Wsign-compare and -Wuninitialized warnings. |
tree | commitdiff |
2005-03-22 |
Dmitry Timoshkov | Add support for Serbian cyrillic X11 keyboard layout. |
tree | commitdiff |
2005-03-21 |
Alexandre Julliard | Try to always keep the server window Z-order in sync... |
tree | commitdiff |
2005-03-21 |
Alexandre Julliard | Don't try to resync Z-order on ConfigureNotify events... |
tree | commitdiff |
2005-03-21 |
Glenn Wurster | Remove break statements missed in last patch. |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Make the server know about the visible area of a window... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Compute the top clipping window directly on the server... |
tree | commitdiff |
2005-03-16 |
Alexandre Julliard | Don't force injected hardware messages to be queued... |
tree | commitdiff |
2005-03-14 |
Peter Berg Larsen | Assorted memleak fixes. Found on Michael Stefaniuc... |
tree | commitdiff |
2005-03-10 |
Raphael Junqueira | - XListInputDevices spec say that device list should... |
tree | commitdiff |
2005-03-09 |
Alexandre Julliard | Added WM_X11DRV_DELETE_WINDOW message to handle close... |
tree | commitdiff |
2005-03-09 |
Alexandre Julliard | Moved SendInput and related functions to the USER drive... |
tree | commitdiff |
2005-03-08 |
Alexandre Julliard | Take into account the event mask passed to MsgWaitForMu... |
tree | commitdiff |
2005-03-08 |
Maxime Bellengé | - Fix unmovable windows if the window style is set... |
tree | commitdiff |
2005-03-08 |
Alexandre Julliard | Added support for iso8859-16 charset. |
tree | commitdiff |
2005-03-07 |
Alexandre Julliard | Added a missing prototype. |
tree | commitdiff |
2005-03-07 |
Ulrich Czekalla | Create a thread-specific selection window to make sure... |
tree | commitdiff |
2005-03-07 |
Dmitry Timoshkov | Avoid unnecessary window locking in X11DRV_DestroyWindow. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
tree | commitdiff |
2005-03-01 |
Alexandre Julliard | Use a dispatch table to handle X client messages. |
tree | commitdiff |
2005-03-01 |
Ulrich Czekalla | If unexpected condition occurs just report an error. |
tree | commitdiff |
2005-03-01 |
Huw Davies | If the dibsection is based on a file-mapping object... |
tree | commitdiff |
2005-02-26 |
Alexandre Julliard | Use a table of handlers to dispatch X events and get... |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Moved clipboard event handling functions and some priva... |
tree | commitdiff |
2005-02-23 |
Alexandre Julliard | Revert SC_CLOSE change, this is causing deadlocks. |
tree | commitdiff |
2005-02-23 |
Jason Edmeades | Take into account additional requested spacing on break... |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
tree | commitdiff |
2005-02-18 |
Ulrich Czekalla | Duplicate Windows behaviour and use SendMessage for... |
tree | commitdiff |
2005-02-16 |
Lauri Tulmin | Make minimized windows stay minimized. |
tree | commitdiff |
2005-02-15 |
Dmitry Timoshkov | - Fix prototypes of GetClassLongA/W, GetClassLongPtrA... |
tree | commitdiff |
2005-02-09 |
Alexandre Julliard | Make the win data pointer only available in the thread... |
tree | commitdiff |
2005-02-09 |
Dmitry Timoshkov | Add support for Turkish (tr) X11 keyboard layout. |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
tree | commitdiff |
2005-02-01 |
Alexandre Julliard | Store the "managed" flag as a window property instead... |
tree | commitdiff |
2005-01-31 |
Alexandre Julliard | Only create an X window for top-level windows, not... |
tree | commitdiff |
2005-01-28 |
Alexandre Julliard | Use an X context to associated the x11drv private windo... |
tree | commitdiff |
2005-01-28 |
Oliver Stieber | Send a scancode through for the 5 key when numlock... |
tree | commitdiff |
2005-01-26 |
Glenn Wurster | Disable antialiasing of fonts while working in a palette. |
tree | commitdiff |
2005-01-25 |
Rein Klazes | Make ShowWindow(...,SW_SHOWNA) also work on already... |
tree | commitdiff |
2005-01-24 |
Glenn Wurster | Disable antialiasing if the font dictates it. |
tree | commitdiff |
2005-01-24 |
Glenn Wurster | Split caching of antialiased and non-antialiased glyphs. |
tree | commitdiff |
2005-01-24 |
Dmitry Timoshkov | Put Brazilian ABNT2 keyboard layouts in line with appro... |
tree | commitdiff |
2005-01-24 |
Robert North | Bring wintab in line with Jeremy's X11 event timing... |
tree | commitdiff |
2005-01-24 |
Robert North | Add the rule that inverted cursor has -ve altitude... |
tree | commitdiff |
2005-01-24 |
Robert North | Packets from eraser cursors are marked as inverted... |
tree | commitdiff |
2005-01-24 |
Robert North | - In wintab's default system context, change context... |
tree | commitdiff |
2005-01-24 |
Robert North | - Don't post messages on Wine message queue, if tablet... |
tree | commitdiff |
2005-01-24 |
Robert North | Generate Wintab packets for XInput button up/down events. |
tree | commitdiff |
2005-01-21 |
Alexandre Julliard | Tweak SetWindowPos flags handling to make a few more... |
tree | commitdiff |
2005-01-21 |
Alexandre Julliard | Make WIN_SetStyle more thread-safe by specifying the... |
tree | commitdiff |
2005-01-20 |
Rémi Assailly | Added missing declarations. |
tree | commitdiff |
2005-01-20 |
Alexandre Julliard | Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr. |
tree | commitdiff |
2005-01-19 |
Oleh R. Nykyforchyn | Ukrainian codepage 21866 added and respective files... |
tree | commitdiff |
2005-01-17 |
Alexandre Julliard | Get rid of nonclient.h and of the corresponding exporte... |
tree | commitdiff |
2005-01-17 |
Alexandre Julliard | Avoid most references to the internals of the WND struc... |
tree | commitdiff |
2005-01-17 |
Alexandre Julliard | Removed a couple of unnecessary calls to WIN_SuspendWnd... |
tree | commitdiff |
2005-01-17 |
Alexandre Julliard | Removed unused ForceWindowRaise function. |
tree | commitdiff |
2005-01-14 |
Jeremy White | Fix X11 event timing so that we correctly correlate... |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Desktop window is repainted on WM_ERASEBKGND, it must... |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Warning fix. |
tree | commitdiff |
2005-01-11 |
Jacek Caban | Get rid of W->A calls. |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-04 |
Ulrich Czekalla | Always clearAllSelections since not clearing CLIPBOARD... |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2005-01-03 |
Dmitry Timoshkov | - Do not print FIXME in X11DRV_GetKeyboardLayout if... |
tree | commitdiff |
2004-12-27 |
Mike Hearn | Fix Xlib locking in create_desktop. |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Eric Pouech | Fixed bug with unsigned index in decreasing loop. |
tree | commitdiff |
2004-12-20 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-17 |
Rémi Assailly | - removed unused tagPALETTEOBJ and tagWINDOWPOS |
tree | commitdiff |
2004-12-17 |
Dmitry Timoshkov | Add a mouse input test case, make the test pass under... |
tree | commitdiff |
2004-12-14 |
Michael Stefaniuc | Missing HeapFree's + 1 LocalFree (found by smatch). |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Added some sanity checks on window dimensions. |
tree | commitdiff |
2004-12-08 |
Alexandre Julliard | Moved private USER definitions to a new user_private... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-06 |
Jean-Michel Dault | Added another Canadian keyboard layout. |
tree | commitdiff |
2004-12-06 |
Dmitry Timoshkov | ShowWindow activates only a being maximized child windo... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-23 |
Robert Shearman | When changing from DIB_Status_GdiMod to DIB_Status_GdiM... |
tree | commitdiff |
2004-11-22 |
Glenn Wurster | Use physDev->textPixel instead of GetTextColor for... |
tree | commitdiff |
2004-11-19 |
Huw Davies | Fallback to some sensible default values when underlini... |
tree | commitdiff |
2004-11-09 |
Kevin Koltzau | Change AlphaBlend to use destination dimensions rather... |
tree | commitdiff |
next |