summaryrefslogtreecommitdiff
path: root/src/compositor-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* compositor-wayland: create a basic config structure to use in new init APIBenoit Gschwind2016-05-041-14/+23
* input: use doubles in the interfaces to notify of input eventsGiulio Camuffo2016-03-231-22/+34
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-1/+1
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-2/+82
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-1/+5
* compositor-wayland: Add touch supportDerek Foreman2015-12-081-0/+160
* compositor-wayland: Properly release input resources when caps changeDerek Foreman2015-12-081-4/+15
* Use fullscreen-shell.xml from wayland-protocolsJonas Ã…dahl2015-11-191-29/+29
* compositor-wayland: Change focus to a bool instead of an intDerek Foreman2015-11-161-8/+10
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* compositor-wayland: Terminate weston_log error messageChris Michael2015-09-291-1/+1
* compositor-wayland: Expose zlinux_dmabufEmmanuel Gil Peyrot2015-09-251-0/+7
* backends: don't destroy renderer and output twiceDawid Gajownik2015-08-061-9/+1
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-3/+5
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-3/+3
* compositor-wayland: Use the correct list pointer when freeing shm buffersDerek Foreman2015-07-101-1/+1
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-7/+2
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-185/+186
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-3/+3
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* compositor-wayland: Code cleanupDima Ryazanov2015-05-201-1/+2
* compositor-wayland: Handle window close events more gracefullyDima Ryazanov2015-05-191-3/+19
* gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman2015-05-181-5/+7
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-1/+1
* compositor-wayland: ignore frame callback's timePekka Paalanen2015-04-071-2/+9
* gl-renderer: call supports() automatically in create()Jonny Lamb2015-03-261-6/+1
* compositor-{drm, wayland, x11}: remove useless tests for ->supportsJonny Lamb2015-03-261-2/+1
* gl-renderer: move all EGL_PLATFORM_* defines hereJonny Lamb2015-03-261-4/+0
* compositor-{drm, x11, wayland}: stop including EGL headers hereJonny Lamb2015-03-261-2/+0
* gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb2015-03-201-0/+1
* gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb2015-03-201-3/+17
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-1/+2
* backends: refactor transform string parsingDerek Foreman2014-11-191-21/+4
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-2/+9
* Don't protect xkb_*_unref from NULLRan Benita2014-08-201-2/+1
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-201-5/+5
* compositor-wayland: listen to repeat_info and save values to pass onJonny Lamb2014-08-151-3/+22
* compositor-wayland: Fix compiler warningThierry Reding2014-06-181-1/+1
* comp-wayland: use safe foreach when destroying outputsU. Artie Eoff2014-05-231-2/+2
* compositor-wayland: avoid possible NULL deref in handle_keymapU. Artie Eoff2014-05-061-2/+4
* compositor-wayland: assign the correct modeU. Artie Eoff2014-05-061-1/+1
* compositor-wayland: free output before returningU. Artie Eoff2014-05-061-1/+4
* Check zalloc return for out of memory situationBryce W. Harrington2014-04-251-0/+6
* compositor-wayland: Properly handle running inside a compositor that does not...Jason Ekstrand2014-04-021-24/+37
* compositor-wayland: Add a --sprawl optionJason Ekstrand2014-04-021-3/+7
* compositor-wayland: Add support for running on top of wl_fullscreen_shellJason Ekstrand2014-04-021-22/+448
* compositor: Use weston_log rather than perror for error messagesBryce W. Harrington2014-04-011-2/+2
* Check return value of wl_cursor functionsHardening2014-04-011-1/+6
* Add support for having different GBM formats for different outputsNeil Roberts2014-03-121-1/+3