summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Update depth checking logic to reflect the fact that we only accept 32bpp.Eamon Walsh1-52/+7
2011-05-31Remove QEMU munmap hack from fb_disconnect().Eamon Walsh1-10/+1
2011-05-31Remove QEMU malloc/free macros.Eamon Walsh5-51/+38
2011-05-27Fix display height calculation in monitor.Eamon Walsh3-25/+27
2011-05-27Rename track -> linpicker_track.Eamon Walsh1-3/+3
2011-05-27Revisions to track protocol and track program.Eamon Walsh3-95/+110
2011-05-26track: Zero-initialize all messages to avoid sending stack garbage.Eamon Walsh1-6/+4
2011-05-26Fix incorrect vchan xenstore path.Eamon Walsh1-1/+1
2011-05-25Split linpicker_server into two programs.Eamon Walsh8-73/+478
2011-05-24More renames, in preparation for new monitor program.Eamon Walsh4-2/+2
2011-05-24Drop xen_common.h.Eamon Walsh3-34/+9
2011-05-24Conditionally compile the server's local socket interface.Eamon Walsh4-9/+24
2011-05-23Rename linpicker-server.c -> main.c.Eamon Walsh2-1/+1
2011-05-23Update background image processing to match data/README.Eamon Walsh3-9/+21
2011-05-23Document data directory, and don't hardcode pkgdatadir in code.Eamon Walsh4-4/+5
2011-05-23Build libvchan as an installed shared library.Eamon Walsh3-5/+6
2011-05-23Avoid exclamation mark indicator on program startup.Eamon Walsh1-3/+2
2011-04-01Properly tear down input evtchn and mapped pages on disconnect.Eamon Walsh1-0/+1
2011-04-01Adjust tracked views by the buffer offset to center them properly.Eamon Walsh1-1/+6
2011-04-01Scale absolute mouse coordinates up to the full display dimensions.Eamon Walsh3-4/+21
2011-03-23Persist track vchan server across linpicker restartDaniel De Graaf1-0/+1
2011-03-23Remove debugging messages.Eamon Walsh1-5/+3
2011-03-23More changes to the detection of the request-abs-pointer frontend key.Eamon Walsh1-9/+7
2011-03-23Introduce a new 'connected' xendev op called when Connected.Eamon Walsh4-13/+40
2011-03-23More robust support for absolute versus relative mouse.Eamon Walsh8-48/+62
2011-03-23Include domain ID in debug messages.Eamon Walsh1-2/+2
2011-03-09Push vkbd request-abs-pointer check to the frontend_changed callback.Eamon Walsh1-4/+12
2011-03-03Fix use-after-free during program exit.Eamon Walsh1-4/+2
2011-02-08Rename use-grants to feature-grants, as per xen-devel suggestionDaniel De Graaf1-1/+1
2011-02-07Update for Xen 4.1-rc3 interfaceDaniel De Graaf3-12/+12
2010-12-15Warning fixes.Eamon Walsh3-1/+4
2010-12-15Fix some logic errors in the stack-above code.Eamon Walsh1-5/+14
2010-12-15Prevent guests from stacking a view above itself.Eamon Walsh1-5/+4
2010-12-09Fix vchan_server_init callDaniel De Graaf1-1/+1
2010-12-09Remove undocumented xc_gnttab calls and use /dev/xen/evtchan directlyDaniel De Graaf1-6/+0
2010-12-07Add new security border modes (corner triangles and none).Eamon Walsh3-23/+62
2010-12-01Fix vchan xenstore watch conditionDaniel De Graaf1-1/+1
2010-12-01Follow /local/domain in xenstore to avoid relying on privileged hypervisor sy...Daniel De Graaf1-40/+29
2010-12-01Remove client objects in domain_shutdown().Eamon Walsh1-0/+6
2010-11-30Fix 100% CPU use caused by never dequeueing vchan eventsDaniel De Graaf1-1/+3
2010-11-17Add a graphical background image for the desktop screen.Eamon Walsh3-6/+15
2010-11-17Fix possible vchan blocking bugsDaniel De Graaf2-30/+20
2010-11-15Add a graphical background image for the server screen.Eamon Walsh2-1/+68
2010-11-15Add support for background views on the desktop and server screen.Eamon Walsh6-8/+63
2010-11-15Try not to dereference NULL pointers on display shutdown.Eamon Walsh1-21/+29
2010-11-15Further checks to prevent display of zero-sized views.Eamon Walsh2-9/+7
2010-11-12Revisions to track program and communications protocol.Eamon Walsh3-60/+42
2010-11-12Refuse to show zero-sized views (fixes display corruption).Eamon Walsh1-1/+8
2010-11-12Fix memory leak of XCB events.Eamon Walsh1-0/+2
2010-11-12Add debugging capability over a local socket.Eamon Walsh7-7/+165