Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
ee7fefcffc73fbf2e5fbe2bcb08a3918f202144b
/
clients
/
window.h
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
bad4297
window: Drop EGLImage surface type
by Kristian Høgsberg
· 13 years ago
bcacef1
Add an option parser
by Kristian Høgsberg
· 13 years ago
067fd60
window.c: Drop support for rgb contexts
by Kristian Høgsberg
· 13 years ago
010f98b
window: Track and report input and opaque regions
by Kristian Høgsberg
· 13 years ago
9d4f030
window: Use new xkbcommon include path
by Daniel Stone
· 13 years ago
d6bcd7d
window: Toggle maximized with super-f5
by Kristian Høgsberg
· 13 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 14 years ago
d31fcab
window: Make window frame menu available to client
by Kristian Høgsberg
· 14 years ago
6d174cf
window: menu leak fixes
by Pekka Paalanen
· 14 years ago
0bd8927
window: remove duplicate widget_resize_handler_t
by Pekka Paalanen
· 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
441338c
window: Keep widgets in a tree instead of a list
by Kristian Høgsberg
· 14 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
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
87a57bb
window: Create a widget for the window, drop window 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
ee14323
window: Replace widget focus handler with a enter/leave handler pair
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
e7aaec3
x11: Bridge X11 CLIPBOARD selection to Wayland clients
by Kristian Høgsberg
· 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
999c5b5
window: expose outputs to applications
by Pekka Paalanen
· 14 years ago
c1765c6
move config parser to a convenience library
by Pekka Paalanen
· 14 years ago
9d1613e
wl_shell_surface adaptation
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
668dd56
window: add a helper for config file paths
by Pekka Paalanen
· 14 years ago
ac3a59a
window: Add a cheesy parser for ini-files, use it in desktop-shell
by Kristian Høgsberg
· 14 years ago
bcee9a4
desktop-shell: Add beginning of pop-up menu to panel
by Kristian Høgsberg
· 14 years ago
Next »