summaryrefslogtreecommitdiff
path: root/src/compositor-wayland.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-08gl-renderer: Add <platform_attribs> param to gl_renderer_display_createMiguel A. Vico1-0/+1
2016-05-08gl-renderer: Rename gl_renderer::output_create to output_window_createMiguel A. Vico1-1/+1
2016-05-08gl-renderer: Rename gl_renderer_create to gl_renderer_display_createMiguel A. Vico1-1/+1
2016-05-04compositor-wayland: put configuration structure in separate headerBenoit Gschwind1-19/+1
2016-05-04compositor-wayland: split backend_initBenoit Gschwind1-53/+126
2016-05-04compositor-wayland: split wayland_output_create_for_configBenoit Gschwind1-36/+68
2016-05-04compositor-wayland: move config parsing in create_cursorBenoit Gschwind1-13/+19
2016-05-04compositor-wayland: use new config struture to create backendBenoit Gschwind1-7/+6
2016-05-04compositor-wayland: fix memory leak of display_nameBenoit Gschwind1-0/+2
2016-05-04compositor-wayland: create a basic config structure to use in new init APIBenoit Gschwind1-14/+23
2016-03-23input: use doubles in the interfaces to notify of input eventsGiulio Camuffo1-22/+34
2016-03-07protocol: migrate to stable presentation-time.xmlPekka Paalanen1-1/+1
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-2/+82
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-1/+5
2015-12-08compositor-wayland: Add touch supportDerek Foreman1-0/+160
2015-12-08compositor-wayland: Properly release input resources when caps changeDerek Foreman1-4/+15
2015-11-19Use fullscreen-shell.xml from wayland-protocolsJonas Ã…dahl1-29/+29
2015-11-16compositor-wayland: Change focus to a bool instead of an intDerek Foreman1-8/+10
2015-10-23compositor: pass the backend config struct to the backends init functionGiulio Camuffo1-1/+2
2015-09-29compositor-wayland: Terminate weston_log error messageChris Michael1-1/+1
2015-09-25compositor-wayland: Expose zlinux_dmabufEmmanuel Gil Peyrot1-0/+7
2015-08-06backends: don't destroy renderer and output twiceDawid Gajownik1-9/+1
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-3/+5
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-3/+3
2015-07-10compositor-wayland: Use the correct list pointer when freeing shm buffersDerek Foreman1-1/+1
2015-07-10compositor: add API to manage compositor instancesGiulio Camuffo1-7/+2
2015-07-09compositor: introduce struct weston_backendGiulio Camuffo1-185/+186
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-3/+3
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-20compositor-wayland: Code cleanupDima Ryazanov1-1/+2
2015-05-19compositor-wayland: Handle window close events more gracefullyDima Ryazanov1-3/+19
2015-05-18gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman1-5/+7
2015-05-08compositor: send the output_created signal after inserting it in the listGiulio Camuffo1-1/+1
2015-04-07compositor-wayland: ignore frame callback's timePekka Paalanen1-2/+9
2015-03-26gl-renderer: call supports() automatically in create()Jonny Lamb1-6/+1
2015-03-26compositor-{drm, wayland, x11}: remove useless tests for ->supportsJonny Lamb1-2/+1
2015-03-26gl-renderer: move all EGL_PLATFORM_* defines hereJonny Lamb1-4/+0
2015-03-26compositor-{drm, x11, wayland}: stop including EGL headers hereJonny Lamb1-2/+0
2015-03-20gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb1-0/+1
2015-03-20gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb1-3/+17
2015-01-20compositor: set presentation.presented flagsPekka Paalanen1-1/+2
2014-11-19backends: refactor transform string parsingDerek Foreman1-21/+4
2014-09-30compositor: set and use the presentation clock everywherePekka Paalanen1-2/+9
2014-08-20Don't protect xkb_*_unref from NULLRan Benita1-2/+1
2014-08-20Replace deprecated xkbcommon symbols with current namesRan Benita1-5/+5
2014-08-15compositor-wayland: listen to repeat_info and save values to pass onJonny Lamb1-3/+22
2014-06-18compositor-wayland: Fix compiler warningThierry Reding1-1/+1
2014-05-23comp-wayland: use safe foreach when destroying outputsU. Artie Eoff1-2/+2
2014-05-06compositor-wayland: avoid possible NULL deref in handle_keymapU. Artie Eoff1-2/+4