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
path:
root
/
compositor
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-19
Update .gitignore
Casey Dahlin
1
-1
/
+1
2011-05-16
compositor: Call wlsc_buffer_attach() after setting es->width
Kristian Høgsberg
1
-2
/
+2
2011-05-10
compositor: Set EGL_PLATFORM env variable for each backend.
Egbert Eich
4
-0
/
+4
2011-05-10
meego-tablet-compositor: Only ask for lockscreen after we get homescreen
Kristian Høgsberg
1
-27
/
+8
2011-05-06
compositor: Fix warning in load_module
Benjamin Franzke
1
-1
/
+1
2011-05-06
compositor-openwfd: Update to tty, cursor and cflags changes
Benjamin Franzke
1
-3
/
+16
2011-05-06
Make use of wl_resource.destroy_listener_list for surfaces.
Benjamin Franzke
4
-25
/
+24
2011-05-06
compositor-drm: Hide hw cursors on vt switch
Kristian Høgsberg
1
-0
/
+5
2011-05-06
compositor-drm: Fix vt switching
Kristian Høgsberg
3
-4
/
+35
2011-05-06
Fix warnings and symbol visibility from missing CFLAGS
Kristian Høgsberg
4
-3
/
+15
2011-05-06
Make sure all targets use GCC_CFLAGS
Kristian Høgsberg
1
-6
/
+7
2011-05-06
compositor: Disable hw cursor if we're texturing the cursor
Kristian Høgsberg
5
-14
/
+21
2011-05-06
compositor: Scanout client buffers even if they're not map_fullscreen
Kristian Høgsberg
2
-12
/
+14
2011-05-06
compositor-drm: Use EGL_DRM_BUFFER_USE_CURSOR_MESA
Kristian Høgsberg
1
-34
/
+5
2011-05-05
meego-tablet-shell: Destroy tablet_client resource in destroy request
Kristian Høgsberg
1
-0
/
+1
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
1
-10
/
+23
2011-05-04
meego-tablet-shell: Add requests to let ux-daemon ask for appgrid or panels
Kristian Høgsberg
1
-0
/
+18
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
9
-137
/
+231
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
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
2
-35
/
+13
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
1
-0
/
+2
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
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
1
-5
/
+9
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
1
-0
/
+4
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
[next]