summaryrefslogtreecommitdiffstats
path: root/client/x11/platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo; sampel --> sampleJeremy White2014-01-021-4/+4
* Add support for the Opus codecJeremy White2014-01-021-4/+6
* spicec: disable stencil test with primary fboMarc-André Lureau2013-09-301-1/+1
* spicec: use doublebuffer for openglMarc-André Lureau2013-09-301-1/+1
* spicec: fix non-doublebuffer drawingMarc-André Lureau2013-09-301-0/+1
* Add some more 'noreturn' annotationsDaniel P. Berrange2012-04-251-2/+1
* Add missing struct field initializersDaniel P. Berrange2012-04-251-5/+5
* Use the spice-common submoduleMarc-André Lureau2012-03-251-2/+3
* Fix various comparison between signed and unsigned integer expressions warningsHans de Goede2012-01-231-6/+6
* Remove epoll headers from client codeDan McGee2012-01-231-1/+0
* Remove trailing whitespace from end of linesDaniel P. Berrange2012-01-131-2/+2
* client: add xinerama supportArnon Gilboa2011-11-141-0/+147
* client/x11: reset screen positions in XMonitor::do_restoreChristophe Fergeau2011-10-051-2/+2
* client/x11: fix mode setting in MultyMonScreen::restoreChristophe Fergeau2011-10-051-7/+1
* client/x11: fix typos (finde => find)Christophe Fergeau2011-10-051-7/+7
* fix bug #692833Marc-André Lureau2011-09-011-1/+7
* use Xkb to get keyboard modifier maskChristophe Fergeau2011-08-171-23/+2
* fix 2 X11 related leaksChristophe Fergeau2011-08-151-0/+1
* x11: don't return freed memory from get_clipboardChristophe Fergeau2011-07-181-2/+6
* client: match delete[] with new[]Christophe Fergeau2011-07-181-1/+1
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-12/+12
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
* spicec-x11: Work around a bug in xselHans de Goede2011-03-231-1/+3
* spicec-x11: Don't crash on apps sending bad atoms as TARGETSHans de Goede2011-03-231-12/+16
* x11: Use _exit rather then exit on X errors (rhbz#680763)Hans de Goede2011-03-011-2/+2
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-251-2/+5
* spicec-x11: Fix unhandled exception: no window proc crash (rhbz#655836)Hans de Goede2010-11-231-1/+9
* spicec-x11: Listen for selection owner window destroy / close events tooHans de Goede2010-10-281-3/+15
* spicec-x11: Add missing XLockDisplay around XRRSet* callsHans de Goede2010-10-181-0/+10
* spicec-x11: add support for image copy and pasteHans de Goede2010-10-151-56/+70
* spicec-x11: Put locks around xlib calls which wait for a replyHans de Goede2010-10-111-21/+159
* spicec-x11: Drop annoying useless warningHans de Goede2010-10-061-1/+0
* spicec-x11: Remove a race window in selection ownership release codeHans de Goede2010-10-061-0/+8
* spicec: Move setting of clipboard_owner to guest to platform codeHans de Goede2010-10-061-2/+8
* spicec-x11: make get_clipboard_type handle the None AtomHans de Goede2010-10-041-0/+3
* spicec-x11: protect against recursive incr propertiesHans de Goede2010-10-041-0/+4
* spicec-x11: If the clipboard was large return the memory to the systemHans de Goede2010-10-041-1/+8
* spicec-x11: use malloc / free / realloc for clipboard dataHans de Goede2010-10-041-19/+7
* spicec-x11: Use a queue for XSelectionRequest eventsHans de Goede2010-10-041-59/+119
* spicec-x11: handle multiple types per grabHans de Goede2010-10-041-55/+99
* spicec-x11: Add XFlush calls were neededHans de Goede2010-10-041-0/+10
* spicec-x11: Force processing of ownerchange event when releasing the cbHans de Goede2010-10-041-0/+13
* spicec-x11: Request targets from new clipboard ownerHans de Goede2010-10-041-123/+240
* spicec-x11: remove clipboard_changer hackHans de Goede2010-10-031-19/+21
* Keep track of clipboard ownershipHans de Goede2010-10-021-0/+13
* Rename platform clipboard handling functionsHans de Goede2010-10-021-4/+4
* Change VD_AGENT_CLIPBOARD_GRAB to an array of typesHans de Goede2010-10-011-5/+7
* Call intern_atoms() earlierHans de Goede2010-10-011-2/+2
* Set clipboard_event before calling send_selection_notifyHans de Goede2010-10-011-1/+1
* wrap XGetAtomNameHans de Goede2010-10-011-1/+9