Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
6597506ac3926f57bc29bf41219e947a5a826434
/
clients
/
window.h
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
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
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
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
9de79a9
window.c: Drop global handler argument
by Kristian Høgsberg
· 14 years ago
3be87d1
window: Add support for opaque windows
by Kristian Høgsberg
· 14 years ago
bde55ec
Implement buffer.damage in shm, use it in window.c
by Benjamin Franzke
· 14 years ago
01aed1c
Remove double definition of window_get_wl_surface()
by Kristian Høgsberg
· 14 years ago
11e2828
Merge remote-tracking branch 'bnf/surface-frame-event'
by Kristian Høgsberg
· 14 years ago
386857b
Add struct window accessor for the wl_surface
by Kristian Høgsberg
· 14 years ago
b4b6734
Define global handler on display creation
by Tim Wiederhake
· 14 years ago
cff904e
gears: Use wayland egl surface instead of images
by Benjamin Franzke
· 14 years ago
6693ac2
window: Use window surfaces for windows
by Benjamin Franzke
· 14 years ago
ec4d342
Support per surface frame events
by Benjamin Franzke
· 14 years ago
297c631
Port window.c to use wayland-egl
by Kristian Høgsberg
· 14 years ago
734a750
Remove frame handler prototype
by Kristian Høgsberg
· 15 years ago
6ec41ab
Merge remote branch 'callum/master'
by Kristian Høgsberg
· 15 years ago
dc3f817
remove declaration without definition from window.h
by Tim Wiederhake
· 15 years ago
248c1b6
Add an orange pop-up menu to test the new map_transient request
by Kristian Høgsberg
· 15 years ago
6eeeb30
Merge branch 'master' of git://anongit.freedesktop.org/wayland
by Callum Lowcay
· 15 years ago
6bccebe
terminal: Just send the pty master fd to receive the selection.
by Kristian Høgsberg
· 15 years ago
e164e4e
Use cairo_push_group() for all double buffering, drop window_copy_*()
by Kristian Høgsberg
· 15 years ago
23c03ad
Use libxkbcommon #defines for modifiers
by Kristian Høgsberg
· 15 years ago
58eec36
Add proof-of-concept selection support to terminal
by Kristian Høgsberg
· 15 years ago
67cac8a
Pass input device and time in key_handler callback
by Kristian Høgsberg
· 15 years ago
943741c
Use the global handler in dnd instead of custom drag_offer hook
by Kristian Høgsberg
· 15 years ago
b46df05
window: Add a catch-all global handler hook
by Kristian Høgsberg
· 15 years ago
8def264
Check for cairo-egl instead of just cairo-gl
by Kristian Høgsberg
· 15 years ago
ef57a9b
terminal: Window operations
by Callum Lowcay
· 15 years ago
da846ca
Fix terminal resizing
by Kristian Høgsberg
· 15 years ago
9835417
Workaround gears depending on cairo-gl
by nobled
· 15 years ago
82da52b
Update surface.attach and change surface.map to surface.map_toplevel
by Kristian Høgsberg
· 15 years ago
41da908
Don't hardcode offered dnd types in window.c
by Kristian Høgsberg
· 15 years ago
c4b8c45
fix missing includes in clients/window.h and clients/wayland-glib.h
by Fred Morcos
· 15 years ago
f57303f
Expose window_set_surface() in window.h
by Bryce Harrington
· 15 years ago
2b43bd7
Bring gears example up to date
by Kristian Høgsberg
· 15 years ago
012a007
Add small client for testing shm surfaces
by Kristian Høgsberg
· 15 years ago
d0c3b9d
Fall back to cairo image backend and shm surface if we don't have cairo gl
by Kristian Høgsberg
· 15 years ago
9d69f8e
Replace commit/ack/frame protocol with simpler sync and frame callbacks
by Kristian Høgsberg
· 15 years ago
e9d37bd
Use a transient object for the dnd session
by Kristian Høgsberg
· 15 years ago
e968f9c
Provide visual feedback as to whether drop is supported
by Kristian Høgsberg
· 15 years ago
1d7ffd3
Set pointer image only in response to 'target' event
by Kristian Høgsberg
· 15 years ago
506e20e
More work on dnd
by Kristian Høgsberg
· 15 years ago
9a68624
Add a drag and drop test client
by Kristian Høgsberg
· 15 years ago
Next »