summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Add some very simplistic test binariesrefactorJonathon Jongsma5-2/+683
2011-09-12Start local window VNC servers when sharingJonathon Jongsma1-0/+2
2011-09-12Improve debugging outputJonathon Jongsma4-16/+30
2011-09-09Improve debug outputJonathon Jongsma1-1/+11
2011-09-09Close the tube channel when the last window is unsharedJonathon Jongsma1-0/+23
2011-09-09Don't try to send the sharing stanza before we're connectedJonathon Jongsma1-4/+4
2011-09-09Split error handling in xzibit_server_connection_prepare_cbJonathon Jongsma1-2/+9
2011-09-09Don't automagically fix account pathsJonathon Jongsma1-10/+0
2011-09-09Fix an improper free that caused a crashJonathon Jongsma1-1/+1
2011-09-09Unshare a shared window when it is unmappedJonathon Jongsma1-0/+12
2011-09-09Fix link error with xzibit_headerJonathon Jongsma3-7/+6
2011-09-09Refactor xzibit-plugin.c to use XzibitServerJonathon Jongsma2-1260/+122
2011-09-09Set window result properties from the serverJonathon Jongsma1-30/+25
2011-09-09add xzibit_local_window_set_result_property()Jonathon Jongsma2-0/+15
2011-09-09Fix build by adding -lm to linker flagsJonathon Jongsma2-2/+2
2011-09-09Add XzibitServer to encapsulate the tube serverJonathon Jongsma2-0/+1649
2011-09-08XzibitLocalWindow: add accessor for X windowJonathon Jongsma2-0/+7
2011-09-07Refactor to use XzibitLocalWindowJonathon Jongsma4-244/+171
2011-09-07Encapsulate the local shared window in a GObject classJonathon Jongsma2-0/+465
2011-09-02Simplify related_to_shared_window()Jonathon Jongsma1-32/+3
2011-09-02Use most-derived type in member function argumentsJonathon Jongsma1-48/+49
2011-09-02Remove the dpy member from MutterXzibitPluginJonathon Jongsma1-34/+0
2011-09-02Fix a couple minor leaksJonathon Jongsma1-1/+4
2011-09-02Initialize xzibit plugin in start() vfuncJonathon Jongsma1-8/+15
2011-09-02Switch to using new debug frameworkJonathon Jongsma4-35/+53
2011-09-02Add a very simple debug frameworkJonathon Jongsma3-1/+100
2011-09-02Add license headers to vnc.*Jonathon Jongsma2-0/+44
2011-09-02Fix a ton of compiler warningsJonathon Jongsma15-166/+85
2011-08-31Fix build failure due to incorrect libvncserver usageJonathon Jongsma2-2/+2
2011-08-31Fix build by linking XTestJonathon Jongsma2-1/+5
2011-08-31Port to newer version of mutterJonathon Jongsma2-37/+36
2011-08-31Port to gtk3Jonathon Jongsma8-44/+52
2011-08-31Get mutter plugin dir from pkg-config fileJonathon Jongsma2-1/+4
2011-08-31Make it buildable from a git checkoutJonathon Jongsma3-6/+2
2010-11-10Compare window contents in testsThomas Thurman1-1/+8
2010-11-10Test reportsThomas Thurman1-3/+31
2010-11-10comment out xvfb requirement, since it's brokenThomas Thurman1-1/+3
2010-11-10abortive attempt to add an xvfb option which may nevertheless be useful in th...Thomas Thurman1-2/+21
2010-11-10Not setting verbose mode means that spew from the subprocesses goes to /dev/nullThomas Thurman1-1/+15
2010-11-10verbose modeThomas Thurman1-11/+21
2010-11-10first test fully runsThomas Thurman1-3/+64
2010-11-10use subprocess module for better controlThomas Thurman1-3/+12
2010-11-10run-tests.py can now run compare correctlyThomas Thurman1-2/+19
2010-11-10run-tests.py can now run autoshare correctlyThomas Thurman1-13/+27
2010-11-10rm fixmeThomas Thurman1-3/+0
2010-11-10basic test scriptsThomas Thurman1-0/+101
2010-11-09implement waiting if the received window hasn't arrivedThomas Thurman1-2/+33
2010-11-09xzibit-test-compare returns different values according to tests passingThomas Thurman1-0/+11
2010-11-09window contents checkThomas Thurman1-0/+43
2010-11-09title comparisonThomas Thurman1-1/+72