summaryrefslogtreecommitdiff
path: root/clients/simple-shm.c
AgeCommit message (Expand)AuthorFilesLines
8 daysclients/simple-shm: Remove zwp_fullscreen supportMarius Vlad1-13/+0
2023-04-12client-shm: Add basic keyboard supportmarius vlad1-0/+73
2023-04-12simple-shm: Add maximized/fullscreen supportmarius vlad1-1/+48
2023-04-12simple-shm: Use buffers as a listmarius vlad1-16/+83
2022-01-21clients/simple-*: Add appids for other clientsMarius Vlad1-0/+3
2021-12-09clients/simple-damage,simple-shm: Use calloc instead of mallocMarius Vlad1-1/+1
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo1-3/+4
2019-04-18Rename zalloc.h to libweston/zalloc.hPekka Paalanen1-1/+1
2019-02-15clients: use xdg_shell stable instead of v6ant8me1-31/+31
2019-02-06simple-shm: remove ivi-application supportMichael Teyfel1-40/+0
2016-08-15clients/simple-shm: Port to xdg_shell unstable v6Jonas Ådahl1-35/+58
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-06-16Make config.h inclusion consistentBryce Harrington1-1/+1
2016-03-16clients: fix incorrect format handling in simple-shmMurray Calavera1-4/+5
2016-03-09clients: Use zallocBryce Harrington1-1/+2
2015-11-19Use xdg_shell protocol from wayland-protocolsJonas Ådahl1-1/+1
2015-11-19Use fullscreen-shell.xml from wayland-protocolsJonas Ådahl1-9/+9
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-02-27xdg-shell: Bump unstable versionJasper St. Pierre1-1/+1
2014-12-04clients: support ivi-application.xml for clients/simple-shm.cNobuhiko Tanibata1-0/+42
2014-11-27simple-shm: explain two initial roundtripsPekka Paalanen1-0/+40
2014-08-28simple-shm: remove an unnecessary call of wl_display_get_fd()Ryo Munakata1-2/+0
2014-08-21xdg-shell: bump experimental protocol versionPekka Paalanen1-1/+1
2014-05-12xdg-shell: Turn "activated" into a stateJasper St. Pierre1-12/+0
2014-05-12xdg-shell: Rework the state systemJasper St. Pierre1-10/+3
2014-04-02simple-shm: Add wl_fullscreen_shell supportJason Ekstrand1-5/+26
2014-02-19xdg-shell: Bump unstable version to 3Kristian Høgsberg1-1/+1
2014-02-19xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre1-20/+5
2014-02-18xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre1-4/+4
2014-02-18clients: Add delete handler for simple-shm / simple-eglJasper St. Pierre1-2/+9
2014-02-11client: Fix shell unstable version checkKristian Høgsberg1-1/+7
2014-02-11xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg1-7/+11
2014-02-07clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg1-22/+51
2013-08-26Add more missing config.h #includesKristian Høgsberg1-0/+2
2013-08-15simple-shm: Handle OOM when allocating struct displayKristian Høgsberg1-0/+4
2013-08-06clients: Fix typo in simple-touch and simple-shm.Stefan Schmidt1-2/+2
2013-03-05compositor: Only send release event in response to wl_surface.attachKristian Høgsberg1-5/+1
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+8
2012-12-06clients: destroy wl_registry on exitPekka Paalanen1-0/+1
2012-11-19simple-shm: honour wl_buffer.releasePekka Paalanen1-26/+87
2012-10-17simple-shm: Don't use ret variable in main() uninitializedAnder Conselvan de Oliveira1-1/+1
2012-10-16clients: Check return value of wl_display_dispatch()Kristian Høgsberg1-2/+3
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-1/+1
2012-10-10clients: use wl_surface_commitPekka Paalanen1-0/+1
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-20/+23
2012-10-09clients: Set title for all shell surface demos.Scott Moreau1-0/+2
2012-10-04simple-shm: Draw the test motif surrounded by a white borderRob Bradford1-7/+13
2012-10-04simple-shm: Don't attach the buffer to the surface for every redrawRob Bradford1-1/+1
2012-06-06Rewrite shm buffer file allocation v2Pekka Paalanen1-11/+6