index
:
~reynaldo/weston
uninstalled
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
dnd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-29
dnd: Use %zd in the format string for size_t types
Damien Lespiau
1
-1
/
+1
2012-10-10
clients: use wl_surface_commit
Pekka Paalanen
1
-0
/
+2
2012-08-13
dnd: fix segfault on grabbing
Philipp Brüschweiler
1
-0
/
+7
2012-07-23
dnd: Clip flowers to window content area
Kristian Høgsberg
1
-0
/
+3
2012-06-20
window: Compute initial window size correctly
Kristian Høgsberg
1
-1
/
+1
2012-06-04
window.c: Drop timestamp argument to input_set_pointer_image()
Kristian Høgsberg
1
-1
/
+1
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-29
dnd: implement option for not offering data to other clients
Ander Conselvan de Oliveira
1
-18
/
+58
2012-05-25
dnd: work around cairo-gl brokenness
Ander Conselvan de Oliveira
1
-2
/
+4
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-4
/
+4
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
1
-4
/
+4
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-21
/
+12
2012-05-15
Move cairo-util to shared/
Kristian Høgsberg
1
-1
/
+1
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-3
/
+3
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-3
/
+3
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-1
/
+1
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-1
/
+1
2012-04-13
window.c: Drop the toolkit grab when we start a compositor grab
Kristian Høgsberg
1
-0
/
+2
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-6
/
+7
2012-04-03
Fix `unused-result' warnings.
Jonas Ådahl
1
-1
/
+3
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-5
/
+6
2012-03-27
dnd: Damage surface after attaching new buffer
Kristian Høgsberg
1
-0
/
+7
2012-03-27
clients: Fix a couple of warnings
Kristian Høgsberg
1
-2
/
+0
2012-03-12
Add an option parser
Kristian Høgsberg
1
-1
/
+1
2012-02-16
clients/dnd: adapt to new data_device icon protocol
Ander Conselvan de Oliveira
1
-3
/
+18
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-6
/
+5
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-11
/
+4
2012-01-10
window: Allocate and flush the window surface in window.c
Kristian Høgsberg
1
-3
/
+0
2012-01-10
window: Drop the window widget
Kristian Høgsberg
1
-16
/
+9
2012-01-09
window: Return pointer type from widget enter handler
Kristian Høgsberg
1
-1
/
+5
2012-01-09
window: Move button handler to widget
Kristian Høgsberg
1
-3
/
+4
2012-01-09
window: Use the window widget instead of adding a window sized widget
Kristian Høgsberg
1
-5
/
+8
2012-01-09
window: Convert a few clients to use widget motion handler
Kristian Høgsberg
1
-5
/
+4
2012-01-09
dnd: Use a widget for enter/leave handling
Kristian Høgsberg
1
-6
/
+8
2011-11-23
Implement the new dnd/selection protocol
Kristian Høgsberg
1
-247
/
+123
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
1
-1
/
+1
2011-10-07
window: Remove display_flush_cairo_device
Benjamin Franzke
1
-1
/
+2
2011-09-19
window: Stop using glib mainloop in toy toolkit
Kristian Høgsberg
1
-18
/
+14
2011-08-29
window.c: Drop global handler argument
Kristian Høgsberg
1
-5
/
+7
2011-08-29
clients: Bring clients up to date
Kristian Høgsberg
1
-1
/
+2
2011-05-16
window: Add support for opaque windows
Kristian Høgsberg
1
-2
/
+2
2011-04-20
Fix clients to work with wl_ prefixed interface names
Kristian Høgsberg
1
-1
/
+1
2011-04-20
Switch to new subscribe protocol and wayland-egl
Kristian Høgsberg
1
-1
/
+1
2011-04-11
Define global handler on display creation
Tim Wiederhake
1
-3
/
+1
2011-03-17
window: Use window surfaces for windows
Benjamin Franzke
1
-2
/
+2
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
1
-2
/
+1
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-3
/
+2
2011-01-21
Use cairo_push_group() for all double buffering, drop window_copy_*()
Kristian Høgsberg
1
-11
/
+10
[next]