summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-09scanner: Plug memory leak in end_element()Martin Olsson1-1/+1
2012-07-09wayland-cursor: Add error handling for shm_pool_create()Martin Olsson1-9/+11
2012-07-02protocol: Add a couple of missing allow-null annotationsKristian Høgsberg1-2/+2
2012-07-02protocol: Explicitly mark requests which allow null argumentsChristopher James Halse Rogers1-9/+9
2012-07-02protocol: Add explicit nullable typesChristopher James Halse Rogers3-12/+188
2012-06-30tests: test that path names longer than 108 bytes are rejectedDylan Noblesmith2-1/+86
2012-06-30tests: fix make check for out-of-tree buildsDylan Noblesmith11-12/+13
2012-06-30tests: sort list of testsDylan Noblesmith1-9/+9
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-28protocol: Change wording of pointer.set_cursor()Ander Conselvan de Oliveira1-2/+3
2012-06-27wl_shell: Don't require that parent surfaces are wl_shell_surfacesKristian Høgsberg1-2/+2
2012-06-25configure.ac: Bump version to 0.94.90Kristian Høgsberg1-2/+2
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-19wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()Ander Conselvan de Oliveira1-1/+4
2012-06-18Xcursor: Don't ignore unknown file typesDaniel Stone1-1/+2
2012-06-18data-device: Fix list corruption when the source goes awayKristian Høgsberg1-1/+2
2012-06-15tests: Update test cases to new closure allocate conventionKristian Høgsberg2-38/+36
2012-06-15TODO: Remove cursor-as-regular-surface itemKristian Høgsberg1-5/+0
2012-06-15cursor: Add function for calculating current frame in cursor animationAnder Conselvan de Oliveira2-7/+45
2012-06-15protocol: replace pointer.attach with pointer.set_cursorAnder Conselvan de Oliveira1-6/+21
2012-06-13TODO: Update to account for changes from DanielKristian Høgsberg1-14/+0
2012-06-13connection: Set closure->start in demarshal tooKristian 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-08wayland-cursor: add an option that changes the cursor theme directoryAnder Conselvan de Oliveira2-1/+10
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-03TODO: Drop clipboard manager itemKristian Høgsberg1-12/+0
2012-06-03data-device: Don't implement data source through data offer objectKristian Høgsberg2-22/+39
2012-06-01Add wl_keyboard::keymap eventDaniel Stone1-0/+18
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-31Convert wl_pointer::axis to fixedDaniel Stone1-1/+1
2012-05-31Add key_state and button_state enumsDaniel Stone3-6/+30
2012-05-31wl_keyboard: Add modifier eventDaniel Stone3-1/+34
2012-05-31Always reset keyboard and pointer focusDaniel Stone1-10/+8
2012-05-31cursor: Fix warning with objdir != srcdir buildDaniel Stone1-1/+1
2012-05-31Wayland: logging: replace printf by wl_logMartin Minarik1-10/+7