summaryrefslogtreecommitdiff
path: root/src/vnc-server.c
Commit message (Expand)AuthorAgeFilesLines
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-301-19/+27
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-301-3/+1
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-121-22/+11
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-111-1/+1
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-081-1/+1
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-23/+14
* Tidy up finalize methodsRobert Ancell2015-10-161-7/+3
* Add an option for XDMCP and VNC servers to only listen on one addressRobert Ancell2014-11-101-4/+38
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-1/+1
* Remove trailing whitespaceRobert Ancell2014-09-191-9/+9
* Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-1/+1
* Add VNC server supportRobert Ancell2011-09-111-0/+178