summaryrefslogtreecommitdiff
path: root/libweston
AgeCommit message (Expand)AuthorFilesLines
2017-12-11gl-renderer: fix pixel format used in texture uploads when using R/RG texturesArnaud Vrac1-3/+15
2017-12-04input: Do not override keyboard focus on restoreQuentin Glidic1-11/+15
2017-12-04compositor-x11: Implement mode switchingArmin Krezović1-8/+129
2017-12-04configure.ac: use AC_HEADER_MAJOR to detect major()/minor()Sergei Trofimovich4-4/+31
2017-12-04gl-renderer: remove unneeded castEmil Velikov1-2/+1
2017-12-04compositor-drm: fix z-order inversion in plane assignmentMatt Hoosier1-2/+12
2017-12-01gl-renderer: Set pitch correctly for subsampled texturesDaniel Stone1-4/+8
2017-11-28compositor-drm, compositor-fbdev: stop suggesting rootPekka Paalanen2-4/+6
2017-11-28weston-launch: improve help text for -u and -tPekka Paalanen1-2/+4
2017-11-28weston-launch: fix -t option parsingPekka Paalanen1-1/+1
2017-11-28weston-launch: quit if -t without -uPekka Paalanen1-0/+3
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis4-25/+20
2017-11-27libweston: Use struct timespec for touch motion eventsAlexandros Frantzis3-14/+21
2017-11-27libweston: Use struct timespec for touch up eventsAlexandros Frantzis3-7/+11
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis6-27/+46
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis13-48/+76
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis8-36/+43
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis8-23/+39
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis7-34/+56
2017-11-27libweston: Use struct timespec for the output presentation timestampAlexandros Frantzis3-8/+9
2017-11-27build,libweston: Use struct timespec for animationsAlexandros Frantzis5-23/+38
2017-11-10buildsystem: add missing pkg-config stub for libweston uninstalledReynaldo H. Verdejo Pinochet1-0/+9
2017-10-24compositor-wayland: fix shm_buffer damage initPekka Paalanen1-3/+3
2017-10-24compositor-wayland: fix damage coordinates with pixman rendererArmin Krezović1-1/+5
2017-10-24compositor-wayland: clarify wl_display_connect() errorPekka Paalanen1-1/+4
2017-10-24compositor-wayland: windowed/fullscreen not on fullscreen-shellPekka Paalanen1-7/+4
2017-10-24compositor-wayland: allow to unset fullscreenPekka Paalanen1-1/+4
2017-10-24compositor-wayland: actually free parent_outputPekka Paalanen1-2/+5
2017-10-23compositor-wayland: fix mode_list corruption on --sprawlPekka Paalanen1-4/+8
2017-10-23compositor-wayland: remove unused 'scale'Pekka Paalanen1-2/+0
2017-10-23compositor-wayland: avoid recursive dispatch with wl_outputsPekka Paalanen1-2/+28
2017-10-13compositor-wayland: Don't use two different presentation methods for fs shellArmin Krezović1-39/+51
2017-10-13compositor-wayland: destroy the appropriate output instead of exiting when re...Sergi Granell1-1/+5
2017-10-13compositor-wayland: use input region instead of opaque region to zxdg_shell_v...Sergi Granell1-6/+6
2017-10-04compositor-drm: Allow disabling universal planesDaniel Stone1-2/+4
2017-10-04gl-renderer: Ignore INVALID modifierDaniel Stone1-3/+12
2017-10-04compositor-fbdev: fix finish_frame_timer leakPekka Paalanen1-0/+3
2017-10-04compositor-fbdev: rename fbdev_output_disable_handler()Pekka Paalanen1-3/+3
2017-10-04compositor-fbdev: always destroy renderer-output on disablePekka Paalanen1-3/+1
2017-10-04compositor-fbdev: simplify FB destroy/unmap/disablePekka Paalanen1-31/+21
2017-10-04compositor-fbdev: remove unused output argumentsPekka Paalanen1-13/+9
2017-10-04libweston: set backend pointer earlierPekka Paalanen6-10/+11
2017-10-04libweston: ensure backend is not loaded twicePekka Paalanen1-1/+11
2017-10-04libweston: rename weston_output_destroy() to weston_output_release()Pekka Paalanen8-12/+12
2017-10-04libweston: send more wl_surface.enter/leave eventsPekka Paalanen1-13/+40
2017-10-04compositor-drm: set all properties in create_output_for_connectorPekka Paalanen1-9/+9
2017-10-04compositor-drm: set output make/model/serial oncePekka Paalanen1-11/+29
2017-10-04compositor-wayland: move output init into common, fix error pathPekka Paalanen1-11/+10
2017-10-04libweston: weston_output_init(..., +name)Pekka Paalanen8-22/+25
2017-10-04libweston: move weston_output::mode_list init to corePekka Paalanen7-8/+1