index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-05
meego-tablet-shell: Handle app switcher choices
Kristian Høgsberg
1
-18
/
+29
2011-05-04
compositor-openwfd: Fixup backend split
Benjamin Franzke
2
-1
/
+21
2011-05-04
meego-tablet-shell: Rename tablet_client.poke to activate and add a destructor
Kristian Høgsberg
2
-11
/
+25
2011-05-04
meego-tablet-shell: Add requests to let ux-daemon ask for appgrid or panels
Kristian Høgsberg
2
-0
/
+26
2011-05-04
compositor-drm: Fix modularization breakage
Kristian Høgsberg
1
-2
/
+2
2011-05-04
meego-tablet-shell: Track the state of the UI explicitly
Kristian Høgsberg
1
-61
/
+78
2011-05-03
meego-tablet-shell: Handle meta key with super modifier so we get the release
Kristian Høgsberg
1
-0
/
+4
2011-05-03
meego-tablet-shell: Handle animation surface going away
Kristian Høgsberg
1
-0
/
+17
2011-05-02
compositor: Split backends into modules
Kristian Høgsberg
10
-139
/
+239
2011-05-02
meego-tablet-shell: Use KEY_COMPOSE for the menu key
Kristian Høgsberg
1
-1
/
+1
2011-05-02
compositor: Rename tweener to spring
Kristian Høgsberg
3
-56
/
+56
2011-05-02
compositor: Group matrix and inverse in struct wlsc_transform
Kristian Høgsberg
3
-24
/
+17
2011-05-02
meego-tablet-shell: Factor out zoom animation
Kristian Høgsberg
1
-50
/
+97
2011-05-02
meego-tablet-shell: Match meego-ux-daemon key bindings
Kristian Høgsberg
1
-2
/
+4
2011-05-02
meego-tablet-shell: Only clear CLOEXEC flag in child
Kristian Høgsberg
1
-6
/
+6
2011-05-02
compositor: Export matrix functions
Kristian Høgsberg
2
-2
/
+10
2011-05-02
compositor: Drop broken opaque repaint optimization for now
Kristian Høgsberg
1
-21
/
+1
2011-05-02
compositor: Remove unused surface matrix, add optional transform
Kristian Høgsberg
4
-66
/
+90
2011-05-02
Tweak tweener constants and add friction parameter
Kristian Høgsberg
3
-4
/
+12
2011-05-02
configure.ac: Just look for png, not png12
Kristian Høgsberg
1
-1
/
+1
2011-05-02
Remove unused surface->buffer field
Kristian Høgsberg
2
-6
/
+2
2011-05-02
compositor-wayland: Fix interface renames (prefix)
Benjamin Franzke
1
-4
/
+4
2011-05-02
compositor: Screenhoot into a client provided shm buffer
Kristian Høgsberg
5
-51
/
+117
2011-05-02
compositor: Use libpng directly instead of gdb-pixbuf
Kristian Høgsberg
5
-82
/
+191
2011-05-02
Just use getopt_long for option parsing
Kristian Høgsberg
1
-32
/
+57
2011-04-29
compositor-drm: Retrieve extension functions before wlsc_compositor_init
Benjamin Franzke
1
-4
/
+4
2011-04-29
Add some new things to .gitignore
Casey Dahlin
2
-0
/
+3
2011-04-28
compositor-openwfd: Use wfd_device_id as drm fd
Benjamin Franzke
1
-1
/
+1
2011-04-28
compositor: Fix drm compositor cflags typo
Benjamin Franzke
1
-1
/
+1
2011-04-26
Add --disable-clients configure option
Kristian Høgsberg
2
-10
/
+23
2011-04-26
compositor: Recalculate fullscreen surface x,y in surface_attach
Benjamin Franzke
1
-2
/
+10
2011-04-26
Cast fd's to intptr_t before casting to EGLNativeDisplay
Benjamin Franzke
3
-3
/
+5
2011-04-26
configure: Only check dependencies for the enabled compositor backends
Kristian Høgsberg
3
-9
/
+14
2011-04-25
compositor: Fix overlapping options
Kristian Høgsberg
1
-2
/
+2
2011-04-25
compositor-x11: Only use xcb_poll_for_queued_event if we have it
Kristian Høgsberg
2
-0
/
+13
2011-04-25
compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functions
Kristian Høgsberg
4
-60
/
+89
2011-04-25
compositor: Don't use glClear for clearing
Kristian Høgsberg
1
-2
/
+9
2011-04-25
compositor: Use stride/4 as width for shm textures
Benjamin Franzke
2
-3
/
+8
2011-04-25
compositor: Use EGL_WL_bind_wayland_display only if available
Benjamin Franzke
1
-2
/
+6
2011-04-23
Add meego-tablet-shell
Kristian Høgsberg
3
-1
/
+575
2011-04-23
compositor: Support loadable shells
Kristian Høgsberg
6
-56
/
+113
2011-04-22
compositor: Fade to black on idle timeout
Kristian Høgsberg
2
-6
/
+196
2011-04-22
compositor: Refactor shader setup a bit
Kristian Høgsberg
2
-36
/
+51
2011-04-22
compositor-openwfd: Fix event handler return type
Kristian Høgsberg
1
-3
/
+5
2011-04-22
compositor: Implement a simple screensaver feature
Kristian Høgsberg
2
-2
/
+115
2011-04-22
Also fix compositor-wayland event handler
Kristian Høgsberg
1
-1
/
+3
2011-04-22
Update return types of event handler functions
Kristian Høgsberg
4
-10
/
+28
2011-04-22
compositor-x11: Adjust to event loop changes
Kristian Høgsberg
1
-21
/
+8
2011-04-22
Make use of wayland-server shm common code
Benjamin Franzke
4
-247
/
+79
2011-04-22
compositor: Use surface_attached_to list for shm-buffers
Benjamin Franzke
3
-12
/
+19
[prev]
[next]