projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
winex11.drv: Mark internal symbols with hidden visibility.
[wine]
/
dlls
/
winex11.drv
/
2011-05-25
Marcus Meissner
winex11.drv: Mark internal symbols with hidden visibility.
tree
|
commitdiff
2011-05-16
Alexandre Julliard
winex11: Filter out motion events resulting from settin...
tree
|
commitdiff
2011-05-16
Alexandre Julliard
winex11: Warp the pointer when clipping, but ignore...
tree
|
commitdiff
2011-05-16
Alexandre Julliard
winex11: Don't wait for the foreground window to start...
tree
|
commitdiff
2011-05-13
Alexandre Julliard
winex11: Try a little harder to clip the cursor to...
tree
|
commitdiff
2011-05-13
Alexandre Julliard
winex11: Allow MotionNotify events through occasionally...
tree
|
commitdiff
2011-05-13
Alexandre Julliard
winex11: Don't use raw events for button events so...
tree
|
commitdiff
2011-05-12
Alexandre Julliard
winex11: Set the desktop window gravity to NorthWest...
tree
|
commitdiff
2011-05-12
Alexandre Julliard
winex11: Only update the fullscreen pointer grab when...
tree
|
commitdiff
2011-05-11
Alexandre Julliard
winex11: Add an option to automatically clip the pointe...
tree
|
commitdiff
2011-05-11
Alexandre Julliard
winex11: Automatically clip the pointer when the foregr...
tree
|
commitdiff
2011-05-11
Alexandre Julliard
winex11: Export a couple of helper functions for window...
tree
|
commitdiff
2011-05-11
Alexandre Julliard
winex11: Reset the clipping when the desktop window...
tree
|
commitdiff
2011-05-05
Alexandre Julliard
winex11: Fix check for desktop process in non-desktop...
tree
|
commitdiff
2011-05-02
Marcus Meissner
winex11.drv: Assertion was 1 off (Coverity).
tree
|
commitdiff
2011-04-28
Alexandre Julliard
winex11: Grab the mouse in the thread that owns the...
tree
|
commitdiff
2011-04-27
Alexandre Julliard
winex11: Merge consecutive RawMotion events.
tree
|
commitdiff
2011-04-27
Alexandre Julliard
winex11: Ignore MotionNotify events if we have pending...
tree
|
commitdiff
2011-04-26
Alexandre Julliard
winex11: Refuse to clip cursor to a 1x1 window if we...
tree
|
commitdiff
2011-04-25
Alexandre Julliard
winex11: Release the clip cursor grab when the clipping...
tree
|
commitdiff
2011-04-22
Alexandre Julliard
winex11: Allow changing the clipping rectangle while...
tree
|
commitdiff
2011-04-22
Alexandre Julliard
winex11: Add separate helper functions for pointer...
tree
|
commitdiff
2011-04-22
Alexandre Julliard
winex11: Store a message window with the desktop when...
tree
|
commitdiff
2011-04-22
Alexandre Julliard
winex11: Clip out the top-level windows when repainting...
tree
|
commitdiff
2011-04-20
Dmitry Timoshkov
winex11.drv: Make sure that all relevant keyboard trace...
tree
|
commitdiff
2011-04-20
Dmitry Timoshkov
winex11.drv: Use dialog window type again for owned...
tree
|
commitdiff
2011-04-19
Alexandre Julliard
winex11: Allow installing the event handler multiple...
tree
|
commitdiff
2011-04-14
Alexandre Julliard
winex11: Make sure the clipping window is initialized...
tree
|
commitdiff
2011-04-14
Alexandre Julliard
winex11: Retrieve raw mouse events through XInput2...
tree
|
commitdiff
2011-04-13
Alexandre Julliard
winex11: Add handlers for the XInput2 raw mouse events.
tree
|
commitdiff
2011-04-13
Austin English
winex11.drv: Remove extraneous parentheses (LLVM/Clang).
tree
|
commitdiff
2011-04-13
Alexandre Julliard
winex11: Build the mouse input structure directly in...
tree
|
commitdiff
2011-04-13
Alexandre Julliard
winex11: Add infrastructure for managing the extra...
tree
|
commitdiff
2011-04-12
Huw Davies
winex11: Don't use the bitfields for the BI_RGB case.
tree
|
commitdiff
2011-04-12
Alexandre Julliard
winex11: Get rid of the old ddraw HAL support.
tree
|
commitdiff
2011-04-08
Dmitry Timoshkov
winex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZ...
tree
|
commitdiff
2011-04-06
Alexandre Julliard
winex11: Simplify the event handler lookup, and support...
tree
|
commitdiff
2011-04-06
Alexandre Julliard
winex11: Update the cursor on the clip window when...
tree
|
commitdiff
2011-04-05
Alexandre Julliard
winex11: Update the cursor on the clipping window while...
tree
|
commitdiff
2011-04-05
Alexandre Julliard
winex11: Always forward SetCursor to the driver, and...
tree
|
commitdiff
2011-04-05
Alexandre Julliard
winex11: Add an option to disable pointer grabs.
tree
|
commitdiff
2011-04-05
Alexandre Julliard
winex11: Implement cursor clipping using a pointer...
tree
|
commitdiff
2011-04-05
Alexandre Julliard
server: Post a message to the desktop window when the...
tree
|
commitdiff
2011-04-04
Gerald Pfeifer
winex11.drv: Initialize a variable in create_xcursor_fr...
tree
|
commitdiff
2011-03-31
Matteo Bruni
winex11.drv: Take care of the destroyed drawable in...
tree
|
commitdiff
2011-03-31
Matteo Bruni
winex11.drv: Don't call glXSwapBuffers if the context...
tree
|
commitdiff
2011-03-31
Matteo Bruni
winex11.drv: Fix wglMakeContextCurrent with an invalid...
tree
|
commitdiff
2011-03-31
Matteo Bruni
winex11.drv: Don't modify state if glXMakeContextCurren...
tree
|
commitdiff
2011-03-30
Matteo Bruni
winex11.drv: Make wglMakeCurrent return the correct...
tree
|
commitdiff
2011-03-30
Matteo Bruni
winex11.drv: Don't modify current state if glXMakeCurre...
tree
|
commitdiff
2011-03-29
Joshua Beck
winex11: Improved error handling in pglXMakeCurrent...
tree
|
commitdiff
2011-03-29
Dmitry Timoshkov
winex11.drv: Do not use any window types except _NET_WM...
tree
|
commitdiff
2011-03-18
Alexandre Julliard
gdi32: Add null driver entry points for StretchBlt...
tree
|
commitdiff
2011-03-17
Alexandre Julliard
winex11: Implement a separate entry point for PatBlt...
tree
|
commitdiff
2011-03-10
Erich Hoover
winex11: Add support for retrieving multi-rate animated...
tree
|
commitdiff
2011-03-10
Henri Verbeet
winex11: Remove a redundant forward declaration.
tree
|
commitdiff
2011-03-10
Alexandre Julliard
gdi32: Add a mechanism for stacking gdi drivers.
tree
|
commitdiff
2011-03-08
Alexandre Julliard
gdi32: Add a common header to the physdev structure.
tree
|
commitdiff
2011-03-08
Alexandre Julliard
user32: No longer export HOOK_CallHooks.
tree
|
commitdiff
2011-03-08
Henri Verbeet
winex11.drv: Allow disabling vertical sync using EXT_sw...
tree
|
commitdiff
2011-03-07
Alexandre Julliard
user32: Get rid of the RegisterClipboardFormat driver...
tree
|
commitdiff
2011-03-07
Alexandre Julliard
winex11: Register clipboard formats only once they...
tree
|
commitdiff
2011-03-07
Alexandre Julliard
winex11: Remove the unused clipboard format flags.
tree
|
commitdiff
2011-03-07
Alexandre Julliard
winex11: Don't unmap off-screen windows on PropertyNoti...
tree
|
commitdiff
2011-03-07
Erich Hoover
winex11: Use GetCursorFrameInfo to obtain animated...
tree
|
commitdiff
2011-03-04
Alexandre Julliard
user32: Remove GetClipboardFormatName from the user...
tree
|
commitdiff
2011-03-04
Alexandre Julliard
winex11: Always reference clipboard formats by atom...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Pre-register atoms for all the built-in clipbo...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Add a debug helper for printing clipboard...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Convert the clipboard format list to a standar...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Convert the clipboard data list to a standard...
tree
|
commitdiff
2011-03-03
Peter Urbanec
wintab32: Better handling of XInput initialisation...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Merge updating the mouse state and sending...
tree
|
commitdiff
2011-03-03
Alexandre Julliard
winex11: Get rid of the ClipCursor and SendInput entry...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
user32: Handle input injected through SendInput entirel...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
server: Invoke low-level hardware hooks directly from...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
user32: Export a Wine-specific function to send hardwar...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
winex11: Fetch the key state from the server when adjus...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
server: Set the message code for mouse input on the...
tree
|
commitdiff
2011-03-02
Alexandre Julliard
server: Pass the original hardware input data to the...
tree
|
commitdiff
2011-03-01
Alexandre Julliard
server: Don't pass a thread id to send_hardware_message...
tree
|
commitdiff
2011-03-01
Alexandre Julliard
winex11: Pass a window handle for keyboard hardware...
tree
|
commitdiff
2011-03-01
Alexandre Julliard
user32: Retrieve the current cursor position from the...
tree
|
commitdiff
2011-02-28
Alexandre Julliard
user32: Retrieve the key state for GetAsyncKeyState...
tree
|
commitdiff
2011-02-28
Alexandre Julliard
server: Fill the key state in mouse events from the...
tree
|
commitdiff
2011-02-28
André Hentschel
winex11.drv: Quiet a noisy FIXME.
tree
|
commitdiff
2011-02-25
Alexandre Julliard
server: Store the cursor clip rectangle in the server.
tree
|
commitdiff
2011-02-24
Alexandre Julliard
winex11: Update the window cursor at most once every...
tree
|
commitdiff
2011-02-24
Alexandre Julliard
winex11: Synchronize the mouse cursor in update_mouse_s...
tree
|
commitdiff
2011-02-15
Nicholas Niro
winex11.drv: Add proper initialization for border_pixel.
tree
|
commitdiff
2011-02-02
Henri Verbeet
winex11.drv: Only query for XShm on first use.
tree
|
commitdiff
2011-02-01
Dmitry Timoshkov
winex11.drv: Make sure that default clipping region...
tree
|
commitdiff
2011-01-31
Alexander Scott...
winex11.drv: Improve error handling in bitmap synthesiz...
tree
|
commitdiff
2011-01-31
Alexander Scott...
winex11.drv: Remove unused constant, and fix a comment.
tree
|
commitdiff
2011-01-31
Alexander Scott...
winex11.drv: Remove broken HeapFree call.
tree
|
commitdiff
2011-01-28
Alexander Scott...
winex11.drv: Implement synthesizing the CF_ENHMETAFILE...
tree
|
commitdiff
2011-01-24
Dmitry Timoshkov
winex11.drv: Associate the real DC transformation with...
tree
|
commitdiff
2011-01-05
Austin English
winex11.drv: Use consistent formatting in a TRACE().
tree
|
commitdiff
2010-12-28
Alexandre Julliard
winex11: Make the tool window flag take precedence...
tree
|
commitdiff
2010-12-27
Andrew Nguyen
winex11.drv: Enhance the wrapper functions for WGL_EXT_...
tree
|
commitdiff
next