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-12-02
Remove the weston_view.geometry.width/height fields
Jason Ekstrand
1
-34
/
+36
2013-12-02
shell: Remove weston_view_restack()
Philip Withnall
1
-9
/
+0
2013-12-02
rpi: Support opaque regions
Tomeu Vizoso
1
-0
/
+2
2013-11-28
compositor: merge surface size from buffer size funcs
Pekka Paalanen
1
-35
/
+17
2013-11-28
compositor: gather buffer_transform and _scale into a struct
Pekka Paalanen
1
-24
/
+18
2013-11-27
Do not set output->current_mode in compositor.c
Axel Davy
1
-1
/
+0
2013-11-21
compositor: set weston_surface:resource to NULL when destroyed
Giulio Camuffo
1
-0
/
+4
2013-11-19
compositor: fix sub-surface view stacking order
Pekka Paalanen
1
-6
/
+20
2013-11-19
Add modifier-only binding
Daniel Stone
1
-0
/
+1
2013-11-15
protocol: move sub-surfaces to Wayland
Pekka Paalanen
1
-1
/
+0
2013-11-15
Add [core] backend option
Lubomir Rintel
1
-9
/
+15
2013-11-15
compositor: add a way to override the default pointer grab
Giulio Camuffo
1
-0
/
+16
2013-11-13
compositor: Schedule a repaint in weston_view_damage_below()
Kristian Høgsberg
1
-2
/
+1
2013-11-11
compositor-wayland: Add fullscreen support
Jason Ekstrand
1
-0
/
+1
2013-11-11
compositor-wayland: Add a --scale option
Jason Ekstrand
1
-0
/
+1
2013-11-07
compositor-wayland: Parse [output] config sections and more options
Jason Ekstrand
1
-0
/
+1
2013-11-07
Move region transformation code to weston_transformed_region
Jason Ekstrand
1
-0
/
+92
2013-11-07
Make weston_output_transform_coordinate more sane
Jason Ekstrand
1
-17
/
+17
2013-11-07
Remove the concept of a border from weston_output.
Jason Ekstrand
1
-8
/
+4
2013-11-07
compositor-wayland: Add pixman/SHM fallback mode
Jason Ekstrand
1
-0
/
+1
2013-10-28
rpi: Remove create_view and destroy_view implementations
Tomeu Vizoso
1
-9
/
+0
2013-10-25
compositor: Let renderers create and destroy surface state on their own
Ander Conselvan de Oliveira
1
-8
/
+0
2013-10-24
compositor: Remove two unused variables
Kristian Høgsberg
1
-1
/
+0
2013-10-23
compositor: set surface->plane from destroyed plane to NULL
Xiong Zhang
1
-5
/
+17
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
1
-296
/
+528
2013-10-22
compositor: Remove redundant and not well-defined focus field
Kristian Høgsberg
1
-1
/
+1
2013-10-22
compositor: finish frame if redraw fails
David Herrmann
1
-5
/
+9
2013-10-16
compositor: Stop the repaint loop if the compositor went to sleep
Kristian Høgsberg
1
-1
/
+4
2013-10-14
gl-renderer: Build as a loadable module
Ander Conselvan de Oliveira
1
-4
/
+4
2013-10-14
Add a touch binding to activate a surface
Neil Roberts
1
-0
/
+2
2013-10-01
Set new state before emitting wake signal in weston_compsitor_wake
Neil Roberts
1
-2
/
+8
2013-09-26
config: Don't crash if we don't have a config file
Alexandru DAMIAN
1
-2
/
+6
2013-09-26
compositor: check if seteuid worked
Alexandru DAMIAN
1
-2
/
+5
2013-09-22
compositor: when unmapping a surface remove it from the compositor's list
Giulio Camuffo
1
-0
/
+2
2013-09-21
compositor: Log the full path of the config file we're using
Kristian Høgsberg
1
-0
/
+2
2013-09-21
config-parser: Make weston_config_parse() tkae a file name
Kristian Høgsberg
1
-5
/
+2
2013-09-21
compositor: Unlink unmapped surface instead of rebuilding surface list
Kristian Høgsberg
1
-3
/
+1
2013-09-21
Notify clients on mode_switch()
Hardening
1
-8
/
+83
2013-09-21
Rename current, origin, scale, origin_scale
Hardening
1
-13
/
+13
2013-09-18
compositor: Generalize VT switching as a session_signal
Kristian Høgsberg
1
-0
/
+2
2013-09-11
gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation
Stanislav Vorobiov
1
-0
/
+1
2013-08-26
Add a --shell option to override the default desktop-shell
Jason Ekstrand
1
-2
/
+10
2013-08-20
compositor: Only check buffer for NULL tried to allocate something
Kristian Høgsberg
1
-4
/
+5
2013-08-15
compositor: Handle OOM in weston_buffer_from_resource()
Kristian Høgsberg
1
-11
/
+16
2013-08-13
compositor: ref-count weston_surface instances
Giulio Camuffo
1
-2
/
+6
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-3
/
+1
2013-08-06
Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer
Kristian Høgsberg
1
-1
/
+0
2013-08-06
compositor: Check wl_resource_create() return value
Kristian Høgsberg
1
-10
/
+35
2013-07-29
Reset touch focus in unmap
Michael Fu
1
-0
/
+2
2013-07-25
compositor: Move weston-launch socket lookup to drm backend
Kristian Høgsberg
1
-1
/
+0
[next]