Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
3dd66d66a39453d48c7ef4ec85c1d02e66088846
3dd66d6
Use scanner to generate screenshooter client code as well
by Kristian Høgsberg
· 15 years ago
c5dcb90
Use scanner for screenshooter protocol
by Kristian Høgsberg
· 15 years ago
2cd5144
scanner: Use protocol name for #include guards
by Kristian Høgsberg
· 15 years ago
ce457ba
Add timestamp to pointer image attach request
by Kristian Høgsberg
· 15 years ago
6dcf871
Consolidate notes from a few files in TODO
by Kristian Høgsberg
· 15 years ago
a6f6999
Consolidate NOTES and README
by Kristian Høgsberg
· 15 years ago
a46dc06
Copy over updated build instructions from the google group
by Kristian Høgsberg
· 15 years ago
6dd08eb
Move core protocol libraries into wayland/ subdirectory
by Kristian Høgsberg
· 15 years ago
76b4332
Move example compositor to subdirectory
by Kristian Høgsberg
· 15 years ago
ef2f485
Add support for more types of input devices
by Kristian Høgsberg
· 15 years ago
99d7c64
Remove non-gles2 glEnable(GL_TEXTURE_2D) call
by Kristian Høgsberg
· 15 years ago
877d71a
Marshall NULL strings correctly
by Kristian Høgsberg
· 15 years ago
9ccf08d
Change debug format to not confuse object id and message parameters
by Kristian Høgsberg
· 15 years ago
ab2f1cd
Dont post damage event from window_copy_surface
by Kristian Høgsberg
· 15 years ago
7d80406
Only set pointer image when it changes
by Kristian Høgsberg
· 15 years ago
acf82a3
Log emitted events as well in debug mode
by Kristian Høgsberg
· 15 years ago
6bce89d
Return the closure from wl_connection_vmarshal()
by Kristian Høgsberg
· 15 years ago
50038e4
Drop wl_surface_post_event() helper
by Kristian Høgsberg
· 15 years ago
7cd3618
Fill out a closure when sending events as well
by Kristian Høgsberg
· 15 years ago
4f14f6e
Fix integer signedness and fd size confusion
by Kristian Høgsberg
· 15 years ago
f821f5a
Demarshal all arguments from protocol buffer
by Kristian Høgsberg
· 15 years ago
6c7c7a9
Keep strings and arrays in the buffer when demarshalling
by Kristian Høgsberg
· 15 years ago
de0fa3b
Send terminating nul character when sending strings
by Kristian Høgsberg
· 15 years ago
9f89798
Move marshal/demarshal buffer into struct wl_closure
by Kristian Høgsberg
· 15 years ago
f1e7bd3
Add protocol debugging facility
by Kristian Høgsberg
· 15 years ago
b6eb397
TODO editing
by Kristian Høgsberg
· 15 years ago
2feb988
Update TODO
by Kristian Høgsberg
· 15 years ago
f8ffded
Drop wl_display_set_compositor() special case
by Kristian Høgsberg
· 15 years ago
9d69f8e
Replace commit/ack/frame protocol with simpler sync and frame callbacks
by Kristian Høgsberg
· 15 years ago
13b8ae4
Add convenience functions for posting display events
by Kristian Høgsberg
· 15 years ago
f66d0f4
Get rid of wl_client_add_surface() special case
by Kristian Høgsberg
· 15 years ago
e9d37bd
Use a transient object for the dnd session
by Kristian Høgsberg
· 15 years ago
5c63df7
Fix const warning
by Kristian Høgsberg
· 15 years ago
45b7789
Return a closure object from wl_connection_demarshal
by Kristian Høgsberg
· 15 years ago
8ca1cc2
flower: Clear surface
by Kristian Høgsberg
· 15 years ago
c7c6064
Add options to specify xkb details
by Kristian Høgsberg
· 15 years ago
3062060
Remove debug message
by Kristian Høgsberg
· 15 years ago
e968f9c
Provide visual feedback as to whether drop is supported
by Kristian Høgsberg
· 15 years ago
b571f5d
Handle NULL mime-type in drag::accept request
by Kristian Høgsberg
· 15 years ago
3bbbd15
Marshall NULL strings without crashing
by Kristian Høgsberg
· 15 years ago
4eb5360
Update drag protocol to use fd passing for data transfer
by Kristian Høgsberg
· 15 years ago
aebeee0
Support marshalling of file descriptors
by Kristian Høgsberg
· 15 years ago
d6f4da7
connection: Factor out circular buffer functionality
by Kristian Høgsberg
· 15 years ago
4363d2a
Ask for glesv2, not gl for compositor in configure.ac
by Kristian Høgsberg
· 15 years ago
b049626
Use sendmsg/recvmsg for socket I/O
by Kristian Høgsberg
· 15 years ago
1d7ffd3
Set pointer image only in response to 'target' event
by Kristian Høgsberg
· 15 years ago
8a40871
A few makefile/autoconf fixes
by Kristian Høgsberg
· 15 years ago
b12fcce
Update to EGL_MESA_drm_image from mesa master
by Kristian Høgsberg
· 15 years ago
d6a4787
TODO editing
by Kristian Høgsberg
· 15 years ago
506e20e
More work on dnd
by Kristian Høgsberg
· 15 years ago
041d63e
Add clean target for data/ so make clean works again
by Kristian Høgsberg
· 15 years ago
b8cc24e
Actually add dnd client
by Kristian Høgsberg
· 15 years ago
9a68624
Add a drag and drop test client
by Kristian Høgsberg
· 15 years ago
eef08fb
First step towards drag and drop protocol
by Kristian Høgsberg
· 15 years ago
084d41a
Add missing drm.c
by Kristian Høgsberg
· 15 years ago
ef613fb
Always consume message, even if no proxy was found
by Kristian Høgsberg
· 15 years ago
225a176
Split GRAB_MOTION and GRAB_MOVE handling
by Kristian Høgsberg
· 15 years ago
10ddbd2
Insert unexplainable cairo_device_flush() to fix terminal drawing
by Kristian Høgsberg
· 15 years ago
da275dd
Add client side pointer image handling
by Kristian Høgsberg
· 15 years ago
f4cb201
Fix a few bugs in compositor cursor handling
by Kristian Høgsberg
· 15 years ago
c9ce037
Remove duplicate #define ARRAY_LENGTH
by Kristian Høgsberg
· 15 years ago
4219a40
Add DMZ cursor theme
by Kristian Høgsberg
· 15 years ago
77a4a79
Fix warnings
by Kristian Høgsberg
· 15 years ago
b91cd10
Move cairo-util.[ch] to clients/
by Kristian Høgsberg
· 15 years ago
1db21f1
Use different cursor images in the compositor
by Kristian Høgsberg
· 15 years ago
77fb167
Add protocol for setting the pointer image
by Kristian Høgsberg
· 15 years ago
b036ad4
Drop noisy warning
by Kristian Høgsberg
· 15 years ago
117d513
Schedule repaint from surface destructor
by Kristian Høgsberg
· 15 years ago
a661f26
Name libraries -client and -server for consistency
by Kristian Høgsberg
· 15 years ago
4fe1a3e
Don't track globals in the client lib, just send out events
by Kristian Høgsberg
· 15 years ago
ccb7586
Generate the wl_*_add_listener() stubs as well
by Kristian Høgsberg
· 15 years ago
230ee37
Update TODO
by Kristian Høgsberg
· 15 years ago
640609a
Implement current drm auth scheme in the drm object
by Kristian Høgsberg
· 15 years ago
3862e43
Generate client side marshal stubs from protocol spec
by Kristian Høgsberg
· 15 years ago
5fcd0aa
Introduce 'buffer' object for attaching, image cahce and cursor images
by Kristian Høgsberg
· 15 years ago
5b0079a
Demarshal robustness fixes
by Kristian Høgsberg
· 15 years ago
6d70202
Send out coordinates with pointer_focus event
by Kristian Høgsberg
· 15 years ago
c071f4d
Handle failure to reference a buffer name better
by Kristian Høgsberg
· 15 years ago
5b75f1b
Implement server side move override
by Kristian Høgsberg
· 15 years ago
83fc061
Introduce 'shell' object for moving and resizing surfaces in the compositor
by Kristian Høgsberg
· 15 years ago
a1f3f60
Generate protocol types and metadata from xml
by Kristian Høgsberg
· 15 years ago
c37c57a
TODO: Add a few lines about removing commit request
by Kristian Høgsberg
· 15 years ago
723b285
Generate makefile dependencies with gcc
by Kristian Høgsberg
· 15 years ago
b56cb00
Use "" when including our own header files
by Kristian Høgsberg
· 15 years ago
fbd0fb0
memset epoll event structs to quiet valgrind
by Kristian Høgsberg
· 15 years ago
8f2e677
x11: Dont use buffers after free()
by Kristian Høgsberg
· 15 years ago
eba6f0d
Delete a few duplicate TODO items
by Kristian Høgsberg
· 15 years ago
43788b1
Update keyboard focus handler signatures
by Kristian Høgsberg
· 15 years ago
2c28aa5
Bind GLES2 API, not OpenGL
by Kristian Høgsberg
· 15 years ago
c098d8d
Print more info when demarshal fails
by Kristian Høgsberg
· 15 years ago
379b678
Use EGL_KHR_surfaceless_opengl
by Kristian Høgsberg
· 15 years ago
e0f5cc2
Minor spec edits
by Kristian Høgsberg
· 15 years ago
808fd41
Drop coordinates from buttons press, add timestamp to events
by Kristian Høgsberg
· 15 years ago
747638b
Fix window picking order
by Kristian Høgsberg
· 15 years ago
f252d6a
Update to use eglGetDRMDisplayMESA()
by Kristian Høgsberg
· 15 years ago
86e0989
Hide wayland cursor when X11 compositor loses focus
by Kristian Høgsberg
· 15 years ago
554a131
Update TODO list
by Kristian Høgsberg
· 15 years ago
3e6e7e6
Track libxkbcommon API changes
by Kristian Høgsberg
· 15 years ago
67a21bd
Fix indentation
by Kristian Høgsberg
· 15 years ago
2d6b7c1
Fix some warnings
by Kristian Høgsberg
· 15 years ago
Next »