Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/toggletoolbutton.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-64/+0
* pylint most of sugar.graphics, only palette leftMarco Pesenti Gritti2008-04-181-8/+9
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+63
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-63/+0
* Handle the passing of the child of the toolitem to the WidgetInvoker in ToolI...Simon Schampijer2007-09-181-1/+1
* Fix that several palettes are not hooked up to the same button #3293Simon Schampijer2007-09-171-0/+2
* Add a ToolInvoker which position the palette dependingMarco Pesenti Gritti2007-09-011-2/+2
* Rework the Icon implementation by splitting outMarco Pesenti Gritti2007-08-251-1/+1
* Draw a prelight for toolbuttons from the toolbutton instead of relying on the...Benjamin Berg2007-08-221-0/+8
* Fix #2935: bad method nameEduardo Silva2007-08-211-1/+1
* Move most of the drawing logic inside Palette/Invoker.Marco Pesenti Gritti2007-08-151-4/+2
* Let the button/theme deal with prelight. I don't thinkMarco Pesenti Gritti2007-08-151-4/+3
* Let the invoker deal with popup/popdown redraw.Marco Pesenti Gritti2007-08-151-7/+0
* Don't draw the invoker rectangle for tooltips.Benjamin Berg2007-08-101-1/+1
* Draw an invoker rectangle that looks connected to the main palette.Benjamin Berg2007-08-101-0/+18
* Added palette support to toggletoolbutton.py.Tomeu Vizoso2007-06-271-0/+15
* Fixed typo.Tomeu Vizoso2007-05-041-2/+2
* Add a set_named_icon methodMarco Pesenti Gritti2007-05-011-0/+2
* Adjust named icons terminology a bitMarco Pesenti Gritti2007-04-301-2/+2
* Added ToggleToolButton control.Tomeu Vizoso2007-04-301-0/+28