diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-10 23:56:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-10 23:56:54 +0200 |
commit | 604337540f95368056cca6eb9d808ef4fcc19765 (patch) | |
tree | de821c94382f1a847f112622e56b6d3874eabd13 /matecomponent/libmate-panel-applet/TODO | |
parent | 497b58752b465146c5890624fd1609de10ec0136 (diff) | |
download | mate-panel-604337540f95368056cca6eb9d808ef4fcc19765.tar.bz2 mate-panel-604337540f95368056cca6eb9d808ef4fcc19765.tar.xz |
remove matecomponent
Diffstat (limited to 'matecomponent/libmate-panel-applet/TODO')
-rw-r--r-- | matecomponent/libmate-panel-applet/TODO | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/matecomponent/libmate-panel-applet/TODO b/matecomponent/libmate-panel-applet/TODO deleted file mode 100644 index e0384730..00000000 --- a/matecomponent/libmate-panel-applet/TODO +++ /dev/null @@ -1,14 +0,0 @@ -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. |