Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
04633b69324ef1df086f1f2a2686441937575ccf
/
clients
bae79ca
clients/window: fail if NULL returned from frame_create
by U. Artie Eoff
· 12 years ago
86c68b3
weston-info: free allocated memory and check OOM conditions
by U. Artie Eoff
· 12 years ago
09827e2
terminal: use xstrdup instead to handle OOM
by U. Artie Eoff
· 12 years ago
5cda4e3
use xzalloc wrapper instead
by U. Artie Eoff
· 12 years ago
3c94677
clients/desktop-shell: check OOM conditions
by U. Artie Eoff
· 12 years ago
6f394d5
resizor: Don't resize if maximized
by Kristian Høgsberg
· 12 years ago
3abdafd
terminal: Only set title if asprintf succeeded
by Bryce W. Harrington
· 12 years ago
211b517
shell: Move maximize and fullscreen bindings to mod + SHIFT
by Kristian Høgsberg
· 12 years ago
b637a40
window: Properly destroy tooltip windows when parent window is destroyed
by Kristian Høgsberg
· 12 years ago
d6d3b37
keyboard: Make debug output less verbose
by Kristian Høgsberg
· 12 years ago
700d6ad
keyboard: Don't strcat() into a strdup()ed string
by Kristian Høgsberg
· 12 years ago
a548b4b
keyboard: Fix insert_text() string utility
by Kristian Høgsberg
· 12 years ago
97b747c
westoy: Add an option to explicitly disable cairo on a widget
by Neil Roberts
· 12 years ago
b0420ae
protocol: rename wl_surface_scaler to wl_viewport
by Pekka Paalanen
· 12 years ago
ef9c8eb
keyboard: Handle touch up event
by Kristian Høgsberg
· 12 years ago
966e3ed
editor: Add missing touch-to-activate for the entries
by Kristian Høgsberg
· 12 years ago
917711b
clients: Fix libexec clients install
by Armin K
· 12 years ago
7885890
editor: Add keyboard_focus handler to schedule repaint
by Kristian Høgsberg
· 12 years ago
4598f96
desktop-shell: Remove debug code from previous commit
by Kristian Høgsberg
· 12 years ago
7c4f6cc
shell: Only assign focus on click if there is a pointer focus surface
by Kristian Høgsberg
· 12 years ago
f3fa832
build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional
by Kristian Høgsberg
· 12 years ago
96e1c0b
build: Don't try to build weston-info if client build is disabled
by Kristian Høgsberg
· 12 years ago
ea520d5
build: Rename option and conditional for installing demo clients
by Kristian Høgsberg
· 12 years ago
c152ee1
window.c: Don't put buttons on frames for custom windows
by Kristian Høgsberg
· 12 years ago
c2010b3
nested: Add EGL_WL_create_wayland_buffer_from_image compat defines
by Kristian Høgsberg
· 12 years ago
92d90f2
clients: add scaler test app
by Jonny Lamb
· 12 years ago
80c798b
Update .gitignore
by Jasper St. Pierre
· 12 years ago
1e65840
simple-egl: Add option to allow not syncing to compositor repaint cycle
by Kristian Høgsberg
· 12 years ago
deb3222
simple-egl: Print fps for the spinning triangle
by Kristian Høgsberg
· 12 years ago
acdae2e
stacking: Set a keyboard focus handler so we can repaint the frame
by Kristian Høgsberg
· 12 years ago
a5059eb
nested: Add an option to disable subsurfaces
by Neil Roberts
· 12 years ago
1f020a1
nested: Add a renderer using subsurfaces
by Neil Roberts
· 12 years ago
5e10a04
clients: Add a widget_get_wl_subsurface
by Neil Roberts
· 12 years ago
47b87d5
nested: Add a ‘renderer’ mechanism with a vtable
by Neil Roberts
· 12 years ago
f9b2541
nested: Move the frame callback list to the surface
by Neil Roberts
· 12 years ago
2855766
nested: Add damage tracking to the nested compositor example
by Neil Roberts
· 12 years ago
15a8d34
nested: Add double-buffered state semantics to the nested example
by Neil Roberts
· 12 years ago
6bf2387
nested: Add the buffer reference semantics from Weston
by Neil Roberts
· 12 years ago
8fbe3a6
nested: Remove the surface from the surface list when destroyed
by Neil Roberts
· 12 years ago
873b515
tablet-shell: Remove
by Kristian Høgsberg
· 12 years ago
fdca95c
window: handle insufficient buffer space
by Pekka Paalanen
· 12 years ago
17c2fb4
clients: Add a new weston-stacking demo
by Philip Withnall
· 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
853a779
client/dnd.c: add dnd support for touch screen in client
by Xiong Zhang
· 12 years ago
49c6aee
terminal: add touch screen selection support
by Xiong Zhang
· 12 years ago
1d781ee
terminal: Update terminal->end whenever we write a character
by Kristian Høgsberg
· 12 years ago
dcfff55
terminal: Init tab ruler after setting terminal->width
by Kristian Høgsberg
· 12 years ago
617e9a3
dnd: Simplify drag icon creation
by Kristian Høgsberg
· 12 years ago
8b66ebd
weston-info: Handle shm formats better
by Kristian Høgsberg
· 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
47f1043
westoy: Fix the version number we request for wl_seat
by Jasper St. Pierre
· 12 years ago
4a7409a
toytoolkit: Don't segfault on window close
by Jason Ekstrand
· 12 years ago
8ae6385
window.c: Don't ungrab input after displaying the menu
by Kristian Høgsberg
· 12 years ago
83d8ee7
window, desktop-shell: deal with output unplug on client side
by Xiong Zhang
· 12 years ago
89f4bc4
window.c: Don't put titlebars on menu windows
by Kristian Høgsberg
· 12 years ago
c680e90
window.c: Use frame code for drawing menus
by Kristian Høgsberg
· 12 years ago
a83be20
terminal: Show character grid size in header bar when resizing
by Kristian Høgsberg
· 12 years ago
67b8215
terminal: Add context menu with new terminal/copy/paste
by Kristian Høgsberg
· 12 years ago
14f39b2
terminal: Add scroll-back history
by Kristian Høgsberg
· 12 years ago
3eccb86
clients/window: Dispose of previous keymap and state on keymap change
by Rui Matos
· 12 years ago
4c4bb95
Rename invocations of frame_create that were missed by ee7fefcf
by Cameron Stewart
· 12 years ago
afb9828
window: Only clamp min size for windows with frame
by Kristian Høgsberg
· 12 years ago
53ec560
window: Set a minimum size for toytoolkit windows
by Kristian Høgsberg
· 12 years ago
598477d
window: Set opaque region to window size if we're fullscreen
by Kristian Høgsberg
· 12 years ago
78fe753
simple-egl: Add support for using a 16 bpp EGLConfig
by Kristian Høgsberg
· 12 years ago
3f66cf9
Use cairo-util frame in tinytoolkit
by Jason Ekstrand
· 12 years ago
ee7fefc
Rename frame_create and frame_set_child_size with a window_ prefix
by Jason Ekstrand
· 12 years ago
db044cb
clients: Update .gitignore for weston-multi-resource
by Stefan Schmidt
· 12 years ago
cab9aea
multi-resource: Don't include non-existing xmalloc.h
by Kristian Høgsberg
· 12 years ago
e8344e3
nested: Cast away warnings for differing arguments to eglQueryWaylandBufferWL
by Kristian Høgsberg
· 12 years ago
6773394
nested: Free client struct on launch_client error paths
by Kristian Høgsberg
· 12 years ago
f1144dd
nested-client: Exit if we fail to create the nested client struct
by Kristian Høgsberg
· 12 years ago
b24d590
multi-resource: Use xzmalloc() instead of malloc+memset and calloc
by Kristian Høgsberg
· 12 years ago
d58e395
tablet-shell: Avoid leaking icon or path strings from invalid launcher section
by Kristian Høgsberg
· 12 years ago
b5c973c
window.c: Free cursor theme name once we're done with it
by Kristian Høgsberg
· 12 years ago
6a11a8a
Revert "Resize the shell when the mode is switched"
by Kristian Høgsberg
· 12 years ago
a356f7b
Resize the shell when the mode is switched
by Hardening
· 12 years ago
639fd86
clients: Include and link against math lib for new multi-resource
by Stefan Schmidt
· 12 years ago
7f951e1
Update .gitignore
by Emilio Pozuelo Monfort
· 12 years ago
1abe048
config-parser: Make weston_config_parse() tkae a file name
by Kristian Høgsberg
· 12 years ago
b159560
tablet-shell: Use new weston_config instead of old config parse
by Kristian Høgsberg
· 12 years ago
8c079ae
window.c: Port to use weston_config instead of old parser
by Kristian Høgsberg
· 12 years ago
9c3dee1
terminal: Port to new weston_config parse
by Kristian Høgsberg
· 12 years ago
f428d25
Add a test client to test multiple pointer/keyboard resources
by Neil Roberts
· 12 years ago
4a4704a
Minor improvement of weston-terminal resizing
by José Bollo
· 12 years ago
f97a680
clients: remove superfluous call
by Peter Hutterer
· 12 years ago
e2a9eff
clients: de-duplicate demo clients list
by Peter Hutterer
· 12 years ago
8a20500
terminal: Stop complaining about OSC escape code 7
by Kristian Høgsberg
· 12 years ago
735bda2
dnd: Support dropping as text/plain;charset=utf-8
by Kristian Høgsberg
· 12 years ago
0749e3f
terminal: Accept utf-8 text drop
by Kristian Høgsberg
· 12 years ago
938f102
dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type
by Kristian Høgsberg
· 12 years ago
a8e627f
keyboard: Add rudimentary touch support to keyboard.
by Brian J Lovin
· 12 years ago
0803118
window: Use new wl_pointer/keyboard_release request
by Rob Bradford
· 12 years ago
eec6aee
.gitignore: Reflect recent client binary rename
by Bryce W. Harrington
· 12 years ago
b22bf57
window.c: Fix SIGSEGV in pointer_handle_motion
by Paul Winwood
· 12 years ago
6346e50
subsurfaces: fix rendering problem with cairo-glesv2
by Stanislav Vorobiov
· 12 years ago
Next »