summaryrefslogtreecommitdiff
path: root/clients/simple-egl.c
Commit message (Expand)AuthorAgeFilesLines
* simple-egl: fix opaque and 16 bits mode optionsArnaud Vrac2014-08-281-0/+1
* xdg-shell: bump experimental protocol versionPekka Paalanen2014-08-211-1/+1
* simple-egl: Clean up unused frame_listenerBoyan Ding2014-08-151-6/+0
* xdg-shell: Turn "activated" into a stateJasper St. Pierre2014-05-121-12/+0
* xdg-shell: Rework the state systemJasper St. Pierre2014-05-121-42/+41
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* Check return value of wl_cursor functionsHardening2014-04-011-0/+10
* xdg-shell: Bump unstable version to 3Kristian Høgsberg2014-02-191-1/+1
* xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre2014-02-191-63/+23
* xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre2014-02-181-4/+4
* clients: Add delete handler for simple-shm / simple-eglJasper St. Pierre2014-02-181-0/+7
* client: Fix shell unstable version checkKristian Høgsberg2014-02-111-1/+7
* xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg2014-02-111-8/+11
* clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg2014-02-071-31/+62
* simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl2014-01-271-1/+1
* simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg2013-12-071-19/+27
* simple-egl: Print fps for the spinning triangleKristian Høgsberg2013-12-071-5/+17
* simple-egl: Add support for using a 16 bpp EGLConfigKristian Høgsberg2013-10-151-8/+33
* simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg2013-08-261-2/+5
* Add touch support for wl_shell_surface_moveRusty Lynch2013-08-161-0/+50
* fix compile error when EGL_BUFFER_AGE_EXT is missingAdrian Negreanu2013-08-121-0/+2
* simple-egl: Add support for EGL_EXT_swap_buffer_with_damageKristian Høgsberg2013-05-081-1/+39
* Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair2013-05-011-5/+6
* clients: add global_remove handler stubsPekka Paalanen2013-01-241-1/+8
* simple-egl: Remove old obsolete fbo and color_rbo fieldsKristian Høgsberg2012-12-111-4/+0
* clients: destroy wl_registry on exitPekka Paalanen2012-12-061-0/+1
* simple-egl: Reset opaque region if not fullscreen.Scott Moreau2012-11-191-0/+2
* simple-egl: Set the right size for the opaque region when fullscreenAnder Conselvan de Oliveira2012-11-161-2/+2
* simple-egl: Add a default cursorKristian Høgsberg2012-10-291-0/+33
* clients: Check return value of wl_display_dispatch()Kristian Høgsberg2012-10-161-3/+3
* compositor, clients: apply wl_surface.frame on commitPekka Paalanen2012-10-101-2/+2
* compositor, clients: double-buffer opaque regionPekka Paalanen2012-10-101-2/+2
* Update to new fd and wl_registry APIsKristian Høgsberg2012-10-101-20/+17
* clients: Set title for all shell surface demos.Scott Moreau2012-10-091-0/+2
* simple-egl: Set the opaque region if windowed and -o is passedAnder Conselvan de Oliveira2012-09-141-9/+4
* simple-egl: Avoid race condition.Scott Moreau2012-08-311-1/+6
* simple-egl: Only set alpha_size=0 when -o is passed.Scott Moreau2012-08-311-3/+5
* simple-egl: Remove unused variable.Scott Moreau2012-08-311-4/+2
* simple-egl: Add help messageKristian Høgsberg2012-08-031-2/+17
* simple-egl: Set opaque region when running opaqueKristian Høgsberg2012-08-031-7/+19
* gears: Exit on ESCKristian Høgsberg2012-07-301-2/+4
* simple-egl: Add keyboard fullscreen toggleAnder Conselvan de Oliveira2012-07-271-26/+124
* simple-egl: Make window moveableAnder Conselvan de Oliveira2012-06-261-0/+7
* compositor: Track pointer image protocol changeAnder Conselvan de Oliveira2012-06-151-1/+1
* simple-egl: Minor fix ups.Scott Moreau2012-06-151-15/+13
* simple-egl: move function call out of assert()Pekka Paalanen2012-06-121-2/+3
* Convert wl_pointer::axis to wl_fixed_tDaniel Stone2012-05-311-1/+1
* simple-egl: Fix crash and simplifyKristian Høgsberg2012-05-161-30/+12
* Convert wl_input_device to wl_seat (and friends)Daniel Stone2012-05-161-84/+54
* simple-egl: Add option -o to make surface opaqueKristian Høgsberg2012-05-101-3/+12