index
:
~jonny/weston
egl-platform
egl-platform-misc
info-scale
master
no-panel
panel
repeat-info
le weston
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
simple-egl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
xdg-shell: Turn "activated" into a state
Jasper St. Pierre
1
-12
/
+0
2014-05-12
xdg-shell: Rework the state system
Jasper St. Pierre
1
-42
/
+41
2014-04-07
Make sure config.h is included before any system headers
Andrew Wedgbury
1
-0
/
+2
2014-04-01
Check return value of wl_cursor functions
Hardening
1
-0
/
+10
2014-02-19
xdg-shell: Bump unstable version to 3
Kristian Høgsberg
1
-1
/
+1
2014-02-19
xdg-shell: Replace the set_* atrocity with a new approach
Jasper St. Pierre
1
-63
/
+23
2014-02-18
xdg-shell: Rename focused_set / focused_unset to activated / deactivated
Jasper St. Pierre
1
-4
/
+4
2014-02-18
clients: Add delete handler for simple-shm / simple-egl
Jasper St. Pierre
1
-0
/
+7
2014-02-11
client: Fix shell unstable version check
Kristian Høgsberg
1
-1
/
+7
2014-02-11
xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface
Kristian Høgsberg
1
-8
/
+11
2014-02-07
clients: Port simple-shm and simple-egl to xdg-shell
Kristian Høgsberg
1
-31
/
+62
2014-01-27
simple-egl: Fix -Wsign-compare compiler warning
Jonas Ådahl
1
-1
/
+1
2013-12-07
simple-egl: Add option to allow not syncing to compositor repaint cycle
Kristian Høgsberg
1
-19
/
+27
2013-12-07
simple-egl: Print fps for the spinning triangle
Kristian Høgsberg
1
-5
/
+17
2013-10-15
simple-egl: Add support for using a 16 bpp EGLConfig
Kristian Høgsberg
1
-8
/
+33
2013-08-26
simple-egl: Handle missing EGL_EXT_buffer_age better
Kristian Høgsberg
1
-2
/
+5
2013-08-16
Add touch support for wl_shell_surface_move
Rusty Lynch
1
-0
/
+50
2013-08-12
fix compile error when EGL_BUFFER_AGE_EXT is missing
Adrian Negreanu
1
-0
/
+2
2013-05-08
simple-egl: Add support for EGL_EXT_swap_buffer_with_damage
Kristian Høgsberg
1
-1
/
+39
2013-05-01
Fix simple-egl tear-down order to prevent a crash on exit time
Yeh, Sinclair
1
-5
/
+6
2013-01-24
clients: add global_remove handler stubs
Pekka Paalanen
1
-1
/
+8
2012-12-11
simple-egl: Remove old obsolete fbo and color_rbo fields
Kristian Høgsberg
1
-4
/
+0
2012-12-06
clients: destroy wl_registry on exit
Pekka Paalanen
1
-0
/
+1
2012-11-19
simple-egl: Reset opaque region if not fullscreen.
Scott Moreau
1
-0
/
+2
2012-11-16
simple-egl: Set the right size for the opaque region when fullscreen
Ander Conselvan de Oliveira
1
-2
/
+2
2012-10-29
simple-egl: Add a default cursor
Kristian Høgsberg
1
-0
/
+33
2012-10-16
clients: Check return value of wl_display_dispatch()
Kristian Høgsberg
1
-3
/
+3
2012-10-10
compositor, clients: apply wl_surface.frame on commit
Pekka Paalanen
1
-2
/
+2
2012-10-10
compositor, clients: double-buffer opaque region
Pekka Paalanen
1
-2
/
+2
2012-10-10
Update to new fd and wl_registry APIs
Kristian Høgsberg
1
-20
/
+17
2012-10-09
clients: Set title for all shell surface demos.
Scott Moreau
1
-0
/
+2
2012-09-14
simple-egl: Set the opaque region if windowed and -o is passed
Ander Conselvan de Oliveira
1
-9
/
+4
2012-08-31
simple-egl: Avoid race condition.
Scott Moreau
1
-1
/
+6
2012-08-31
simple-egl: Only set alpha_size=0 when -o is passed.
Scott Moreau
1
-3
/
+5
2012-08-31
simple-egl: Remove unused variable.
Scott Moreau
1
-4
/
+2
2012-08-03
simple-egl: Add help message
Kristian Høgsberg
1
-2
/
+17
2012-08-03
simple-egl: Set opaque region when running opaque
Kristian Høgsberg
1
-7
/
+19
2012-07-30
gears: Exit on ESC
Kristian Høgsberg
1
-2
/
+4
2012-07-27
simple-egl: Add keyboard fullscreen toggle
Ander Conselvan de Oliveira
1
-26
/
+124
2012-06-26
simple-egl: Make window moveable
Ander Conselvan de Oliveira
1
-0
/
+7
2012-06-15
compositor: Track pointer image protocol change
Ander Conselvan de Oliveira
1
-1
/
+1
2012-06-15
simple-egl: Minor fix ups.
Scott Moreau
1
-15
/
+13
2012-06-12
simple-egl: move function call out of assert()
Pekka Paalanen
1
-2
/
+3
2012-05-31
Convert wl_pointer::axis to wl_fixed_t
Daniel Stone
1
-1
/
+1
2012-05-16
simple-egl: Fix crash and simplify
Kristian Høgsberg
1
-30
/
+12
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
1
-84
/
+54
2012-05-10
simple-egl: Add option -o to make surface opaque
Kristian Høgsberg
1
-3
/
+12
2012-05-02
simple-egl: add option for running fullscreen
Ander Conselvan de Oliveira
1
-6
/
+174
2012-03-20
weston: Don't ask for EGL depth buffer if not needed
Bill Spitzak
1
-1
/
+0
2012-02-28
clients: Use wl_display_disconnect()
Kristian Høgsberg
1
-1
/
+1
[next]