profile/ivi/weston.git
2012-05-14 Scott Moreausimple-shm: Handle ping event.
2012-05-11 Kristian Høgsbergclients: Remove superfluous #includes
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
2012-05-11 Kristian Høgsbergresizor: More resizing
2012-05-11 Kristian Høgsbergsimple-egl: Add option -o to make surface opaque
2012-05-10 Jonas Ådahlclients: Add motion event trails to clickdot
2012-05-10 Jonas Ådahlevdev: Use wl_fixed_t for relative motions
2012-05-10 Martin Minarikwindow.c: frame_button: Maximize, minimize, close,...
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-10 Kristian HøgsbergFix a few -pedantic warnings
2012-05-10 Kristian Høgsbergcompositor: Report refresh rates in mHz
2012-05-10 Kristian Høgsbergcompositor: Simplify clip_pointer_motion() and make...
2012-05-10 Jonas Ådahlcompositor: When clipping pointer motions, don't loose...
2012-05-09 Kristian Høgsbergcompositor: Use wl_fixed_t for incoming input events
2012-05-09 Kristian Høgsbergcompositor: Move pointer motion clipping to its own...
2012-05-09 Jonas Ådahlevdev: Convert wl_fixed_t to int before using internally
2012-05-09 Dima Ryazanovwindow: Don't crash if a cursor image failed to load.
2012-05-08 Rafal Mielniczukwindow: fix check of cursor image load result
2012-05-08 Daniel StoneLoad an XKB keymap and state in the compositor
2012-05-08 Daniel StoneLink compositors to xkbcommon as well
2012-05-08 Daniel StoneAdd xkb_names member plus config + X11 support
2012-05-08 Kristian HøgsbergPort Wayland clients to new xkbcommon API
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-08 Daniel StoneAdd fixed-point versions of weston_surface_{to, from...
2012-05-08 Rob Bradfordbuild: Tighten mtdev dependency to reflect requirement
2012-05-07 Tiago Vignattishell: use own struct for transient surfaces
2012-05-07 Tiago Vignattishell: fix uninitialized variable warning
2012-05-07 Ander Conselvan... window: use only one shm pool for all the cursor images
2012-05-07 Daniel StoneRename 'state' in axis (or ambiguous) bindings to ...
2012-05-07 Daniel StoneChange button from int to uint32_t
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-05-07 Daniel Stonetest-client: Include poll.h to silence warning
2012-05-03 Kristian Høgsbergdrm: Make KMS hw cursors work again
2012-05-03 Ander Conselvan... window: use libXcursor for loading pointer images
2012-05-02 Ander Conselvan... simple-egl: add option for running fullscreen
2012-05-02 Ander Conselvan... compositor-drm: alow scanning out of buffers with XRGB8...
2012-05-02 Ander Conselvan... compositor-drm: refactor to avoid unnecessary allocatio...
2012-05-02 Kristian Høgsbergwindow: Set window title and class
2012-05-02 Kristian Høgsbergshell: Handle set_title and set_class
2012-04-30 Cooper YuanUse the dummy pbuffer we create to make current
2012-04-30 Ander Conselvan... compositor-drm: call EGL cleanup functions on exit
2012-04-27 Kristian Høgsbergshell: Always configure when surface type changes
2012-04-27 Kristian Høgsbergshell: Don't move or reconfigure surfaces until we...
2012-04-27 Kristian Høgsbergwindow: Only set toplevel window type if nothing else...
2012-04-27 Alex Wushell: Fix not remove rotation for fullscreen surf
2012-04-27 Ander Conselvan... shell: allocate enough memory for shsurf->ping_timer
2012-04-27 Kristian HøgsbergMerge remote-tracking branch 'pq/simple-fixes'
2012-04-27 Kristian Høgsbergtests: Add event-test, which tests for a few incoming...
2012-04-27 Kristian Høgsbergtests: Generalize test client and add helpers for launc...
2012-04-26 Kristian Høgsbergtests: Add test case for basic client lifecycle
2012-04-26 Kristian Høgsbergtests: Add an initial weston integration test
2012-04-26 Scott Moreaucompositor: Initialize xserver variable
2012-04-26 Pekka Paalanenfix build for --disable-clients --enable-simple-clients
2012-04-26 Pekka Paalanensimple-shm: no need for wayland-egl.h
2012-04-26 Pekka Paalanensimple-shm: handle shm buffer failure
2012-04-26 Pekka Paalanencompositor: report .so path when load_module() fails
2012-04-26 Pekka Paalanensimple-shm: render meaningful diagnostics
2012-04-25 Scott Moreaugears: Allow model rotation with pointer
2012-04-25 Juan Zhaoshell-animation: add conf option in shell
2012-04-25 Juan Zhaoanimation: add fading-in animation
2012-04-25 Kristian HøgsbergAdd COPYING
2012-04-22 Kristian Høgsbergxserver: Move window property reading to set_window_id...
2012-04-22 Kristian Høgsbergxserver: Read window properties in map request handler
2012-04-22 Kristian Høgsbergshell: Don't ping internal shell surfaces
2012-04-22 Tiago Vignatticompositor: introduce internal shell_interface
2012-04-22 Kristian Høgsbergcompositor: Set pointer surface input region to empty...
2012-04-20 Kristian Høgsbergshell: Move binding-modifier to shell section
2012-04-20 Tiago Vignattishell: modifier bindings configurable
2012-04-20 Scott Moreauscreenshooter: Don't assume output offsets start at...
2012-04-20 Scott Moreauscreenshooter: Move buffer assembly to client side
2012-04-20 Scott Moreauscreenshooter: Grab pixel data directly before buffer...
2012-04-20 Casey DahlinSend surface enter/leave events
2012-04-20 Casey DahlinAdd an id field to outputs
2012-04-20 Casey DahlinChange find_resource_for_surface to find_resource_for_c...
2012-04-19 Scott Moreaushell: Cleanup ping_timer code.
2012-04-19 Alex Wucompositor-drm: Remove an useless code line.
2012-04-19 Scott MoreauDim unresponsive windows
2012-04-19 Scott MoreauInstall brightness and saturation variables for surface...
2012-04-19 Scott MoreauInstall structuring for ping-pong protocol
2012-04-17 Alex Wushell: Implement "driver" method of fullsceen.
2012-04-17 Alex Wucompositor-drm: Add switch_mode support.
2012-04-17 Alex Wucompositor: Add a switch_mode hook and a wrapper into...
2012-04-17 Tiago Vignattiweston-launch: be more descriptive with output messages
2012-04-17 Pekka Paalanencompositor: make GL_EXT_read_format_bgra optional
2012-04-17 Pekka Paalanenscreenshooter: refactor the copy loop
2012-04-17 Pekka Paalanencompositor: check queryString success
2012-04-17 Pekka Paalanencompositor: use GL_EXT_unpack_subimage only if available
2012-04-17 Pekka Paalanencompositor: add EGL_WL_bind_wayland_display definitions
2012-04-17 Pekka Paalanencompositor: move libudev.h to evdev.h
2012-04-17 Pekka Paalanenconfig-parser: add missing return for an error case
2012-04-16 Tiago Vignatticompositor: init shell after xserver
2012-04-16 Tiago Vignattidesktop-shell: use more consistent name for the main...
2012-04-16 Tiago Vignattidesktop-shell: use description tags and improve protoco...
2012-04-13 Kristian Høgsbergtty: Fall back to K_RAW if K_OFF is not available
2012-04-13 Kristian Høgsbergwindow.c: Drop the toolkit grab when we start a composi...
2012-04-13 Kristian Høgsbergshell: Tighten shell.set_popup semantics
2012-04-13 Kristian Høgsbergwindow: Send serial number in set_popup request
2012-04-13 Kristian Høgsbergwindow: Initialize redraw_task.link so we can always...
2012-04-13 Kristian Høgsbergxserver-launcher: Pass serial to wl_input_device_set_se...
next