summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Updates for libxl changes.HEADmasterEamon Walsh2-10/+8
2011-09-09Silence obnoxious #error checks in xen/sysctl.h and xen/domctl.h.Eamon Walsh1-1/+1
2011-08-08track: Remove duplicate event count constants.Eamon Walsh2-10/+5
2011-08-08Expose event notifications in the track protocol.Eamon Walsh2-0/+13
2011-08-08xen_server: Add vchan structure to list before calling vchan_queue().Eamon Walsh1-1/+1
2011-08-02Update data directory documentation to reflect icon images.Eamon Walsh1-10/+13
2011-08-02Add icons for events: mail, chat, buffernew, buffergone.Eamon Walsh5-2/+7
2011-08-02Fix length calculation bug in genimage utility program.Eamon Walsh1-3/+6
2011-08-01Drop buffers field from display structure.Eamon Walsh4-6/+1
2011-08-01Add drawing of event icons for individual displays in the switcher.Eamon Walsh3-7/+39
2011-08-01Add event control to the local socket debugging interface.Eamon Walsh3-1/+27
2011-08-01Add event notification to the server.Eamon Walsh7-9/+222
2011-08-01Fix SAK event bounds check.Eamon Walsh1-1/+1
2011-08-01Rename sclient_read_background_image() -> sclient_load_image().Eamon Walsh3-6/+4
2011-07-29Add display switching to the local socket debugging interface.Eamon Walsh5-4/+37
2011-07-29Properly update security label on SAK press.Eamon Walsh1-0/+1
2011-07-29Add SAK registration to the local socket debugging interface.Eamon Walsh4-11/+58
2011-07-29Drop unused bg field from client structure.Eamon Walsh1-1/+0
2011-07-29Fixes for buffer_lookup() function.Eamon Walsh1-4/+5
2011-07-29Expose dynamic SAK registration in the track protocol.Eamon Walsh4-3/+23
2011-07-29Add client_send_message() API for sending track protocol to a client.Eamon Walsh3-0/+17
2011-07-29Protect libvchan.h with #ifdefs to prevent multiple inclusion.Eamon Walsh1-0/+5
2011-07-29Add dynamic guest SAK registration to the server.Eamon Walsh6-31/+170
2011-07-28Drop private field from buffer structure.Eamon Walsh2-4/+2
2011-07-28Rename comm_structs.h -> track.h.Eamon Walsh3-5/+5
2011-07-28Make "bogus update clipped" message more informative.Eamon Walsh1-1/+3
2011-07-27Simplify view moving code, remove unused view_translate().Eamon Walsh4-40/+3
2011-07-27Warning fix.Eamon Walsh1-2/+1
2011-07-27Support client-settable view names in the track protocol.Eamon Walsh5-8/+47
2011-07-26Fix VIEW_STACK_BOTTOM stacking to still stack above the background view.Eamon Walsh4-2/+6
2011-07-26Add display callback in view_stack().Eamon Walsh3-7/+37
2011-07-26Revisions to track protocol and track program.Eamon Walsh4-7/+13
2011-07-26Hack fix for broken libtool.Eamon Walsh1-0/+3
2011-07-26Pretty-printing improvements to view_debug_dump output.Eamon Walsh1-6/+21
2011-07-16Install linpicker-cli program when enabled.Eamon Walsh1-1/+1
2011-07-05Bump release version to 3.1linpicker-3.1Eamon Walsh1-1/+1
2011-07-01chdir to / at server program startup.Eamon Walsh1-0/+2
2011-07-01Add a systemd unit file for the monitor program.Eamon Walsh3-1/+23
2011-07-01Redo the daemonizing code in the monitor program.Eamon Walsh1-4/+34
2011-07-01Rename linpicker-debug -> linpicker-cli.Eamon Walsh3-5/+5
2011-07-01Rename binaries with dashes instead of underscores.Eamon Walsh21-54/+54
2011-06-30Daemonize the monitor program.Eamon Walsh1-0/+3
2011-06-20Bump release version to 3.0linpicker-3.0Eamon Walsh1-1/+1
2011-06-06Forbid clients from creating or referencing views with reserved ID 0.Eamon Walsh3-4/+8
2011-06-06Merge equivalent VIEW_FLAGS_SERVER into VIEW_FLAGS_THUMBNAIL.Eamon Walsh4-11/+10
2011-06-06Improved mouse label handling.Eamon Walsh5-15/+63
2011-06-06Drop unused parameters from send_key function.Eamon Walsh5-7/+7
2011-06-06Update Doxygen support with autotools integration.Eamon Walsh7-769/+1457
2011-06-06Update file authorship, license, and description in Doxygen style.Eamon Walsh38-151/+822
2011-06-03Standardize include file exclusion defines.Eamon Walsh5-14/+14