index
:
~alexl/weston
master
scale
Personal copy of weston
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-15
cms-colord: Warn if reading or writing to the FD failed
Richard Hughes
1
-2
/
+8
2013-05-15
cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'
Richard Hughes
1
-1
/
+1
2013-05-14
lock-surface: Set geometry width and height before centering
Kristian Høgsberg
1
-0
/
+2
2013-05-14
text: Respawn input method process if it exits
Eduardo Lima (Etrunko)
1
-0
/
+23
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
14
-58
/
+62
2013-05-14
compositor-drm: Don't page flip before a mode is set
Ander Conselvan de Oliveira
2
-6
/
+28
2013-05-14
Add a colord implementation of a CMS plugin for weston
Richard Hughes
2
-0
/
+561
2013-05-14
move subsurface-server-protocol.h include out of compositor.h
U. Artie Eoff
2
-1
/
+1
2013-05-10
shell: account for the subsurfaces when going fullscreen or maximizing
Giulio Camuffo
1
-21
/
+68
2013-05-10
shell: enable moving and resizing of a surface when clicking on a subsurface
Giulio Camuffo
1
-2
/
+6
2013-05-10
shell: keyboard focus and restacking fixes for sub-surfaces
Pekka Paalanen
3
-18
/
+62
2013-05-10
compositor: introduce sub-surfaces
Pekka Paalanen
2
-16
/
+774
2013-05-10
protocol: add sub-surfaces
Pekka Paalanen
3
-0
/
+8
2013-05-10
compositor-drm: Destroy sprites before destroying the outputs
Kristian Høgsberg
1
-2
/
+2
2013-05-10
Add initial color management framework code
Richard Hughes
6
-0
/
+394
2013-05-08
compositor: Move gl-renderer vertex arrays into gl-renderer.c
Kristian Høgsberg
3
-20
/
+22
2013-05-08
compositor: Remove stale prototype
Kristian Høgsberg
1
-3
/
+0
2013-05-08
input: Remove unused focus and key fields from keyboard and focus grabs
Kristian Høgsberg
1
-3
/
+0
2013-05-08
input: Move surface picking into the pointer grab focus callback
Kristian Høgsberg
5
-56
/
+56
2013-05-08
input: Get rid of grab focus concept
Kristian Høgsberg
4
-50
/
+36
2013-05-08
input: Remove 'current' and related fields from weston_pointer
Kristian Høgsberg
3
-67
/
+40
2013-05-08
data-device: Verify that the client has an implicit grab when starting a drag
Kristian Høgsberg
1
-2
/
+4
2013-05-08
data-device: Eliminate two small helper functions
Kristian Høgsberg
1
-42
/
+26
2013-05-08
data-device: Rename generic weston_drag 'surface' field to 'icon'
Kristian Høgsberg
1
-24
/
+24
2013-05-08
data-device: Move all drag-related fields out of weston_seat
Kristian Høgsberg
2
-98
/
+99
2013-05-08
input: Move sprite fields into weston_pointer from weston_seat
Kristian Høgsberg
3
-60
/
+59
2013-05-08
compositor: Adapt to wl_surface going away
Kristian Høgsberg
10
-94
/
+82
2013-05-07
input: Allocate pointer/keyboard/touch structs
Kristian Høgsberg
3
-85
/
+81
2013-05-07
input: Eliminate weston_seat::has_pointer/keyboard/touch
Kristian Høgsberg
4
-19
/
+6
2013-05-07
data-device: Update drag icon position from configure and motion handlers
Kristian Høgsberg
4
-42
/
+19
2013-05-07
data-device: Map drag icon in configure handler
Kristian Høgsberg
1
-24
/
+14
2013-05-07
data-device: Setup and release drag surface and beginning and end of drag
Kristian Høgsberg
2
-39
/
+4
2013-05-07
data-device: Fix dnd regression from weston_seat rewrite
Kristian Høgsberg
1
-5
/
+5
2013-05-07
data-device: Don't emit a signal for drag icon changes
Kristian Høgsberg
3
-21
/
+2
2013-05-07
input: Move drag handling to data-device.c
Kristian Høgsberg
3
-131
/
+136
2013-05-07
compositor: Move fan_debug to gl-renderer
Kristian Høgsberg
3
-18
/
+20
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
22
-267
/
+263
2013-05-06
input: Remove wl_seat destroy signal
Kristian Høgsberg
5
-8
/
+3
2013-05-06
input: Fold wl_seat init/release into weston_seat init/release
Kristian Høgsberg
2
-35
/
+19
2013-05-06
input: Rename wl_touch to weston_touch
Kristian Høgsberg
2
-49
/
+46
2013-05-06
input: Rename wl_pointer to weston_pointer
Kristian Høgsberg
5
-128
/
+134
2013-05-06
input: Rename weston_device_repick() to weston_seat_repick()
Kristian Høgsberg
3
-4
/
+4
2013-05-06
input: Drop find_resource_for_client()
Kristian Høgsberg
1
-15
/
+2
2013-05-06
move input code from compositor.c into input.c
Kristian Høgsberg
3
-1149
/
+1191
2013-05-06
fold wl_keyboard into weston_keyboard
Kristian Høgsberg
7
-129
/
+126
2013-05-06
Import input structs and helper functions from wayland
Kristian Høgsberg
4
-0
/
+1325
2013-05-02
text: Rename input_method to wl_input_method
Jan Arne Petersen
2
-28
/
+28
2013-05-02
text: Rename ::set_panel to ::set_overlay_panel
Jan Arne Petersen
1
-3
/
+3
2013-05-02
text: Rename text_input to wl_text_input
Jan Arne Petersen
1
-17
/
+17
2013-05-02
text: Fix serial handling
Jan Arne Petersen
1
-20
/
+13
[next]