index
:
~vignatti/weston
master
multitouch-v2
stick-moving
xwm
xwm-client
xwm-client-OLD
xwm-configure2
wayland compositor and client demo implementation
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
window.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-1
/
+1
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-1
/
+2
2012-05-31
Implement text cursor position protocol.
Scott Moreau
1
-0
/
+3
2012-05-25
dnd: work around cairo-gl brokenness
Ander Conselvan de Oliveira
1
-0
/
+1
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-13
/
+13
2012-05-25
window: add simple text tooltip handlers
Tiago Vignatti
1
-0
/
+7
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-4
/
+2
2012-05-21
window: send transient flags over the wire
Tiago Vignatti
1
-1
/
+1
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
1
-2
/
+2
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-4
/
+3
2012-05-08
Port Wayland clients to new xkbcommon API
Kristian Høgsberg
1
-0
/
+4
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-3
/
+4
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
/
+2
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-4
/
+7
2012-04-10
window: Drop EGLImage surface type
Kristian Høgsberg
1
-1
/
+0
2012-03-12
Add an option parser
Kristian Høgsberg
1
-2
/
+2
2012-02-29
window.c: Drop support for rgb contexts
Kristian Høgsberg
1
-3
/
+0
2012-02-23
window: Track and report input and opaque regions
Kristian Høgsberg
1
-0
/
+2
2012-02-16
window: Use new xkbcommon include path
Daniel Stone
1
-1
/
+1
2012-02-16
window: Toggle maximized with super-f5
Kristian Høgsberg
1
-0
/
+3
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-2
/
+2
2012-01-31
window: Make window frame menu available to client
Kristian Høgsberg
1
-0
/
+4
2012-01-19
window: menu leak fixes
Pekka Paalanen
1
-5
/
+5
2012-01-16
window: remove duplicate widget_resize_handler_t
Pekka Paalanen
1
-3
/
+0
2012-01-11
window: Move focus widget to struct input
Kristian Høgsberg
1
-2
/
+3
2012-01-10
window: Implement input device grabbing
Kristian Høgsberg
1
-0
/
+6
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-3
/
+3
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-16
/
+5
2012-01-10
window: Keep widgets in a tree instead of a list
Kristian Høgsberg
1
-5
/
+4
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-13
/
+13
2012-01-09
window: Return pointer type from widget enter handler
Kristian Høgsberg
1
-3
/
+6
2012-01-09
window: Move button handler to widget
Kristian Høgsberg
1
-17
/
+7
2012-01-09
window: Create a widget for the window, drop window motion handler
Kristian Høgsberg
1
-0
/
+2
2012-01-09
window: Add a widget motion handler
Kristian Høgsberg
1
-1
/
+6
2012-01-09
window: Remove window enter/leave handlers
Kristian Høgsberg
1
-14
/
+0
2012-01-09
window: Replace widget focus handler with a enter/leave handler pair
Kristian Høgsberg
1
-4
/
+11
2012-01-08
window: Move widget focus handler to the widget
Kristian Høgsberg
1
-6
/
+8
2012-01-08
window: Rename item to widget
Kristian Høgsberg
1
-15
/
+15
2012-01-06
window: Add a window menu
Kristian Høgsberg
1
-1
/
+11
2012-01-06
shell: Start implementing the popup surface type
Kristian Høgsberg
1
-1
/
+2
2011-12-27
x11: Bridge X11 CLIPBOARD selection to Wayland clients
Kristian Høgsberg
1
-0
/
+3
2011-12-22
window: add display_destroy()
Pekka Paalanen
1
-0
/
+3
2011-12-22
window: add display_exit()
Pekka Paalanen
1
-0
/
+3
2011-12-19
clients: Implement a toy-menu for testing the menu surface type
Kristian Høgsberg
1
-0
/
+3
2011-12-14
window: expose outputs to applications
Pekka Paalanen
1
-0
/
+31
2011-12-08
move config parser to a convenience library
Pekka Paalanen
1
-27
/
+0
2011-12-04
wl_shell_surface adaptation
Pekka Paalanen
1
-0
/
+3
2011-11-26
window.c: Cache outputs
Kristian Høgsberg
1
-0
/
+8
2011-11-23
Implement the new dnd/selection protocol
Kristian Høgsberg
1
-15
/
+44
[next]