Commit Graph

57 Commits

Author SHA1 Message Date
Kristian Høgsberg
a04beb1298 Update TODO
We've knocked a few items of the list.
2012-10-21 20:53:37 -04:00
Kristian Høgsberg
eadb68ec32 protocol: Add transform argument to wl_output.geometry event 2012-07-22 15:50:37 -04:00
Martin Olsson
dba322c1c0 Fixup source comment in wayland-util.h and fix typo in TODO 2012-07-09 18:11:06 -04:00
Kristian Høgsberg
c622350fb2 TODO: Remove cursor-as-regular-surface item 2012-06-15 11:09:36 -04:00
Kristian Høgsberg
6e94028c31 TODO: Update to account for changes from Daniel 2012-06-13 13:33:01 -04:00
Kristian Høgsberg
3fd1e128e9 TODO: Drop clipboard manager item
We have a reasonable prototype in weston now and we're going to
conclude that the persistent selection functionality is either
going to be part of the compositor (as for weston) or use a custom
protocol.
2012-06-03 23:11:34 -04:00
Ander Conselvan de Oliveira
75a5f7476a data-device: implement drags with no data source for self-dnd
Properly handle a drag with no data source, i.e., don't crash and send
events only to the client that initiated the drag. This way a client can
do self drag and drop without offering anything to other clients.
2012-05-29 09:58:13 -04:00
Diego Viola
00de1e6cce fix typo 2012-05-23 09:10:00 -04:00
Daniel Stone
aa0fb0f49c Convert wl_input_device to wl_seat (and friends)
wl_input_device has been both renamed and split.  wl_seat is now a
virtual object representing a group of logically related input devices
with related focus.

It now only generates one event: to let clients know that it has new
capabilities.  It takes requests which hand back objects for the
wl_pointer, wl_keyboard and wl_touch interfaces it exposes which all
provide the old input interface, just under different names.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2012-05-16 14:19:22 -04:00
Kristian Høgsberg
fefa8c0fd5 TODO: Strike the last xkbcommon issues 2012-05-11 11:27:22 -04:00
Kristian Høgsberg
68e0eaa2b5 TODO: More updates 2012-05-09 11:26:30 -04:00
Kristian Høgsberg
6b8816bab4 Update TODO
Daniel did fixed point coordinates.
2012-05-08 14:49:44 -04:00
Kristian Høgsberg
a73c91585e TODO: drop scanner namespace item
Not worh the trouble.
2012-05-07 23:45:20 -04:00
Kristian Høgsberg
2753904eda Add shell_surface set_title and set_class requests 2012-05-02 09:39:17 -04:00
Kristian Høgsberg
9d37682db3 Update TODO
Casey did surface.enter/leave.
2012-04-20 13:43:08 -04:00
Scott Moreau
2896b6a220 protocol: Add ping event and corresponding pong request 2012-04-19 12:48:55 -04:00
Kristian Høgsberg
8e5866a54d Update TODO 2012-04-12 17:43:12 -04:00
Kristian Høgsberg
6c57ab016d Update TODO 2012-03-28 23:13:59 -04:00
Kristian Høgsberg
83685c506e Remove wl_buffer.damage and simplify shm implementation 2012-03-26 16:33:24 -04:00
Kristian Høgsberg
d4ae9fb5f8 TODO: Pull in updated TODO list from 1.0 roadmap email 2012-03-20 12:32:51 -04:00
Kristian Høgsberg
bbebd304fb TOOD: Frame based input done 2012-03-05 21:02:53 -05:00
Kristian Høgsberg
bf53f2033d Update TODO 2012-02-28 16:42:17 -05:00
Kristian Høgsberg
f9c8a691b2 Update TODO 2011-08-29 16:54:01 -04:00
Kristian Høgsberg
e489e824fa Update TODO 2011-08-27 12:06:11 -04:00
Kristian Høgsberg
b6fdded54b Update TODO 2011-06-21 16:25:28 -04:00
Kristian Høgsberg
eff7fc0d99 TODO: Update 2011-05-19 11:53:39 -04:00
Kristian Høgsberg
2d27f3b6e9 TODO: Consolidate and update 2011-05-10 22:56:01 -04:00
Kristian Høgsberg
7f075499ea Update TODO again 2011-01-21 22:01:48 -05:00
Kristian Høgsberg
d86a6bc96f Update TODO 2011-01-21 17:12:57 -05:00
Kristian Høgsberg
b71cd9e31d Update TODO 2010-12-01 17:00:17 -05:00
Kristian Høgsberg
6866856dfd Remove leftover of fds_in_tail hack
It's breaking the case of multiple fds in one buffer.
2010-10-25 10:28:23 -04:00
Kristian Høgsberg
25694e7c3c A couple more TODO items 2010-10-08 08:58:51 -04:00
Kristian Høgsberg
3d5bae0700 Add a shm buffer sharing mechanism 2010-10-06 21:17:40 -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
76b43326a5 Move example compositor to subdirectory 2010-09-14 10:56:25 -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
e9d37bdc5f Use a transient object for the dnd session 2010-09-02 20:22:42 -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
1d7ffd32f8 Set pointer image only in response to 'target' event 2010-08-25 16:34:05 -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
Kristian Høgsberg
506e20eed9 More work on dnd 2010-08-19 17:26:02 -04:00
Kristian Høgsberg
eef08fbb1a First step towards drag and drop protocol 2010-08-18 15:27:27 -04:00
Kristian Høgsberg
77fb167956 Add protocol for setting the pointer image 2010-08-16 10:38:29 -04:00
Kristian Høgsberg
4fe1a3ed3a Don't track globals in the client lib, just send out events
Users of the client library must install an global handler to get access
to globals.
2010-08-10 14:13:23 -04:00
Kristian Høgsberg
230ee37361 Update TODO 2010-08-10 10:07:26 -04:00
Kristian Høgsberg
3862e43779 Generate client side marshal stubs from protocol spec 2010-08-09 21:25:50 -04:00
Kristian Høgsberg
6d70202f80 Send out coordinates with pointer_focus event
We can't rely on motion events happening right away, pointer_focus could
change because of windows coming or going etc.
2010-08-06 15:12:26 -04:00