summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Send modifier event to pointer focus when it changes tooKristian Høgsberg2012-06-221-17/+31
* Send keyboard modifier event using the keyboard resourceKristian Høgsberg2012-06-221-1/+1
* Maintain keyboard modifier state in wayland-serverDaniel Stone2012-06-222-1/+26
* data-device: Fix list corruption when the source goes awayKristian Høgsberg2012-06-181-1/+2
* connection: Set closure->start in demarshal tooKristian Høgsberg2012-06-131-0/+1
* connection: Always malloc closureKristian Høgsberg2012-06-134-65/+62
* wayland-server: Add destroy signal to wl_seatJonas Ådahl2012-06-122-0/+5
* wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl2012-06-121-0/+3
* server: require XDG_RUNTIME_DIRPekka Paalanen2012-06-061-7/+10
* client: require XDG_RUNTIME_DIRPekka Paalanen2012-06-061-8/+11
* Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2012-06-052-0/+6
* data-device: Don't implement data source through data offer objectKristian Høgsberg2012-06-032-22/+39
* data-device: Handle setting a NULL selection sourceKristian Høgsberg2012-05-311-5/+9
* data-device: Emit selection_signal also when we lose the selectionKristian Høgsberg2012-05-311-0/+2
* data-device: Only send out NULL selection if we have a resourceKristian Høgsberg2012-05-311-1/+2
* Add key_state and button_state enumsDaniel Stone2012-05-312-6/+11
* wl_keyboard: Add modifier eventDaniel Stone2012-05-312-1/+21
* Always reset keyboard and pointer focusDaniel Stone2012-05-311-10/+8
* Wayland: logging: replace printf by wl_logMartin Minarik2012-05-311-10/+7
* Wayland: loggingMartin Minarik2012-05-317-0/+41
* build: add uninstalled pkg-config filesPekka Paalanen2012-05-292-0/+16
* data-device: implement drags with no data source for self-dndAnder Conselvan de Oliveira2012-05-292-21/+38
* data-device: fix crash when a client dies during a drag with an iconAnder Conselvan de Oliveira2012-05-251-1/+1
* shm: use mremap on pool resizeAnder Conselvan de Oliveira2012-05-231-7/+5
* shm: Zero busy count for allocated buffersRob Bradford2012-05-221-0/+1
* server: Initialise serial number counter for wl_displayRob Bradford2012-05-221-0/+1
* shm: Add request for resizing poolsAnder Conselvan de Oliveira2012-05-221-5/+30
* Convert wl_input_device to wl_seat (and friends)Daniel Stone2012-05-163-247/+390
* Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg2012-05-142-11/+25
* Input: Convert pointer co-ordinates to signed_24_8Daniel Stone2012-05-083-16/+23
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-085-3/+55
* event-loop: Delete fd from epoll when removing event sourceKristian Høgsberg2012-05-081-2/+6
* event-loop: Consolidate code for setting up new sourcesKristian Høgsberg2012-05-081-98/+44
* event-loop: fix conditional checkingTiago Vignatti2012-05-081-1/+1
* scanner: Generalize desc_dump() to handle hanging indentsKristian Høgsberg2012-05-071-34/+65
* scanner: Fix desc_dump() to not extend beyond column 72Kristian Høgsberg2012-05-071-17/+11
* scanner: Use indent() function in desc_dump()Kristian Høgsberg2012-05-071-25/+19
* Use unsigned for key/button up/down state in grabsDaniel Stone2012-05-073-5/+5
* server: Post new globals to current clientsNicolas Pouillon2012-05-021-0/+8
* Add wl_proxy_get_id()Kristian Høgsberg2012-04-272-0/+7
* Add wl_client_get_object()Kristian Høgsberg2012-04-272-0/+8
* Drop stale prototypeKristian Høgsberg2012-04-271-3/+0
* server: do not create wl_client if accept() failedPekka Paalanen2012-04-251-2/+2
* os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen2012-04-253-8/+25
* os: wrap epoll_createPekka Paalanen2012-04-253-1/+23
* os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen2012-04-253-1/+54
* os: wrap F_DUPFD_CLOEXECPekka Paalanen2012-04-253-1/+24
* os: define SOCK_CLOEXEC on LinuxPekka Paalanen2012-04-252-2/+13
* os: remove unneeded errno assignmentPekka Paalanen2012-04-251-1/+0
* connection: Make sure we can invoke closures built with wl_closure_vmarshal()Kristian Høgsberg2012-04-221-0/+7