summaryrefslogtreecommitdiff
path: root/clients/simple-shm.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-14simple-shm: Handle ping event.Scott Moreau1-0/+28
2012-04-26simple-shm: no need for wayland-egl.hPekka Paalanen1-1/+0
2012-04-26simple-shm: handle shm buffer failurePekka Paalanen1-4/+13
2012-04-26simple-shm: render meaningful diagnosticsPekka Paalanen1-8/+43
2012-04-03clients: Use new shm interfaceKristian Høgsberg1-3/+5
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-1/+0
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg1-1/+1
2012-01-11Use new format codesKristian Høgsberg1-2/+2
2011-12-22simple clients: flush before destroying wl_displayPekka Paalanen1-0/+1
2011-12-22simple-shm: implement destructorsPekka Paalanen1-5/+37
2011-12-22simple clients: add signal handler for clean exitPekka Paalanen1-1/+18
2011-12-04wl_shell_surface adaptationPekka Paalanen1-1/+4
2011-11-17simple-shm: Add a wl_shm listenerKristian Høgsberg1-0/+21