Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-2924-4022/+0
|
* Make the colors of xocolors publicSimon Schampijer2008-04-261-4/+4
|
* Use new style for unused variablesSimon Schampijer2008-04-242-3/+4
|
* Use new style properties.Marco Pesenti Gritti2008-04-201-18/+11
|
* Work around circular dep between Icon and Palette. I don'tMarco Pesenti Gritti2008-04-202-3/+6
| | | | | like it though, we should get rid of the dep. Fix palette bug which I introduced with the pylint changes.
* pylint palette, some problems leftMarco Pesenti Gritti2008-04-191-38/+38
|
* pylint most of sugar.graphics, only palette leftMarco Pesenti Gritti2008-04-1810-47/+50
|
* pylint combobox, iconentry and radiotoolbuttonMarco Pesenti Gritti2008-04-183-25/+21
|
* pylint icon, a few false positive leftMarco Pesenti Gritti2008-04-181-17/+16
|
* pylint animatorMarco Pesenti Gritti2008-04-181-9/+10
|
* Added default to label arg in palette constructorEben Eliason2008-04-031-1/+1
| | | | | | This leaves the API backward compatible but prevents the need for new code to pass any unused arguments to the constructor, instead depending on the property API.
* #5474: Scale emblems (rwh)Tomeu Vizoso2008-04-031-0/+11
|
* Make room for the accelerator labels.Tomeu Vizoso2008-04-021-2/+2
|
* New palette APIEben Eliason2008-04-011-58/+166
| | | | | | This patch adds support for primary-text, secondary-text, and icons to palettes. It also transitions a few other items to a property API.
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-013-29/+132
|
* Makes the Frame and toolbars darker for better contrastEben Eliason2008-03-261-1/+1
|
* Fix when passing a pixel-size for the icon when not using the constructorSimon Schampijer2008-03-221-7/+4
|
* Add icon property to TrayIcon.Tomeu Vizoso2008-03-011-0/+1
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkitSimon Schampijer2008-02-251-6/+9
|\
| * Emit palette popup only after the window is mapped. This fixes ticket #3486.Benjamin Berg2008-02-251-6/+8
| |
| *