Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
be2f6b0f75a6fb6ac1278d2cd935a36419a09d0f
/
clients
/
window.h
9b1f8ef
Get rid of the window_create_menu function
by Dima Ryazanov
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
fdcdda3
window: Add API for manually set confine region
by Jonas Ådahl
· 10 years ago
e5a1bb4
clients: Add API for pointer locking and pointer confinement
by Jonas Ådahl
· 11 years ago
e99e4bf
clients & tests: Unify multiple definitions of x*alloc and related functions
by Bryce Harrington
· 9 years ago
5ccf047
client: Add DnD cursors to the managed cursors list
by Carlos Garnacho
· 9 years ago
9c93179
data-device: Implement DnD actions
by Carlos Garnacho
· 9 years ago
87743e9
Support axis source, axis discrete, frame and axis stop events
by Peter Hutterer
· 9 years ago
118387e
toytoolkit: Remove window_damage()
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 10 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
883ac02
Whitespace corrections
by Murray Calavera
· 10 years ago
51a7ae5
clients & tests: use eglGetPlatformDisplayEXT when supported
by Jonny Lamb
· 10 years ago
de8bd50
clients: Allow creating a "detached" menu
by Jasper St. Pierre
· 11 years ago
dda9313
clients: Remove the window / user parameters from the menu function
by Jasper St. Pierre
· 11 years ago
de68099
terminal: Only add the new size to the title when we're resizing
by Jasper St. Pierre
· 11 years ago
c815d62
xdg-shell: Rename set_transient_for to set_parent
by Jasper St. Pierre
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
cd186fb
toytoolkit: match parent surface type when adding a subsurface
by Manuel Bachmann
· 11 years ago
738715d
toytoolkit: Expose output make and model
by Jason Ekstrand
· 11 years ago
5a18332
clients: Add support for the minimize button
by Jasper St. Pierre
· 11 years ago
5368604
window: Add wrappers for xdg_surface_set_transient_for
by Jasper St. Pierre
· 12 years ago
76ec082
westoy: Remove fullscreen methods
by Jasper St. Pierre
· 12 years ago
7f4386e
westoy: Use subsurfaces for tooltips instead of transient windows
by Jasper St. Pierre
· 12 years ago
700d6ad
keyboard: Don't strcat() into a strdup()ed string
by Kristian Høgsberg
· 11 years ago
97b747c
westoy: Add an option to explicitly disable cairo on a widget
by Neil Roberts
· 12 years ago
ef9c8eb
keyboard: Handle touch up event
by Kristian Høgsberg
· 11 years ago
5e10a04
clients: Add a widget_get_wl_subsurface
by Neil Roberts
· 12 years ago
c971d2a
clients: Add window_is_transient() helper to the toy toolkit window
by Philip Withnall
· 12 years ago
bf3c1c6
distinguish touch screen and pointer dnd in client
by Xiong Zhang
· 12 years ago
a662206
protocol: move sub-surfaces to Wayland
by Pekka Paalanen
· 12 years ago
77a51fd
westoy: Remove some accessors for wl_shell / wl_shell_surface
by Jasper St. Pierre
· 12 years ago
bf17590
westoy: Remove unused support for window parents
by Jasper St. Pierre
· 12 years ago
01eaaac
westoy: Remove window_touch_move
by Jasper St. Pierre
· 12 years ago
83d8ee7
window, desktop-shell: deal with output unplug on client side
by Xiong Zhang
· 12 years ago
67b8215
terminal: Add context menu with new terminal/copy/paste
by Kristian Høgsberg
· 12 years ago
ee7fefc
Rename frame_create and frame_set_child_size with a window_ prefix
by Jason Ekstrand
· 12 years ago
0749e3f
terminal: Accept utf-8 text drop
by Kristian Høgsberg
· 12 years ago
1084da5
Add touch support for wl_shell_surface_move
by Rusty Lynch
· 12 years ago
b20b009
window: Add API to check for subcompositor, use in subsurface example
by Kristian Høgsberg
· 12 years ago
041815a
window.c: Add touch handlers
by Rusty Lynch
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
bee45a1
window: Allow hinting of a preference for RGB565 when creating a window
by Tomeu Vizoso
· 12 years ago
ce27841
clients: Introduce xmalloc() and use it a few places
by Kristian Høgsberg
· 12 years ago
1cc5ac3
clients: Nested compositor example
by Kristian Høgsberg
· 12 years ago
edddbd1
Convert all scales to int32_t
by Alexander Larsson
· 12 years ago
d68f523
window: Add window_get_output_scale()
by Alexander Larsson
· 12 years ago
5e9b652
window: allow setting a buffer scale on a window
by Alexander Larsson
· 12 years ago
afd319a
window: Track output scales
by Alexander Larsson
· 12 years ago
7ff7a80
clients: add subsurfaces demo
by Pekka Paalanen
· 12 years ago
35e8263
window: create sub-surfaces
by Pekka Paalanen
· 12 years ago
2396aec
protocol: add sub-surfaces
by Pekka Paalanen
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
0c4445b
window: create Cairo surfaces on demand for redraw
by Pekka Paalanen
· 12 years ago
02bba7c
window: move buffer type and transform into struct surface
by Pekka Paalanen
· 12 years ago
5403f52
window: Allow clients to choose the fullscreen method
by Ander Conselvan de Oliveira
· 13 years ago
bf74d52
window: Add a widget default cursor convenience helper
by Kristian Høgsberg
· 13 years ago
15256f6
window: Add a way to retrieve a window's output transform
by Ander Conselvan de Oliveira
· 13 years ago
6d4cb4e
window: Let clients set buffer transformations
by Ander Conselvan de Oliveira
· 13 years ago
a85292e
Fix a crash when opening two terminal windows and closing the first one.
by Dima Ryazanov
· 13 years ago
8c03616
weston-simple-im: Create our own xkb_context
by Kristian Høgsberg
· 13 years ago
c31288d
window: Allow to get xkb context from display
by Jan Arne Petersen
· 13 years ago
cd99706
text: Send more information with keysym events
by Jan Arne Petersen
· 13 years ago
a8d4c84
window: make window_flush() private
by Pekka Paalanen
· 13 years ago
ce36f6d
window: make window_{create,set}_surface private
by Pekka Paalanen
· 13 years ago
fedc527
window: remove window_set_transparent() declaration
by Pekka Paalanen
· 13 years ago
8c31a4c
Define our own container_of as well
by Kristian Høgsberg
· 13 years ago
5717b6d
Stop relying on ARRAY_LENGTH being defined in wayland-util.h
by Kristian Høgsberg
· 13 years ago
53e5848
window: remove dead EGL code
by Pekka Paalanen
· 13 years ago
fa80e11
Update to new fd and wl_registry APIs
by Kristian Høgsberg
· 13 years ago
1671e11
window: Add getters for fullscreen and maximized state
by Kristian Høgsberg
· 13 years ago
7e0cc54
toytoolkit: add axis handler
by Philipp Brüschweiler
· 13 years ago
86adef9
window.c: Handle multiple keyboard foci
by Kristian Høgsberg
· 13 years ago
67ace20
window.c: Add fullscreen handler to keep fullscreen state consistent
by Kristian Høgsberg
· 13 years ago
fe89f07
toytoolkit: Remove obsolete function window_set_custom().
by Scott Moreau
· 13 years ago
962342c
shell: Don't make desktop_shell background a wl_shell_surface
by Kristian Høgsberg
· 13 years ago
f337052
window: Add support for the blank cursor
by Kristian Høgsberg
· 13 years ago
a162792
window: Compute initial window size correctly
by Kristian Høgsberg
· 13 years ago
8062007
window: Implement animated cursors (using pointer surfaces)
by Ander Conselvan de Oliveira
· 13 years ago
d56bd90
shell: Use a busy cursor animation for unresponsive surfaces
by Kristian Høgsberg
· 13 years ago
7cee197
window.c: Add primitive support for animated cursors
by Kristian Høgsberg
· 13 years ago
8591dbf
window.c: Add watch cursor
by Kristian Høgsberg
· 13 years ago
5a4e9ff
window.c: Drop timestamp argument to input_set_pointer_image()
by Kristian Høgsberg
· 13 years ago
c9785ea
Use enum wl_keyboard_key_state instead of integer
by Daniel Stone
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
7a1b32a
Implement text cursor position protocol.
by Scott Moreau
· 13 years ago
210eb9d
dnd: work around cairo-gl brokenness
by Ander Conselvan de Oliveira
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
82db9d8
window: add simple text tooltip handlers
by Tiago Vignatti
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
dec7658
window: send transient flags over the wire
by Tiago Vignatti
· 13 years ago
37816df
Convert wl_input_device to wl_seat (and friends)
by Daniel Stone
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
7016313
Port Wayland clients to new xkbcommon API
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
Next »