Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
61e5a2727a0625a7f082ced749b6d41f88ea84e3
/
clients
/
eventdemo.c
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
901ac32
eventdemo: use %u for uint32_t printing
by Pekka Paalanen
· 9 years ago
0baffb0
eventdemo: do not print axis events if not requested
by Pekka Paalanen
· 9 years ago
10e92db
eventdemo: use zalloc
by Pekka Paalanen
· 9 years ago
4386499
eventdemo: do not print pointer frames alone
by Pekka Paalanen
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
74a635b
Coding style fixes
by Dawid Gajownik
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
4fb8491
weston-eventdemo --help works
by Bill Spitzak
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
ee7fefc
Rename frame_create and frame_set_child_size with a window_ prefix
by Jason Ekstrand
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
3b132e3
Fix spelling errors
by Martin Olsson
· 13 years ago
70cc73b
eventdemo: add axis logging
by Philipp Brüschweiler
· 13 years ago
a306a26
eventdemo: fix --no-border
by Philipp Brüschweiler
· 13 years ago
850f504
eventdemo: fix incorrect comments
by Philipp Brüschweiler
· 13 years ago
c663b22
clients: Free resources on exit in eventdemo
by Martin Olsson
· 13 years ago
c9785ea
Use enum wl_keyboard_key_state instead of integer
by Daniel Stone
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
d8f527c
window: track changes in libwayland-cursor api
by Ander Conselvan de Oliveira
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
4c3dac9
clients: Remove superfluous #includes
by Kristian Høgsberg
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
875ab9e
Add signedness warning flag and fix fallout
by Kristian Høgsberg
· 13 years ago
bcacef1
Add an option parser
by Kristian Høgsberg
· 13 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 13 years ago
29af3eb
window: Make decorations just a widget
by Kristian Høgsberg
· 13 years ago
bb97700
window: Get rid of the window child allocation concept
by Kristian Høgsberg
· 13 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
by Kristian Høgsberg
· 13 years ago
5d12990
window: Allocate and flush the window surface in window.c
by Kristian Høgsberg
· 13 years ago
75bc667
window: Drop the window widget
by Kristian Høgsberg
· 13 years ago
a8a0db3
window: Move button handler to widget
by Kristian Høgsberg
· 13 years ago
87a57bb
window: Create a widget for the window, drop window motion handler
by Kristian Høgsberg
· 13 years ago
9de79a9
window.c: Drop global handler argument
by Kristian Høgsberg
· 14 years ago
b4b6734
Define global handler on display creation
by Tim Wiederhake
· 14 years ago
503ccca
document the usage of libtoytoolkit
by Tim Wiederhake
· 14 years ago