index
:
~lvenhoda/vd_agent
fedpkg
master
seamless-mode
seamless-mode-gnome
Seamless mode fork of git://anongit.freedesktop.org/spice/linux/vd_agent
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdagent-x11-randr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
build-sys: move user/system to respective dir
Marc-André Lureau
1
-981
/
+0
2016-04-11
remove trailing spaces
Victor Toso
1
-3
/
+3
2015-04-12
Fix implicit declaration of 'g_unlink' (warning)
Fabiano Fidêncio
1
-0
/
+1
2015-04-10
randr: handle XRRScreenChangeNotifyEvent
Marc-Andre Lureau
1
-1
/
+33
2015-04-10
randr: remove monitors.xml on auto-configuration
Marc-Andre Lureau
1
-0
/
+5
2015-04-01
Remove unneeded NULL check
Christophe Fergeau
1
-1
/
+1
2015-04-01
Handle get_current_mon_config() failures
Christophe Fergeau
1
-0
/
+2
2014-02-24
randr: set physical screen size to keep a constant 96 dpi
Marc-André Lureau
1
-2
/
+7
2014-02-24
Don't abort if XRRSetCrtcConfig fails
Jonathon Jongsma
1
-2
/
+2
2014-02-24
randr: Make resolution changing more robust
Christophe Fergeau
1
-14
/
+47
2013-04-10
vdagent-x11: Add support for setups with multiple screens
Hans de Goede
1
-14
/
+30
2013-04-10
vdagent-x11: Change root_window, width and height to an array
Hans de Goede
1
-21
/
+21
2013-04-09
vdagent-x11: Unify / share error handling between vdagent-x11 and randr code
Hans de Goede
1
-29
/
+7
2013-02-04
randr: Use xrandr to get monitor info for uinput when using Xrandr
Hans de Goede
1
-6
/
+28
2013-02-04
randr: Refactor send_daemon_guest_xorg_res()
Hans de Goede
1
-14
/
+22
2013-01-30
randr: Ignored previously failed client monitor configs
Hans de Goede
1
-0
/
+13
2013-01-30
randr: Add a config_size helper function
Hans de Goede
1
-2
/
+7
2013-01-30
randr: Handle XRRSetScreenSize failing better
Hans de Goede
1
-3
/
+9
2013-01-30
randr: Improve client monitor config sanity checking
Hans de Goede
1
-3
/
+2
2013-01-30
randr: Move client mon-config cleanup to vdagent_x11_set_monitor_config
Hans de Goede
1
-32
/
+26
2013-01-30
randr: Add a get get_current_mon_config function
Hans de Goede
1
-55
/
+71
2013-01-11
randr: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)
Hans de Goede
1
-16
/
+39
2013-01-08
randr: Make all sizes and coordinates signed
Hans de Goede
1
-16
/
+16
2013-01-08
vdagent-x11-randr: Fix building warning
Dunrong Huang
1
-6
/
+0
2013-01-07
randr: Limit searching mode by size to the current output
Hans de Goede
1
-5
/
+6
2013-01-07
randr: Properly delete old mode in multi-monitor configs
Hans de Goede
1
-4
/
+24
2013-01-07
randr: Use XRRGetScreenResourcesCurrent (rhbz#888821)
Hans de Goede
1
-9
/
+16
2013-01-07
randr: Properly update things if the number of monitors changes
Hans de Goede
1
-0
/
+6
2013-01-07
randr: Also compare screen width & height in same_monitor_configs()
Hans de Goede
1
-2
/
+7
2013-01-07
randr: Call update_randr_res() from same_monitor_configs()
Hans de Goede
1
-1
/
+4
2013-01-07
randr: Move same_monitor_configs() call to after zero rooting the coordinates
Hans de Goede
1
-4
/
+4
2013-01-07
randr: Round x monitor coordinates to a multiple of 8
Hans de Goede
1
-0
/
+4
2013-01-07
randr: Add some more debugging messages
Hans de Goede
1
-2
/
+14
2012-11-26
randr: do not set crtc mode to NULL when changing resolution
Marc-André Lureau
1
-24
/
+29
2012-11-26
make a few functions static
Marc-André Lureau
1
-4
/
+4
2012-11-19
Add a proper copyright header to src/vdagent-x11-randr.c
Hans de Goede
1
-0
/
+23
2012-10-10
Fix running on a vm with multiple qxl devs without Xinerama (rhbz#855110)
Hans de Goede
1
-4
/
+9
2012-10-10
x11-randr: Fix setting of mode on non arbitrary resolution capable X driver
Hans de Goede
1
-9
/
+19
2012-09-01
Fix various compiler warnings
Hans de Goede
1
-50
/
+19
2012-09-01
x11-randr: Make "delete_mode of in use mode" a debug message
Hans de Goede
1
-1
/
+1
2012-08-27
vdagent-x11-randr: Get rid of the_mode variable
Hans de Goede
1
-7
/
+3
2012-08-24
Replace file-logging with syslog
Hans de Goede
1
-51
/
+46
2012-08-23
vdagent-x11-randr: Don't discard events on XSync
Hans de Goede
1
-1
/
+1
2012-07-08
Disable extra monitors
Marc-André Lureau
1
-0
/
+22
2012-07-06
Close monitor position configuration by %8 are same
Marc-André Lureau
1
-1
/
+1
2012-07-06
Do not set crtc config to 0
Marc-André Lureau
1
-24
/
+10
2012-06-24
vdagent-x11-randr: add dump_monitors_config
Alon Levy
1
-0
/
+24
2012-06-24
vdagent: add randr support (big)
Alon Levy
1
-17
/
+572
2012-06-20
vdagent-x11-randr: factor out set_screen_to_best_size
Alon Levy
1
-29
/
+41
2012-06-20
vdagent-x11-randr.c: introduce as split from vdagent-x11.c
Alon Levy
1
-0
/
+169