Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
0d1c062913d15ca412f585c6c19718d20e92cdb5
/
clients
/
window.c
0d1c062
window: Don't overwrite window->allocation until we've done the resize
by Kristian Høgsberg
· 14 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 14 years ago
8e054f7
flower: Dont allow resizing
by Kristian Høgsberg
· 14 years ago
d31fcab
window: Make window frame menu available to client
by Kristian Høgsberg
· 14 years ago
e018b04
window: fix resizing of windows backed by shm buffers
by Ander Conselvan de Oliveira
· 14 years ago
42c8f60
window: Handle data_device.selection events with offer=NULL
by Kristian Høgsberg
· 14 years ago
ae6e271
window: Don't crash when window with focus_widget is destroyed
by Kristian Høgsberg
· 14 years ago
6b28aad
window: Fix sending button events when there's no grab
by Neil Roberts
· 14 years ago
824c6d0
window: Use CAIRO_OPERATOR_OVER for rendering the menu
by Kristian Høgsberg
· 14 years ago
6d174cf
window: menu leak fixes
by Pekka Paalanen
· 14 years ago
e156fb6
window: remove pointers to widget on destroy
by Pekka Paalanen
· 14 years ago
4dde2fc
window: destroy frame in window_destroy()
by Pekka Paalanen
· 14 years ago
2d57439
clients: Allow compiling with the cairo glesv2 backend
by Kristian Høgsberg
· 14 years ago
8e81df4
Use new format codes
by Kristian Høgsberg
· 14 years ago
6244480
window: Don't deref focus widget if there isn't one
by Kristian Høgsberg
· 14 years ago
f0993f6
window: Remove a few unused struct fields
by Kristian Høgsberg
· 14 years ago
b632351
window: Move focus widget to struct input
by Kristian Høgsberg
· 14 years ago
831dd52
window: Implement input device grabbing
by Kristian Høgsberg
· 14 years ago
29af3eb
window: Make decorations just a widget
by Kristian Høgsberg
· 14 years ago
bb97700
window: Get rid of the window child allocation concept
by Kristian Høgsberg
· 14 years ago
27ff086
window: Break widget grab before shell surface move or grab
by Kristian Høgsberg
· 14 years ago
441338c
window: Keep widgets in a tree instead of a list
by Kristian Høgsberg
· 14 years ago
3094898
window: Use surface coordinates for looking up widgets
by Kristian Høgsberg
· 14 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
by Kristian Høgsberg
· 14 years ago
5d12990
window: Allocate and flush the window surface in window.c
by Kristian Høgsberg
· 14 years ago
75bc667
window: Drop the window widget
by Kristian Høgsberg
· 14 years ago
9ca2d08
window: Run deferred tasks before blocking for initial iteration
by Kristian Høgsberg
· 14 years ago
bb901fa
window: Return pointer type from widget enter handler
by Kristian Høgsberg
· 14 years ago
a8a0db3
window: Move button handler to widget
by Kristian Høgsberg
· 14 years ago
19dd1d7
window: Use the window widget instead of adding a window sized widget
by Kristian Høgsberg
· 14 years ago
87a57bb
window: Create a widget for the window, drop window motion handler
by Kristian Høgsberg
· 14 years ago
5f190ef
window: Convert a few clients to use widget motion handler
by Kristian Høgsberg
· 14 years ago
04e9834
window: Add a widget motion handler
by Kristian Høgsberg
· 14 years ago
ab9e79f
window: Remove window enter/leave handlers
by Kristian Høgsberg
· 14 years ago
391649b
window: Use widget enter/leave handlers for menu
by Kristian Høgsberg
· 14 years ago
ee14323
window: Replace widget focus handler with a enter/leave handler pair
by Kristian Høgsberg
· 14 years ago
21eabf6
window: Use display_exit() instead of exit() in window menu
by Kristian Høgsberg
· 14 years ago
9a13dab
window: Move widget focus handler to the widget
by Kristian Høgsberg
· 14 years ago
c51f799
window: Rename item to widget
by Kristian Høgsberg
· 14 years ago
4f7dcd6
window: Add a window menu
by Kristian Høgsberg
· 14 years ago
b3cca0a
shell: Start implementing the popup surface type
by Kristian Høgsberg
· 14 years ago
9724b51
More weston rename fixes
by Kristian Høgsberg
· 14 years ago
e7aaec3
x11: Bridge X11 CLIPBOARD selection to Wayland clients
by Kristian Høgsberg
· 14 years ago
e04ad57
window.c: Add touch event stubs
by Kristian Høgsberg
· 14 years ago
8a1d10d
window.c: Rename input handlers to input_handle_*
by Kristian Høgsberg
· 14 years ago
325bb60
window: destroy surfaces on display_destroy()
by Pekka Paalanen
· 14 years ago
e1207c7
window: destroy all inputs on display_destroy()
by Pekka Paalanen
· 14 years ago
c205298
window: destroy misc objects on display_destroy()
by Pekka Paalanen
· 14 years ago
2c1426a
window: destroy outputs on display_destroy()
by Pekka Paalanen
· 14 years ago
5ec6585
window: destroy window surfaces and title
by Pekka Paalanen
· 14 years ago
51ce95a
window: remove unused struct members
by Pekka Paalanen
· 14 years ago
fe6079a
window: add display_destroy()
by Pekka Paalanen
· 14 years ago
826d795
window: add display_exit()
by Pekka Paalanen
· 14 years ago
bbedd7e
clients: Implement a toy-menu for testing the menu surface type
by Kristian Høgsberg
· 14 years ago
9015ead
window: do proper Cairo device flushing
by Pekka Paalanen
· 14 years ago
cd9ac1d
compositor: Remove server side cursors
by Kristian Høgsberg
· 14 years ago
999c5b5
window: expose outputs to applications
by Pekka Paalanen
· 14 years ago
6b2dc91
window: do not crash without wl_shell
by Pekka Paalanen
· 14 years ago
068ae94
desktop-shell: update protocol and client to wl_shell_surface
by Pekka Paalanen
· 14 years ago
9d1613e
wl_shell_surface adaptation
by Pekka Paalanen
· 14 years ago
a03a93c
window: fix segfault in window_handle_key()
by Pekka Paalanen
· 14 years ago
53ff2f6
window.c: Cache outputs
by Kristian Høgsberg
· 14 years ago
47fe08a
Implement the new dnd/selection protocol
by Kristian Høgsberg
· 14 years ago
c5241f5
Never include wayland-util.h directly
by Kristian Høgsberg
· 14 years ago
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 14 years ago
980c49e
window: Remove unused variable
by Kristian Høgsberg
· 14 years ago
77cbc95
window: clean up redraw and focuses on destroy
by Pekka Paalanen
· 14 years ago
8bd35c7
window: Avoid setting an invalid surface for the pointer
by Rob Bradford
· 14 years ago
21223bf
window: Report an error if we cannot load the pointer files
by Rob Bradford
· 14 years ago
bcee9a4
desktop-shell: Add beginning of pop-up menu to panel
by Kristian Høgsberg
· 14 years ago
1a89f28
gears: Fail if compiled without cairo-egl
by Benjamin Franzke
· 14 years ago
0c99163
window: Create a cairo device for each egl config
by Benjamin Franzke
· 14 years ago
47eb8f4
window: Remove display_flush_cairo_device
by Benjamin Franzke
· 14 years ago
e4fb78d
Handle compositors without wl_shell
by Kristian Høgsberg
· 14 years ago
e28d05b
window.c: Move window items to window.c
by Kristian Høgsberg
· 14 years ago
3a69627
window: Stop using glib mainloop in toy toolkit
by Kristian Høgsberg
· 14 years ago
1e164b9
Move rounded_rect() to cairo-util.c
by Kristian Høgsberg
· 14 years ago
547da5a
terminal: Make -f (fullscreen) option work again
by Kristian Høgsberg
· 14 years ago
f8ab46e
window: Default to toplevel windows
by Kristian Høgsberg
· 14 years ago
0c29eb2
clients: Add a simple desktop-shell app
by Kristian Høgsberg
· 14 years ago
900b226
window: Add enter/leave handlers
by Kristian Høgsberg
· 14 years ago
4b87a13
clients: Fix typos
by Benjamin Franzke
· 14 years ago
91eacca
Remove egl display type setenv hack
by Benjamin Franzke
· 14 years ago
f389cac
Move away from visuals and just use EGLConfigs or shm format tokens
by Kristian Høgsberg
· 14 years ago
9de79a9
window.c: Drop global handler argument
by Kristian Høgsberg
· 14 years ago
a8d1fa7
clients: Bring clients up to date
by Kristian Høgsberg
· 14 years ago
3341820
Use the new wl_callback interface
by Kristian Høgsberg
· 14 years ago
22d5481
window.c: Fix compile/run using cairo without egl
by Benjamin Franzke
· 14 years ago
14f7ff9
window: Set egl_window_resize late and once
by Benjamin Franzke
· 14 years ago
8f0ce05
compositor: Send out more detailed output events
by Kristian Høgsberg
· 14 years ago
7a5c979
Move map requests to shell
by Kristian Høgsberg
· 14 years ago
65e5051
clients: Add an optional roundtrip for visual lookup
by Benjamin Franzke
· 14 years ago
3be87d1
window: Add support for opaque windows
by Kristian Høgsberg
· 14 years ago
8357cd6
window.c: Deal with visual changes
by Kristian Høgsberg
· 14 years ago
e7b8d90
compositor: Set EGL_PLATFORM env variable for each backend.
by Egbert Eich
· 14 years ago
bde55ec
Implement buffer.damage in shm, use it in window.c
by Benjamin Franzke
· 14 years ago
7cbdb64
Fix clients to work with wl_ prefixed interface names
by Kristian Høgsberg
· 14 years ago
91342c6
Switch to new subscribe protocol and wayland-egl
by Kristian Høgsberg
· 14 years ago
d11eadb
window.c: Check for cairo device failure the right way
by Kristian Høgsberg
· 14 years ago
01aed1c
Remove double definition of window_get_wl_surface()
by Kristian Høgsberg
· 14 years ago
Next »