Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Collapse)AuthorAgeFilesLines
* fixed alert dokuSimon Schampijer2007-10-111-2/+4
|
* First implementation of the alert bar #2822Simon Schampijer2007-10-113-3/+170
| | | | Hooked it up to the activity window as well
* Put toolbars into event boxes. This means that they will be filled withBenjamin Berg2007-10-091-16/+11
| | | | the background color by X which makes the frame animations nicer.
* 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
| | | | separator between them.
* Removed the padding from the vbox and added some to theBenjamin Berg2007-09-211-2/+12
| | | | | | palette (xthickness). Also correctly pad the label, set it to be bold and give it a fixed height. This fixes bug #3081.
* Implement a do_size_request to be able to correct resize on sizeBenjamin Berg2007-09-211-4/+9
| | | | changes, and set a minimum width. Fixes #3497 and adresses #3081.
* 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
|/
*