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
/
src
/
compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-18
move input code from compositor.c into input.c
input
Kristian Høgsberg
1
-1167
/
+0
2013-04-18
fold wl_keyboard into weston_keyboard
Kristian Høgsberg
1
-23
/
+23
2013-04-08
Make backends always specify output repaint time
Jonas Ådahl
1
-1
/
+1
2013-04-03
compositor: Use wl_pointer_set_current to cleanup after surface destruction
Rob Bradford
1
-1
/
+1
2013-04-01
compositor: add information about the fbdev backend to --help output
Philipp Brüschweiler
1
-1
/
+7
2013-03-29
compositor: add WESTON_COMPOSITOR_OFFSCREEN state
Philipp Brüschweiler
1
-2
/
+20
2013-03-28
sdk: be C++ friendly
Giulio Camuffo
1
-3
/
+3
2013-03-27
compositor: Remove unused wl_pointer variable
Kristian Høgsberg
1
-1
/
+0
2013-03-27
Added handler for SIGABRT
Peter Maatman
1
-11
/
+18
2013-03-27
compositor-x11: Fix relative motion reporting for multiple outputs
Kristian Høgsberg
1
-8
/
+1
2013-03-27
compositor: Support notifying with absolute position too
Rob Bradford
1
-5
/
+20
2013-03-25
shell: handle multiple popups
Giulio Camuffo
1
-0
/
+3
2013-03-19
compositor: remove unused field option_idle_time
Philipp Brüschweiler
1
-1
/
+0
2013-03-18
compositor, shell: surface transform inheritance
Pekka Paalanen
1
-1
/
+66
2013-03-18
compositor: introduce weston_surface_geometry_dirty()
Pekka Paalanen
1
-6
/
+12
2013-03-18
compositor: remove redundant geometry dirtying
Pekka Paalanen
1
-32
/
+3
2013-03-18
Eat scroll event if a key binding function is executed because of it.
Rune K. Svendsen
1
-4
/
+5
2013-03-18
compositor: Don't rely on surface->clip to cull overlay obscured damage
Ander Conselvan de Oliveira
1
-15
/
+22
2013-03-18
compositor: Keep a z-ordered list of planes
Ander Conselvan de Oliveira
1
-22
/
+47
2013-03-05
compositor: Only send release event in response to wl_surface.attach
Kristian Høgsberg
1
-0
/
+3
2013-03-04
compositor: Fold weston_buffer_post_release into weston_buffer_reference
Kristian Høgsberg
1
-11
/
+6
2013-02-28
compositor: Change notify_motion to take relative motion events
Kristian Høgsberg
1
-3
/
+6
2013-02-28
compositor: Split pointer motion code into its own function
Kristian Høgsberg
1
-9
/
+20
2013-02-28
compositor: Make sure surface->transform.inverse is a complete matrix
Kristian Høgsberg
1
-1
/
+1
2013-02-27
compositor: Make sure surface->transform.matrix,inverse are always valid
Kristian Høgsberg
1
-0
/
+11
2013-02-27
compositor: call configure on surfaces with a null buffer too
Giulio Camuffo
1
-13
/
+23
2013-02-21
compositor: Rename lock and unlock signals to idle and wake
Ander Conselvan de Oliveira
1
-4
/
+4
2013-02-21
compositor: Move state tracking complexity into shell
Ander Conselvan de Oliveira
1
-21
/
+28
2013-02-21
compositor: Move fade animation out of core Weston into shell
Ander Conselvan de Oliveira
1
-75
/
+2
2013-02-21
compositor: Split util.c into binding.c and animation.c
Ander Conselvan de Oliveira
1
-0
/
+98
2013-02-21
compositor: Don't free config_file before we done using it
Kristian Høgsberg
1
-2
/
+2
2013-02-20
Pass argc and argv to modules
Kristian Høgsberg
1
-13
/
+14
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-8
/
+7
2013-02-18
compositor: set data_device keyboard focus in seat_get_keyboard
Rafal Mielniczuk
1
-0
/
+1
2013-02-18
xkb: Don't call exit on failure in weston_compositor_xkb_init()
Kristian Høgsberg
1
-20
/
+30
2013-02-18
Install header files and pkg-config file for external modules
Kristian Høgsberg
1
-0
/
+9
2013-02-18
compositor: Use libunwind if available for better backtraces
Marcin Slusarz
1
-9
/
+82
2013-02-15
text: fix weston key bindings with input methods
Jan Arne Petersen
1
-14
/
+15
2013-02-13
compositor: Init fade surface color properly
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-11
Use __func__ in log message instead of hard coded function name
Scott Moreau
1
-1
/
+1
2013-02-02
Add --version option
Scott Moreau
1
-0
/
+8
2013-01-28
matrix: track transform type
Vasily Khoruzhick
1
-0
/
+3
2013-01-27
pixman-renderer: Don't unreference NULL hw_buffer image
Ander Conselvan de Oliveira
1
-0
/
+1
2013-01-07
Document --use-pixman option
Kristian Høgsberg
1
-0
/
+1
2012-12-14
compositor: Don't let pointers get outside of an output on mode switch
Ander Conselvan de Oliveira
1
-0
/
+34
2012-12-14
compositor: Update output state after mode switch
Ander Conselvan de Oliveira
1
-1
/
+19
2012-12-06
compositor: Cleanup if we can't find the symbol in the module
Rob Bradford
1
-0
/
+1
2012-12-06
compositor: Avoid sending event for invalid point
Rob Bradford
1
-0
/
+7
2012-12-06
compositor-drm: Support overlays with transformed buffers
Ander Conselvan de Oliveira
1
-59
/
+7
2012-12-06
compositor: move texture_damage into renderer private
Pekka Paalanen
1
-3
/
+0
[next]