summaryrefslogtreecommitdiffstats
path: root/src/vdagent-x11-randr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit declaration of 'g_unlink' (warning)Fabiano Fidêncio2015-04-121-0/+1
* randr: handle XRRScreenChangeNotifyEventMarc-Andre Lureau2015-04-101-1/+33
* randr: remove monitors.xml on auto-configurationMarc-Andre Lureau2015-04-101-0/+5
* Remove unneeded NULL checkChristophe Fergeau2015-04-011-1/+1
* Handle get_current_mon_config() failuresChristophe Fergeau2015-04-011-0/+2
* randr: set physical screen size to keep a constant 96 dpiMarc-André Lureau2014-02-241-2/+7
* Don't abort if XRRSetCrtcConfig failsJonathon Jongsma2014-02-241-2/+2
* randr: Make resolution changing more robustChristophe Fergeau2014-02-241-14/+47
* vdagent-x11: Add support for setups with multiple screensHans de Goede2013-04-101-14/+30
* vdagent-x11: Change root_window, width and height to an arrayHans de Goede2013-04-101-21/+21
* vdagent-x11: Unify / share error handling between vdagent-x11 and randr codeHans de Goede2013-04-091-29/+7
* randr: Use xrandr to get monitor info for uinput when using XrandrHans de Goede2013-02-041-6/+28
* randr: Refactor send_daemon_guest_xorg_res()Hans de Goede2013-02-041-14/+22
* randr: Ignored previously failed client monitor configsHans de Goede2013-01-301-0/+13
* randr: Add a config_size helper functionHans de Goede2013-01-301-2/+7
* randr: Handle XRRSetScreenSize failing betterHans de Goede2013-01-301-3/+9
* randr: Improve client monitor config sanity checkingHans de Goede2013-01-301-3/+2
* randr: Move client mon-config cleanup to vdagent_x11_set_monitor_configHans de Goede2013-01-301-32/+26
* randr: Add a get get_current_mon_config functionHans de Goede2013-01-301-55/+71
* randr: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)Hans de Goede2013-01-111-16/+39
* randr: Make all sizes and coordinates signedHans de Goede2013-01-081-16/+16
* vdagent-x11-randr: Fix building warningDunrong Huang2013-01-081-6/+0
* randr: Limit searching mode by size to the current outputHans de Goede2013-01-071-5/+6
* randr: Properly delete old mode in multi-monitor configsHans de Goede2013-01-071-4/+24
* randr: Use XRRGetScreenResourcesCurrent (rhbz#888821)Hans de Goede2013-01-071-9/+16
* randr: Properly update things if the number of monitors changesHans de Goede2013-01-071-0/+6
* randr: Also compare screen width & height in same_monitor_configs()Hans de Goede2013-01-071-2/+7
* randr: Call update_randr_res() from same_monitor_configs()Hans de Goede2013-01-071-1/+4
* randr: Move same_monitor_configs() call to after zero rooting the coordinatesHans de Goede2013-01-071-4/+4
* randr: Round x monitor coordinates to a multiple of 8Hans de Goede2013-01-071-0/+4
* randr: Add some more debugging messagesHans de Goede2013-01-071-2/+14
* randr: do not set crtc mode to NULL when changing resolutionMarc-André Lureau2012-11-261-24/+29
* make a few functions staticMarc-André Lureau2012-11-261-4/+4
* Add a proper copyright header to src/vdagent-x11-randr.cHans de Goede2012-11-191-0/+23
* Fix running on a vm with multiple qxl devs without Xinerama (rhbz#855110)Hans de Goede2012-10-101-4/+9
* x11-randr: Fix setting of mode on non arbitrary resolution capable X driverHans de Goede2012-10-101-9/+19
* Fix various compiler warningsHans de Goede2012-09-011-50/+19
* x11-randr: Make "delete_mode of in use mode" a debug messageHans de Goede2012-09-011-1/+1
* vdagent-x11-randr: Get rid of the_mode variableHans de Goede2012-08-271-7/+3
* Replace file-logging with syslogHans de Goede2012-08-241-51/+46
* vdagent-x11-randr: Don't discard events on XSyncHans de Goede2012-08-231-1/+1
* Disable extra monitorsMarc-André Lureau2012-07-081-0/+22
* Close monitor position configuration by %8 are sameMarc-André Lureau2012-07-061-1/+1
* Do not set crtc config to 0Marc-André Lureau2012-07-061-24/+10
* vdagent-x11-randr: add dump_monitors_configAlon Levy2012-06-241-0/+24
* vdagent: add randr support (big)Alon Levy2012-06-241-17/+572
* vdagent-x11-randr: factor out set_screen_to_best_sizeAlon Levy2012-06-201-29/+41
* vdagent-x11-randr.c: introduce as split from vdagent-x11.cAlon Levy2012-06-201-0/+169