summaryrefslogtreecommitdiff
path: root/src/compositor-rdp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Rename src/ to libweston/Pekka Paalanen1-1331/+0
2016-06-08rdp: don't release the seat until it is safe v2David Fort1-13/+21
2016-06-06libweston: remove unused backend_init() argumentsPekka Paalanen1-2/+1
2016-05-19rdp: Fix the ContextNew callback with recent FreeRDP versionsFORT David1-1/+18
2016-05-19rdp: allow to compile against FreeRDP 2.0FORT David1-7/+16
2016-04-25compositor-rdp: refactor configuration APIBenoit Gschwind1-43/+28
2016-03-23input: use doubles in the interfaces to notify of input eventsGiulio Camuffo1-9/+3
2016-03-07protocol: migrate to stable presentation-time.xmlPekka Paalanen1-1/+1
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-5/+15
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-2/+6
2016-01-19compositor-rdp: update link to wheel delta explanationPeter Hutterer1-1/+1
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael1-1/+0
2015-10-23compositor: pass the backend config struct to the backends init functionGiulio Camuffo1-1/+2
2015-10-01compositor-rdp: Add missing '\n' in weston_log usageChris Michael1-1/+1
2015-08-07Coding style fixesDawid Gajownik1-19/+29
2015-08-06don't crash when the key file doesn't existDavid FORT1-4/+10
2015-08-06compositor-rdp: rdp_destroy() double free error #91457Dawid Gajownik1-1/+12
2015-08-02compositor-rdp: free() can handle NULL pointersDawid Gajownik1-6/+3
2015-07-23Fix crash when using RDP4 securityFORT David1-2/+3
2015-07-23remove a warning during compilationFORT David1-1/+1
2015-07-10compositor: add API to manage compositor instancesGiulio Camuffo1-4/+0
2015-07-09compositor: introduce struct weston_backendGiulio Camuffo1-76/+83
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-21RDP compositor: enforce certificate and keyDavid FORT1-0/+6
2015-05-12RDP compositor: fixes for multiple connections, mstsc and FreeRDP master comp...Hardening1-30/+97
2015-05-08compositor: send the output_created signal after inserting it in the listGiulio Camuffo1-1/+1
2015-03-20compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen1-2/+2
2015-01-20compositor: set presentation.presented flagsPekka Paalanen1-2/+6
2014-11-05compositor: Refactor weston_output_mode_switch()Derek Foreman1-1/+1
2014-09-30compositor: set and use the presentation clock everywherePekka Paalanen1-5/+6
2014-06-02Use FreeRDP buildin functions to get scancodesHardening1-18/+6
2014-06-02Add more keyboards for the RDP compositorHardening1-12/+120
2014-04-06compositor-rdp: Remove unneeded client->Close callJason Ekstrand1-1/+0
2014-04-02compositor-rdp: Add an option to disable client initiated resizesHardening1-12/+33
2014-04-02Add possible capabilities CURSOR_PLANE and ARBITRARY_MODEJason Ekstrand1-1/+3
2014-04-01Make RDP backend supports arbitrary modesHardening1-95/+66
2014-01-19Fix compilation with FreeRdp 1.1 and master v2Hardening1-0/+12
2013-12-22Release pointer and keyboard with the seatHardening1-1/+4
2013-12-22compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira1-1/+0
2013-12-16compositor-headless, compositor-rdp: Don't call weston_output_move()Ander Conselvan de Oliveira1-2/+0
2013-10-22compositor: finish frame if redraw failsDavid Herrmann1-1/+2
2013-09-21Notify clients on mode_switch()Hardening1-13/+16
2013-09-21Rename current, origin, scale, origin_scaleHardening1-6/+6
2013-08-19set RDP output enabled by default (stable 1.2)Hardening1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-5/+2
2013-07-08Fix compilation with FreeRDP masterHardening1-1/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-3/+1
2013-06-05input: Add a seat name parameter to weston_seat_initRob Bradford1-1/+6
2013-06-04Handle mouse wheelHardening1-1/+18