summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-06compositor-rdp: fix build-break for not-defined membersandbox/boram/weston180Boram Park1-0/+3
2015-11-06Added touch support for wayland-backendImran Zaman1-0/+58
2015-11-06Fixed weston transfromation problemImran Zaman2-12/+44
2015-11-06Enable/disable default virtual keyboardImran Zaman1-2/+5
2015-11-06This vfunc lets us read out a rectangle of pixels from the currently attached...Kristian Høgsberg2-0/+57
2015-11-06Added string conversion utility functionsImran Zaman2-2/+7
2015-11-06compositor-drm: Work around page flip not setting tiling mode on BYTQuanxian Wang1-2/+8
2015-11-06downstream: Hack to allow selecting a default outputRafael Antognolli3-3/+20
2015-11-06downstream: allow regular users to launch WestonStephane Desneux1-0/+4
2015-05-21gl-renderer: Make the error logging a little nicerDerek Foreman1-5/+12
2015-05-21compositor-drm: Clean trailing whitespaceDaniel Stone1-4/+4
2015-05-21RDP compositor: enforce certificate and keyDavid FORT1-0/+6
2015-05-20compositor-wayland: Code cleanupDima Ryazanov1-1/+2
2015-05-19compositor-wayland: Handle window close events more gracefullyDima Ryazanov1-3/+19
2015-05-19compositor-drm: minor sp. fixBryce Harrington1-1/+1
2015-05-19compositor-drm: disable hardware cursorsPekka Paalanen1-2/+10
2015-05-18compositor-drm: pass ARGB fallback to gl create functions for XRGB formatsDerek Foreman2-10/+55
2015-05-18gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman6-37/+66
2015-05-15launcher-util: Force all weston_launcher_open()s to use O_CLOEXECDerek Foreman2-19/+9
2015-05-15logind: actually close fd in weston_launcher_close()Derek Foreman1-1/+1
2015-05-12RDP compositor: fixes for multiple connections, mstsc and FreeRDP master comp...Hardening1-30/+97
2015-05-08text-input: Replace model with inputDerek Foreman1-35/+35
2015-05-08text: Fix text-input for multi-seatDerek Foreman1-28/+48
2015-05-08compositor: send the output_created signal after inserting it in the listGiulio Camuffo9-8/+24
2015-05-01data-device: send the selection to all the wl_data_device resources of a clientGiulio Camuffo1-8/+11
2015-05-01data-device: add a function to send the selection to a clientGiulio Camuffo2-22/+35
2015-05-01clipboard: don't crash if the source client does not send a mime typeGiulio Camuffo1-1/+1
2015-05-01touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman3-22/+22
2015-04-30compositor: change weston_surface::destroy_signal argumentPekka Paalanen2-4/+4
2015-04-30compositor: inert wl_surface objects do not existPekka Paalanen1-0/+4
2015-04-08gl-renderer: fix configless_context checkPekka Paalanen1-13/+20
2015-04-08gl-renderer: check EGL_EXT_platform_base in supports()Pekka Paalanen1-2/+5
2015-04-08gl-renderer: fix EGL initialization stepsManuel Bachmann1-1/+1
2015-04-07compositor: Help text for --configBryce Harrington1-0/+1
2015-04-07compositor-wayland: ignore frame callback's timePekka Paalanen1-2/+9
2015-03-30xwm: tell the shell the pid of the X clientsGiulio Camuffo1-0/+1
2015-03-27compositor: add option to specify a weston.iniPekka Paalanen1-6/+23
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-2/+7
2015-03-27compositor: move code into load_configuration()Pekka Paalanen1-9/+21
2015-03-27compositor: postpone unhandled option checkPekka Paalanen1-5/+5
2015-03-27pixman-renderer: use pre-computed inverse output matrixDerek Foreman1-1/+1
2015-03-27zoom: fix zoomDerek Foreman1-2/+2
2015-03-27compositor: fix weston_output_transform_coordinateDerek Foreman1-1/+1
2015-03-27compositor: Create the inverse of the output matrixDerek Foreman2-0/+4
2015-03-26input: Don't recreate the cursor sprite when only the hotspot changesDerek Foreman1-16/+20
2015-03-26gl-renderer: provide platform_base fallbacks and remove ifdefsJonny Lamb2-13/+9
2015-03-26gl-renderer: call supports() automatically in create()Jonny Lamb6-29/+47
2015-03-26compositor-{drm, wayland, x11}: remove useless tests for ->supportsJonny Lamb3-5/+3
2015-03-26gl-renderer: move all EGL_PLATFORM_* defines hereJonny Lamb4-12/+12
2015-03-26gl-renderer: fix build with --disable-eglJonny Lamb2-1/+3