summaryrefslogtreecommitdiff
path: root/clients/smoke.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-21clients/window: Add functions to set/retrieve app_idMarius Vlad1-0/+1
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo1-1/+3
2016-04-05client: fix spelling mistakeEric Engestrom1-1/+1
2015-11-20smoke: Don't post extra damageDerek Foreman1-2/+0
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-11-11smoke: fix valgrind invalid read errorsFrank Binns1-4/+4
2014-11-11smoke: Don't commit an xdg_surface with a NULL bufferJasper St. Pierre1-22/+2
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-0/+4
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-08-16Add touch support for wl_shell_surface_moveRusty Lynch1-2/+2
2013-08-12smoke: Add touch support to smoke exampleRusty Lynch1-5/+18
2013-08-06Drop extraneous duplicate header includesBryce Harrington1-1/+0
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-11-08smoke: Remove unused offset memberDaniel Stone1-2/+1
2012-10-10compositor, clients: make damage double-bufferedPekka Paalanen1-0/+1
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-1/+1
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-2/+1
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-1/+2
2012-05-11clients: Remove superfluous #includesKristian Høgsberg1-3/+0
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-1/+1
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-1/+1
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-2/+0
2012-03-12Add an option parserKristian Høgsberg1-1/+1
2012-02-08smoke: Use normal window resize mechanismKristian Høgsberg1-23/+35
2012-02-08smoke: fix the segment fault errorJuan Zhao1-0/+12
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+0
2012-01-10window: Drop the window widgetKristian Høgsberg1-2/+3
2012-01-09window: Create a widget for the window, drop window motion handlerKristian Høgsberg1-9/+7
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-1/+0
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-1/+1
2011-08-29clients: Bring clients up to dateKristian Høgsberg1-8/+11
2011-04-22Implement buffer.damage in shm, use it in window.cBenjamin Franzke1-0/+2
2011-04-11Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg1-1/+3
2011-04-11Define global handler on display creationTim Wiederhake1-1/+1
2011-03-17Support per surface frame eventsBenjamin Franzke1-1/+3
2011-01-23remove unused function in clients/smoke.c, silence warningTim Wiederhake1-17/+0
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-1/+2
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-2/+1
2010-11-22Make clients exit orderly when there is no connectionYuval Fledel1-0/+4
2010-11-22Cleanup declared but unused variables.Bryce Harrington1-10/+4
2010-10-26Add small client for testing shm surfacesKristian Høgsberg1-0/+315