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