Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Rework the Icon implementation by splitting outMarco Pesenti Gritti2007-08-255-92/+154
| | | | | | | | the icon rendering part. The plan is to share this code with CanvasIcon once it has all the necessary features. Also cleanup the API by just reusing gtk.Image icon_name and file properties.
* Remove canvasicon module.Marco Pesenti Gritti2007-08-251-433/+0
|
* Reorganize canvas items.Marco Pesenti Gritti2007-08-257-8/+419
|
* More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-243-6/+21
| | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* Restore Icon's ability to load absolute file paths.Tomeu Vizoso2007-08-241-4/+17
|
* remove debuggingDan Winship2007-08-241-2/+0
|
* Use icon theme AttachPoints to position badgesDan Winship2007-08-241-58/+84
|
* Remember state when scrubbingMarco Pesenti Gritti2007-08-242-11/+21
|
* Add COLOR_TEXT_FIELD_GREY color.Tomeu Vizoso2007-08-241-0/+1
|
* Redraw the window only if allocation changed. PatchMarco Pesenti Gritti2007-08-231-1/+15
| | | | by benzea, with a little cleanup and comments by me.
* Revert "Notice when (non-sugar) activity factories fail to launch. #1975"Dan Winship2007-08-221-5/+2
| | | | | | | This reverts commit d2aba901c3f85e66ba9c5b6b5d506f472552b48b. The change made etoys *always* apparently fail to launch; the problem is with sugar-native-factory, not activityfactory.py
* Speed up startup by another 2 seconds by using follow_name_owner_changesJohn (J5) Palmieri2007-08-221-1/+7
| | | | | | | * this is a side effect of follow_name_owner_changes which removes some blocking calls in the __init__ of proxies. It introduces some semantics we might not want (such as following name owner changes) but which are fairly beinign
* removed print in palette.pySimon Schampijer2007-08-221-1/+0
|
*