evdev: Update axis notifications to follow protocol
[profile/ivi/weston.git] / src / util.c
2012-10-04 John Kåre Alsakerweston: Use float instead of GLfloat.
2012-08-09 Rob Bradfordspring: Avoid excessive calculation loops for the sprin...
2012-08-03 Rob Bradfordspring: Avoid looping if time appears to be going backwards
2012-06-22 Kristian Høgsbergshell: Animate input panel mapping
2012-06-22 Kristian Høgsbergutil: Generalize surface animation code
2012-06-15 Scott MoreauIncrement frame_counter before calling animation->frame().
2012-06-12 Scott MoreauRemove weston_compositor_get_time() usage from animations.
2012-06-11 Scott MoreauAdd frame_counter to weston_animation.
2012-06-11 Scott MoreauMove animation_list to weston_output.
2012-05-31 Daniel StoneUse wl_fixed_t for axis bindings
2012-05-31 Daniel StoneSplit bindings into separate key/button/axis bindings
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneSupport wl_keyboard::modifiers event
2012-05-21 Kristian Høgsbergxwm: Switch alpha, brightness and saturation to GLfloat
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-07 Daniel StoneRename 'state' in axis (or ambiguous) bindings to ...
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-04-25 Juan Zhaoanimation: add fading-in animation
2012-04-12 Kristian HøgsbergUse wl_signal mechanism
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-06 Benjamin FranzkeIntroduce weston-launch
2012-03-22 Scott MoreauModify bindings for axis event detection.
2012-03-05 Kristian Høgsbergcompositor: Swallow binding key for bindings that don...
2012-02-29 Kristian Høgsbergzoom: Don't damage_all here
2012-01-27 Kristian HøgsbergMerge remote-tracking branch 'pq/transform-v1'
2012-01-27 Pekka Paalanencompositor: move weston_surface::width,height into...
2012-01-27 Pekka Paalanencompositor: fix zoom origin
2012-01-27 Pekka Paalanencompositor: move weston_surface::x,y into geometry
2012-01-27 Pekka Paalanencompositor: restructure weston_surface::transform
2012-01-27 Pekka Paalanencompositor: drop inverse matrix from weston_transform
2012-01-27 Pekka Paalanencompositor: move matrix code to separate files
2012-01-27 Pekka Paalanenutil: document matrices
2012-01-27 Pekka Paalanencompositor: implement a stack of surface transformations
2012-01-03 Kristian HøgsbergMerge remote-tracking branch 'pq/compositor-dtors-v1'
2012-01-03 Kristian HøgsbergRename wayland-compositor to weston