Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
82b8ddf9d9640b23237a1799b2912641082ad2d1
/
libweston
/
data-device.c
2edc3d5
libweston: Rename weston_surface::configure to ::committed
by Quentin Glidic
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
f8486c3
compositor: Untangle surface/view is_mapped from output assignments
by Armin Krezović
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/data-device.c]
8b6c9fc
data-device: Update current action even if source version is old
by Jonas Ådahl
· 9 years ago
4061e2b
data-device: Check harder for selection/non-wayland sources
by Carlos Garnacho
· 9 years ago
b288988
data-device: Implement compositor-chosen actions
by Carlos Garnacho
· 9 years ago
9c93179
data-device: Implement DnD actions
by Carlos Garnacho
· 9 years ago
78d4bf9
data-device: Implement DnD progress notification
by Carlos Garnacho
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
89b6a49
Add a weston_pointer_axis_event
by Peter Hutterer
· 9 years ago
c9f8f8a
compositor: create_data_source(): Fix potential crash on OOM
by cpaul@redhat.com
· 9 years ago
d251010
input: Make pointer grab motion callbacks take an event struct
by Jonas Ådahl
· 11 years ago
0336ca0
input: Pass axis events through pointer grab interfaces
by Jonas Ådahl
· 11 years ago
f9318d1
input: add a weston_pointer_clear_focus() helper function
by Derek Foreman
· 10 years ago
61ed7b6
input: pass the global touch coordinates to the touch grab
by Giulio Camuffo
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
d46bb01
data-device: send the selection to all the wl_data_device resources of a client
by Giulio Camuffo
· 10 years ago
dddf9e6
data-device: add a function to send the selection to a client
by Giulio Camuffo
· 10 years ago
8274d90
compositor: add weston_surface_set_label_func()
by Pekka Paalanen
· 11 years ago
3a510d8
data_device : change version while initializing data_device_manager interface and data_device interface
by kabeer khan
· 11 years ago
50b6747
compositor: send error for surface role resets
by Pekka Paalanen
· 11 years ago
412e6a5
compositor: keep track of the weston_layer a weston_view is in
by Giulio Camuffo
· 11 years ago
ef54008
Use pixman_region32_clear instead of our own empty_region
by Jason Ekstrand
· 11 years ago
8202d72
data-device: Clean up the logic in start_drag
by Jason Ekstrand
· 11 years ago
1679f23
libinput: Forward frame events to clients
by Jonas Ådahl
· 11 years ago
767d891
data-device: Fix surface configure function type
by Jonas Ådahl
· 12 years ago
918f2dd
Remove the weston_view.geometry.width/height fields
by Jason Ekstrand
· 12 years ago
fd51e7b
src/data_device.c: add dnd support for touch screen
by Xiong Zhang
· 12 years ago
1959ab8
input: let the pointer motion handlers move the pointer
by Giulio Camuffo
· 12 years ago
1ea343e
Add cancel function to grab interfaces
by Jonas Ådahl
· 12 years ago
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
96d790e
input: Emit events on all resources for a client
by Neil Roberts
· 12 years ago
1702d4c
input: Initialize data source to NULL
by Kristian Høgsberg
· 12 years ago
0abad07
compositor: Return 0 on success
by Kristian Høgsberg
· 12 years ago
85de9c2
compositor: Split dnd setup up into weston_seat_start_drag()
by Kristian Høgsberg
· 12 years ago
a34e2f2
data-device: Only bail out if we failed to allocate offer
by Kristian Høgsberg
· 12 years ago
8e7a8bd
Add more missing config.h includes
by Daniel Stone
· 12 years ago
880ebc7
input: For serial generation get the display from the compositor
by Rob Bradford
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
0ff7908
compositor: Check wl_resource_create() return value
by Kristian Høgsberg
· 12 years ago
b10b44b
data-device.c: Handle failure to allocate offer in weston_drag_set_focus
by Kristian Høgsberg
· 12 years ago
3c30f0f
data-device.c: Handle OOM in weston_data_source_send_offer()
by Kristian Høgsberg
· 12 years ago
5e76a49
Rename wl_data_offer to weston_data_offer
by Kristian Høgsberg
· 12 years ago
7ff3bdb
Rename wl_data_source to weston_data_source
by Kristian Høgsberg
· 12 years ago
919cddb
Convert to wl_global_create/destroy()
by Kristian Høgsberg
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
e2173b5
data-device: Remove redundant and confusing assignment
by Kristian Høgsberg
· 12 years ago
489b279
data-device: Don't leak wl_data_source in destructor
by Kristian Høgsberg
· 12 years ago
f004607
compositor: Fix remaining double free()s
by Kristian Høgsberg
· 12 years ago
8a4a9eb
data-device: Change resources in wl_data_offer and wl_data_source to pointers.
by Jason Ekstrand
· 12 years ago
a0d2dde
output: Use wl_resource_get accessors for weston_output resources
by Jason Ekstrand
· 12 years ago
0f2ef7e
Use wl_resource_get_user_data for weston_surface resources
by Jason Ekstrand
· 12 years ago
26ed73c
Change weston_surface.resource to a wl_resource pointer.
by Jason Ekstrand
· 12 years ago
6848c25
input: Move surface picking into the pointer grab focus callback
by Kristian Høgsberg
· 12 years ago
be6403e
input: Get rid of grab focus concept
by Kristian Høgsberg
· 12 years ago
dba2586
data-device: Verify that the client has an implicit grab when starting a drag
by Kristian Høgsberg
· 12 years ago
5a9fb35
data-device: Eliminate two small helper functions
by Kristian Høgsberg
· 12 years ago
c43aad1
data-device: Rename generic weston_drag 'surface' field to 'icon'
by Kristian Høgsberg
· 12 years ago
054c50a
data-device: Move all drag-related fields out of weston_seat
by Kristian Høgsberg
· 12 years ago
195b869
input: Move sprite fields into weston_pointer from weston_seat
by Kristian Høgsberg
· 12 years ago
fe7aa90
compositor: Adapt to wl_surface going away
by Kristian Høgsberg
· 12 years ago
aad8099
data-device: Update drag icon position from configure and motion handlers
by Kristian Høgsberg
· 12 years ago
415f30c
data-device: Map drag icon in configure handler
by Kristian Høgsberg
· 12 years ago
5f95557
data-device: Setup and release drag surface and beginning and end of drag
by Kristian Høgsberg
· 12 years ago
40e44ab
data-device: Fix dnd regression from weston_seat rewrite
by Kristian Høgsberg
· 12 years ago
624d8f2
data-device: Don't emit a signal for drag icon changes
by Kristian Høgsberg
· 12 years ago
7848bb6
input: Move drag handling to data-device.c
by Kristian Høgsberg
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
02bbabb
input: Rename wl_pointer to weston_pointer
by Kristian Høgsberg
· 12 years ago
2158a88
Import input structs and helper functions from wayland
by Kristian Høgsberg
· 12 years ago
dade649
Move wl_data_device implementation to wayland-server
by Kristian Høgsberg
· 14 years ago
9ddb826
Use new grab api
by Kristian Høgsberg
· 14 years ago
a33d0c3
data-device: Use a listener list to decouple the x11 selection bridge
by Kristian Høgsberg
· 14 years ago
db9bf1e
data-device: Fix a few bugs in the commit to drop ref-counting
by Kristian Høgsberg
· 14 years ago
82d9ee9
data-device: Handle source going away instead of ref-counting it
by Kristian Høgsberg
· 14 years ago
8334bc1
Rename wayland-compositor to weston
by Kristian Høgsberg
· 14 years ago
[Renamed (83%) from compositor/data-device.c]
33f8670
x11: Bridge Wayland selections to X11 CLIPBOARD selection
by Kristian Høgsberg
· 14 years ago
e7aaec3
x11: Bridge X11 CLIPBOARD selection to Wayland clients
by Kristian Høgsberg
· 14 years ago
47fe08a
Implement the new dnd/selection protocol
by Kristian Høgsberg
· 14 years ago