summaryrefslogtreecommitdiffstats
path: root/client/x11
Commit message (Expand)AuthorAgeFilesLines
* client: fix two narrowing conversion c++-11 warnings0.8Alon Levy2012-03-142-4/+4
* client: menu: make RedWindow::set_menu() return an error-code (#758260)Uri Lublin2011-12-211-1/+2
* client: add xinerama supportArnon Gilboa2011-11-132-0/+149
* fix infinite loop in resolution changeMarc-André Lureau2011-09-201-1/+7
* fix 2 X11 related leaksChristophe Fergeau2011-09-202-4/+8
* x11: don't return freed memory from get_clipboardChristophe Fergeau2011-07-211-2/+6
* client: match delete[] with new[]Christophe Fergeau2011-07-211-1/+1
* gl: remove unused variablesChristophe Fergeau2011-07-211-6/+0
* gl: use correct pixman accessor for image dataChristophe Fergeau2011-07-211-1/+1
* Fixes compilation error of Spice Client (Linux/X11) with OpenGL enabled modif...Thomas Tyminski2011-07-211-3/+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
* spicec: Remove spice-client watermark (rhbz#662450)Hans de Goede2011-02-024-1035/+0
* client/server: warning fixes (gcc 4.6.0)Alon Levy2011-01-271-2/+5
* client: CEGUI: search for CEGUI-0.6 to work in F15 (rawhide)Alon Levy2011-01-191-0/+2
* spicec-x11: Let the window manager place our window the 1st time (rhbz#662407)Hans de Goede2010-12-162-1/+8
* spicec-x11: Add a class hint to our window managet hintsHans de Goede2010-12-161-1/+10
* smartcard: configure option --enable-smartcardAlon Levy2010-12-071-0/+9
* spicec-x11: Fix unhandled exception: no window proc crash (rhbz#655836)Hans de Goede2010-11-231-1/+9
* spicec-x11: Fix modifier keys getting stuck (rhbz#655048)Hans de Goede2010-11-221-0/+10
* spicec-x11: Add a few missing XLockDisplay calls (rhbz#654265)Hans de Goede2010-11-171-0/+6
* spicec-x11: Listen for selection owner window destroy / close events tooHans de Goede2010-10-281-3/+15
* spicec-x11: Do not set _NET_WM_USER_TIME to 0 on startupHans de Goede2010-10-252-5/+7
* Remove no longer used wstring_printf functionsHans de Goede2010-10-211-18/+0
* client: Interpret the title control message as utf8 instead of unicode16Hans de Goede2010-10-211-4/+4
* spicec-x11: Fix window management under KDEHans de Goede2010-10-182-0/+13
* spicec-x11: Change WmSizeHints in fullscreen modeHans de Goede2010-10-182-21/+38
* spicec-x11: Add missing XLockDisplay around XRRSet* callsHans de Goede2010-10-181-0/+10
* spicec: add controllerArnon Gilboa2010-10-181-0/+2
* spicec: add foreign menuArnon Gilboa2010-10-181-0/+2
* spicec-x11: add support for image copy and pasteHans de Goede2010-10-151-56/+70
* Replace epoll with select in X clientAlexander Larsson2010-10-122-218/+97
* spicec-x11: Put locks around xlib calls which wait for a replyHans de Goede2010-10-114-44/+314
* 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