Commit Graph

  • d174521b56 resizor: More resizing Kristian Høgsberg 2012-05-10 23:10:54 -0400
  • 3593f81a5d simple-egl: Add option -o to make surface opaque Kristian Høgsberg 2012-05-10 20:40:51 -0400
  • df211839dd clients: Add motion event trails to clickdot Jonas Ådahl 2012-05-10 23:26:25 +0200
  • c0ca399f22 evdev: Use wl_fixed_t for relative motions Jonas Ådahl 2012-05-10 16:46:48 -0400
  • 1998b154a7 window.c: frame_button: Maximize, minimize, close, icon buttons in window frame Martin Minarik 2012-05-10 02:04:35 +0200
  • 80680c7b75 window.c: Just use float instead of GLfloat, remove GLES2.h include Kristian Høgsberg 2012-05-10 12:21:37 -0400
  • b71302e1db Fix a few -pedantic warnings Kristian Høgsberg 2012-05-10 12:28:35 -0400
  • c4621b07f6 compositor: Report refresh rates in mHz Kristian Høgsberg 2012-05-10 12:23:53 -0400
  • 34829dec71 compositor: Simplify clip_pointer_motion() and make it handle dead areas Kristian Høgsberg 2012-05-09 22:21:14 -0400
  • f647c5a5d5 compositor: When clipping pointer motions, don't loose precision Jonas Ådahl 2012-05-09 23:31:42 +0200
  • e11bbe4cc8 compositor: Use wl_fixed_t for incoming input events Kristian Høgsberg 2012-05-09 12:19:04 -0400
  • 1f37601850 compositor: Move pointer motion clipping to its own function Kristian Høgsberg 2012-05-09 11:43:11 -0400
  • c39aa5afca evdev: Convert wl_fixed_t to int before using internally Jonas Ådahl 2012-05-09 08:46:44 +0200
  • ff1c2d7914 window: Don't crash if a cursor image failed to load. Dima Ryazanov 2012-05-08 21:02:33 -0700
  • 87e4c9354e window: fix check of cursor image load result Rafal Mielniczuk 2012-05-08 22:10:44 +0200
  • d42f457b66 Load an XKB keymap and state in the compositor Daniel Stone 2012-05-01 20:37:12 +0100
  • db095ff3c3 Link compositors to xkbcommon as well Daniel Stone 2012-05-01 20:37:11 +0100
  • 855028fec9 Add xkb_names member plus config + X11 support Daniel Stone 2012-05-01 20:37:10 +0100
  • 7016313778 Port Wayland clients to new xkbcommon API Kristian Høgsberg 2012-05-08 15:55:39 -0400
  • 103db7fb56 Convert wire input co-ordinates to fixed-point Daniel Stone 2012-05-08 17:17:55 +0100
  • b230a7ee58 Convert internal input co-ordinates to GLfloat Daniel Stone 2012-05-08 17:17:54 +0100
  • bd3489b6e1 Add fixed-point versions of weston_surface_{to, from}_global Daniel Stone 2012-05-08 17:17:53 +0100
  • eb95d0de7e build: Tighten mtdev dependency to reflect requirement Rob Bradford 2012-05-08 14:49:15 +0100
  • 52e598cf51 shell: use own struct for transient surfaces Tiago Vignatti 2012-05-07 15:23:08 +0300
  • 70e5c9cc42 shell: fix uninitialized variable warning Tiago Vignatti 2012-05-07 15:23:07 +0300
  • 001de54ea1 window: use only one shm pool for all the cursor images Ander Conselvan de Oliveira 2012-05-07 11:34:26 -0700
  • e5a0120757 Rename 'state' in axis (or ambiguous) bindings to 'value' Daniel Stone 2012-05-04 11:21:57 +0100
  • 5d66371743 Change button from int to uint32_t Daniel Stone 2012-05-04 11:21:55 +0100
  • da5b93c8d7 Change key/button grab bindings to take unsigned state Daniel Stone 2012-05-04 11:21:54 +0100
  • 7ceeb7dd43 test-client: Include poll.h to silence warning Daniel Stone 2012-05-04 11:21:53 +0100
  • 8e1f77fee3 drm: Make KMS hw cursors work again Kristian Høgsberg 2012-05-03 11:39:35 -0400
  • 1493d2ae1c window: use libXcursor for loading pointer images Ander Conselvan de Oliveira 2012-05-03 12:29:46 +0300
  • d51624f915 simple-egl: add option for running fullscreen Ander Conselvan de Oliveira 2012-05-02 16:42:23 +0300
  • a64b15d160 compositor-drm: alow scanning out of buffers with XRGB8888 format Ander Conselvan de Oliveira 2012-05-02 16:42:22 +0300
  • 555c17ddd8 compositor-drm: refactor to avoid unnecessary allocation of KMS FBs Ander Conselvan de Oliveira 2012-05-02 16:42:21 +0300
  • 3e0fe5c0df window: Set window title and class Kristian Høgsberg 2012-05-02 09:47:55 -0400
  • e7afd919c9 shell: Handle set_title and set_class Kristian Høgsberg 2012-05-02 09:47:44 -0400
  • 4577adce8c Use the dummy pbuffer we create to make current Cooper Yuan 2012-04-30 14:16:46 -0400
  • 5f5f31939d compositor-drm: call EGL cleanup functions on exit Ander Conselvan de Oliveira 2012-04-30 13:31:28 +0300
  • f7e23d5c88 shell: Always configure when surface type changes Kristian Høgsberg 2012-04-27 17:51:59 -0400
  • 7f366e7053 shell: Don't move or reconfigure surfaces until we get the new buffer Kristian Høgsberg 2012-04-27 17:20:01 -0400
  • 407ef64e17 window: Only set toplevel window type if nothing else is set Kristian Høgsberg 2012-04-27 17:17:12 -0400
  • 7bcb8bd30e shell: Fix not remove rotation for fullscreen surf Alex Wu 2012-04-27 09:07:24 +0800
  • fb9808993b shell: allocate enough memory for shsurf->ping_timer Ander Conselvan de Oliveira 2012-04-27 13:55:55 +0300
  • a8479f1e3a Merge remote-tracking branch 'pq/simple-fixes' Kristian Høgsberg 2012-04-27 15:05:45 -0400
  • 3018b4431b tests: Add event-test, which tests for a few incoming events Kristian Høgsberg 2012-04-27 15:02:56 -0400
  • dd90921d87 tests: Generalize test client and add helpers for launching it Kristian Høgsberg 2012-04-27 11:15:58 -0400
  • 915b7f8945 tests: Add test case for basic client lifecycle Kristian Høgsberg 2012-04-26 10:08:01 -0400
  • 306e36185c tests: Add an initial weston integration test Kristian Høgsberg 2012-04-12 12:54:14 -0400
  • e17f61008c compositor: Initialize xserver variable Scott Moreau 2012-04-25 10:03:06 -0600
  • ec2507695f fix build for --disable-clients --enable-simple-clients Pekka Paalanen 2012-04-17 16:49:12 +0300
  • c3710f2379 simple-shm: no need for wayland-egl.h Pekka Paalanen 2012-04-17 16:34:47 +0300
  • 3baf946b9a simple-shm: handle shm buffer failure Pekka Paalanen 2012-04-18 13:23:09 +0300
  • f31ad10b77 compositor: report .so path when load_module() fails Pekka Paalanen 2012-04-26 10:31:36 +0300
  • 313bd84a48 simple-shm: render meaningful diagnostics Pekka Paalanen 2012-04-26 15:14:50 +0300
  • 7890c4d36d gears: Allow model rotation with pointer Scott Moreau 2012-04-24 11:28:26 -0600
  • e10d279017 shell-animation: add conf option in shell Juan Zhao 2012-04-25 19:09:52 +0800
  • 2abd07b200 animation: add fading-in animation Juan Zhao 2012-04-25 19:09:51 +0800
  • 1f2ee8019f Add COPYING Kristian Høgsberg 2012-04-25 10:16:27 -0400
  • 90c6f1c90e xserver: Move window property reading to set_window_id handler Kristian Høgsberg 2012-04-22 15:12:45 -0400
  • 54094c3d42 xserver: Read window properties in map request handler Kristian Høgsberg 2012-04-21 23:28:34 -0400
  • ca535c1998 shell: Don't ping internal shell surfaces Kristian Høgsberg 2012-04-21 23:20:07 -0400
  • bc052c99f9 compositor: introduce internal shell_interface Tiago Vignatti 2012-04-19 16:18:18 +0300
  • b10f1e3ab0 compositor: Set pointer surface input region to empty on attach Kristian Høgsberg 2012-04-21 14:14:20 -0400
  • a4e8b33704 shell: Move binding-modifier to shell section Kristian Høgsberg 2012-04-20 16:48:21 -0400
  • 0b52d4810d shell: modifier bindings configurable Tiago Vignatti 2012-04-20 18:54:25 +0300
  • 2074f1d788 screenshooter: Don't assume output offsets start at zero Scott Moreau 2012-04-20 13:37:35 -0600
  • 72c2372148 screenshooter: Move buffer assembly to client side Scott Moreau 2012-04-20 13:37:34 -0600
  • 062be7ec93 screenshooter: Grab pixel data directly before buffer swap Scott Moreau 2012-04-20 13:37:33 -0600
  • 9074db5d62 Send surface enter/leave events Casey Dahlin 2012-04-19 22:50:09 -0400
  • 58ba1370d8 Add an id field to outputs Casey Dahlin 2012-04-19 22:50:08 -0400
  • 96d8a75ec0 Change find_resource_for_surface to find_resource_for_client Casey Dahlin 2012-04-19 22:50:07 -0400
  • 9521d5e553 shell: Cleanup ping_timer code. Scott Moreau 2012-04-19 13:06:17 -0600
  • adb624a297 compositor-drm: Remove an useless code line. Alex Wu 2012-04-19 10:08:59 +0800
  • c3e54eb8f0 Dim unresponsive windows Scott Moreau 2012-04-17 19:06:20 -0600
  • 69367082de Install brightness and saturation variables for surface shader Scott Moreau 2012-04-17 19:06:19 -0600
  • ff1db4a4f3 Install structuring for ping-pong protocol Scott Moreau 2012-04-17 19:06:18 -0600
  • bd3354b8b2 shell: Implement "driver" method of fullsceen. Alex Wu 2012-04-17 17:20:49 +0800
  • b7b8bda600 compositor-drm: Add switch_mode support. Alex Wu 2012-04-17 17:20:48 +0800
  • 2dda604093 compositor: Add a switch_mode hook and a wrapper into the output. Alex Wu 2012-04-17 17:20:47 +0800
  • 314db6edef weston-launch: be more descriptive with output messages Tiago Vignatti 2012-04-17 20:10:11 +0300
  • a1d57dba87 compositor: make GL_EXT_read_format_bgra optional Pekka Paalanen 2012-04-17 15:02:08 +0300
  • 45fab0e8e6 screenshooter: refactor the copy loop Pekka Paalanen 2012-04-17 11:55:41 +0300
  • 299e58d9f8 compositor: check queryString success Pekka Paalanen 2012-04-12 14:45:35 +0300
  • 52bfbaae14 compositor: use GL_EXT_unpack_subimage only if available Pekka Paalanen 2012-04-11 16:19:37 +0300
  • 2eaa11e954 compositor: add EGL_WL_bind_wayland_display definitions Pekka Paalanen 2012-03-30 15:45:40 +0300
  • 9bc1a4ef9e compositor: move libudev.h to evdev.h Pekka Paalanen 2012-03-30 15:20:23 +0300
  • 4ea4d1bb39 config-parser: add missing return for an error case Pekka Paalanen 2012-03-30 13:54:53 +0300
  • e4faa2ab05 compositor: init shell after xserver Tiago Vignatti 2012-04-16 17:31:44 +0300
  • be14326efd desktop-shell: use more consistent name for the main structure Tiago Vignatti 2012-04-16 17:31:41 +0300
  • 7bef06654f desktop-shell: use description tags and improve protocol doc a bit Tiago Vignatti 2012-04-16 17:31:40 +0300
  • eb04ddb1b6 tty: Fall back to K_RAW if K_OFF is not available Kristian Høgsberg 2012-04-13 14:54:15 -0400
  • a6c8b0084f window.c: Drop the toolkit grab when we start a compositor grab Kristian Høgsberg 2012-04-13 12:55:45 -0400
  • 3730f36c6e shell: Tighten shell.set_popup semantics Kristian Høgsberg 2012-04-13 12:40:07 -0400
  • f2eb68a921 window: Send serial number in set_popup request Kristian Høgsberg 2012-04-13 12:37:19 -0400
  • 84b76c72c8 window: Initialize redraw_task.link so we can always remove it Kristian Høgsberg 2012-04-13 12:01:18 -0400
  • 011abc8ac6 xserver-launcher: Pass serial to wl_input_device_set_selection() Kristian Høgsberg 2012-04-13 11:02:21 -0400
  • d012e9dfa4 Make xserver-launcher a module Kristian Høgsberg 2012-04-12 10:37:23 -0400
  • 02e79dc935 compositor: Add a destroy signal and turn weston_shell into signals Kristian Høgsberg 2012-04-12 09:55:26 -0400
  • 27e30526db Use wl_signal mechanism Kristian Høgsberg 2012-04-11 23:18:23 -0400