Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Collapse)AuthorAgeFilesLines
* Fix API for hippo-canvas 0.2Marco Pesenti Gritti2007-01-192-7/+7
|
* Use fullscreen if the screen is not big enough to do a 1200x900 window.Marco Pesenti Gritti2007-01-161-1/+1
| | | | The logic might need tweaking.
* Fix wrong method signaturesMarco Pesenti Gritti2007-01-151-2/+2
|
* Don't clear the current buffer on cleanupDan Williams2007-01-151-3/+7
|
* Optionally cache rendered icon surfacesDan Williams2007-01-141-17/+32
|
* Use themed stock-missingDan Williams2007-01-141-1/+1
|
* Optimize the CanvasIcon cacheDan Williams2007-01-141-27/+75
| | | | | - Cache all icons, not just themed ones - Clear icons from the cache if it gets too big
* Get the icon from activity not rootMarco Pesenti Gritti2007-01-121-4/+3
|
* Support for activity icons inside the bundle.Marco Pesenti Gritti2007-01-122-2/+17
| | | | | Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-114-37/+40
|
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-112-0/+8
|
* Delete old surfaces when no longer usedDan Williams2007-01-081-6/+9
|
* Some clipboard fixes.Tomeu Vizoso2007-01-071-1/+3
|
* Make activity launching asynchronousDan Williams2007-01-071-13/+32
| | | | | | The ActivityFactory create() method now returns a handler GObject, which callers may attach signals to to receive success and error signals from the result of the activity launch request.
* Make shell responsible for activity ID generationDan Williams2007-01-061-6/+6
| | | | | | | Enables tracking of activity launch throughout the whole process, so that the shell can be aware of the activity ID from the moment the activity is started by the shell, until the activity becomes active. Previously, the activity itself generated its own ID and told the shell what it was.
*