summaryrefslogtreecommitdiff
path: root/client/screen.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Fix an overlooked x11 client case.Jeremy White1-0/+2
2013-09-30spicec: use doublebuffer for openglMarc-André Lureau1-0/+1
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
2011-12-22client: screen: fix typo _forec_update_timerUri Lublin1-5/+5
2011-12-22client: RedScreen::RedScreen: fix initialization order of _menu_needs_updateUri Lublin1-1/+1
2011-12-20client: update menu if needed when exiting full-screen mode (#758260)Uri Lublin1-1/+6
2011-12-14spelling: s/cupture/captureMarc-André Lureau1-1/+1
2011-09-15fix typosChristophe Fergeau1-26/+26
2011-07-21client: fix endless recursion in rearrange_monitors, RHBZ #692976Yonit Halperin1-4/+0
2011-06-14client: fix for redundant shift+f11 RHBZ #674532Yonit Halperin1-0/+4
2011-05-03s/USE_OGL/USE_OPENGLChristophe Fergeau1-3/+3
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-0/+3
2010-10-21client: Interpret the title control message as utf8 instead of unicode16Hans de Goede1-3/+3
2010-10-17spicec: extract RedScreen::update_menu()Arnon Gilboa1-2/+7
2010-06-21Make opengl optional, disabled by defaultAlexander Larsson1-0/+2
2010-06-09JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin1-1/+1
2010-05-03Remove all mentions of "cairo" from the codeAlexander Larsson1-3/+3
2010-04-23Client: Support pixmap format conversion in copy_pixelsAlexander Larsson1-1/+1
2010-04-23Create screen composit area in same format as windowAlexander Larsson1-2/+2
2010-04-23Make client canvas and pixmaps handle more formats and simplifyAlexander Larsson1-1/+1
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-02-23Replace custom region implementation with pixman_region32_tAlexander Larsson1-9/+41
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-12/+12
2009-12-28client: improve screen resizingYaniv Kamay1-2/+15
2009-12-28client: restore mouse capture state after screen resizingYaniv Kamay1-1/+7
2009-11-30client: KeyHandler now receive unicode char event in addition to RedKey eventsYaniv Kamay1-0/+5
2009-11-30client: interactive screen layerYaniv Kamay1-107/+195
2009-11-15spice client: sticky Alt activation when holding an Alt key: bug #505912.Yonit Halperin1-6/+19
2009-11-09spice client: remove timer interface from platform - use Application (via Pro...Yonit Halperin1-14/+6
2009-11-09spice client: Transfer all channels run loop from EventsLoop class to Process...Yonit Halperin1-1/+1
2009-11-09spice client: creating a general process loop.Yonit Halperin1-2/+3
2009-10-14fresh startYaniv Kamay1-0/+777