summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Add raw modeline support.Scott Moreau1-2/+75
2012-07-31compositor: rework touch focusPekka Paalanen2-48/+18
2012-07-31evdev: query position ranges for MT, tooPekka Paalanen1-0/+8
2012-07-31weston-launcher: use CLOEXEC on fallback pathPekka Paalanen1-1/+1
2012-07-31compositor-drm: Handle incomplete [output] sections without crashingKristian Høgsberg1-1/+6
2012-07-31shell: Give keyboard focus to top surface when current keyboard focus goes awayKristian Høgsberg1-2/+18
2012-07-31shell: Always track focus state per workspaceKristian Høgsberg1-47/+34
2012-07-31compositor: Set WAYLAND_DISPLAY if we're given a --socket argumentKristian Høgsberg1-0/+2
2012-07-31compositor: Use a minimal restore handler for crash clean upKristian Høgsberg6-17/+58
2012-07-31shell: Remove unused shsurf->focus_stateKristian Høgsberg1-3/+0
2012-07-31shell: Use the right destroy listener in focus_state_surface_destroy()Kristian Høgsberg1-1/+1
2012-07-30Allow output configuration from config file.Scott Moreau1-1/+98
2012-07-30compositor-drm: Handle unconnected connectors betterWang Quanxian1-20/+22
2012-07-30compositor: Add --help optionKristian Høgsberg1-0/+49
2012-07-30compositor: do clean-up on init failurePekka Paalanen1-12/+22
2012-07-26compositor-drm: Don't leak output->nameKristian Høgsberg1-0/+2
2012-07-26compositor-drm: Look through all crtc/encoder combinationsKristian Høgsberg1-18/+31
2012-07-26compositor-drm: Assign unique output names like xrandr doesKristian Høgsberg1-2/+30
2012-07-26compositor: Load modules with RTLD_NOW so we get missing symbols up frontKristian Høgsberg1-1/+1
2012-07-23Update src/weston-egl-ext.hKristian Høgsberg1-9/+5
2012-07-23evdev: Release weston_seat with underlying evdev deviceDaniel Stone1-1/+1
2012-07-23Fix memory leak on compositor exitDaniel Stone1-0/+2
2012-07-23evdev: Don't ignore multitouch touchscreensDaniel Stone1-1/+1
2012-07-22Handle new transform argument in wl_output.geometry eventKristian Høgsberg2-2/+4
2012-07-22xwm: Make override-redirect windows opaqueKristian Høgsberg1-1/+11
2012-07-22xwm: use last focused window for guessing transient parentTiago Vignatti2-3/+14
2012-07-22xwm: Fix transient positioningTiago Vignatti1-2/+19
2012-07-22xwm: Initialize window decoration always as !overrideTiago Vignatti1-1/+1
2012-07-22Extract the text_model_manager interface from input_methodPhilipp Brüschweiler1-20/+66
2012-07-22text-backend.c: Whitespace fixesKristian Høgsberg1-8/+14
2012-07-22text-backend: minor fixesPhilipp Brüschweiler1-12/+17
2012-07-22compositor: Destroy pending surface callbacks when destroying surfaceKristian Høgsberg1-5/+9
2012-07-20shell: Remove unused pointer_end_grabTiago Vignatti1-3/+0
2012-07-20xwm: Don't try to change frame cursor when there's no decorationTiago Vignatti1-3/+3
2012-07-20shell: Center fullscreen surface whenever new buffer is attachedKristian Høgsberg1-1/+2
2012-07-19compositor: Update to use new tokens for EGL_WL_bind_wayland_displayKristian Høgsberg1-9/+8
2012-07-19Never install weston setuidKristian Høgsberg1-8/+0
2012-07-19shell: Set shell_interface.shell at initializationKristian Høgsberg1-1/+1
2012-07-18compositor-drm: Remove cursor debug messageKristian Høgsberg1-1/+0
2012-07-18compositor-drm: Only update hw cursor contents when it changesKristian Høgsberg1-14/+19
2012-07-18compositor-drm: Only call drmModeMoveCursor() if hw cursor position changedKristian Høgsberg1-7/+11
2012-07-18compositor: Don't record surface damage when we move or transform surfacesKristian Høgsberg1-4/+1
2012-07-18shell: Default to maximize/fullscreen on current outputKristian Høgsberg1-0/+4
2012-07-17compositor: Free the right EGLImageKristian Høgsberg1-1/+1
2012-07-16compositor-drm: Allocate hw cursor like other planesKristian Høgsberg1-26/+19
2012-07-16compositor-drm: Combine drm_output_set_cursor and weston_output_set_cursorKristian Høgsberg1-96/+56
2012-07-16compositor-drm: Assign primary framebuffer in assign_planes calloutKristian Høgsberg1-84/+40
2012-07-16compositor-drm: Support hardware scaling with drm planesKristian Høgsberg1-7/+49
2012-07-16compositor-drm: Follow gbm_bo_get_pitch rename to gbm_bo_get_strideKristian Høgsberg1-2/+2
2012-07-16compositor-drm: Use gbm_bo_import instead of gbm_bo_create_from_egl_surfaceKristian Høgsberg1-12/+9