summaryrefslogtreecommitdiff
path: root/src/clipboard.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-01clipboard: zalloc the clipboard_sourceCarlos Garnacho1-1/+1
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-01clipboard: don't crash if the source client does not send a mime typeGiulio Camuffo1-1/+1
2014-12-12clipboard: set fd member of clipboard_sourceMarek Chalupa1-0/+1
2014-11-28Use zalloc rather than malloc and manually setting members to 0Bryce Harrington1-2/+3
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-07-29clipboard: remove the weston_seat destruction listener on destroyRob Bradford1-0/+1
2013-07-25clipboard: Fix fd leakKristian Høgsberg1-2/+8
2013-07-25Rename wl_data_source to weston_data_sourceKristian Høgsberg1-5/+5
2013-07-25clipboard: Handle OOM in clipboard_source_create()Kristian Høgsberg1-1/+18
2013-06-20data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand1-4/+4
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-1/+1
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-6/+6
2013-05-06input: Remove wl_seat destroy signalKristian Høgsberg1-1/+1
2012-07-11clipboard: add seat destroy signal handlerRafal Mielniczuk1-0/+14
2012-07-01clipboard: initialise clipboard memory after creationRafal Mielniczuk1-0/+1
2012-06-08Replace fprintf() by weston_log()Martin Minarik1-1/+0
2012-06-03compositor: Add a clipboard managerKristian Høgsberg1-0/+263