diff options
author | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 22:56:10 -0300 |
commit | c51ef797a707f4e2c6f9688d4378f2b0e9898a66 (patch) | |
tree | 019ae92bb53c19b30077545cb14743cbd1b57aef /matecomponent/libmate-panel-applet/TODO | |
download | mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.bz2 mate-panel-c51ef797a707f4e2c6f9688d4378f2b0e9898a66.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'matecomponent/libmate-panel-applet/TODO')
-rw-r--r-- | matecomponent/libmate-panel-applet/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/matecomponent/libmate-panel-applet/TODO b/matecomponent/libmate-panel-applet/TODO new file mode 100644 index 00000000..e0384730 --- /dev/null +++ b/matecomponent/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. |