11 Commits

Author SHA1 Message Date
David Herrmann
41c032d289 Update TODO
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-01-01 23:04:13 +01:00
Ran Benita
22a16b0cd5 Update TODO regarding input subsystem
Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-31 16:55:20 +01:00
David Herrmann
92de8f3f12 Add Ran Benita to authors list
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-31 12:46:15 +01:00
David Herrmann
bb727640e9 output: fix dropping master priviledges on wakeup
If wakeup fails we should drop master priviledges again, otherwise we might
break other applications.

Also remove the SetMaster call on compositor initialization. It is redundant and
not needed by us.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-30 16:38:42 +01:00
David Herrmann
0f44dfdde8 test_console: fix console deinitialization bug
We must not destroy the compositor object if there is still a console using the
GL context. Otherwise we get a SEGFAULT when calling any gl* function.

In future we may need propoper dependencies here. We use reference counts so
this should be easy to implement.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-26 14:46:22 +01:00
David Herrmann
e9a492ff44 Update TODO
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-26 13:59:50 +01:00
David Herrmann
bb9089696e Add K_OFF to vt-TODO
See https://github.com/dvdhrm/kmscon/pull/3 for a discussion of K_OFF in the VT
subsystem. We cannot apply it now but we have to reconsider it when the input
subsystem has been written.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-14 15:38:26 +01:00
David Herrmann
0b6a81d901 Update TODO
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-01 18:20:54 +01:00
David Herrmann
89634f3f13 Update TODO
Similar to libvte we could speed up font-drawing by using cairo_scaled_font_t to
bypass pango entirely if a glyph is already in the hash-table.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-11-26 17:59:49 +01:00
David Herrmann
5af1381ea3 Update TODO list with console subsystem
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-11-20 18:02:28 +01:00
David Herrmann
259fcfa12d Add TODO list
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-11-20 00:28:53 +01:00