summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12xdg-shell: Turn "activated" into a stateJasper St. Pierre1-12/+0
2014-05-12xdg-shell: Rework the state systemJasper St. Pierre1-42/+41
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2014-04-01Check return value of wl_cursor functionsHardening1-0/+10
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-63/+23
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-0/+7
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-8/+11
2014-02-07clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg1-31/+62
2014-01-27simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl1-1/+1
2013-12-07simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg1-19/+27
2013-12-07simple-egl: Print fps for the spinning triangleKristian Høgsberg1-5/+17
2013-10-15simple-egl: Add support for using a 16 bpp EGLConfigKristian Høgsberg1-8/+33
2013-08-26simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg1-2/+5
2013-08-16Add touch support for wl_shell_surface_moveRusty Lynch1-0/+50
2013-08-12fix compile error when EGL_BUFFER_AGE_EXT is missingAdrian Negreanu1-0/+2
2013-05-08simple-egl: Add support for EGL_EXT_swap_buffer_with_damageKristian Høgsberg1-1/+39
2013-05-01Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair1-5/+6
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+8
2012-12-11simple-egl: Remove old obsolete fbo and color_rbo fieldsKristian Høgsberg1-4/+0
2012-12-06clients: destroy wl_registry on exitPekka Paalanen1-0/+1
2012-11-19simple-egl: Reset opaque region if not fullscreen.Scott Moreau1-0/+2
2012-11-16simple-egl: Set the right size for the opaque region when fullscreenAnder Conselvan de Oliveira1-2/+2
2012-10-29simple-egl: Add a default cursorKristian Høgsberg1-0/+33
2012-10-16clients: Check return value of wl_display_dispatch()Kristian Høgsberg1-3/+3
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-2/+2
2012-10-10compositor, clients: double-buffer opaque regionPekka Paalanen1-2/+2
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-20/+17
2012-10-09clients: Set title for all shell surface demos.Scott Moreau1-0/+2
2012-09-14simple-egl: Set the opaque region if windowed and -o is passedAnder Conselvan de Oliveira1-9/+4
2012-08-31simple-egl: Avoid race condition.Scott Moreau1-1/+6
2012-08-31simple-egl: Only set alpha_size=0 when -o is passed.Scott Moreau1-3/+5
2012-08-31simple-egl: Remove unused variable.Scott Moreau1-4/+2
2012-08-03simple-egl: Add help messageKristian Høgsberg1-2/+17
2012-08-03simple-egl: Set opaque region when running opaqueKristian Høgsberg1-7/+19
2012-07-30gears: Exit on ESCKristian Høgsberg1-2/+4
2012-07-27simple-egl: Add keyboard fullscreen toggleAnder Conselvan de Oliveira1-26/+124
2012-06-26simple-egl: Make window moveableAnder Conselvan de Oliveira1-0/+7
2012-06-15compositor: Track pointer image protocol changeAnder Conselvan de Oliveira1-1/+1
2012-06-15simple-egl: Minor fix ups.Scott Moreau1-15/+13
2012-06-12simple-egl: move function call out of assert()Pekka Paalanen1-2/+3
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone1-1/+1
2012-05-16simple-egl: Fix crash and simplifyKristian Høgsberg1-30/+12
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-84/+54
2012-05-10simple-egl: Add option -o to make surface opaqueKristian Høgsberg1-3/+12
2012-05-02simple-egl: add option for running fullscreenAnder Conselvan de Oliveira1-6/+174
2012-03-20weston: Don't ask for EGL depth buffer if not neededBill Spitzak1-1/+0
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg1-1/+1