summaryrefslogtreecommitdiff
path: root/src/compositor-rdp.c
Commit message (Expand)AuthorAgeFilesLines
* rdp: Fix the ContextNew callback with recent FreeRDP versionsFORT David2016-05-191-1/+18
* rdp: allow to compile against FreeRDP 2.0FORT David2016-05-191-7/+16
* compositor-rdp: refactor configuration APIBenoit Gschwind2016-04-251-43/+28
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-9/+3
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-1/+1
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-5/+15
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-2/+6
* compositor-rdp: update link to wheel delta explanationPeter Hutterer2016-01-191-1/+1
* cosmetic: Remove use of C++ style commentsChris Michael2015-12-031-1/+0
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* compositor-rdp: Add missing '\n' in weston_log usageChris Michael2015-10-011-1/+1
* Coding style fixesDawid Gajownik2015-08-071-19/+29
* don't crash when the key file doesn't existDavid FORT2015-08-061-4/+10
* compositor-rdp: rdp_destroy() double free error #91457Dawid Gajownik2015-08-061-1/+12
* compositor-rdp: free() can handle NULL pointersDawid Gajownik2015-08-021-6/+3
* Fix crash when using RDP4 securityFORT David2015-07-231-2/+3
* remove a warning during compilationFORT David2015-07-231-1/+1
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-4/+0
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-76/+83
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* RDP compositor: enforce certificate and keyDavid FORT2015-05-211-0/+6
* RDP compositor: fixes for multiple connections, mstsc and FreeRDP master comp...Hardening2015-05-121-30/+97
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-1/+1
* compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen2015-03-201-2/+2
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-2/+6
* compositor: Refactor weston_output_mode_switch()Derek Foreman2014-11-051-1/+1
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-5/+6
* 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