Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-30 | Add more appropriate system for dealing with pointer motion when | David Reveman | 5 | -48/+148 | |
forwarding XDND. | |||||
2008-10-30 | Avoid selection conversion duplicates. | David Reveman | 1 | -54/+41 | |
2008-10-30 | Proper prefetching of required back-end server atoms. | David Reveman | 4 | -69/+181 | |
2008-10-30 | Call-back based async request handling. | David Reveman | 12 | -467/+448 | |
2008-10-30 | Add DMXRequest type. | David Reveman | 3 | -2/+41 | |
2008-10-30 | Don't enter back-end dispatch from here. | David Reveman | 1 | -32/+14 | |
2008-10-30 | Detect selection window destuction. | David Reveman | 2 | -2/+31 | |
2008-10-30 | Generate pointer device events from position messages. | David Reveman | 1 | -0/+49 | |
2008-10-30 | Add missing device_id check and clean up event struct names. | David Reveman | 1 | -6/+9 | |
2008-10-30 | Fix a number of DnD issues. | David Reveman | 3 | -38/+143 | |
2008-10-30 | Clean up and initial XDnD support. | David Reveman | 18 | -221/+1007 | |
2008-10-30 | Fix handling of disabled screens. | David Reveman | 3 | -8/+13 | |
2008-10-30 | Add selection support. | David Reveman | 10 | -101/+1693 | |
Selections are automatically shared with back-end servers. This provides seamless communication between back-end server clients and local clients. Some selections are not appropriate to share as they will cause unwanted conflicts. E.g. most manager selections. These selections can still be shared by adding a unique identifier to them. Selections that need this identifier can be specified using a command line option. | |||||
2008-10-30 | Add dmxDigest. | David Reveman | 1 | -0/+42 | |
2008-10-30 | Don't wait for sync replies when closing down server. Use | David Reveman | 2 | -3/+9 | |
dmxScreenReplyCheckSync in dmxDisableScreen to unsure that no pending sync replies exist for the disabled screen. | |||||
2008-10-30 | Use default timeout now attachScreen wont block and restore | David Reveman | 1 | -3/+2 | |
resources anymore. | |||||
2008-10-30 | Add enable/disable-Screen methods to dbus interface and don't have | David Reveman | 2 | -7/+111 | |
attachScreen method automatically enable screen anymore. | |||||
2008-10-30 | Move the resource restore/destroy functionality of | David Reveman | 10 | -154/+273 | |
dmxAttachScreen/dmxDetachScreen into dmxEnableScreen/dmxDisableScreen so that screens can be attached but not enabled. | |||||
2008-10-30 | Always override substructure redirect for root window. | David Reveman | 1 | -5/+11 | |
2008-10-30 | Use one output and one crtc per screen by default. | David Reveman | 1 | -2/+2 | |
2008-10-30 | Only use backend server screen saver when backend server's root window | David Reveman | 1 | -0/+2 | |
is used as screen window. | |||||
2008-10-30 | Shut up compiler. | David Reveman | 1 | -6/+2 | |
2008-10-30 | Initialize Box.x1 properly. | David Reveman | 1 | -0/+1 | |
2008-10-30 | Use XQueryInputVersion. | David Reveman | 1 | -2/+3 | |
2008-10-30 | Cleanup font code. | David Reveman | 4 | -363/+0 | |
2008-10-30 | Allow NoSymbol to match anything. | David Reveman | 1 | -3/+5 | |
2008-10-30 | Add simple keycode mapping system. | David Reveman | 2 | -9/+182 | |
Only keycodes from backend server with fully matching keysyms are mapped to local keycodes and processed as input events. A truly independent backend server keymap can be obtained by using a separate master device. | |||||
2008-10-30 | Remove unused variables. | David Reveman | 1 | -8/+0 | |
2008-10-30 | Remove shadow framebuffer support from xdmx. | David Reveman | 5 | -296/+96 | |
2008-10-30 | Cleanup XDMX_LIBS. | David Reveman | 2 | -8/+2 | |
2008-10-30 | Make sure beck-end server MIT-SHM support really works before using it. | David Reveman | 1 | -6/+76 | |
2008-10-30 | Don't use rootEventMask for non-root windows. | David Reveman | 1 | -1/+1 | |
2008-10-30 | Don't enable devices from InitInput. | David Reveman | 1 | -1/+1 | |
2008-10-30 | Fix early freeing of ext. | David Reveman | 1 | -2/+2 | |
2008-10-30 | Huge DMX input cleanup by swithcing to a simple backend only input | David Reveman | 20 | -3957/+1733 | |
system. | |||||
2008-10-30 | Cleanup. | David Reveman | 1 | -43/+1 | |
2008-10-30 | Remove local input support for dmx. | David Reveman | 43 | -7513/+10 | |
2008-10-30 | Remove old DMX config system. | David Reveman | 57 | -4987/+150 | |
2008-10-30 | More appropriate adding of detached screens. | David Reveman | 1 | -4/+12 | |
2008-10-30 | Use root window instead of screen window for input events. | David Reveman | 1 | -2/+2 | |
2008-10-30 | Use localhost as screen name whe hostname is empty. | David Reveman | 1 | -0/+4 | |
2008-10-30 | Don't allow empty string for screen name. | David Reveman | 1 | -3/+11 | |
2008-10-30 | Remove unnecessary sync requests. | David Reveman | 1 | -5/+0 | |
2008-10-30 | Don't force an initial sync. | David Reveman | 1 | -1/+1 | |
2008-10-30 | Add missing include. | David Reveman | 1 | -0/+1 | |
2008-10-30 | Fix typo. | David Reveman | 1 | -1/+1 | |
2008-10-30 | Ignore screen window map notify events. | David Reveman | 1 | -0/+6 | |
2008-10-30 | Only use back-end DPMS support when back-end server's | David Reveman | 1 | -3/+9 | |
root window is used as screen window. | |||||
2008-10-30 | Don't mess with back-end server screen saver. | David Reveman | 1 | -33/+6 | |
2008-10-30 | Fix reverse walking of window properties and make sure | David Reveman | 1 | -12/+11 | |
dmxBECreateWindowProperties works when panoramix is disabled. |