Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
53a7f2137b5aba32e97dbc3b964bdaf19a9099ef
53a7f21
Fix the resizor
by Kristian Høgsberg
· 15 years ago
5c4056e
Schedule frame callback in the redraw handler
by Kristian Høgsberg
· 15 years ago
7c221d2
Add window resize sample client
by Kristian Høgsberg
· 15 years ago
3a1b481
Fixed a small typo
by Joel Teichroeb
· 15 years ago
ab1862d
Move code around to keep input device interface and init function close
by Kristian Høgsberg
· 15 years ago
67f367f
Document the shell.configure event a bit
by Kristian Høgsberg
· 15 years ago
c5c510e
Set up visuals in wayland-server
by Kristian Høgsberg
· 15 years ago
b3fc757
Handle buttons in grab objects too
by Kristian Høgsberg
· 15 years ago
9c3e8d7
Move grab state to struct wl_input_device
by Kristian Høgsberg
· 15 years ago
dfce71d
Reenable fragment shader precision specifier
by Kristian Høgsberg
· 15 years ago
8321e69
Use grab object for motion grabs too
by Kristian Høgsberg
· 15 years ago
57db067
Make wlsc_input_device_update_grab() take a grab object
by Kristian Høgsberg
· 15 years ago
287343a
Use a grab object for drag and drop
by Kristian Høgsberg
· 15 years ago
6d65d5f
Handle shell.move using a grab object
by Kristian Høgsberg
· 15 years ago
fc9c28a
Move resizing to a grab object
by Kristian Høgsberg
· 15 years ago
359d667
Add grab object infrastructure
by Kristian Høgsberg
· 15 years ago
4be2ed9
Drop dummy wl_grab_surface hack
by Kristian Høgsberg
· 15 years ago
855ab75
Remove unnecessary wlsc_compositor_schedule_repaint() call
by Kristian Høgsberg
· 15 years ago
dff2e3c
Reduce indentation in notify_button()
by Kristian Høgsberg
· 15 years ago
ea08115
Start grab when button is pressed, upgrade if we start drag, move or resize
by Kristian Høgsberg
· 15 years ago
7132a9a
Move get_time() helper back into compositor
by Kristian Høgsberg
· 15 years ago
4685fa3
Pass timestamp in surface destroy callback
by Kristian Høgsberg
· 15 years ago
02ef1c1
Move focus tracking surface destroy callbacks into core
by Kristian Høgsberg
· 15 years ago
a9e8961
Use surface destroy notifier for cancelling grabs
by Kristian Høgsberg
· 15 years ago
3d76e65
Use the per-surface destroy callback for grabs as well
by Kristian Høgsberg
· 15 years ago
ab8475c
Move get_time() helper to core
by Kristian Høgsberg
· 15 years ago
c551bd2
Add a surface destroy callback and use it for focus tracking
by Kristian Høgsberg
· 15 years ago
7d564d9
Refactor drm buffer creation a bit
by Kristian Høgsberg
· 15 years ago
45568f6
When no DRM present, clients (window.c actually) now either exit orderly,
by Yuval Fledel
· 15 years ago
f8fc08f
Add origin information to output.geometry event
by Kristian Høgsberg
· 15 years ago
aa82767
Use generated wl_interface for visuals
by Kristian Høgsberg
· 15 years ago
9750a7a
Silence scanner makefile rule by default
by Kristian Høgsberg
· 15 years ago
b313b02
Chage the 'base' field to be the name of the super class instead
by Kristian Høgsberg
· 15 years ago
b71cd9e
Update TODO
by Kristian Høgsberg
· 15 years ago
caa6442
compositor: Use a virtual destructor when shutting down
by Kristian Høgsberg
· 15 years ago
50dc698
compositor: Shut down properly so we remove the socket
by Kristian Høgsberg
· 15 years ago
2bb3ebe
Create socket in /var/run/user/${HOME}
by Kristian Høgsberg
· 15 years ago
0611e3e
Indentation nit-picking
by Kristian Høgsberg
· 15 years ago
2643707
Move pointer and keyboard focus tracking into libwayland-server
by Kristian Høgsberg
· 15 years ago
06bc264
Fix warnings from adding -Wall back
by Kristian Høgsberg
· 15 years ago
1f25315
Add $(GCC_CFLAGS) back
by Kristian Høgsberg
· 15 years ago
3ada7ec
compositor-wayland: Call wlsc_compositor_finish_frame from frame callback
by Kristian Høgsberg
· 15 years ago
4203df1
compositor-wayland: Use glFlush() not glFinish() after rendering frame
by Kristian Høgsberg
· 15 years ago
a242129
Fix key handler to not run handlers from an empty list
by Kristian Høgsberg
· 15 years ago
ebe3327
Describe the wire protocol
by Yuval Fledel
· 15 years ago
0c007ae
Make the dnd client actually work.
by Joel Teichroeb
· 15 years ago
d44bc8b
Add reject round trip to dnd protocol
by Kristian Høgsberg
· 15 years ago
41da908
Don't hardcode offered dnd types in window.c
by Kristian Høgsberg
· 15 years ago
88b272d
Made the window save the coordinates when being draged.
by Joel Teichroeb
· 15 years ago
ec2e642
Add wayland backend for compositor (nested)
by Benjamin Franzke
· 15 years ago
35fd2a8
wayland_client: rename wl_display_create to wl_display_connect
by Benjamin Franzke
· 15 years ago
c1ad1f9
Consolidate 'sync' and 'frame' events into just one 'key' event
by Kristian Høgsberg
· 15 years ago
ac93a3d
Document wl_list
by Yuval Fledel
· 15 years ago
4ee7138
Describe the protocol using inline XML comments
by Yuval Fledel
· 15 years ago
c4b8c45
fix missing includes in clients/window.h and clients/wayland-glib.h
by Fred Morcos
· 15 years ago
1f5d507
Define MULT outside the HAVE_CAIRO_GL #ifdef
by Kristian Høgsberg
· 15 years ago
32ff690
Fix udev rules install directory
by Kristian Høgsberg
· 15 years ago
675c77c
Fix potentially undefined behavior
by Joel Teichroeb
· 15 years ago
55973f2
Some additional return value checking
by Darxus
· 15 years ago
e9f5e36
Make clients exit orderly when there is no connection
by Yuval Fledel
· 15 years ago
91b5999
add newlines for error printfs
by Yuval Fledel
· 15 years ago
d1c4310
xml tag should close, or some parsers fail
by Yuval Fledel
· 15 years ago
3d46534
Fix compositor crash when dragging to a surface that disappears
by Kristian Høgsberg
· 15 years ago
8857a96
window: Don't call drag_offer_handler if it's NULL
by Kristian Høgsberg
· 15 years ago
a6d9e11
Two typo fixes in the documentation
by Fabian Henze
· 15 years ago
156d057
Function declares a pointer return, so return one.
by Bryce Harrington
· 15 years ago
515f63a
Quell warning about potentially uninitialized variable 'surface'
by Bryce Harrington
· 15 years ago
f57303f
Expose window_set_surface() in window.h
by Bryce Harrington
· 15 years ago
40269a6
Cleanup declared but unused variables.
by Bryce Harrington
· 15 years ago
9f89a40
scanner: include stddef.h to provide NULL and size_t
by Benjamin Franzke
· 15 years ago
b163cef
Make the server event loop embeddable
by Kristian Høgsberg
· 15 years ago
67f4ffd
Oops, no -- in xml comments allowed
by Kristian Høgsberg
· 15 years ago
5dfe299
Add logo svg
by Kristian Høgsberg
· 15 years ago
7637ff0
Clean up .gitignore files
by Nikolai Kondrashov
· 15 years ago
b97b28c
README: fix a few typos
by Peter Hutterer
· 15 years ago
997ce64
compositor: add safety check when EGL fails to initialize
by Tiago Vignatti
· 15 years ago
f2912fa
compositor: put console into KD_GRAPHICS mode at vt enter time
by Jesse Barnes
· 15 years ago
2b43bd7
Bring gears example up to date
by Kristian Høgsberg
· 15 years ago
990854d
Fixed a bogus call to cairo_destroy
by Johan Bilien
· 15 years ago
6048e8d
Fix Wayland build instructions
by Nikolai Kondrashov
· 15 years ago
fe096cd
Install and dist udev rules file
by Kristian Høgsberg
· 15 years ago
5b7e43a
Update autotools configuration
by Javier Jardón
· 15 years ago
0bfb126
Add /wayland so we pick up generated header files
by Kristian Høgsberg
· 15 years ago
1b6c0ed
Workaround an xcb-dri2 bug.
by Chia-I Wu
· 15 years ago
4d8ba21
Make sure there is a current context.
by Chia-I Wu
· 15 years ago
1f41190
Use glTexSubImage to update the pixels.
by Chia-I Wu
· 15 years ago
332073b
List libtoytoolkit.la before libwayland-client.la on the link line
by Kristian Høgsberg
· 15 years ago
61a8251
Add a geometry option for x11 compositor
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
6866856
Remove leftover of fds_in_tail hack
by Kristian Høgsberg
· 15 years ago
cf2bc67
Plug in no-op drm buffer attach function
by Kristian Høgsberg
· 15 years ago
29fc559
Delete leftover makefile debugging
by Kristian Høgsberg
· 15 years ago
f0152da
Use automake
by Kristian Høgsberg
· 15 years ago
4929149
Add more cursors from the DMZ theme
by Kristian Høgsberg
· 15 years ago
118fb49
Fix clients include path after moving files around
by Kristian Høgsberg
· 15 years ago
a969c8a
Use GL_BGRA_EXT for shm texture uploads
by Kristian Høgsberg
· 15 years ago
25694e7
A couple more TODO items
by Kristian Høgsberg
· 15 years ago
3d5bae0
Add a shm buffer sharing mechanism
by Kristian Høgsberg
· 15 years ago
98ffc93
Fix EGLImageKHR leak in wl_buffer destroy
by Kristian Høgsberg
· 15 years ago
Next »