summaryrefslogtreecommitdiff
path: root/src/compositor-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Notify clients on mode_switch()Hardening2013-09-211-1/+0
* Rename current, origin, scale, origin_scaleHardening2013-09-211-6/+6
* compositor-x11: Copying xkb_info when creating a seat causes problemsAndrew Wedgbury2013-09-111-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-6/+2
* compositor-x11: Don't leak the looked up name for skipped outputsRob Bradford2013-07-301-1/+3
* compositor-x11: Use assert(0) instead of return NULL for non-reachable codeKristian Høgsberg2013-07-251-1/+1
* compositor: Move device coordinate transform helper to compositor.cKristian Høgsberg2013-07-251-61/+6
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-3/+1
* input: Add a seat name parameter to weston_seat_initRob Bradford2013-06-051-1/+1
* compositor: Store modes in physical unitsAlexander Larsson2013-05-281-4/+2
* compositor-x11: Set original mode after currentAlexander Larsson2013-05-281-1/+1
* Convert all scales to int32_tAlexander Larsson2013-05-281-2/+2
* compositor: Parse config file in main(), only keep weston config objectKristian Høgsberg2013-05-261-5/+5
* compositor-x11: Use new config file parserKristian Høgsberg2013-05-261-135/+63
* compositor-x11: fix default output scalePekka Paalanen2013-05-231-1/+1
* compositor-x11: Only repaint the damaged regionAlexander Larsson2013-05-221-0/+106
* compositor: Support output/buffer scalingAlexander Larsson2013-05-221-15/+45
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-5/+5
* input: Allocate pointer/keyboard/touch structsKristian Høgsberg2013-05-071-1/+1
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-1/+1
* fold wl_keyboard into weston_keyboardKristian Høgsberg2013-05-061-1/+1
* Make backends always specify output repaint time1.0.90Jonas Ådahl2013-04-081-6/+14
* compositor-x11: Fix relative motion reporting for multiple outputsKristian Høgsberg2013-03-271-9/+12
* compositor: Change notify_motion to take relative motion eventsKristian Høgsberg2013-02-281-3/+9
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-2/+2
* compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREENKristian Høgsberg2013-02-191-7/+39
* xkb: Don't call exit on failure in weston_compositor_xkb_init()Kristian Høgsberg2013-02-181-1/+2
* compositor-x11: Fix pointer type warningKristian Høgsberg2013-02-181-1/+1
* compositor-x11: Wait for configure_notify for fullscreenKristian Høgsberg2013-02-141-6/+18
* Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg2013-01-281-1/+1
* pixman-renderer: Move shadow buffer into rendererAnder Conselvan de Oliveira2013-01-271-103/+1
* Make EGL/GLESv2 dependencies optionalVasily Khoruzhick2013-01-081-2/+2
* renderer: introduce destroy callbackVasily Khoruzhick2013-01-081-8/+2
* compositor-x11: rename use-shm to use-pixmanVasily Khoruzhick2013-01-071-13/+13
* x11 backend: add option to use pixman rendererVasily Khoruzhick2013-01-071-13/+342
* Fix build warnings from image_loaderPekka Paalanen2012-11-301-0/+1
* compositor: Move clearing of primary plane damage to the backendsAnder Conselvan de Oliveira2012-11-231-0/+3
* Rename gles2-renderer to gl-renderer.John Kåre Alsaker2012-11-131-7/+7
* Move EGL and GL includes to a gles2-renderer header.John Kåre Alsaker2012-11-131-3/+1
* Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer.John Kåre Alsaker2012-11-131-52/+6
* Move weston_output EGL state into gles2-renderer.John Kåre Alsaker2012-11-131-17/+8
* compositor-x11: Improve fullscreen supportKristian Høgsberg2012-11-091-60/+75
* compositor-x11: verify that detectable repeat was really setRan Benita2012-11-011-1/+3
* compositor-x11: properly initialize XKB extensionRan Benita2012-11-011-0/+21
* compositor-x11: free or discard XCB generic_error'sRan Benita2012-11-011-8/+7
* compositor-x11: use _checked() with xkb_select_events to test for errorRan Benita2012-10-311-8/+8
* compositor-x11: Grab pointer on button press, ungrab on releaseKristian Høgsberg2012-10-301-0/+17
* compositor-x11: Inherit initial modifier state from XKBKristian Høgsberg2012-10-291-28/+48
* compositor-x11: Fix a memory leak.John Kåre Alsaker2012-10-161-0/+1
* compositor-x11: Clean up event handling.John Kåre Alsaker2012-10-161-7/+8