summaryrefslogtreecommitdiff
path: root/clients/smoke.c
Commit message (Expand)AuthorAgeFilesLines
* client: fix spelling mistakeEric Engestrom2016-04-051-1/+1
* smoke: Don't post extra damageDerek Foreman2015-11-201-2/+0
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* smoke: fix valgrind invalid read errorsFrank Binns2014-11-111-4/+4
* smoke: Don't commit an xdg_surface with a NULL bufferJasper St. Pierre2014-11-111-22/+2
* Clients: Fix memleak issues in various clients of westonvivek2014-06-241-0/+4
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* Add touch support for wl_shell_surface_moveRusty Lynch2013-08-161-2/+2
* smoke: Add touch support to smoke exampleRusty Lynch2013-08-121-5/+18
* Drop extraneous duplicate header includesBryce Harrington2013-08-061-1/+0
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* smoke: Remove unused offset memberDaniel Stone2012-11-081-2/+1
* compositor, clients: make damage double-bufferedPekka Paalanen2012-10-101-0/+1
* window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira2012-05-251-1/+1
* window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira2012-05-251-2/+1
* window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira2012-05-221-1/+2
* clients: Remove superfluous #includesKristian Høgsberg2012-05-111-3/+0
* window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg2012-05-101-1/+1
* Convert internal input co-ordinates to GLfloatDaniel Stone2012-05-081-1/+1
* Simplify shm buffer handlingKristian Høgsberg2012-03-261-2/+0
* Add an option parserKristian Høgsberg2012-03-121-1/+1
* smoke: Use normal window resize mechanismKristian Høgsberg2012-02-081-23/+35
* smoke: fix the segment fault errorJuan Zhao2012-02-081-0/+12
* window: Dont take width and height in window constructorKristian Høgsberg2012-01-311-1/+1
* window: Make decorations just a widgetKristian Høgsberg2012-01-101-1/+0
* window: Drop the window widgetKristian Høgsberg2012-01-101-2/+3
* window: Create a widget for the window, drop window motion handlerKristian Høgsberg2012-01-091-9/+7
* Fix inconsistent #include stylePekka Paalanen2011-11-221-1/+1
* window: Stop using glib mainloop in toy toolkitKristian Høgsberg2011-09-191-1/+0
* window.c: Drop global handler argumentKristian Høgsberg2011-08-291-1/+1
* clients: Bring clients up to dateKristian Høgsberg2011-08-291-8/+11
* Implement buffer.damage in shm, use it in window.cBenjamin Franzke2011-04-221-0/+2
* Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg2011-04-111-1/+3
|\
| * Support per surface frame eventsBenjamin Franzke2011-03-171-1/+3
* | Define global handler on display creationTim Wiederhake2011-04-111-1/+1
|/
* remove unused function in clients/smoke.c, silence warningTim Wiederhake2011-01-231-17/+0
* Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg2011-01-211-1/+2
* Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg2010-12-171-2/+1
* Make clients exit orderly when there is no connectionYuval Fledel2010-11-221-0/+4
* Cleanup declared but unused variables.Bryce Harrington2010-11-221-10/+4
* Add small client for testing shm surfacesKristian Høgsberg2010-10-261-0/+315