profile/ivi/wayland.git
2012-10-11 Kristian HøgsbergSplit the global registry into its own wl_registry...
2012-10-11 Kristian Høgsbergscanner: Generate client stubs for wl_display requests
2012-10-11 Kristian Høgsbergscanner: Send interface name and version for types...
2012-10-11 Kristian Høgsbergclient: Add wl_event_queue for multi-thread dispatching
2012-10-11 Kristian Høgsbergclient: Make wl_display thread safe
2012-10-11 Kristian Høgsbergclient: Split event handling into demarshal and dispatc...
2012-10-11 Kristian HøgsbergChange filedescriptor API to be thread safe
2012-10-10 Matt RoperEnsure cursor_data.c is included in distribution tarballs
2012-10-10 Rob Bradfordconnection: Add missing free from error path
2012-10-10 Rob Bradfordxcursor: Fix allocation based on string length
2012-10-10 Tiago Vignattiwayland: Fix typos
2012-10-10 Tiago Vignattidoc: Remove Shared Object Cache section
2012-10-10 Tiago Vignattidoc: Auto-generate Protocol/Interfaces section instead
2012-10-10 Tiago Vignattidoc: Improve Wire Format section
2012-10-01 Kristian Høgsbergconnection: Drop unused static closures
2012-09-26 David Herrmannman: fix compilation without xsltproc
2012-09-25 David Herrmannman: add man-page infrastructure
2012-09-25 Tiago Vignattiprotocol: Fix typo
2012-09-13 Diego ViolaFix typo (ratio, not ration)
2012-09-12 David Herrmannevent-loop: export wl_event_loop_dispatch_idle()
2012-09-11 David Herrmannwayland-server: return new ID in wl_client_add_resource()
2012-09-11 David Herrmannevent-loop: remove dead code
2012-09-11 Philipp Brüschweilercursor: add cursor.pcf and extraction program
2012-09-11 Philipp Brüschweilercursor: Add a default cursor theme
2012-08-29 Kristian Høgsbergtests: Quiet warning
2012-08-29 U. Artie Eofftests: ensure sanity leak check tests pass when leak...
2012-08-29 Rob Bradfordtests: Allow disabling leak checking assertions by env
2012-08-16 Kristian HøgsbergAdd wl_shm_buffer_create()
2012-08-16 Kristian Høgsbergclient: Add wl_display_connect_to_fd() function
2012-08-16 Scott Moreauprotocol: Fix typo.
2012-08-14 Philipp Brüschweilersocket-test: don't try to be clever, fail if no XDG_RUN...
2012-08-13 Christopher... Add support for X cursor themes.
2012-08-13 Christopher... Fix grammar in the rendering section.
2012-08-04 Kristian Høgsbergconnection: zero out string padding
2012-08-01 Andre Heiderprotocol: Remove "repeat" from "key_state"
2012-07-27 Dima RyazanovDon't skip the first directory entry when reading cursors.
2012-07-24 Kristian HøgsbergBump version to 0.95.0 0.95.0
2012-07-24 Kristian HøgsbergMake distcheck work from builddir configured with...
2012-07-24 Daniel StoneMore consistent ID printing
2012-07-24 Daniel StoneMake NEW_IDs nullable
2012-07-24 Daniel StoneUnstatic arg_count_for_signature and get_next_argument
2012-07-24 Kristian Høgsbergtests: Wrap calloc by just returning NULL if we're...
2012-07-23 Daniel Stonetest-runner: Wrap realloc() too
2012-07-23 Daniel Stone.gitignore: Add ctags and cscope files
2012-07-22 Kristian Høgsbergprotocol: Add transform argument to wl_output.geometry...
2012-07-22 Mathias Fiedlerconnection: reserve id on incoming new object
2012-07-22 Mathias Fiedlerwayland-util: add method for reserving new object id
2012-07-22 Mathias Fiedlerwayland-server: send error on invalid new object id
2012-07-20 Kristian Høgsbergwayland-shm: Commit the width/height getters that actua...
2012-07-20 Kristian HøgsbergREADME: Update
2012-07-20 Kristian Høgsbergshm: Add shm_buffer getters for width and height
2012-07-20 Robert Ancellwayland-client: Add missing newline from an error message
2012-07-17 Dmitry Guryanovremove listener from wl_data_source destroy_signal...
2012-07-10 Pekka Paalanencursor: fix fd leak and a segfault
2012-07-10 Pekka Paalanencursor: use os_create_anonymous_file()
2012-07-10 Pekka Paalanenserver: fix wl_seat_set_keyboard
2012-07-10 Pekka Paalanenserver: add lose_touch_focus()
2012-07-10 Robert Ancellscanner: Include weston-client.h as the inline function...
2012-07-10 Kristian Høgsbergwayland-shm: Add return before we hit the error clean...
2012-07-09 Martin OlssonFixup source comment in wayland-util.h and fix typo...
2012-07-09 Martin Olssondoc: fix some typos in documentation
2012-07-09 Ander Conselvan... protocol: Add missing allow-null to data_device.enter...
2012-07-09 Martin Olssonshm: Plug leak in shm_create_pool()
2012-07-09 Martin Olssonserver: Don't crash for wl_seat_set_touch(seat, NULL)
2012-07-09 Martin Olssonscanner: Plug memory leak in end_element()
2012-07-09 Martin Olssonwayland-cursor: Add error handling for shm_pool_create()
2012-07-02 Kristian Høgsbergprotocol: Add a couple of missing allow-null annotations
2012-07-02 Christopher... protocol: Explicitly mark requests which allow null...
2012-07-02 Christopher... protocol: Add explicit nullable types
2012-06-30 Dylan Noblesmithtests: test that path names longer than 108 bytes are...
2012-06-30 Dylan Noblesmithtests: fix make check for out-of-tree builds
2012-06-30 Dylan Noblesmithtests: sort list of tests
2012-06-30 Dylan Noblesmithwayland-client: reject socket paths longer than 108...
2012-06-30 Dylan Noblesmithwayland-server: reject socket paths longer than 108...
2012-06-30 Dylan Noblesmithwayland-server: add more logging of errors
2012-06-30 Dylan Noblesmithwayland-server: fix socket ownership race condition
2012-06-30 Dylan Noblesmithwayland-server: fix fd leak on error path
2012-06-30 Dylan Noblesmithdrop use of strerror()
2012-06-30 Dylan Noblesmithwayland-server: reduce use of magic numbers
2012-06-29 Kristian HøgsbergAllocate client proxy automatically for new objects
2012-06-28 Ander Conselvan... protocol: Change wording of pointer.set_cursor()
2012-06-27 Kristian Høgsbergwl_shell: Don't require that parent surfaces are wl_she...
2012-06-25 Kristian Høgsbergconfigure.ac: Bump version to 0.94.90 0.94.90
2012-06-22 Kristian HøgsbergSend modifier event to pointer focus when it changes too
2012-06-22 Kristian HøgsbergSend keyboard modifier event using the keyboard resource
2012-06-22 Daniel StoneMaintain keyboard modifier state in wayland-server
2012-06-19 Ander Conselvan... wayland-cursor: Plug leak of filename on load_all_curso...
2012-06-18 Daniel StoneXcursor: Don't ignore unknown file types
2012-06-18 Kristian Høgsbergdata-device: Fix list corruption when the source goes...
2012-06-15 Kristian Høgsbergtests: Update test cases to new closure allocate convention
2012-06-15 Kristian HøgsbergTODO: Remove cursor-as-regular-surface item
2012-06-15 Ander Conselvan... cursor: Add function for calculating current frame...
2012-06-15 Ander Conselvan... protocol: replace pointer.attach with pointer.set_cursor
2012-06-13 Kristian HøgsbergTODO: Update to account for changes from Daniel
2012-06-13 Kristian Høgsbergconnection: Set closure->start in demarshal too
2012-06-13 Kristian Høgsbergconnection: Always malloc closure
2012-06-13 Jonas Ådahlwayland-server: Add destroy signal to wl_seat
2012-06-13 Jonas Ådahlwayland-util: wl_list_insert_list() should accept empty...
2012-06-08 Ander Conselvan... wayland-cursor: add an option that changes the cursor...
2012-06-06 Pekka Paalanenserver: require XDG_RUNTIME_DIR
next