summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxwindow.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Add dbus method attachScreenAt.dmx-2David Reveman1-0/+2
2008-11-18Never update proxy window geometry on backend server.David Reveman1-8/+24
2008-10-30Clean up and initial XDnD support.David Reveman1-1/+8
2008-10-30Add selection support.David Reveman1-4/+6
2008-10-30Always override substructure redirect for root window.David Reveman1-5/+11
2008-10-30Don't use rootEventMask for non-root windows.David Reveman1-1/+1
2008-10-30Huge DMX input cleanup by swithcing to a simple backend only inputDavid Reveman1-9/+2
2008-10-30Set DMX_NAME property on root window instead.David Reveman1-0/+3
2008-10-30Screen size handling cleanups.David Reveman1-2/+12
2008-10-30External output window support.David Reveman1-63/+11
2008-10-30No need to configure back-end server window in CopyWindow. ThisDavid Reveman1-18/+1
2008-10-30Remove ugly preprocessor code and make sure wrapped DestroyWindow,David Reveman1-36/+2
2008-10-30Properly translate list of properties.David Reveman1-8/+8
2008-10-30Use dmxBEAtom where possible.David Reveman1-12/+4
2008-10-30Remove XShapeInputSelected call.David Reveman1-7/+0
2008-10-30Asynchronous reply processing using XCB and more efficientDavid Reveman1-0/+5
2008-10-30Avoid creating window tree on back-end servers with virtualDavid Reveman1-15/+34
2008-10-30Pass correct size to memcpy.David Reveman1-1/+1
2008-10-30Set property data to 0 when translation failed to avoid having the data accid...David Reveman1-8/+8
2008-10-30Increment j.David Reveman1-1/+1
2008-10-30Make property translation system configurable from the command line.David Reveman1-219/+248
2008-10-30Set window cursor attribute properly.David Reveman1-6/+6
2008-10-30Translate resources in property data.David Reveman1-2/+265
2008-10-30Add forwarding of window properties to back-end servers.David Reveman1-0/+29
2008-10-30Use SubstructureRedirectMask event mask for all windows.David Reveman1-2/+2
2008-10-30Add support for using back-end server root window.David Reveman1-13/+27
2008-10-30Add support for manual compositing on back-end servers.David Reveman1-2/+2
2008-10-30Add new cursor code and track changes to glyphs.David Reveman1-10/+50
2008-10-30Cleanup handling of redirected windows and add proper support for attaching/d...David Reveman1-59/+82
2008-10-30Better handling of redirected windows.David Reveman1-17/+49
2008-10-30Improved RANDR support.David Reveman1-2/+2
2008-10-30Ignore expose events from shape requests.David Reveman1-0/+4
2008-10-30Ignore expose events from configure requests.David Reveman1-0/+8
2008-10-30Ignore expose events for map and unmap requests.David Reveman1-0/+7
2008-10-30Handle back-end server expose events properly.David Reveman1-45/+1
2008-10-30Call wrapped CreateWindow function.David Reveman1-2/+1
2008-10-30Redirect window before mapping it.David Reveman1-10/+10
2008-10-30Nomad DMX work.David Reveman1-28/+128
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-8/+0
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-51/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-51/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-2/+1
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
2004-07-31Add new extension enable/disable feature. This code is a small step in theKevin E Martin1-10/+8
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1083