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
/
gears.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-1
/
+1
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
1
-2
/
+1
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-1
/
+2
2012-05-11
clients: Remove superfluous #includes
Kristian Høgsberg
1
-3
/
+0
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-1
/
+1
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-1
/
+1
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-25
gears: Allow model rotation with pointer
Scott Moreau
1
-4
/
+65
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-1
/
+1
2012-03-12
Add an option parser
Kristian Høgsberg
1
-1
/
+1
2012-02-23
window: Track and report input and opaque regions
Kristian Høgsberg
1
-1
/
+0
2012-02-13
clients: fix spelling
Tiago Vignatti
1
-1
/
+1
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+1
2012-01-19
gears: Make window transparent
Kristian Høgsberg
1
-2
/
+2
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
-4
/
+4
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-10
/
+9
2012-01-10
window: Allocate and flush the window surface in window.c
Kristian Høgsberg
1
-23
/
+24
2011-11-22
Never include wayland-util.h directly
Kristian Høgsberg
1
-1
/
+0
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
1
-1
/
+1
2011-10-07
gears: Fail if compiled without cairo-egl
Benjamin Franzke
1
-3
/
+6
2011-10-07
window: Create a cairo device for each egl config
Benjamin Franzke
1
-2
/
+3
2011-09-19
window: Stop using glib mainloop in toy toolkit
Kristian Høgsberg
1
-1
/
+0
2011-08-29
gears: Don't schedule redraw, just draw from frame callback
Kristian Høgsberg
1
-10
/
+1
2011-08-29
window.c: Drop global handler argument
Kristian Høgsberg
1
-1
/
+1
2011-08-29
clients: Bring clients up to date
Kristian Høgsberg
1
-8
/
+11
2011-04-11
Merge remote-tracking branch 'bnf/surface-frame-event'
Kristian Høgsberg
1
-1
/
+3
2011-04-11
Define global handler on display creation
Tim Wiederhake
1
-1
/
+1
2011-03-17
gears: Use wayland egl surface instead of images
Benjamin Franzke
1
-69
/
+19
2011-03-17
window: Use window surfaces for windows
Benjamin Franzke
1
-0
/
+1
2011-03-17
Support per surface frame events
Benjamin Franzke
1
-1
/
+3
2011-02-07
gears: Remove unused drm_fd field
Kristian Høgsberg
1
-1
/
+0
2011-02-07
Port window.c to use wayland-egl
Kristian Høgsberg
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
-1
/
+2
2011-01-14
Check for cairo-egl instead of just cairo-gl
Kristian Høgsberg
1
-1
/
+1
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-21
/
+27
2011-01-07
gears: Include config.h
Kristian Høgsberg
1
-0
/
+2
2011-01-07
Add missing newline in gears error message
Kristian Høgsberg
1
-1
/
+1
2011-01-05
Workaround gears depending on cairo-gl
nobled
1
-2
/
+5
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-3
/
+2
2010-11-22
Make clients exit orderly when there is no connection
Yuval Fledel
1
-0
/
+4
2010-11-22
Cleanup declared but unused variables.
Bryce Harrington
1
-1
/
+0
2010-11-08
Bring gears example up to date
Kristian Høgsberg
1
-84
/
+74
2010-09-03
Replace commit/ack/frame protocol with simpler sync and frame callbacks
Kristian Høgsberg
1
-21
/
+11
2010-08-25
Update to EGL_MESA_drm_image from mesa master
Kristian Høgsberg
1
-3
/
+3
2010-07-28
Update keyboard focus handler signatures
Kristian Høgsberg
1
-1
/
+1
2010-07-28
Use EGL_KHR_surfaceless_opengl
Kristian Høgsberg
1
-14
/
+3
[next]