summaryrefslogtreecommitdiff
path: root/clients/gears.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-2/+2
2014-08-18gears: fix invalid calculation of the first FPSRyo Munakata1-4/+7
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-1/+13
2013-10-21Rename invocations of frame_create that were missed by ee7fefcfCameron Stewart1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-07-26gears: Keep gears inside screen in fullscreen modeKristian Høgsberg1-8/+13
2012-07-26gears: add a warning about refresh rate limitationOlivier Blin1-0/+1
2012-07-26gears: show FPS count (as in glxgears from mesa/demos)Olivier Blin1-0/+29
2012-07-25gears: add fullscreen supportOlivier Blin1-0/+11
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+3
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-05-07Change button from int to uint32_tDaniel Stone1-1/+1
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-1/+1
2012-04-25gears: Allow model rotation with pointerScott Moreau1-4/+65
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-1/+1
2012-03-12Add an option parserKristian Høgsberg1-1/+1
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-1/+0
2012-02-13clients: fix spellingTiago Vignatti1-1/+1
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-19gears: Make window transparentKristian Høgsberg1-2/+2
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-4/+4
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-10/+9
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-23/+24
2011-11-22Never include wayland-util.h directlyKristian Høgsberg1-1/+0
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-10-07gears: Fail if compiled without cairo-eglBenjamin Franzke1-3/+6
2011-10-07window: Create a cairo device for each egl configBenjamin Franzke1-2/+3
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-1/+0
2011-08-29gears: Don't schedule redraw, just draw from frame callbackKristian Høgsberg1-10/+1
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-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-17gears: Use wayland egl surface instead of imagesBenjamin Franzke1-69/+19
2011-03-17window: Use window surfaces for windowsBenjamin Franzke1-0/+1
2011-03-17Support per surface frame eventsBenjamin Franzke1-1/+3
2011-02-07gears: Remove unused drm_fd fieldKristian Høgsberg1-1/+0
2011-02-07Port window.c to use wayland-eglKristian Høgsberg1-2/+2
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-2/+1
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-1/+2
2011-01-14Check for cairo-egl instead of just cairo-glKristian Høgsberg1-1/+1
2011-01-11Fix terminal resizingKristian Høgsberg1-21/+27