profile/ivi/wayland.git
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
2012-06-06 Pekka Paalanenclient: require XDG_RUNTIME_DIR
2012-06-05 Kristian HøgsbergAdd a focus change signal for wl_pointer and wl_keyboard
2012-06-04 Kristian HøgsbergTODO: Drop clipboard manager item
2012-06-03 Kristian Høgsbergdata-device: Don't implement data source through data...
2012-06-01 Daniel StoneAdd wl_keyboard::keymap event
2012-06-01 Kristian Høgsbergdata-device: Handle setting a NULL selection source
2012-06-01 Kristian Høgsbergdata-device: Emit selection_signal also when we lose...
2012-06-01 Kristian Høgsbergdata-device: Only send out NULL selection if we have...
2012-05-31 Daniel StoneConvert wl_pointer::axis to fixed
2012-05-31 Daniel StoneAdd key_state and button_state enums
2012-05-31 Daniel Stonewl_keyboard: Add modifier event
2012-05-31 Daniel StoneAlways reset keyboard and pointer focus
2012-05-31 Daniel Stonecursor: Fix warning with objdir != srcdir build
2012-05-31 Martin MinarikWayland: logging: replace printf by wl_log
2012-05-31 Martin MinarikWayland: logging
2012-05-29 Pekka Paalanentests: update gitignore
2012-05-29 Pekka Paalanenbuild: add uninstalled pkg-config files
2012-05-29 Rob Bradfordcursor: Link libwayland-cursor to libwayland-client
2012-05-29 Ander Conselvan... data-device: implement drags with no data source for...
2012-05-26 Ander Conselvan... data-device: fix crash when a client dies during a...
2012-05-26 Ander Conselvan... wayland-cursor: load all cursors from a theme on wl_cur...
2012-05-26 Ander Conselvan... wayland-cursor: remove enum wl_cursor_type
2012-05-23 Ander Conselvan... shm: use mremap on pool resize
2012-05-23 Yan WangWayland: Add missing extern "C"
2012-05-23 Diego Violafix typo
2012-05-23 Kristian Høgsbergcursor: Fix unsigned/signed comparisons
2012-05-22 Rob Bradfordshm: Zero busy count for allocated buffers
2012-05-22 Rob Bradfordserver: Initialise serial number counter for wl_display
2012-05-22 Ander Conselvan... Introduce libwayland-cursor, a cursor helper library
2012-05-22 Ander Conselvan... shm: Add request for resizing pools
2012-05-21 Tiago Vignattiprotocol: use transient flags for activate or not surfaces
2012-05-16 Kristian Høgsbergdoc: Update docs to refer to wl_seat instead of wl_inpu...
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-15 DarxusAdd missing alt attributes in publican docs.
2012-05-15 Pekka Paalanentests: add noop to fixed-benchmark
2012-05-14 Kristian HøgsbergOptimize wl_fixed_t to/from double conversion functions
2012-05-11 Kristian HøgsbergTODO: Strike the last xkbcommon issues
2012-05-10 Kristian Høgsbergprotocol: Specify that the fullscreen framerate paramet...
2012-05-10 Kristian Høgsbergprotocol: Back out accidentally committed wl_seat changes
2012-05-10 Kristian Høgsbergprotocol: Add documentation for wl_output
2012-05-09 Kristian HøgsbergTODO: More updates
2012-05-08 Kristian HøgsbergUpdate TODO
2012-05-08 Daniel StoneInput: Convert pointer co-ordinates to signed_24_8
2012-05-08 Daniel StoneAdd support for signed 24.8 decimal numbers
2012-05-08 Kristian Høgsbergevent-loop: Delete fd from epoll when removing event...
2012-05-08 Kristian Høgsbergtests: prefix event loop tests with event_loop_
2012-05-08 Kristian Høgsbergtests: assert that mask is zero is post_dispatch callback
2012-05-08 Kristian Høgsbergtests: Add timerfd test
2012-05-08 Kristian Høgsbergtests: Add signal test case
2012-05-08 Kristian Høgsbergevent-loop: Consolidate code for setting up new sources
2012-05-08 Tiago Vignattievent-loop: fix conditional checking
2012-05-08 Kristian HøgsbergTODO: drop scanner namespace item
2012-05-08 Kristian Høgsbergscanner: Generalize desc_dump() to handle hanging indents
2012-05-08 Kristian Høgsbergscanner: Fix desc_dump() to not extend beyond column 72
2012-05-08 Kristian Høgsbergscanner: Use indent() function in desc_dump()
2012-05-07 Daniel StoneUse unsigned for key/button up/down state in grabs
2012-05-03 Kristian HøgsbergUse class_ instead of class in protocol
2012-05-02 Daniel Stonetests: Fix out-of-tree builds
2012-05-02 Kristian HøgsbergAdd shell_surface set_title and set_class requests
2012-05-02 Nicolas Pouillonserver: Post new globals to current clients
2012-05-01 Kristian Høgsbergprotocol: Move ping event down to other events
2012-04-27 Kristian HøgsbergAdd wl_proxy_get_id()
2012-04-27 Kristian HøgsbergAdd wl_client_get_object()
2012-04-27 Kristian HøgsbergDrop stale prototype
2012-04-26 Kristian Høgsbergtests: Just list tests under the TESTS variable
2012-04-25 Kristian HøgsbergMerge remote-tracking branch 'pq/for-krh'
2012-04-25 Kristian HøgsbergAdd COPYING
2012-04-25 Pekka Paalanenserver: do not create wl_client if accept() failed
2012-04-25 Pekka Paalanenos: wrap accept4(SOCK_CLOEXEC)
2012-04-25 Pekka Paalanenos: wrap epoll_create
2012-04-25 Pekka Paalanenos: wrap recvmsg(MSG_CMSG_CLOEXEC)
2012-04-25 Pekka Paalanentests: silence warnings from pipe()
2012-04-25 Pekka Paalanenos: wrap F_DUPFD_CLOEXEC
2012-04-25 Pekka Paalanenos: define SOCK_CLOEXEC on Linux
2012-04-25 Pekka Paalanenos: remove unneeded errno assignment
2012-04-22 Kristian Høgsbergtests: Test invoking closures built with wl_closure_vma...
2012-04-22 Kristian Høgsbergconnection: Make sure we can invoke closures built...
2012-04-22 Kristian Høgsbergconnection: Move closure object out of wl_connection
2012-04-22 Kristian Høgsbergconnection: Dont put fds in the connection until we...
2012-04-20 Kristian HøgsbergUpdate TODO
2012-04-20 Casey DahlinAdd wl_surface.enter and wl_surface.leave events
2012-04-20 Pekka Paalanentests: add .gitignore
2012-04-20 Pekka Paalanenos: wrap socket(SOCK_CLOEXEC) calls
2012-04-20 Pekka Paalanentests: support testing fd inheritance over exec
2012-04-20 Pekka Paalanentests: plug fd leaks in free_source_with_data
2012-04-20 Pekka Paalanentests: detect fd leaks
2012-04-19 Scott Moreauprotocol: Add ping event and corresponding pong request
2012-04-19 Kristian Høgsbergtests: Add more sanity test to make sure we catch diffe...
2012-04-19 Kristian Høgsbergtests: Make sure unused malloc() doesn't get optimized...
2012-04-19 Pekka Paalanentests: add sanity-test
2012-04-19 Pekka Paalanentests: add support for tests expected to fail
next