Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
e0de3c2418fd754327eaffe1115857f1e99426fc
e0de3c2
Add libinput based input device backend
by Jonas Ådahl
· 11 years ago
0feb32e
udev-seat: Make udev_input own its own udev object reference
by Jonas Ådahl
· 11 years ago
58e1586
udev-seat: Make udev_seat_get_named take struct udev_input pointer
by Jonas Ådahl
· 11 years ago
77c1a5b
Add support for having different GBM formats for different outputs
by Neil Roberts
· 11 years ago
b7f8533
Split gl_renderer_setup into two functions
by Neil Roberts
· 11 years ago
3c2e66b
x11-backend: Override scale from weston.ini if --scale is passed
by Kristian Høgsberg
· 11 years ago
d89a094
x11-backend: Add a --scale option
by Jason Ekstrand
· 11 years ago
50fba97
Fix the pixman renderer with respect to output transforms
by Jason Ekstrand
· 11 years ago
97b5220
xdg-shell: Improve documentation for use_unstable_version request
by Kristian Høgsberg
· 11 years ago
c7680b0
xdg-shell: Bump unstable version to 3
by Kristian Høgsberg
· 11 years ago
283bf37
shell: Consolidate state changes into xdg_surface_change_state
by Kristian Høgsberg
· 11 years ago
8c6aa45
xdg-shell: Replace the set_* atrocity with a new approach
by Jasper St. Pierre
· 11 years ago
ed7cae3
weston.ini.in: Update path to weston-flower
by Jasper St. Pierre
· 11 years ago
b223a72
xdg-shell: Rename focused_set / focused_unset to activated / deactivated
by Jasper St. Pierre
· 11 years ago
a0d8a30
clients: Add delete handler for simple-shm / simple-egl
by Jasper St. Pierre
· 11 years ago
5a18332
clients: Add support for the minimize button
by Jasper St. Pierre
· 11 years ago
63a9c33
Reorder the xdg_shell implementations to fit the spec'd order
by Jasper St. Pierre
· 12 years ago
63a1410
window: Remove window_location enum
by Jasper St. Pierre
· 11 years ago
981aad5
xdg-shell: Remove "edges" from description
by Jasper St. Pierre
· 11 years ago
a759201
exposay: avoid needlessly activating the active view
by Emilio Pozuelo Monfort
· 11 years ago
e818d59
toytoolkit: avoid unnecessary redraws when focus changes
by Emilio Pozuelo Monfort
· 11 years ago
f942b73
exposay: don't crash if a view goes away
by Emilio Pozuelo Monfort
· 11 years ago
3b6e68e
exposay: arrange views per-output
by Emilio Pozuelo Monfort
· 11 years ago
8841917
Improvement of weston.ini.man. Add key:shell and remove tablet-shell
by Nobuhiko Tanibata
· 11 years ago
dae8a4b
tests: Properly report skipped tests
by Emilio Pozuelo Monfort
· 11 years ago
943cb12
tests: use the headless backend to run the test suite
by Emilio Pozuelo Monfort
· 11 years ago
08dbd31
tests: Skip buffer-count if EGL initialization fails
by Emilio Pozuelo Monfort
· 11 years ago
2a67902
noop-renderer: Read the shm buffer contents on attach
by Emilio Pozuelo Monfort
· 11 years ago
2c87d94
noop-renderer: Set the buffer size on attach requests
by Emilio Pozuelo Monfort
· 11 years ago
dd9f6bc
compositor-headless: create input devices
by Emilio Pozuelo Monfort
· 11 years ago
db1fccb
input: Send leave and enter pair when the surface moves under the cursor
by Kristian Høgsberg
· 11 years ago
dd62aba
shell: Use the per-client responsiveness tracking for wl_shell as well
by Kristian Høgsberg
· 11 years ago
e11ef64
compositor: Drop core ping_handler callout
by Kristian Høgsberg
· 11 years ago
fe84a97
build: List xdg protocol files as nodist SOURCEs
by Kristian Høgsberg
· 11 years ago
4c1bfc9
build: Link to libshared.la instead of adding to SOURCES
by Kristian Høgsberg
· 11 years ago
239902b
client: Fix shell unstable version check
by Kristian Høgsberg
· 11 years ago
2bff94e
xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface
by Kristian Høgsberg
· 11 years ago
cbb9158
Don't crash when eglCreateContext fails
by Mariusz Ceier
· 11 years ago
dfaf65b
clients: Port simple-shm and simple-egl to xdg-shell
by Kristian Høgsberg
· 11 years ago
9679cf9
Update .gitignore
by Jasper St. Pierre
· 11 years ago
7407345
xdg-shell: Add set_margin request
by Jasper St. Pierre
· 12 years ago
2097fe1
xdg-shell: Add a "delete" event
by Jasper St. Pierre
· 12 years ago
e5b4dce
build: Add missing AM_CFLAGS to client target CFLAGS
by Kristian Høgsberg
· 11 years ago
44cd196
xdg-shell: Drop edges arg from xdg_surface configure event
by Kristian Høgsberg
· 11 years ago
ab39f4d
nested-client: Fix build error
by Jason Ekstrand
· 11 years ago
c94d622
compositor: Move view repositioning logic into shell
by Ander Conselvan de Oliveira
· 12 years ago
a8a9baf
compositor: Remove weston_output::move_signal
by Ander Conselvan de Oliveira
· 12 years ago
7908bff
dim-layer: fix dimming for unfocused surfaces
by Emilio Pozuelo Monfort
· 12 years ago
bf539e3
compositor-rpi: Fix input initialization
by Emilio Pozuelo Monfort
· 12 years ago
c74ab15
README: Fix typo; add link to testing docs
by Bryce W. Harrington
· 11 years ago
8e96f9e
gl-renderer: Use eglSwapBuffersWithDamageEXT when available
by Jason Ekstrand
· 11 years ago
e5512d4
gl-renderer: Track border damage and only repaint borders on an as-needed basis
by Jason Ekstrand
· 11 years ago
9a7ad67
window: Delay scheduled redraws if we start maximize or fullscreen protocol
by Kristian Høgsberg
· 11 years ago
b405a80
terminal: Only reset title if we put the window size there
by Kristian Høgsberg
· 11 years ago
c896401
input: Run touch binding before calling touch grab
by Kristian Høgsberg
· 11 years ago
d2a0213
window: Ask xkbcommon whether or not to repeat a key
by Kristian Høgsberg
· 11 years ago
c988362
input: Transform to surface coordinates outside resource for loop
by Kristian Høgsberg
· 11 years ago
4c72f57
shell: Remove elaborate if-statement with empty body
by Kristian Høgsberg
· 11 years ago
0b7d995
shell: Handle wl_shell surfaces created by xwayland correctly
by Kristian Høgsberg
· 11 years ago
49fcd00
build: Pass pkg-config CFLAGS as target_CFLAGS, not CPPFLAGS
by Kristian Høgsberg
· 11 years ago
1d2dd07
build: Add a rule for creating git-version.h when we don't have a git repo
by Kristian Høgsberg
· 11 years ago
5124b53
build: fix weston-info CFLAGS
by Pekka Paalanen
· 12 years ago
cca3a06
build: pass client flags to test programs
by Pekka Paalanen
· 12 years ago
304d40d
.gitignore: Add .dirstamp
by Kristian Høgsberg
· 12 years ago
dff63a2
build: Set a default aux dir
by Guillem Jover
· 12 years ago
bece0ee
build: Don't dist generated sources
by Kristian Høgsberg
· 12 years ago
088ba5e
Makefile.am: Fix protocol source files usage
by Quentin Glidic
· 12 years ago
5e647ca
xwayland: Fix typo in open flags for Xorg log file
by Kristian Høgsberg
· 12 years ago
6fd73cd
build: Add -Wsign-compare to GCC flags
by Kristian Høgsberg
· 12 years ago
1e47a93
Revert "stacking: Remove transient window support"
by Jasper St. Pierre
· 12 years ago
5368604
window: Add wrappers for xdg_surface_set_transient_for
by Jasper St. Pierre
· 12 years ago
0790e39
westoy: Port the toy toolkit over to xdg-shell
by Jasper St. Pierre
· 12 years ago
c0f17ab
westoy: Remove MAXIMIZED and FULLSCREEN as separate window types
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
e22952b
westoy: Schedule a full resize when we add a subsurface
by Jasper St. Pierre
· 12 years ago
b0d604f
stacking: Remove transient window support
by Jasper St. Pierre
· 12 years ago
faf27a9
weston: Send xdg_surface_send_focused_[un]set when focusing surfaces
by Jasper St. Pierre
· 12 years ago
f84327a
input: Remove exported function weston_pointer_verify()
by Ander Conselvan de Oliveira
· 12 years ago
adaa20c
desktop-shell: initialize children link
by Emilio Pozuelo Monfort
· 12 years ago
38b58eb
desktop-shell: maximize the surface with the kbd focus
by Emilio Pozuelo Monfort
· 12 years ago
32b793c
compositor: Clarify XDG_RUNTIME_DIR misconfiguration message
by Guillem Jover
· 12 years ago
4d363cf
input: Fix weston_seat_init_keyboard() error path
by Ander Conselvan de Oliveira
· 12 years ago
23900f7
input: Empty the current input region when configuring pointer surfaces
by Ander Conselvan de Oliveira
· 12 years ago
cd31275
build: Stop using xmllint to validate protocol files
by Kristian Høgsberg
· 12 years ago
0822942
build: Drop wayland-scanner.mk
by Kristian Høgsberg
· 12 years ago
0aa19e9
build: Only regenerate src/git-version.h when .git/logs/HEAD changes
by Kristian Høgsberg
· 12 years ago
0987f81
build: Move shared/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
e73eccd
build: Move clients/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
1e80afa
build: Move tests/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
b7e3ef4
build: Move src/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
68c5c10
build: Move man/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
f9bc6f6
build: Move protocol/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
058bd32
build: Move xwayland/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
bc00dbe
build: Move desktop-shell/Makefile.am into toplevel Makefile.am
by Kristian Høgsberg
· 12 years ago
e895f14
build: Move wcap/Makefile.am into top-level Makefile.am
by Kristian Høgsberg
· 12 years ago
5b9f9f8
build: Move data/Makefile.am into Makefile.am
by Kristian Høgsberg
· 12 years ago
396a9bb
build: Use subdir-objects automake option
by Kristian Høgsberg
· 12 years ago
a72d375
clients: Drop pdf viewer sample client
by Kristian Høgsberg
· 12 years ago
36d5fac
compositor: Fix a couple of #includes to use "" instead of <>
by Kristian Høgsberg
· 12 years ago
Next »