summaryrefslogtreecommitdiff
path: root/src/clipboard.c
Commit message (Expand)AuthorAgeFilesLines
* clipboard: zalloc the clipboard_sourceCarlos Garnacho2016-02-011-1/+1
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* clipboard: don't crash if the source client does not send a mime typeGiulio Camuffo2015-05-011-1/+1
* clipboard: set fd member of clipboard_sourceMarek Chalupa2014-12-121-0/+1
* Use zalloc rather than malloc and manually setting members to 0Bryce Harrington2014-11-281-2/+3
* malloc + memset -> zallocPeter Hutterer2013-08-081-2/+1
* clipboard: remove the weston_seat destruction listener on destroyRob Bradford2013-07-291-0/+1
* clipboard: Fix fd leakKristian Høgsberg2013-07-251-2/+8
* Rename wl_data_source to weston_data_sourceKristian Høgsberg2013-07-251-5/+5
* clipboard: Handle OOM in clipboard_source_create()Kristian Høgsberg2013-07-251-1/+18
* data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand2013-06-201-4/+4
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-1/+1
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-6/+6
* input: Remove wl_seat destroy signalKristian Høgsberg2013-05-061-1/+1
* clipboard: add seat destroy signal handlerRafal Mielniczuk2012-07-111-0/+14
* clipboard: initialise clipboard memory after creationRafal Mielniczuk2012-07-011-0/+1
* Replace fprintf() by weston_log()Martin Minarik2012-06-081-1/+0
* compositor: Add a clipboard managerKristian Høgsberg2012-06-031-0/+263