Commit Graph

  • 63b1ee9351 tests: Keep track of basename Bryce Harrington 2015-04-02 19:16:52 -0700
  • 06c42747ec compositor: Help text for --config Bryce Harrington 2015-04-02 19:16:50 -0700
  • 04f8a9b3fa compositor-wayland: ignore frame callback's time Pekka Paalanen 2015-04-02 16:26:06 +0300
  • f30af4e50d xwayland: Stack windows on top when activating them Jasper St. Pierre 2015-03-22 10:14:49 -0700
  • 97246c067d ivi-layout: abort without controller_module_init Pekka Paalanen 2015-03-26 15:47:29 +0200
  • 8a005252d1 ivi-shell: add cmdline option for controller module Pekka Paalanen 2015-03-20 15:53:53 +0200
  • 4ac06ff97e tests: rename client_create to create_client_and_test_surface Pekka Paalanen 2015-03-26 12:56:10 +0200
  • 1ffd4615e8 tests: introduce create_client() Pekka Paalanen 2015-03-26 12:49:35 +0200
  • 5fd814090e tests: add tests for devices handling Marek Chalupa 2015-03-30 09:21:29 -0400
  • 8a5523c3ec tests: implement touch in test-helpers Marek Chalupa 2015-03-30 09:20:07 -0400
  • c3c3fc411e tests: use special seat Marek Chalupa 2015-03-30 09:17:40 -0400
  • 643d85f76d tests: fix handling globals Marek Chalupa 2015-03-30 06:37:56 -0400
  • c8daf77f91 weston-test: add device_{release/add} into protocol Marek Chalupa 2015-03-30 06:37:55 -0400
  • a8e9b41578 xwm: tell the shell the pid of the X clients Giulio Camuffo 2015-01-27 19:10:37 +0200
  • 5d1d2ca325 toytoolkit: fix EGL surface creation for lazy drivers Manuel Bachmann 2015-03-29 08:17:01 +0200
  • 56d9b88e69 nested-client: fix typo Manuel Bachmann 2015-03-28 07:06:40 +0100
  • e812859527 toytoolkit: fix new EGL extensions fallback typedefs Manuel Bachmann 2015-03-28 07:05:48 +0100
  • 807f09c94f terminal: add "Minimize" to context menu Pekka Paalanen 2015-03-27 15:48:54 +0200
  • dc1c3e49bb desktop-shell: remove dead unminimization code Manuel Bachmann 2015-02-16 11:52:13 +0100
  • 8a0e0ba66a compositor: add option to specify a weston.ini Pekka Paalanen 2015-03-24 15:56:20 +0200
  • 6c71aaeec5 Pass config file from compositor to everything Pekka Paalanen 2015-03-24 15:56:19 +0200
  • dc940caae5 compositor: move code into load_configuration() Pekka Paalanen 2015-03-24 15:56:18 +0200
  • 49f6d62e9d shared: fail reading a directory as a config file Pekka Paalanen 2015-03-24 15:56:17 +0200
  • fb7069ee05 tests: use MODDIR in weston-tests-env Pekka Paalanen 2015-03-24 15:56:16 +0200
  • 17a1a966c2 compositor: postpone unhandled option check Pekka Paalanen 2015-03-24 15:56:15 +0200
  • a5855adace pixman-renderer: use pre-computed inverse output matrix Derek Foreman 2015-03-24 11:36:16 -0500
  • 7cb916e285 zoom: fix zoom Derek Foreman 2015-03-24 11:36:15 -0500
  • 67a18b9942 compositor: fix weston_output_transform_coordinate Derek Foreman 2015-03-24 11:36:14 -0500
  • c002321cd6 compositor: Create the inverse of the output matrix Derek Foreman 2015-03-24 11:36:13 -0500
  • d19e9b0e42 xwayland: Correct input for undecorated clients Jasper St. Pierre 2015-03-21 21:24:43 -0700
  • 4e53c53fe7 input: Don't recreate the cursor sprite when only the hotspot changes Derek Foreman 2015-03-23 10:55:32 -0500
  • abff883d2c platform: rename create_egl_window to create_egl_surface Jonny Lamb 2015-03-24 13:12:09 +0100
  • 759fbf4d0f platform: remove global variables Jonny Lamb 2015-03-24 13:12:08 +0100
  • 0e2ab36df7 platform: provide platform_base fallbacks and remove ifdefs Jonny Lamb 2015-03-24 13:12:07 +0100
  • 5c332900f7 nested-client: include platform.h Jonny Lamb 2015-03-24 13:12:06 +0100
  • f1ec506048 gl-renderer: provide platform_base fallbacks and remove ifdefs Jonny Lamb 2015-03-24 13:12:05 +0100
  • 74eed31108 gl-renderer: call supports() automatically in create() Jonny Lamb 2015-03-24 13:12:04 +0100
  • ace6920912 compositor-{drm, wayland, x11}: remove useless tests for ->supports Jonny Lamb 2015-03-24 13:12:03 +0100
  • a3e6a4a87a gl-renderer: move all EGL_PLATFORM_* defines here Jonny Lamb 2015-03-24 13:12:02 +0100
  • 445fb697a5 gl-renderer: fix build with --disable-egl Jonny Lamb 2015-03-24 13:12:01 +0100
  • 62185f42ea compositor-{drm, x11, wayland}: stop including EGL headers here Jonny Lamb 2015-03-24 13:12:00 +0100
  • 41d2ccccb0 man: update weston's shells Pekka Paalanen 2015-03-20 15:59:01 +0200
  • 4bdcb5732b clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported Jonny Lamb 2015-03-20 15:26:53 +0100
  • 671148f064 gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces Jonny Lamb 2015-03-20 15:26:52 +0100
  • 51a7ae5f89 clients & tests: use eglGetPlatformDisplayEXT when supported Jonny Lamb 2015-03-20 15:26:51 +0100
  • 70eba3fbde gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay Jonny Lamb 2015-03-20 15:26:50 +0100
  • 111c6f9bb7 compositor: fix return code from main() Pekka Paalanen 2015-03-20 14:35:58 +0200
  • 8fd4de458e compositor: warn about insane repaint delay Pekka Paalanen 2015-03-19 12:27:29 +0200
  • 0513a95a06 compositor: add repaint delay timer Pekka Paalanen 2014-05-21 16:17:27 +0300
  • 662f384e6a compositor, backends: weston_compositor_read_presentation_clock Pekka Paalanen 2015-03-18 12:17:26 +0200
  • b407024ea1 input: Make setting the same pointer cursor state again a no-op Jonas Ådahl 2015-03-18 15:08:03 +0800
  • a86c3ee697 Spellcheck fixes Bryce Harrington 2015-03-18 18:42:00 -0700
  • a413ff897d tests: use two roundtrips for global events Marek Chalupa 2015-03-19 03:35:40 -0400
  • 70ac0edcab desktop-shell: don't allow negative values in drag resize Derek Foreman 2015-03-18 11:16:33 -0500
  • 561662ba02 compositor-fbdev: fix output transformations Derek Foreman 2015-03-17 13:22:38 -0500
  • 44ed70b469 compositor-fbdev: allow configuring transform in the ini file Derek Foreman 2015-03-17 13:22:37 -0500
  • 8f1b32f7d0 compositor-rpi: give the output a name Derek Foreman 2015-03-17 13:22:36 -0500
  • f3723d911f input: don't assume outputs have names Derek Foreman 2015-03-17 13:22:35 -0500
  • e516c3bb80 compositor-fbdev: give the output a name Derek Foreman 2015-03-17 13:22:34 -0500
  • c93782ad33 pixman-renderer: implement view scissor Pekka Paalanen 2015-03-06 10:33:50 +0200
  • d7ca6b0bbe pixman-renderer: implement source clipping Pekka Paalanen 2015-03-05 13:25:19 +0200
  • ccf99ce11a pixman-renderer: move code to draw_view_translated() Pekka Paalanen 2015-03-05 12:57:35 +0200
  • 11af0d9ea7 pixman-renderer: change repaint_region() arguments Pekka Paalanen 2015-03-05 11:56:29 +0200
  • f75b6bbfec pixman-renderer: refactor into region_intersect_only_translation() Pekka Paalanen 2015-03-04 16:12:04 +0200
  • 23d4af5969 pixman-renderer: add view_transformation_is_translation() Pekka Paalanen 2015-03-04 16:18:26 +0200
  • 6ea523b85d pixman-renderer: refactor transformation computation Pekka Paalanen 2015-03-04 14:18:39 +0200
  • e54e31c84c compositor: add weston_surface_to_buffer_region() Pekka Paalanen 2015-03-04 14:23:28 +0200
  • 8870a23fbd pixman-renderer: simplify the output-to-buffer matrix computation Jason Ekstrand 2014-05-20 15:53:19 -0500
  • 1e05904cd3 compositor: Add surface-to-buffer and buffer-to-surface matrices Jason Ekstrand 2014-10-16 10:55:19 -0500
  • 0f67941c2f compositor: use weston_matrix_transform for weston_output_transform_coordinate Derek Foreman 2014-10-02 13:41:17 -0500
  • c143df1abd rpi-renderer: minimal fix to zoom coordinates Pekka Paalanen 2015-03-10 12:52:14 +0200
  • 87535e24c2 zoom: Use pixels instead of GL coordinates Jason Ekstrand 2014-05-20 22:45:02 -0500
  • fb23df7b35 Use pixel coordinates for weston_output.matrix Jason Ekstrand 2014-10-16 10:55:21 -0500
  • 9808708406 zoom: remove unused args from weston_zoom_transition Pekka Paalanen 2015-03-10 12:05:44 +0200
  • 13fd446514 zoom: remove animation_xy as unused Pekka Paalanen 2015-03-10 11:13:14 +0200
  • f3744f5e86 xwayland: wm: fix an invalid read Ryo Munakata 2015-03-11 17:36:30 +0900
  • ae0c6e35b0 gl-renderer: Call glViewport after the context is made current Jason Ekstrand 2014-10-16 10:55:20 -0500
  • 76fb7ec272 shell,compositor-x11: Fix trivial memory leaks Ryo Munakata 2015-03-08 19:17:06 +0900
  • 493d979e57 window: Fix crash in input_set_pointer_image when cursor is special Derek Foreman 2015-03-04 16:26:25 -0600
  • fa79b1d9dc gl-renderer: implement view scissor Pekka Paalanen 2015-02-18 09:48:59 +0200
  • 5580f2246e compositor-drm: avoid scissor in assign_planes Pekka Paalanen 2015-02-17 16:33:18 +0200
  • 380adf5bf0 compositor: add weston_view_set_mask() API and state Pekka Paalanen 2015-02-16 14:39:11 +0200
  • fc22a52647 compositor: restructure weston_compositor_pick_view() Pekka Paalanen 2015-02-18 15:08:29 +0200
  • 6c7a1c7b07 ivi-shell: add exit binding Pekka Paalanen 2015-02-19 17:12:19 +0200
  • e35b223342 ivi-shell: developer mode debug key bindings Pekka Paalanen 2015-02-19 17:08:44 +0200
  • 2829f7c42e compositor,shell: move debug key code to core Pekka Paalanen 2015-02-19 17:02:13 +0200
  • 703f502036 ivi-layout: separate declarations from code Carlos Olmedo Escobar 2015-03-02 13:24:36 +0100
  • 5ba1e1d137 xdg-shell: Bump unstable version Jasper St. Pierre 2015-02-13 14:02:02 +0800
  • c7384a0c58 xdg-shell: Rewrite documentation Jasper St. Pierre 2015-02-13 14:02:01 +0800
  • 084aa0b6f6 xdg-shell: Add a simple destructor request Jasper St. Pierre 2015-02-13 14:02:00 +0800
  • 24185e2561 xdg-shell: Add invalid_parent error to xdg_popup Jonas Ådahl 2015-02-27 18:37:41 +0800
  • da6ecd0cc5 xdg-shell: Send an error when the client uses the not-topmost popup Jasper St. Pierre 2015-02-27 18:35:45 +0800
  • 14f330c619 xdg-shell: Remove the flags from get_xdg_popup Jasper St. Pierre 2015-02-13 14:01:57 +0800
  • ecf2a0f1ca xdg-shell: Remove the serial from popup_done Jasper St. Pierre 2015-02-13 14:01:56 +0800
  • 66bc949b72 xdg-shell: Take a xdg_surface as the parent surface Jasper St. Pierre 2015-02-13 14:01:55 +0800
  • 502f5e06a2 compositor: fix plane coords in view_accumulate_damage() Pekka Paalanen 2015-02-23 14:08:25 +0200
  • c7d7fdfd11 compositor: let view_compute_bbox() take a box32_t Pekka Paalanen 2015-02-23 12:27:00 +0200
  • efd08c7262 compositor: weston_output::region is in global coords Pekka Paalanen 2015-02-23 13:54:49 +0200
  • 9e944d3070 compositor: remove dead code from weston_output_move() Pekka Paalanen 2015-02-23 13:44:10 +0200
  • e508ce6a2b compositor: note, weston_surface_damage does it wrong Pekka Paalanen 2015-02-19 13:59:55 +0200