summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27input: Unlink saved kbd focus listener when releasing seat1.4Jonas Ådahl1-0/+3
2014-01-27simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl1-1/+1
2014-01-27Document WESTON_VERSION_AT_LEAST() macro behaviorKristian Høgsberg1-1/+11
2014-01-23configure.ac: Bump version to 1.4.01.4.0Kristian Høgsberg1-2/+2
2014-01-23compositor-drm: Set cursor surface to NULL when pageflip failsKristian Høgsberg1-0/+1
2014-01-22shell: Properly track the focus state surfaceKristian Høgsberg1-8/+19
2014-01-22evdev: Remove output destroy notifier on device destroyKristian Høgsberg1-0/+2
2014-01-22configure.ac: Check for libsystemd-login >= 198Kristian Høgsberg1-1/+1
2014-01-20shell: Don't move maximized windowRicardo Vieira1-1/+1
2014-01-20shell: Add mod+shift left-click as a resize bindingKristian Høgsberg1-0/+3
2014-01-19configure.ac: Bump version to 1.3.931.3.93Kristian Høgsberg1-1/+1
2014-01-19drm: prepend stamp space to output mode loggingU. Artie Eoff1-1/+1
2014-01-19Fix compilation with FreeRdp 1.1 and master v2Hardening2-0/+17
2014-01-19rpi: call eglTerminate if we're bailingU. Artie Eoff1-0/+1
2014-01-19rpi-backend: ensure pixels is destroyed in resource_updateU. Artie Eoff1-6/+8
2014-01-19animation: don't NULL deref if _run() returns NULLU. Artie Eoff1-0/+12
2014-01-19shared/frame: NULL check before attempting to derefU. Artie Eoff1-7/+6
2014-01-19rpi: free renderer if we bail early during createU. Artie Eoff1-0/+3
2014-01-19compositor: free memory from str config sections after done using itU. Artie Eoff1-17/+33
2014-01-19compositor-wayland: free 'theme' config option valueU. Artie Eoff1-0/+2
2014-01-19compositor-wayland: don't free unallocated memoryU. Artie Eoff1-1/+1
2014-01-19shared/frame: fix potential memory leak in frame_createU. Artie Eoff1-18/+25
2014-01-19shell: assert get_shell_surface() != NULL as appropriateU. Artie Eoff1-6/+19
2014-01-19shell: validate create_focus_surface resultsU. Artie Eoff1-2/+15
2014-01-19shell: validate get_animation_type parameterU. Artie Eoff1-0/+3
2014-01-19input-panel: validate return value of get_default_viewU. Artie Eoff1-2/+6
2014-01-19exposay: remove redundant NULL check in highlight_surfaceU. Artie Eoff1-6/+3
2014-01-19clients/window: fail if NULL returned from frame_createU. Artie Eoff1-0/+1
2014-01-19weston-info: free allocated memory and check OOM conditionsU. Artie Eoff1-14/+112
2014-01-19terminal: use xstrdup instead to handle OOMU. Artie Eoff1-1/+1
2014-01-19use xzalloc wrapper insteadU. Artie Eoff1-2/+2
2014-01-19clients/desktop-shell: check OOM conditionsU. Artie Eoff1-1/+9
2014-01-19screenshooter: check for NULL malloc and fix memleaksU. Artie Eoff1-1/+12
2014-01-19wcap-decode: remove dead codeU. Artie Eoff1-5/+1
2014-01-19log: print dummy timestamp if localtime call failsU. Artie Eoff1-0/+3
2014-01-19backlight: fix backlight_path memory leakU. Artie Eoff1-1/+3
2014-01-19shell: Don't start a fade animation if we don't have an outputKristian Høgsberg1-2/+11
2014-01-17Revert part of 17bccaed428ac1f6ec9f8e667175ad81e90508ffKristian Høgsberg1-1/+1
2014-01-17shell: Cancel popups when triggering screensaverKristian Høgsberg1-0/+5
2014-01-17resizor: Don't resize if maximizedKristian Høgsberg1-5/+8
2014-01-17shell: Stop moving surfae after touch point 0 goes upKristian Høgsberg1-1/+6
2014-01-17compositor-drm: Make composite bypass work on secondary outputsKristian Høgsberg1-3/+4
2014-01-17shell: Don't assign keyboard focus for seats without keyboardKristian Høgsberg1-0/+3
2014-01-17Fix XWayland crashes when opening popupsAxel Davy1-1/+1
2014-01-17gitignore: Generated files text-client-protocol.h, text-protocol.cBryce W. Harrington1-0/+2
2014-01-17Cleanup stray newline in a return statementBryce W. Harrington1-2/+1
2014-01-17terminal: Only set title if asprintf succeededBryce W. Harrington1-3/+4
2014-01-17weston.ini.man: Fix some grammarWieland Hoffmann1-1/+1
2014-01-16input: Handle unplugging the output for a touchscreen deviceKristian Høgsberg4-11/+66
2014-01-16shell: Disable exposay by defaultKristian Høgsberg2-1/+13