Commit Graph

585 Commits

Author SHA1 Message Date
Kristian Høgsberg
2a4372cbcd Add autogen.sh 2010-09-16 09:10:17 -04:00
Kristian Høgsberg
3dd66d66a3 Use scanner to generate screenshooter client code as well 2010-09-14 16:23:24 -04:00
Kristian Høgsberg
c5dcb90d2a Use scanner for screenshooter protocol 2010-09-14 15:54:02 -04:00
Kristian Høgsberg
2cd5144fa5 scanner: Use protocol name for #include guards 2010-09-14 15:53:10 -04:00
Kristian Høgsberg
ce457ba68c Add timestamp to pointer image attach request
This lets the server discard requests received after the pointer has
exited and the re-entered a surface.
2010-09-14 15:39:45 -04:00
Kristian Høgsberg
6dcf8718ae Consolidate notes from a few files in TODO 2010-09-14 13:44:37 -04:00
Kristian Høgsberg
a6f6999e49 Consolidate NOTES and README 2010-09-14 12:41:59 -04:00
Kristian Høgsberg
a46dc06da7 Copy over updated build instructions from the google group 2010-09-14 12:41:59 -04:00
Kristian Høgsberg
6dd08ebbe1 Move core protocol libraries into wayland/ subdirectory 2010-09-14 12:41:55 -04:00
Kristian Høgsberg
76b43326a5 Move example compositor to subdirectory 2010-09-14 10:56:25 -04:00
Kristian Høgsberg
ef2f485056 Add support for more types of input devices
Well, maybe not support, but we at least recognize touchpads and touchscreens
and try to work with them.
2010-09-13 16:23:52 -04:00
Kristian Høgsberg
99d7c64d1b Remove non-gles2 glEnable(GL_TEXTURE_2D) call 2010-09-10 08:51:09 -04:00
Kristian Høgsberg
877d71a6e2 Marshall NULL strings correctly 2010-09-07 22:15:22 -04:00
Kristian Høgsberg
9ccf08d9b8 Change debug format to not confuse object id and message parameters 2010-09-07 22:06:54 -04:00
Kristian Høgsberg
ab2f1cddc6 Dont post damage event from window_copy_surface
We always call this between window_draw() and attaching the window surface
so the surface we're copying to isn't visible.
2010-09-07 22:01:32 -04:00
Kristian Høgsberg
7d804068b6 Only set pointer image when it changes 2010-09-07 21:50:06 -04:00
Kristian Høgsberg
acf82a36bb Log emitted events as well in debug mode 2010-09-07 21:40:31 -04:00
Kristian Høgsberg
6bce89da78 Return the closure from wl_connection_vmarshal()
And provide a function to write it to a connection.
2010-09-07 21:34:45 -04:00
Kristian Høgsberg
50038e4757 Drop wl_surface_post_event() helper
Now wl_client_post_event() is the only entry point for sending out events.
2010-09-07 21:08:59 -04:00
Kristian Høgsberg
7cd36185d7 Fill out a closure when sending events as well 2010-09-07 20:57:40 -04:00
Kristian Høgsberg
4f14f6e109 Fix integer signedness and fd size confusion 2010-09-07 17:09:01 -04:00
Kristian Høgsberg
f821f5ad93 Demarshal all arguments from protocol buffer 2010-09-07 17:00:34 -04:00
Kristian Høgsberg
6c7c7a909a Keep strings and arrays in the buffer when demarshalling
Avoids the malloc+copy, and is a step towards using the closure for
marshalling too.
2010-09-07 16:01:40 -04:00
Kristian Høgsberg
de0fa3bc64 Send terminating nul character when sending strings 2010-09-07 15:58:29 -04:00
Kristian Høgsberg
9f897988fd Move marshal/demarshal buffer into struct wl_closure 2010-09-07 15:58:29 -04:00
Kristian Høgsberg
f1e7bd384c Add protocol debugging facility 2010-09-07 15:58:29 -04:00
Kristian Høgsberg
b6eb39710d TODO editing 2010-09-07 15:58:28 -04:00
Kristian Høgsberg
2feb988c7f Update TODO 2010-09-07 15:58:28 -04:00
Kristian Høgsberg
f8ffded1e5 Drop wl_display_set_compositor() special case 2010-09-03 15:15:33 -04:00
Kristian Høgsberg
9d69f8e796 Replace commit/ack/frame protocol with simpler sync and frame callbacks 2010-09-03 14:46:38 -04:00
Kristian Høgsberg
13b8ae4986 Add convenience functions for posting display events 2010-09-02 20:55:16 -04:00
Kristian Høgsberg
f66d0f4e14 Get rid of wl_client_add_surface() special case 2010-09-02 20:27:16 -04:00
Kristian Høgsberg
e9d37bdc5f Use a transient object for the dnd session 2010-09-02 20:22:42 -04:00
Kristian Høgsberg
5c63df7f1e Fix const warning 2010-09-01 17:18:33 -04:00
Kristian Høgsberg
45b7789a8b Return a closure object from wl_connection_demarshal
This way we can invoke it multiple times without having to demarshal
and build the cfi every time.
2010-08-30 09:47:36 -04:00
Kristian Høgsberg
8ca1cc20a1 flower: Clear surface 2010-08-30 08:21:44 -04:00
Kristian Høgsberg
c7c60646ad Add options to specify xkb details 2010-08-29 21:33:39 -04:00
Kristian Høgsberg
30620609b2 Remove debug message 2010-08-29 21:12:25 -04:00
Kristian Høgsberg
e968f9c6b9 Provide visual feedback as to whether drop is supported
Change the cursor in response to target events.
2010-08-27 22:18:00 -04:00
Kristian Høgsberg
b571f5db6b Handle NULL mime-type in drag::accept request 2010-08-27 22:17:13 -04:00
Kristian Høgsberg
3bbbd15c65 Marshall NULL strings without crashing 2010-08-27 22:16:50 -04:00
Kristian Høgsberg
4eb536091a Update drag protocol to use fd passing for data transfer 2010-08-27 20:30:26 -04:00
Kristian Høgsberg
aebeee0bbf Support marshalling of file descriptors 2010-08-27 20:30:22 -04:00
Kristian Høgsberg
d6f4da7927 connection: Factor out circular buffer functionality 2010-08-26 17:44:31 -04:00
Kristian Høgsberg
4363d2aa4d Ask for glesv2, not gl for compositor in configure.ac 2010-08-26 12:13:43 -04:00
Kristian Høgsberg
b049626117 Use sendmsg/recvmsg for socket I/O 2010-08-25 17:11:29 -04:00
Kristian Høgsberg
1d7ffd32f8 Set pointer image only in response to 'target' event 2010-08-25 16:34:05 -04:00
Kristian Høgsberg
8a40871645 A few makefile/autoconf fixes 2010-08-25 13:38:40 -04:00
Kristian Høgsberg
b12fcceeb7 Update to EGL_MESA_drm_image from mesa master
Woo, running on stock mesa now.
2010-08-25 10:02:20 -04:00
Kristian Høgsberg
d6a4787ed7 TODO editing 2010-08-24 17:34:15 -04:00