summaryrefslogtreecommitdiff
path: root/src/compositor-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* compositor-wayland: move configuration parsing to weston main.cBenoit Gschwind2016-05-111-220/+0
* compositor-wayland: add versionning to config structureBenoit Gschwind2016-05-111-3/+26
* compositor-wayland: rename misleading output arg of weston_wayland_output_con...Benoit Gschwind2016-05-111-19/+19
* compositor-wayland: rename wayland_output_init_from_configBenoit Gschwind2016-05-111-6/+6
* compositor-wayland: fix spacing and lines wrapingBenoit Gschwind2016-05-111-7/+12
* compositor-wayland: put configuration structure in separate headerBenoit Gschwind2016-05-041-19/+1
* compositor-wayland: split backend_initBenoit Gschwind2016-05-041-53/+126
* compositor-wayland: split wayland_output_create_for_configBenoit Gschwind2016-05-041-36/+68
* compositor-wayland: move config parsing in create_cursorBenoit Gschwind2016-05-041-13/+19
* compositor-wayland: use new config struture to create backendBenoit Gschwind2016-05-041-7/+6
* compositor-wayland: fix memory leak of display_nameBenoit Gschwind2016-05-041-0/+2
* 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