summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-30wayland-client: reject socket paths longer than 108 bytesDylan Noblesmith1-1/+13
2012-06-30wayland-server: reject socket paths longer than 108 bytesDylan Noblesmith1-1/+15
2012-06-30wayland-server: add more logging of errorsDylan Noblesmith1-0/+2
2012-06-30wayland-server: fix socket ownership race conditionDylan Noblesmith1-10/+10
2012-06-30wayland-server: fix fd leak on error pathDylan Noblesmith1-8/+16
2012-06-30drop use of strerror()Dylan Noblesmith2-2/+2
2012-06-30wayland-server: reduce use of magic numbersDylan Noblesmith1-6/+15
2012-06-28Allocate client proxy automatically for new objectsKristian Høgsberg4-4/+57
2012-06-22Send modifier event to pointer focus when it changes tooKristian Høgsberg1-17/+31
2012-06-22Send keyboard modifier event using the keyboard resourceKristian Høgsberg1-1/+1
2012-06-22Maintain keyboard modifier state in wayland-serverDaniel Stone2-1/+26
2012-06-18data-device: Fix list corruption when the source goes awayKristian Høgsberg1-1/+2
2012-06-13connection: Set closure->start in demarshal toomalloc-closureKristian Høgsberg1-0/+1
2012-06-13connection: Always malloc closureKristian Høgsberg4-65/+62
2012-06-12wayland-server: Add destroy signal to wl_seatJonas Ådahl2-0/+5
2012-06-12wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl1-0/+3
2012-06-06server: require XDG_RUNTIME_DIRPekka Paalanen1-7/+10
2012-06-06client: require XDG_RUNTIME_DIRPekka Paalanen1-8/+11
2012-06-05Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2-0/+6
2012-06-03data-device: Don't implement data source through data offer objectKristian Høgsberg2-22/+39
2012-05-31data-device: Handle setting a NULL selection sourceKristian Høgsberg1-5/+9
2012-05-31data-device: Emit selection_signal also when we lose the selectionKristian Høgsberg1-0/+2
2012-05-31data-device: Only send out NULL selection if we have a resourceKristian Høgsberg1-1/+2
2012-05-31Add key_state and button_state enumsDaniel Stone2-6/+11
2012-05-31wl_keyboard: Add modifier eventDaniel Stone2-1/+21
2012-05-31Always reset keyboard and pointer focusDaniel Stone1-10/+8
2012-05-31Wayland: logging: replace printf by wl_logMartin Minarik1-10/+7
2012-05-31Wayland: loggingMartin Minarik7-0/+41
2012-05-29build: add uninstalled pkg-config filesPekka Paalanen2-0/+16
2012-05-29data-device: implement drags with no data source for self-dndAnder Conselvan de Oliveira2-21/+38
2012-05-25data-device: fix crash when a client dies during a drag with an iconAnder Conselvan de Oliveira1-1/+1
2012-05-23shm: use mremap on pool resizeAnder Conselvan de Oliveira1-7/+5
2012-05-22shm: Zero busy count for allocated buffersRob Bradford1-0/+1
2012-05-22server: Initialise serial number counter for wl_displayRob Bradford1-0/+1
2012-05-22shm: Add request for resizing poolsAnder Conselvan de Oliveira1-5/+30
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone3-251/+394
2012-05-14Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg2-11/+25
2012-05-08Input: Convert pointer co-ordinates to signed_24_8Daniel Stone3-16/+23
2012-05-08Add support for signed 24.8 decimal numbersDaniel Stone5-3/+55
2012-05-08event-loop: Delete fd from epoll when removing event sourceKristian Høgsberg1-2/+6
2012-05-08event-loop: Consolidate code for setting up new sourcesKristian Høgsberg1-98/+44
2012-05-08event-loop: fix conditional checkingTiago Vignatti1-1/+1
2012-05-07scanner: Generalize desc_dump() to handle hanging indentsKristian Høgsberg1-34/+65
2012-05-07scanner: Fix desc_dump() to not extend beyond column 72Kristian Høgsberg1-17/+11
2012-05-07scanner: Use indent() function in desc_dump()Kristian Høgsberg1-25/+19
2012-05-07Use unsigned for key/button up/down state in grabsDaniel Stone3-5/+5
2012-05-02server: Post new globals to current clientsNicolas Pouillon1-0/+8
2012-04-27Add wl_proxy_get_id()Kristian Høgsberg2-0/+7
2012-04-27Add wl_client_get_object()Kristian Høgsberg2-0/+8
2012-04-27Drop stale prototypeKristian Høgsberg1-3/+0