summaryrefslogtreecommitdiff
path: root/clients/gears.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-07gears: Include config.hKristian Høgsberg1-0/+2
2011-01-07Add missing newline in gears error messageKristian Høgsberg1-1/+1
2011-01-05Workaround gears depending on cairo-glnobled1-2/+5
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-3/+2
2010-11-22Make clients exit orderly when there is no connectionYuval Fledel1-0/+4
2010-11-22Cleanup declared but unused variables.Bryce Harrington1-1/+0
2010-11-08Bring gears example up to dateKristian Høgsberg1-84/+74
2010-09-03Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg1-21/+11
2010-08-25Update to EGL_MESA_drm_image from mesa masterKristian Høgsberg1-3/+3
2010-07-28Update keyboard focus handler signaturesKristian Høgsberg1-1/+1
2010-07-28Use EGL_KHR_surfaceless_openglKristian Høgsberg1-14/+3