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