index
:
delta/weston.git
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
baserock/genivi-demo-platform/tegra
baserock/genivi/1.2.0
baserock/genivi/1.3.0
baserock/genivi/baseline
baserock/genivi/baseline-h-1.1
baserock/genivi/genivi-demo-platform
baserock/genivi/weston-ivi-shell-patches
baserock/genivi/weston-ivi-tegra
baserock/james/genivi-demo-platform
baserock/james/weston
baserock/james/weston-1.6.0
baserock/jjardon/logind
baserock/jjardon/weston-1.6.0
baserock/jonathanmaw/genivi-demo-jetson
baserock/liw/genivi-h-1.1
baserock/weston-1.10.0/tegra
baserock/weston-1.11.0/tegra
baserock/weston-1.6.0/tegra
baserock/weston-1.6.93/tegra
baserock/weston-1.7.0/tegra
baserock/weston-1.8.0/tegra
baserock/weston-1.9.0/tegra
baserock/weston-ivi-shell-1.4.0-v12
main
master
next
terminal
wayland-demos-0.8
gitlab.freedesktop.org: wayland/weston.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clients: Allow compiling with the cairo glesv2 backend
Kristian Høgsberg
2012-01-18
1
-3
/
+15
*
Use new format codes
Kristian Høgsberg
2012-01-11
1
-22
/
+12
*
window: Don't deref focus widget if there isn't one
Kristian Høgsberg
2012-01-11
1
-1
/
+2
*
window: Remove a few unused struct fields
Kristian Høgsberg
2012-01-11
1
-2
/
+0
*
window: Move focus widget to struct input
Kristian Høgsberg
2012-01-11
1
-24
/
+25
*
window: Implement input device grabbing
Kristian Høgsberg
2012-01-10
1
-46
/
+88
*
window: Make decorations just a widget
Kristian Høgsberg
2012-01-10
1
-243
/
+248
*
window: Get rid of the window child allocation concept
Kristian Høgsberg
2012-01-10
1
-45
/
+62
*
window: Break widget grab before shell surface move or grab
Kristian Høgsberg
2012-01-10
1
-0
/
+8
*
window: Keep widgets in a tree instead of a list
Kristian Høgsberg
2012-01-10
1
-34
/
+62
*
window: Use surface coordinates for looking up widgets
Kristian Høgsberg
2012-01-10
1
-1
/
+1
*
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
2012-01-10
1
-44
/
+85
*
window: Allocate and flush the window surface in window.c
Kristian Høgsberg
2012-01-10
1
-14
/
+8
*
window: Drop the window widget
Kristian Høgsberg
2012-01-10
1
-38
/
+22
*
window: Run deferred tasks before blocking for initial iteration
Kristian Høgsberg
2012-01-09
1
-10
/
+10
*
window: Return pointer type from widget enter handler
Kristian Høgsberg
2012-01-09
1
-3
/
+9
*
window: Move button handler to widget
Kristian Høgsberg
2012-01-09
1
-20
/
+22
*
window: Use the window widget instead of adding a window sized widget
Kristian Høgsberg
2012-01-09
1
-12
/
+16
*
window: Create a widget for the window, drop window motion handler
Kristian Høgsberg
2012-01-09
1
-13
/
+12
*
window: Convert a few clients to use widget motion handler
Kristian Høgsberg
2012-01-09
1
-5
/
+4
*
window: Add a widget motion handler
Kristian Høgsberg
2012-01-09
1
-0
/
+12
*
window: Remove window enter/leave handlers
Kristian Høgsberg
2012-01-09
1
-23
/
+0
*
window: Use widget enter/leave handlers for menu
Kristian Høgsberg
2012-01-09
1
-13
/
+18
*
window: Replace widget focus handler with a enter/leave handler pair
Kristian Høgsberg
2012-01-09
1
-13
/
+31
*
window: Use display_exit() instead of exit() in window menu
Kristian Høgsberg
2012-01-08
1
-1
/
+1
*
window: Move widget focus handler to the widget
Kristian Høgsberg
2012-01-08
1
-10
/
+17
*
window: Rename item to widget
Kristian Høgsberg
2012-01-08
1
-68
/
+68
*
window: Add a window menu
Kristian Høgsberg
2012-01-06
1
-13
/
+75
*
shell: Start implementing the popup surface type
Kristian Høgsberg
2012-01-06
1
-5
/
+21
*
More weston rename fixes
Kristian Høgsberg
2012-01-03
1
-12
/
+12
*
x11: Bridge X11 CLIPBOARD selection to Wayland clients
Kristian Høgsberg
2011-12-27
1
-0
/
+9
*
window.c: Add touch event stubs
Kristian Høgsberg
2011-12-22
1
-0
/
+39
*
window.c: Rename input handlers to input_handle_*
Kristian Høgsberg
2011-12-22
1
-28
/
+28
*
window: destroy surfaces on display_destroy()
Pekka Paalanen
2011-12-22
1
-0
/
+19
*
window: destroy all inputs on display_destroy()
Pekka Paalanen
2011-12-22
1
-18
/
+65
*
window: destroy misc objects on display_destroy()
Pekka Paalanen
2011-12-22
1
-0
/
+19
*
window: destroy outputs on display_destroy()
Pekka Paalanen
2011-12-22
1
-0
/
+23
*
window: destroy window surfaces and title
Pekka Paalanen
2011-12-22
1
-0
/
+7
*
window: remove unused struct members
Pekka Paalanen
2011-12-22
1
-3
/
+0
*
window: add display_destroy()
Pekka Paalanen
2011-12-22
1
-0
/
+32
*
window: add display_exit()
Pekka Paalanen
2011-12-22
1
-0
/
+12
*
clients: Implement a toy-menu for testing the menu surface type
Kristian Høgsberg
2011-12-19
1
-25
/
+144
*
window: do proper Cairo device flushing
Pekka Paalanen
2011-12-19
1
-5
/
+1
*
compositor: Remove server side cursors
Kristian Høgsberg
2011-12-15
1
-28
/
+23
*
window: expose outputs to applications
Pekka Paalanen
2011-12-14
1
-0
/
+64
*
window: do not crash without wl_shell
Pekka Paalanen
2011-12-04
1
-6
/
+22
*
desktop-shell: update protocol and client to wl_shell_surface
Pekka Paalanen
2011-12-04
1
-0
/
+1
*
wl_shell_surface adaptation
Pekka Paalanen
2011-12-04
1
-20
/
+29
*
window: fix segfault in window_handle_key()
Pekka Paalanen
2011-12-02
1
-3
/
+2
*
window.c: Cache outputs
Kristian Høgsberg
2011-11-26
1
-11
/
+52
[next]