summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-28weston-launch: quit if -t without -uPekka Paalanen1-0/+3
2017-11-28weston: add wait-for-debugger optionPekka Paalanen3-0/+29
2017-11-27weston: arm SEGV handler earlierPekka Paalanen1-4/+5
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis7-34/+32
2017-11-27libweston: Use struct timespec for touch motion eventsAlexandros Frantzis6-19/+29
2017-11-27libweston: Use struct timespec for touch up eventsAlexandros Frantzis6-10/+17
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis10-33/+57
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis22-87/+126
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis13-46/+63
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis15-40/+71
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis13-43/+79
2017-11-27libweston: Use struct timespec for the output presentation timestampAlexandros Frantzis3-8/+9
2017-11-27build,libweston: Use struct timespec for animationsAlexandros Frantzis8-38/+55
2017-11-27shared: Add helpers to convert between various time units and timespecAlexandros Frantzis2-0/+119
2017-11-27shared: Add timespec_is_zero helperAlexandros Frantzis2-0/+23
2017-11-24ivi-shell: Fix incorrect use of logical instead of bitwise operatorAlexandros Frantzis1-1/+1
2017-11-10buildsystem: add missing pkg-config stub for libweston uninstalledReynaldo H. Verdejo Pinochet3-0/+20
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-23weston: fix boolean wayland backend optionsPekka Paalanen1-6/+9
2017-10-18libweston-desktop/xdg-shell-v6: Actually send same-as-current configure if ne...Quentin Glidic1-6/+25
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-04tests: ensure output dependent IVI tests runPekka Paalanen1-4/+4
2017-10-04libweston: move weston_output::mode_list init to corePekka Paalanen7-8/+1
2017-10-03Fix API troubles with FreeRDP 2.0 v2David Fort1-3/+11
2017-10-02shared: struct timespec is in time.hYann E. MORIN1-0/+1