- b1f166d Allow backends to group repaint flushes by Daniel Stone · 8 years ago
- 23e1d6f libweston: Properly namespace backends entrypoint by Quentin Glidic · 9 years ago
- f86e67d compositor-x11: Remove support for ancient XCB by Daniel Stone · 9 years ago
- e6dec90 compositor-x11: fix segfault when use_pixman is true by Ryo Munakata · 9 years ago
- 225bf9d compositor-x11: Move vfunc setting from set_size to enable by Armin Krezović · 9 years ago
- 41700e3 gl-renderer: Add <platform_attribs> param to gl_renderer_display_create by Miguel A. Vico · 9 years ago
- c095cde gl-renderer: Rename gl_renderer::output_create to output_window_create by Miguel A. Vico · 9 years ago
- dddc670 gl-renderer: Rename gl_renderer_create to gl_renderer_display_create by Miguel A. Vico · 9 years ago
- c950667 libweston: include weston-egl-ext.h in drm, x11 and wayland compositor by Vincent Abriou · 9 years ago
- 4008740 weston: Rename weston_output_init_pending() to weston_output_init() by Armin Krezović · 9 years ago
- c3d2f96 weston: Port X11 backend to new output handling API by Armin Krezović · 9 years ago
- 51c6f63 compositor-x11: remove redundant state arg of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
- 4ddc4cc compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_event by Benoit Gschwind · 9 years ago
- 295e9d0 compositor-x11: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
- 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
- ad27693 compositor-x11: Flush xcb connection from x11_output_destroy() by Armin Krezović · 9 years ago
- 5c2f20e compositor-x11: fix title overflow in x11_backend_create_output by Benoit Gschwind · 9 years ago
- b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago[Renamed from src/compositor-x11.c]
- a256c5e libweston: remove unused backend_init() arguments by Pekka Paalanen · 9 years ago
- e16acab x11: port the x11 backend to the new init api by Benoit Gschwind · 9 years ago
- 157109b compositor-x11: stop using input_loop by Pekka Paalanen · 9 years ago
- 90a6fc6 input: use doubles in the interfaces to notify of input events by Giulio Camuffo · 9 years ago
- b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
- 345b4f5 compositor-x11: send pointer frame after axis event by Marek Chalupa · 9 years ago
- 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
- 89b6a49 Add a weston_pointer_axis_event by Peter Hutterer · 9 years ago
- d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
- 93daabb compositor: pass the backend config struct to the backends init function by Giulio Camuffo · 10 years ago
- 61b4d3e compositor-x11: Fix Weston running on a secondary X screen by Marko · 10 years ago
- 5ffb440 compositor-x11: init linux_dmabuf support by Pekka Paalanen · 11 years ago
- 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
- 459137b compositor: add API to manage compositor instances by Giulio Camuffo · 11 years ago
- 954f183 compositor: introduce struct weston_backend by Giulio Camuffo · 11 years ago
- 665b025 compositor-x11: More verbose logging by Bryce Harrington · 10 years ago
- 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
- 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
- a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
- 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
- e76f185 gl-renderer: Take a list of acceptable formats in create functions by Derek Foreman · 10 years ago
- b114715 compositor: send the output_created signal after inserting it in the list by Giulio Camuffo · 10 years ago
- 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
- ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
- a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
- 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
- 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
- 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
- 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
- 76fb7ec shell,compositor-x11: Fix trivial memory leaks by Ryo Munakata · 10 years ago
- d540f4b compositor-x11: Move the x11 window close to an idle handler by Derek Foreman · 10 years ago
- 3e4d4bd Fix "Back", "Forward", and other special mouse buttons in the X11 compositor. by Dima Ryazanov · 10 years ago
- 3bebe64 Revert "compositor-x11: Move the x11 event handler to the display loop" by Bryce Harrington · 10 years ago
- 6deb09e compositor-x11: Move the x11 event handler to the display loop by Derek Foreman · 11 years ago
- 363aa7b compositor: set presentation.presented flags by Pekka Paalanen · 11 years ago
- 99bfa64 compositor-x11: Fix some shutdown crashes by Derek Foreman · 11 years ago
- 64a3df0 backends: refactor transform string parsing by Derek Foreman · 11 years ago
- b5eedad compositor: set and use the presentation clock everywhere by Pekka Paalanen · 11 years ago
- 22e16b6 compositor-x11: Rename the output make to "weston-X11" by Jason Ekstrand · 11 years ago
- c9c7415 Don't protect xkb_*_unref from NULL by Ran Benita · 11 years ago
- 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
- 8404acb compsitor-x11: Report more accurate dimension of outputs by Kristian Høgsberg · 11 years ago
- 77c1a5b Add support for having different GBM formats for different outputs by Neil Roberts · 11 years ago
- 3c2e66b x11-backend: Override scale from weston.ini if --scale is passed by Kristian Høgsberg · 11 years ago
- d89a094 x11-backend: Add a --scale option by Jason Ekstrand · 11 years ago
- 1853676 compositor: Destroy renderer in weston_compositor_shutdown() by Ander Conselvan de Oliveira · 12 years ago
- d4ea71e compositor-x11: Set the name field on weston_outputs by Ander Conselvan de Oliveira · 12 years ago
- a4b54c0 compositor: Move the logic of moving outputs into the core by Zhang, Xiong Y · 12 years ago
- f749fc3 compositor: Remove output from list in weston_output_destroy() by Ander Conselvan de Oliveira · 12 years ago
- f54fa4d compositor-x11: Only destroy one output when the close button is pressed by Ander Conselvan de Oliveira · 12 years ago
- a98c2e1 compositor-x11: Damage output when we receive expose events for the window by Kristian Høgsberg · 12 years ago
- 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
- 1b55a59 compositor-x11: Allow r5g6b5 visuals for X11 backend SHM by MoD · 12 years ago
- 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
- b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
- f88571f compositor-x11: Hide update_xkb_keymap behind #ifdef HAVE_XCB_XKB by Jonas Ådahl · 12 years ago
- 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
- b5a4f98 compositor-x11: Use the fullscreen size provided by the configure event by Kristian Høgsberg · 12 years ago
- c6c2f8e compositor-x11: Update keymap when XKB keymap changes by Rui Matos · 12 years ago
- 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
- 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
- 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
- ff39efa Rename current, origin, scale, origin_scale by Hardening · 12 years ago
- a94dc8a compositor-x11: Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
- f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
- 5c4245d compositor-x11: Don't leak the looked up name for skipped outputs by Rob Bradford · 12 years ago
- 87d3841 compositor-x11: Use assert(0) instead of return NULL for non-reachable code by Kristian Høgsberg · 12 years ago
- 98c774f compositor: Move device coordinate transform helper to compositor.c by Kristian Høgsberg · 12 years ago
- c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
- 9af5f9e input: Add a seat name parameter to weston_seat_init by Rob Bradford · 12 years ago
- 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
- 8336881 compositor-x11: Set original mode after current by Alexander Larsson · 12 years ago
- edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
- 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
- 8f6fcbf compositor-x11: Use new config file parser by Kristian Høgsberg · 12 years ago
- daaddc6 compositor-x11: fix default output scale by Pekka Paalanen · 12 years ago
- 80f9163 compositor-x11: Only repaint the damaged region by Alexander Larsson · 12 years ago
- 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
- a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
- a4036bb input: Allocate pointer/keyboard/touch structs by Kristian Høgsberg · 12 years ago
- e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
- 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago