index
:
~alexl/weston
master
scale
Personal copy of weston
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
1
-15
/
+16
2013-05-14
move subsurface-server-protocol.h include out of compositor.h
U. Artie Eoff
1
-0
/
+1
2013-05-10
shell: keyboard focus and restacking fixes for sub-surfaces
Pekka Paalanen
1
-0
/
+11
2013-05-10
compositor: introduce sub-surfaces
Pekka Paalanen
1
-16
/
+720
2013-05-08
compositor: Move gl-renderer vertex arrays into gl-renderer.c
Kristian Høgsberg
1
-4
/
+0
2013-05-08
input: Move surface picking into the pointer grab focus callback
Kristian Høgsberg
1
-1
/
+1
2013-05-08
compositor: Adapt to wl_surface going away
Kristian Høgsberg
1
-23
/
+19
2013-05-07
data-device: Update drag icon position from configure and motion handlers
Kristian Høgsberg
1
-2
/
+0
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
1
-7
/
+7
2013-05-06
input: Rename wl_pointer to weston_pointer
Kristian Høgsberg
1
-5
/
+5
2013-05-06
input: Rename weston_device_repick() to weston_seat_repick()
Kristian Høgsberg
1
-1
/
+1
2013-05-06
move input code from compositor.c into input.c
Kristian Høgsberg
1
-1149
/
+1
2013-05-06
fold wl_keyboard into weston_keyboard
Kristian Høgsberg
1
-23
/
+23
2013-05-02
text: Add support for panels following the cursor
Jan Arne Petersen
1
-0
/
+1
2013-05-02
Move the optional output name property from drm_output to weston_output
Richard Hughes
1
-0
/
+1
2013-05-01
Add a output_created_signal on weston_compositor
Richard Hughes
1
-0
/
+2
2013-05-01
Add a destroy_signal on weston_output
Richard Hughes
1
-0
/
+3
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
[next]