Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/icon.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-1/+1
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix inline comment spacingSascha Silbe2010-11-231-1/+2
| | | | | | | | pep8 wants inline comments to be prefixed by at least two spaces. Let's just move them to a separate line as that's easier to read anyway. Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Cast floats to ints before calling cairo.ImageSurface() #2291Tomeu Vizoso2010-10-041-4/+6
| | | | Otherwise Python 2.7 will raise an exception.
* Supplement #1687 by docstringAleksey Lim2010-01-311-0/+21
|
* Get pure icon surface w/o creating any widgets #1687Aleksey Lim2010-01-251-0/+7
|
* Only try to pop down the submenus if we still have a _Menu #1338Tomeu Vizoso2009-09-131-2/+0
|
* Remove prelit invert effect for icons (garycmartin) #1313Tomeu Vizoso2009-09-101-2/+2
|
*