summaryrefslogtreecommitdiff
path: root/src/compositor-rdp.c
Commit message (Expand)AuthorAgeFilesLines
* Use FreeRDP buildin functions to get scancodesHardening2014-06-021-18/+6
* Add more keyboards for the RDP compositorHardening2014-06-021-12/+120
* compositor-rdp: Remove unneeded client->Close callJason Ekstrand2014-04-061-1/+0
* compositor-rdp: Add an option to disable client initiated resizesHardening2014-04-021-12/+33
* Add possible capabilities CURSOR_PLANE and ARBITRARY_MODEJason Ekstrand2014-04-021-1/+3
* Make RDP backend supports arbitrary modesHardening2014-04-011-95/+66
* Fix compilation with FreeRdp 1.1 and master v2Hardening2014-01-191-0/+12
* Release pointer and keyboard with the seatHardening2013-12-221-1/+4
* compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira2013-12-221-1/+0
* compositor-headless, compositor-rdp: Don't call weston_output_move()Ander Conselvan de Oliveira2013-12-161-2/+0
* compositor: finish frame if redraw failsDavid Herrmann2013-10-221-1/+2
* Notify clients on mode_switch()Hardening2013-09-211-13/+16
* Rename current, origin, scale, origin_scaleHardening2013-09-211-6/+6
* set RDP output enabled by default (stable 1.2)Hardening2013-08-191-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-5/+2
* Fix compilation with FreeRDP masterHardening2013-07-081-1/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-3/+1
* input: Add a seat name parameter to weston_seat_initRob Bradford2013-06-051-1/+6
* Handle mouse wheelHardening2013-06-041-1/+18
* Fix name clash in RDP compositorHardening2013-05-281-4/+4
* compositor: Parse config file in main(), only keep weston config objectKristian Høgsberg2013-05-261-5/+4
* Don't store FreeRDP file descriptorsHardening2013-05-261-9/+3
* rdp: Update output initialization to new APIKristian Høgsberg2013-05-221-1/+1
* rdp: Improve raw surfacesHardening2013-05-221-35/+65
* rdp: Don't rely on Synchronize packet for first screen refreshHardening2013-05-221-5/+21
* rdp: Fixed codec initialisationsHardening2013-05-221-1/+3
* rdp: Drop unneeded main_seatHardening2013-05-221-7/+0
* rdp: Fix compilation against FreeRDP and westonHardening2013-05-221-12/+12
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-2/+2
* Correctly handle extended RDP keycodesHardening2013-04-111-12/+42
* Make backends always specify output repaint time1.0.90Jonas Ådahl2013-04-081-7/+12
* RDP compositor take 6Hardening2013-04-011-0/+1004