Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/palettewindow.py
Commit message (Expand)AuthorAgeFilesLines
* fix regressions introduced by 29582de6 (fix for SL#1742)Sascha Silbe2011-03-271-1/+7
* CellRendererInvoker._redraw_path(): assure column is definedSascha Silbe2010-11-231-0/+2
* ToolInvoker._get_alignments: fix missing self parameterSascha Silbe2010-11-231-1/+1
* pylint cleanup: initialise all attributes in __init__()Sascha Silbe2010-11-231-0/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-5/+5
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-2/+2
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+1
* Add 'cache-palette' property to Invoker #1742Tomeu Vizoso2010-10-141-3/+20
* Remove unneeded debug logs #1861Simon Schampijer2010-07-071-4/+0
* Do not emit the row-changed signal, but redraw the row for prelight.Benjamin Berg2009-09-101-3/+7
* Palette will fail to open if you have just 'scrubbed' over some number of ico...Aleksey Lim2009-09-101-0/+1
* Hide palette group before immediate popup #1291Aleksey Lim2009-09-101-1/+2
* Stop all animators on poup/popdown invoking #1310Aleksey Lim2009-09-091-5/+3
* Close previous palette on reseting palette property in invoker #1299Aleksey Lim2009-09-081-0/+3
* Do not fail on immediate second palette openning for bottom icons #1292Aleksey Lim2009-09-071-2/+1
* Wrong calculated positions for palettes #1268Aleksey Lim2009-09-041-6/+7
* Primary palette redraw glitch after secondary palette exposed #1135Aleksey Lim2009-09-041-0/+6
* Hide all animators while deleting palettes #1265Aleksey Lim2009-09-041-0/+1
* PEP8 white space and long line fixesSascha Silbe2009-08-251-24/+36
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-5/+5
* pylint fixesSimon Schampijer2009-08-241-6/+3
* let the logger do the formattingSascha Silbe2009-08-241-1/+1
* Remove a couple of debug printsTomeu Vizoso2009-08-201-5/+1
* Split PaletteWindow in its own moduleTomeu Vizoso2009-08-011-0/+961