Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)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
* 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
* #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
* 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
| * Fix #3611 and parts of #4084 by setting the palette to be a transient window ...Benjamin Berg2008-02-251-0/+1
* | Make the text in the toolbar of the toolbox dependant on the text sizeSimon Schampijer2008-02-251-1/+2
|/
* Add TrayIcon.get_icon() (tomeu)Simon Schampijer2008-02-251-4/+10
* Fix #4856 and cleanup of the alert codeSimon Schampijer2008-02-171-25/+27
* Use the right gettext domain.Tomeu Vizoso2008-02-091-1/+2
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-0624-0/+3793
* Cleanup the source structureMarco Pesenti Gritti2007-10-1625-3626/+0
* Added a TimeoutAlert and use GTK Response Type ConstantsSimon Schampijer2007-10-151-7/+85
* fixed alert dokuSimon Schampijer2007-10-111-2/+4
* First implementation of the alert bar #2822Simon Schampijer2007-10-113-3/+170
* Put toolbars into event boxes. This means that they will be filled withBenjamin Berg2007-10-091-16/+11
* Don't fail to expose if there is no invoker.Benjamin Berg2007-10-081-1/+1
* Call the correct remove function when removing old content from palettes.Benjamin Berg2007-09-291-1/+1
* Hide the menu and content when they are empty and added aBenjamin Berg2007-09-211-5/+18
* Removed the padding from the vbox and added some to theBenjamin Berg2007-09-211-2/+12
* Implement a do_size_request to be able to correct resize on sizeBenjamin Berg2007-09-211-4/+9
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-09-202-33/+0
|\
| * Drop obsolete widgetMarco Pesenti Gritti2007-09-202-33/+0
* | Redo activity bundles in terms of sugar.bundle.bundleDan Winship2007-09-201-3/+3
|/
* Handle the passing of the child of the toolitem to the WidgetInvoker in ToolI...Simon Schampijer2007-09-184-3/+6
* Fix that several palettes are not hooked up to the same button #3293Simon Schampijer2007-09-176-3/+20
* Do not show the toolbox border if there is only one toolbar.Marco Pesenti Gritti2007-09-131-4/+5
* Don't store the xo-color property on _IconBuffer, it will cause conflicts wit...Tomeu Vizoso2007-09-101-5/+4
* Fix xo_color comparison.Marco Pesenti Gritti2007-09-101-3/+3
* Do not redraw/resize if the properties doesn't actually change.Marco Pesenti Gritti2007-09-102-22/+53
* Optimize xo_color property set and share more code.Marco Pesenti Gritti2007-09-101-12/+11
* Move entity type checks at loader level so that theyMarco Pesenti Gritti2007-09-101-6/+6
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-09-091-97/+29
|\
| * Improved icon caching logicMarco Pesenti Gritti2007-09-081-97/+29
* | Add a flag to place the menu after the content in palettesDan Williams2007-09-091-8/+17
|/