Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/view/home/favoriteslayout.py
Commit message (Expand)AuthorAgeFilesLines
* Move the shell code into site-packages.Marco Pesenti Gritti2008-09-281-485/+0
* Revert "Remove a few doc strings that pydoc does not pick up anyway, replace"Marco Pesenti Gritti2008-09-191-14/+30
* Ensure _calculate_position always has the same arguments.Marco Pesenti Gritti2008-09-191-6/+9
* Don't use multiple statements on a single line.Marco Pesenti Gritti2008-09-191-8/+16
* Remove a few doc strings that pydoc does not pick up anyway, replaceMarco Pesenti Gritti2008-09-191-30/+14
* Eben wants the large favorites icons smaller.C. Scott Ananian2008-09-191-1/+1
* #7685 inline golden ratio/angle calculations in new favorites view codeMartin Dengler2008-09-181-4/+2
* #7685 more new favorite views code whitespace tweaksMartin Dengler2008-09-181-18/+64
* #7685 Add three new favorite views: Square, Triangular, and "Sunflower".C. Scott Ananian2008-09-181-25/+181
* #7046: Fix removal of activitiesTomeu Vizoso2008-07-031-1/+2
* Add an option for choosing the layout in the favorites view.Tomeu Vizoso2008-06-201-9/+16
* Use Grid to resolve collisions in the favorites view.Tomeu Vizoso2008-06-201-61/+102
* Add RandomLayout and make it the default.Tomeu Vizoso2008-06-201-0/+225