summaryrefslogtreecommitdiff
path: root/libweston/compositor-rdp.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis1-5/+5
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis1-1/+3
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis1-2/+3
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-3/+7
2017-10-04libweston: set backend pointer earlierPekka Paalanen1-2/+2
2017-10-04libweston: rename weston_output_destroy() to weston_output_release()Pekka Paalanen1-2/+2
2017-10-04libweston: weston_output_init(..., +name)Pekka Paalanen1-2/+2
2017-10-04libweston: move weston_output::mode_list init to corePekka Paalanen1-1/+0
2017-10-03Fix API troubles with FreeRDP 2.0 v2David Fort1-3/+11
2017-03-14Allow backends to group repaint flushesDaniel Stone1-1/+2
2017-01-27compositor-rdp: Fix build with freerdp2, take 2Daniel Stone1-1/+1
2017-01-20compositor-rdp: Fix build with freerdp2Emilio Pozuelo Monfort1-2/+11
2017-01-17libweston: Properly namespace backends entrypointQuentin Glidic1-2/+2
2016-10-05compositor-rdp: Properly destroy the renderer and pixman imageArmin Krezović1-0/+3
2016-10-05weston: Rename weston_output_init_pending() to weston_output_init()Armin Krezović1-1/+1
2016-10-03weston: Port RDP backend to new output handling APIArmin Krezović1-42/+96
2016-08-15libweston/compositor-rdp: fix no-break space U+A0 (U8+C2A0)Yann E. MORIN1-1/+1
2016-08-05compositor-rdp: Use non-cast functions to retrieve backend and output objectsArmin Krezović1-2/+14
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-12rdp: Check for non-digits and errno in strtol callBryce Harrington1-1/+2
2016-07-08rdp: Check for non-numeric value in RDP_FD env varBryce Harrington1-2/+3
2016-06-23Rename src/ to libweston/Pekka Paalanen1-0/+1331