Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
a0bbfea64b04d3cf12327d8b488b9949a4cddc99
/
src
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
83285fc
compositor: remove the authenticate vfunc
by Giulio Camuffo
· 10 years ago
f65f89b
don't attempt to start input method if path is empty
by Murray Calavera
· 10 years ago
9a51cd7
move text_backend initialization into the shell plugin
by Murray Calavera
· 10 years ago
2588124
text: handle existing seats on init
by Murray Calavera
· 10 years ago
883ac02
Whitespace corrections
by Murray Calavera
· 10 years ago
2a746a5
screenshooter: clean up recorder_binding a little
by Derek Foreman
· 10 years ago
bc91e54
input: clean up update_keymap a little
by Derek Foreman
· 10 years ago
1b786ee
input: minor clean up in weston_seat_repick()
by Derek Foreman
· 10 years ago
244e99e
input: clean up notify_modifiers a little
by Derek Foreman
· 10 years ago
345c9f3
input: clean up seat_get_keyboard a little
by Derek Foreman
· 10 years ago
a7e1991
gl-renderer: Make the error logging a little nicer
by Derek Foreman
· 10 years ago
f556ebe
compositor-drm: Clean trailing whitespace
by Daniel Stone
· 10 years ago
ab3298a
RDP compositor: enforce certificate and key
by David FORT
· 10 years ago
b7e70af
compositor-wayland: Code cleanup
by Dima Ryazanov
· 10 years ago
01d5c02
compositor-wayland: Handle window close events more gracefully
by Dima Ryazanov
· 10 years ago
c056a98
compositor-drm: minor sp. fix
by Bryce Harrington
· 10 years ago
6858383
compositor-drm: disable hardware cursors
by Pekka Paalanen
· 10 years ago
c4cfe85
compositor-drm: pass ARGB fallback to gl create functions for XRGB formats
by Derek Foreman
· 10 years ago
e76f185
gl-renderer: Take a list of acceptable formats in create functions
by Derek Foreman
· 10 years ago
2663c68
launcher-util: Force all weston_launcher_open()s to use O_CLOEXEC
by Derek Foreman
· 10 years ago
8f5acc2
logind: actually close fd in weston_launcher_close()
by Derek Foreman
· 10 years ago
0c944b0
RDP compositor: fixes for multiple connections, mstsc and FreeRDP master compilation
by Hardening
· 10 years ago
0f29923
text-input: Replace model with input
by Derek Foreman
· 10 years ago
516d603
text: Fix text-input for multi-seat
by Derek Foreman
· 10 years ago
b114715
compositor: send the output_created signal after inserting it in the list
by Giulio Camuffo
· 10 years ago
d46bb01
data-device: send the selection to all the wl_data_device resources of a client
by Giulio Camuffo
· 10 years ago
dddf9e6
data-device: add a function to send the selection to a client
by Giulio Camuffo
· 10 years ago
6a94a99
clipboard: don't crash if the source client does not send a mime type
by Giulio Camuffo
· 10 years ago
4c93c08
touch: Make weston_touch_set_focus() take a touch instead of a seat
by Derek Foreman
· 10 years ago
ca79076
compositor: change weston_surface::destroy_signal argument
by Pekka Paalanen
· 10 years ago
08d3fb7
compositor: inert wl_surface objects do not exist
by Pekka Paalanen
· 10 years ago
8b69d03
gl-renderer: fix configless_context check
by Pekka Paalanen
· 10 years ago
f282454
gl-renderer: check EGL_EXT_platform_base in supports()
by Pekka Paalanen
· 10 years ago
2992d71
gl-renderer: fix EGL initialization steps
by Manuel Bachmann
· 10 years ago
06c4274
compositor: Help text for --config
by Bryce Harrington
· 10 years ago
04f8a9b
compositor-wayland: ignore frame callback's time
by Pekka Paalanen
· 10 years ago
a8e9b41
xwm: tell the shell the pid of the X clients
by Giulio Camuffo
· 11 years ago
8a0e0ba
compositor: add option to specify a weston.ini
by Pekka Paalanen
· 10 years ago
6c71aae
Pass config file from compositor to everything
by Pekka Paalanen
· 10 years ago
dc940ca
compositor: move code into load_configuration()
by Pekka Paalanen
· 10 years ago
17a1a96
compositor: postpone unhandled option check
by Pekka Paalanen
· 10 years ago
a5855ad
pixman-renderer: use pre-computed inverse output matrix
by Derek Foreman
· 10 years ago
7cb916e
zoom: fix zoom
by Derek Foreman
· 10 years ago
67a18b9
compositor: fix weston_output_transform_coordinate
by Derek Foreman
· 10 years ago
c002321
compositor: Create the inverse of the output matrix
by Derek Foreman
· 10 years ago
4e53c53
input: Don't recreate the cursor sprite when only the hotspot changes
by Derek Foreman
· 10 years ago
f1ec506
gl-renderer: provide platform_base fallbacks and remove ifdefs
by Jonny Lamb
· 10 years ago
74eed31
gl-renderer: call supports() automatically in create()
by Jonny Lamb
· 10 years ago
ace6920
compositor-{drm, wayland, x11}: remove useless tests for ->supports
by Jonny Lamb
· 10 years ago
a3e6a4a
gl-renderer: move all EGL_PLATFORM_* defines here
by Jonny Lamb
· 10 years ago
445fb69
gl-renderer: fix build with --disable-egl
by Jonny Lamb
· 10 years ago
62185f4
compositor-{drm, x11, wayland}: stop including EGL headers here
by Jonny Lamb
· 10 years ago
671148f
gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces
by Jonny Lamb
· 10 years ago
70eba3f
gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay
by Jonny Lamb
· 10 years ago
111c6f9
compositor: fix return code from main()
by Pekka Paalanen
· 10 years ago
8fd4de4
compositor: warn about insane repaint delay
by Pekka Paalanen
· 10 years ago
0513a95
compositor: add repaint delay timer
by Pekka Paalanen
· 11 years ago
662f384
compositor, backends: weston_compositor_read_presentation_clock
by Pekka Paalanen
· 10 years ago
b407024
input: Make setting the same pointer cursor state again a no-op
by Jonas Ådahl
· 10 years ago
a86c3ee
Spellcheck fixes
by Bryce Harrington
· 10 years ago
561662b
compositor-fbdev: fix output transformations
by Derek Foreman
· 10 years ago
44ed70b
compositor-fbdev: allow configuring transform in the ini file
by Derek Foreman
· 10 years ago
8f1b32f
compositor-rpi: give the output a name
by Derek Foreman
· 10 years ago
f3723d9
input: don't assume outputs have names
by Derek Foreman
· 10 years ago
e516c3b
compositor-fbdev: give the output a name
by Derek Foreman
· 10 years ago
c93782a
pixman-renderer: implement view scissor
by Pekka Paalanen
· 10 years ago
d7ca6b0
pixman-renderer: implement source clipping
by Pekka Paalanen
· 10 years ago
ccf99ce
pixman-renderer: move code to draw_view_translated()
by Pekka Paalanen
· 10 years ago
11af0d9
pixman-renderer: change repaint_region() arguments
by Pekka Paalanen
· 10 years ago
f75b6bb
pixman-renderer: refactor into region_intersect_only_translation()
by Pekka Paalanen
· 10 years ago
23d4af5
pixman-renderer: add view_transformation_is_translation()
by Pekka Paalanen
· 10 years ago
6ea523b
pixman-renderer: refactor transformation computation
by Pekka Paalanen
· 10 years ago
e54e31c
compositor: add weston_surface_to_buffer_region()
by Pekka Paalanen
· 10 years ago
8870a23
pixman-renderer: simplify the output-to-buffer matrix computation
by Jason Ekstrand
· 11 years ago
1e05904
compositor: Add surface-to-buffer and buffer-to-surface matrices
by Jason Ekstrand
· 11 years ago
0f67941
compositor: use weston_matrix_transform for weston_output_transform_coordinate
by Derek Foreman
· 11 years ago
c143df1
rpi-renderer: minimal fix to zoom coordinates
by Pekka Paalanen
· 10 years ago
87535e2
zoom: Use pixels instead of GL coordinates
by Jason Ekstrand
· 11 years ago
fb23df7
Use pixel coordinates for weston_output.matrix
by Jason Ekstrand
· 11 years ago
9808708
zoom: remove unused args from weston_zoom_transition
by Pekka Paalanen
· 10 years ago
13fd446
zoom: remove animation_xy as unused
by Pekka Paalanen
· 10 years ago
ae0c6e3
gl-renderer: Call glViewport after the context is made current
by Jason Ekstrand
· 11 years ago
76fb7ec
shell,compositor-x11: Fix trivial memory leaks
by Ryo Munakata
· 10 years ago
fa79b1d
gl-renderer: implement view scissor
by Pekka Paalanen
· 10 years ago
5580f22
compositor-drm: avoid scissor in assign_planes
by Pekka Paalanen
· 10 years ago
380adf5
compositor: add weston_view_set_mask() API and state
by Pekka Paalanen
· 10 years ago
fc22a52
compositor: restructure weston_compositor_pick_view()
by Pekka Paalanen
· 10 years ago
2829f7c
compositor,shell: move debug key code to core
by Pekka Paalanen
· 10 years ago
502f5e0
compositor: fix plane coords in view_accumulate_damage()
by Pekka Paalanen
· 10 years ago
c7d7fdf
compositor: let view_compute_bbox() take a box32_t
by Pekka Paalanen
· 10 years ago
efd08c7
compositor: weston_output::region is in global coords
by Pekka Paalanen
· 10 years ago
9e944d3
compositor: remove dead code from weston_output_move()
by Pekka Paalanen
· 10 years ago
e508ce6
compositor: note, weston_surface_damage does it wrong
by Pekka Paalanen
· 10 years ago
fbd00f1
compositor: document view->transform.* regions
by Pekka Paalanen
· 10 years ago
6764bbe
pixman-renderer: implement surface_copy_content
by Pekka Paalanen
· 10 years ago
eb35cbe
gl-renderer: implement surface_copy_content
by Pekka Paalanen
· 10 years ago
aeb917e
gl-renderer: add BUFFER_TYPE_SOLID
by Pekka Paalanen
· 10 years ago
23a0700
timeline: use file_create_dated() helper
by Pekka Paalanen
· 10 years ago
c647ed7
compositor: add surface-shooting API
by Pekka Paalanen
· 10 years ago
Next »