Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Naming AlertHEADmasterSimon Schampijer2011-09-183-368/+5
| | | | | | | The will go away in 0.96 and will be replaced with the possibility to set metadata in the activity itself. Reviewed-by: Marco Pesenti Gritti <marco@marcopg.org>
* Revert "Drop CanvasEntry"Marco Pesenti Gritti2011-09-142-0/+42
| | | | This reverts commit a3d3d2a03a9230b96e2c103f480c45e39fd5a92c.
* Drop CanvasEntryMarco Pesenti Gritti2011-09-142-42/+0
| | | | It's unused in the shell
* Drop unused RoundBox hippo itemMarco Pesenti Gritti2011-09-142-72/+0
|
* Drop the hippo scalability testMarco Pesenti Gritti2011-09-141-51/+0
| | | | We are not going to need it anymore since we are getting rid of hippo.
* CanvasIcon: activated signal needed after allDaniel Drake2011-09-121-0/+10
| | | | | This should be used instead of button-press-event where right vs left click matters
* CanvasIcon: remove activated signalDaniel Drake2011-09-111-10/+0
| | | | can't find any users of this. everyone hooks onto button-press-event.
* Don't put event box in toplevel windowDaniel Drake2011-09-111-8/+5
| | | | | no reason for this patch from simon
* bye bye get_render_size ()Raul Gutierrez Segales2011-09-111-11/+0
|
* Remove hippo from CanvasIcon and CanvasInvokerWalter Bender2011-09-112-92/+69
| | | | Based on earlier work by Walter Bender and Raul Gutierrez.
*