index
:
~jonny/weston
egl-platform
egl-platform-misc
info-scale
master
no-panel
panel
repeat-info
le weston
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data-device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-08
compositor: add weston_surface_set_label_func()
Pekka Paalanen
1
-0
/
+19
2014-11-04
data_device : change version while initializing data_device_manager interface...
kabeer khan
1
-5
/
+13
2014-10-08
compositor: send error for surface role resets
Pekka Paalanen
1
-5
/
+6
2014-07-23
compositor: keep track of the weston_layer a weston_view is in
Giulio Camuffo
1
-3
/
+3
2014-07-05
Use pixman_region32_clear instead of our own empty_region
Jason Ekstrand
1
-9
/
+2
2014-06-25
data-device: Clean up the logic in start_drag
Jason Ekstrand
1
-14
/
+17
2014-04-21
libinput: Forward frame events to clients
Jonas Ådahl
1
-0
/
+6
2013-12-03
data-device: Fix surface configure function type
Jonas Ådahl
1
-8
/
+9
2013-12-02
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
1
-1
/
+1
2013-11-25
src/data_device.c: add dnd support for touch screen
Xiong Zhang
1
-65
/
+281
2013-11-15
input: let the pointer motion handlers move the pointer
Giulio Camuffo
1
-1
/
+4
2013-10-28
Add cancel function to grab interfaces
Jonas Ådahl
1
-0
/
+13
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
1
-36
/
+54
2013-09-21
input: Emit events on all resources for a client
Neil Roberts
1
-12
/
+13
2013-09-11
input: Initialize data source to NULL
Kristian Høgsberg
1
-1
/
+1
2013-09-11
compositor: Return 0 on success
Kristian Høgsberg
1
-0
/
+2
2013-09-04
compositor: Split dnd setup up into weston_seat_start_drag()
Kristian Høgsberg
1
-29
/
+41
2013-08-20
data-device: Only bail out if we failed to allocate offer
Kristian Høgsberg
1
-3
/
+4
2013-08-16
Add more missing config.h includes
Daniel Stone
1
-0
/
+2
2013-08-12
input: For serial generation get the display from the compositor
Rob Bradford
1
-2
/
+1
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-2
/
+1
2013-08-06
compositor: Check wl_resource_create() return value
Kristian Høgsberg
1
-4
/
+13
2013-08-06
data-device.c: Handle failure to allocate offer in weston_drag_set_focus
Kristian Høgsberg
1
-0
/
+2
2013-08-06
data-device.c: Handle OOM in weston_data_source_send_offer()
Kristian Høgsberg
1
-0
/
+5
2013-07-25
Rename wl_data_offer to weston_data_offer
Kristian Høgsberg
1
-6
/
+6
2013-07-25
Rename wl_data_source to weston_data_source
Kristian Høgsberg
1
-15
/
+18
2013-07-09
Convert to wl_global_create/destroy()
Kristian Høgsberg
1
-3
/
+3
2013-07-03
Use wl_resource_create() for creating resources
Jason Ekstrand
1
-15
/
+21
2013-06-25
data-device: Remove redundant and confusing assignment
Kristian Høgsberg
1
-1
/
+1
2013-06-25
data-device: Don't leak wl_data_source in destructor
Kristian Høgsberg
1
-1
/
+1
2013-06-25
compositor: Fix remaining double free()s
Kristian Høgsberg
1
-1
/
+0
2013-06-20
data-device: Change resources in wl_data_offer and wl_data_source to pointers.
Jason Ekstrand
1
-55
/
+45
2013-06-14
output: Use wl_resource_get accessors for weston_output resources
Jason Ekstrand
1
-3
/
+3
2013-06-14
Use wl_resource_get_user_data for weston_surface resources
Jason Ekstrand
1
-3
/
+3
2013-06-12
Change weston_surface.resource to a wl_resource pointer.
Jason Ekstrand
1
-4
/
+5
2013-05-08
input: Move surface picking into the pointer grab focus callback
Kristian Høgsberg
1
-8
/
+22
2013-05-08
input: Get rid of grab focus concept
Kristian Høgsberg
1
-5
/
+9
2013-05-08
data-device: Verify that the client has an implicit grab when starting a drag
Kristian Høgsberg
1
-2
/
+4
2013-05-08
data-device: Eliminate two small helper functions
Kristian Høgsberg
1
-42
/
+26
2013-05-08
data-device: Rename generic weston_drag 'surface' field to 'icon'
Kristian Høgsberg
1
-24
/
+24
2013-05-08
data-device: Move all drag-related fields out of weston_seat
Kristian Høgsberg
1
-86
/
+98
2013-05-08
input: Move sprite fields into weston_pointer from weston_seat
Kristian Høgsberg
1
-2
/
+3
2013-05-08
compositor: Adapt to wl_surface going away
Kristian Høgsberg
1
-3
/
+3
2013-05-07
data-device: Update drag icon position from configure and motion handlers
Kristian Høgsberg
1
-34
/
+18
2013-05-07
data-device: Map drag icon in configure handler
Kristian Høgsberg
1
-24
/
+14
2013-05-07
data-device: Setup and release drag surface and beginning and end of drag
Kristian Høgsberg
1
-37
/
+4
2013-05-07
data-device: Fix dnd regression from weston_seat rewrite
Kristian Høgsberg
1
-5
/
+5
2013-05-07
data-device: Don't emit a signal for drag icon changes
Kristian Høgsberg
1
-2
/
+2
2013-05-07
input: Move drag handling to data-device.c
Kristian Høgsberg
1
-0
/
+134
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
1
-21
/
+24
[next]