Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
890bc057631428e542510336c770427837a0d27e
890bc05
Use libudev for enumerating input devices.
by Kristian Høgsberg
· 17 years ago
94448c0
Add listener interfaces for output and input_device objects.
by Kristian Høgsberg
· 17 years ago
e787bc6
Use a more generic glob for input devices.
by Kristian Høgsberg
· 17 years ago
b3131d9
Add client side demarshalling for events.
by Kristian Høgsberg
· 17 years ago
fabd439
Track objects client side using a hash too.
by Kristian Høgsberg
· 17 years ago
12ea62e
Add a proxy for the server side output object.
by Kristian Høgsberg
· 17 years ago
0395f30
Add a fullscreen mode to the terminal.
by Kristian Høgsberg
· 17 years ago
ee02ca6
Add hook to allow globals to send cold-plug events to new clients.
by Kristian Høgsberg
· 17 years ago
8049cbb
Also check for interface version wl_display_get_object_id().
by Kristian Høgsberg
· 17 years ago
97079ad
Send client id range as an event.
by Kristian Høgsberg
· 17 years ago
fb6d68d
Represent event and method metadata with struct wl_message.
by Kristian Høgsberg
· 17 years ago
fe831a7
Move protocol metadata to wayland-protocol.[ch].
by Kristian Høgsberg
· 17 years ago
bf967b4
Advertise globals using a new display event.
by Kristian Høgsberg
· 17 years ago
0ab2624
Consolidate tty setup and fix a few spacing issues.
by Kristian Høgsberg
· 17 years ago
e3ef3e5
Oops, fix compilation.
by Kristian Høgsberg
· 17 years ago
7e972a5
Move coordinate transformation to pick_surface().
by Kristian Høgsberg
· 17 years ago
e96dcb8
Only forward events to compositor if on active VT
by Ray Strode
· 17 years ago
3350089
Handle more control characters in terminal.
by Kristian Høgsberg
· 17 years ago
966aa11
Ignore tty input
by Ray Strode
· 17 years ago
2c0e56b
Drop the silly overlay hack.
by Kristian Høgsberg
· 17 years ago
82f6e8a
Rename egl-compositor to wayland-system-compositor.
by Kristian Høgsberg
· 17 years ago
15d0f8b
Use the new eagle config chooser for picking the config.
by Kristian Høgsberg
· 17 years ago
112c0be
Remove visual debug prints.
by Kristian Høgsberg
· 17 years ago
2c875bd
Cache modesetting data and just do drmModeSetCrtc on vt enter.
by Kristian Høgsberg
· 17 years ago
38ccd3a
Do vt ioctl on the right fd.
by Kristian Høgsberg
· 17 years ago
19ad6a9
Restore framebuffer when switching back to VT
by Ray Strode
· 17 years ago
fe57347
Add new event loop api for watching signals
by Ray Strode
· 17 years ago
90e701d
Force pointer to stay on screen.
by Ray Strode
· 17 years ago
2d4219e
Scale background pixbuf when loading.
by Kristian Høgsberg
· 17 years ago
18fd33c
Fix rgb byte order for GdkPixbuf backgrounds.
by Ray Strode
· 17 years ago
e10b828
Remember to handle rgb_visual case in surface_attach.
by Kristian Høgsberg
· 17 years ago
de31d5c
Add preliminary visual support.
by Kristian Høgsberg
· 17 years ago
c8c5d58
Set terminal type to vt100.
by Kristian Høgsberg
· 17 years ago
b7037a0
Don't pin front buffer, kernel modesetting takes care of that now.
by Kristian Høgsberg
· 17 years ago
5b7f832
Fall back to solid color background if not image is found.
by Kristian Høgsberg
· 17 years ago
d2412e2
Redesign the compositor / server interface.
by Kristian Høgsberg
· 17 years ago
0ea4710
Use gdk-pixbuf for saving the screenshot.
by Kristian Høgsberg
· 17 years ago
3f16956
Initialize count to 0 in wl_list_length().
by Kristian Høgsberg
· 17 years ago
6494997
Fix default input device path.
by Kristian Høgsberg
· 17 years ago
a7700c8
Handle per-device keyboard focus.
by Kristian Høgsberg
· 17 years ago
f0c7b20
Don't close uninitialized fd, check forkpty error.
by Kristian Høgsberg
· 17 years ago
c492b48
Make multi-pointer work.
by Kristian Høgsberg
· 17 years ago
d653126
Add option parsing using GOption.
by Kristian Høgsberg
· 17 years ago
864c468
Make sure we initialize object hash.
by Kristian Høgsberg
· 17 years ago
997e71e
Use the screen size for sizing the background.
by Kristian Høgsberg
· 17 years ago
9e4c76b
Pass -fPIC when compiling shared libraries.
by Kristian Høgsberg
· 17 years ago
aad70ba
Forgot to add egl-compositor.h.
by Kristian Høgsberg
· 17 years ago
29573bc
Implement passive grabs on button clicks.
by Kristian Høgsberg
· 17 years ago
5ee1a60
Rewrite input event delivery path.
by Kristian Høgsberg
· 17 years ago
d1c58d6
Fix signature for pointer motion event.
by Kristian Høgsberg
· 17 years ago
b96785c
Drop glx-compositor for now.
by Kristian Høgsberg
· 17 years ago
4a8767b
Install libraries plus headers and add pkg-config files.
by Kristian Høgsberg
· 17 years ago
7fdff04
Only send key events to toplevel surface.
by Kristian Høgsberg
· 17 years ago
5a75c90
Feed button events through compositor.
by Kristian Høgsberg
· 17 years ago
715a081
Feed motion events through compositor.
by Kristian Høgsberg
· 17 years ago
201a904
Drop surface iterator API, just track surfaces in the compositor.
by Kristian Høgsberg
· 17 years ago
eac149a
Pass button clicks through to compositor.
by Kristian Høgsberg
· 17 years ago
98fed0f
Use bilinear filtering.
by Kristian Høgsberg
· 17 years ago
fdea72a
Handle interrupted system calls in connection code.
by Kristian Høgsberg
· 17 years ago
dbd5464
Implement a bunch of escape codes.
by Kristian Høgsberg
· 17 years ago
73f4e76
Fix wl_method for screenshooter.
by Kristian Høgsberg
· 17 years ago
6e0a2f8
Tweak terminal font color.
by Kristian Høgsberg
· 17 years ago
9f88b18
Don't forget to initialize overlay position.
by Kristian Høgsberg
· 17 years ago
2210676
Let clients override the suggested size on resize.
by Kristian Høgsberg
· 17 years ago
1584c57
Snap terminal size to an integer number of character cells.
by Kristian Høgsberg
· 17 years ago
17809b1
Handle \e[J and \e[H so we can clear the terminal.
by Kristian Høgsberg
· 17 years ago
721f09f
Make sure we don't miss queue redraws between commit and ack.
by Kristian Høgsberg
· 17 years ago
c47303f
Destroy back buffer in acknowledge handler.
by Kristian Høgsberg
· 17 years ago
7a8431f
Only update gears angle in frame handler.
by Kristian Høgsberg
· 17 years ago
0d77fd4
Add key map for ctrl modifier as well.
by Kristian Høgsberg
· 17 years ago
b29415e
Update tail pointer correctly so scrolling works.
by Kristian Høgsberg
· 17 years ago
f04e838
Skip escape codes for now.
by Kristian Høgsberg
· 17 years ago
6e83d58
Add keyboard input to terminal.
by Kristian Høgsberg
· 17 years ago
269d6e3
Run command in a pty and feed output to wayland terminal.
by Kristian Høgsberg
· 17 years ago
44e3c5e
Add some text contents to terminal.
by Kristian Høgsberg
· 17 years ago
0c4457f
Refactor window logic into reusable parts, add a new terminal application.
by Kristian Høgsberg
· 17 years ago
dc0f355
Fix API to always include socket name length.
by Kristian Høgsberg
· 17 years ago
cb70316
Update .gitignore.
by Kristian Høgsberg
· 17 years ago
841883b
Fail if we can't create the compositor.
by Kristian Høgsberg
· 17 years ago
122912c
Make the wayland server a library used by the compositors.
by Kristian Høgsberg
· 17 years ago
87e0a38
Use type strings for method and event signatures.
by Kristian Høgsberg
· 17 years ago
d4de54e
Use autoconf instead of $(shell ...) in the Makefile.
by Kristian Høgsberg
· 17 years ago
b820b82
Add note about how clients could embed other applications.
by Kristian Høgsberg
· 17 years ago
e2ce43a
Fix namespace convention for glib source.
by Kristian Høgsberg
· 17 years ago
3505256
Exit if load_compositor() fails.
by Kristian Høgsberg
· 17 years ago
d91e049
Update .gitignore.
by Kristian Høgsberg
· 17 years ago
fcb6cbd
Drop early, obsolete compositor.
by Kristian Høgsberg
· 17 years ago
3620295
Drop unused clients, pointer and window.
by Kristian Høgsberg
· 17 years ago
ffd710e
Put Wayland under the MIT license.
by Kristian Høgsberg
· 17 years ago
c2b633e
Add wl_client_marshal() for sending events.
by Kristian Høgsberg
· 17 years ago
4a29890
Generalize event loop a bit and pull in the timerfd stuff.
by Kristian Høgsberg
· 17 years ago
fbdbbdc
Finally implement the commit/ack/frame protocol and improve repaint loop.
by Kristian Høgsberg
· 17 years ago
44f36e3
Make ack event signal that the requests have been composited.
by Kristian Høgsberg
· 17 years ago
f3723fe
Add .gitignore.
by Kristian Høgsberg
· 17 years ago
0ee8408
Convert touchpad absolute events to relative.
by Kristian Høgsberg
· 17 years ago
18fb783
Use struct buffer from cairo-util.c in flower.c.
by Kristian Høgsberg
· 17 years ago
73c3058
Make overlay animation actually stop.
by Kristian Høgsberg
· 17 years ago
4097923
Add commit request + ack event to wayland core.
by Kristian Høgsberg
· 17 years ago
961a04c
Correct pointer hotspot location.
by Kristian Høgsberg
· 17 years ago
ffb7406
Add different type of overlay animation.
by Kristian Høgsberg
· 17 years ago
Next »