From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- libmate-panel-applet/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libmate-panel-applet/TODO (limited to 'libmate-panel-applet/TODO') diff --git a/libmate-panel-applet/TODO b/libmate-panel-applet/TODO new file mode 100644 index 00000000..e0384730 --- /dev/null +++ b/libmate-panel-applet/TODO @@ -0,0 +1,14 @@ +libmate-panel-applet todo list +========================= + + Things that need to be finished before this library can be considered +anyway complete. + + * Size negotiation. Basically make sure this works. It should be no + different than the usual GtkWidget size request/allocation. The + applets shouldn't be allowed to be any bigger than the panel. The + other issue is with applets that want to expand to fill the available + space on the panel. At the moment this is solved with getExpandFlags, + but this ends up with some freaky stuff going on when you're moving + applets. Maybe we should consider having a re-sizable flag which would + make the applets have grabs for re-sizing. -- cgit v1.2.1