Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
* Forgot to add the iconMarco Pesenti Gritti2007-04-301-0/+41
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-303-0/+80
|\
| * Add method Toolbox.remove_toolbar().Tomeu Vizoso2007-04-291-0/+3
| * Add ComboBox control.Tomeu Vizoso2007-04-292-0/+77
* | Icon widgetMarco Pesenti Gritti2007-04-301-3/+6
|/
* Fix height requestMarco Pesenti Gritti2007-04-271-13/+16
* Finish up deprecationsMarco Pesenti Gritti2007-04-272-4/+4
* More removal and deprecationsMarco Pesenti Gritti2007-04-278-192/+19
* Kill more canvas itemsMarco Pesenti Gritti2007-04-273-145/+0
* Remove the canvas buttonMarco Pesenti Gritti2007-04-272-131/+0
* Remove all the bubbles from the public API, yay ;)Marco Pesenti Gritti2007-04-273-215/+0
* Refactor the window API a bit to make it more flexible.Marco Pesenti Gritti2007-04-272-38/+20
* Add missing filesMarco Pesenti Gritti2007-04-261-0/+2
* More work on the new graphics API.Marco Pesenti Gritti2007-04-263-16/+125
* Don't try to show the popup of a detached canvas icon.Tomeu Vizoso2007-04-171-0/+5
* Get rid of the notebook which was causing strange flickering.Marco Pesenti Gritti2007-04-161-1/+1
* Implement the transition between zoom view.Marco Pesenti Gritti2007-04-161-1/+5
* Always center the owner in the home viewsMarco Pesenti Gritti2007-04-161-3/+22
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-151-0/+1
|\
| * More documentation, mostly for the sugar.presence.presenceserviceMike C. Fletcher2007-04-151-0/+1
* | Fix SnowflakeBoxMarco Pesenti Gritti2007-04-151-2/+11
|/
* Use gtk to detect dpi.Marco Pesenti Gritti2007-04-071-4/+3
* Relativize bubble radius to screen proportions.Tomeu Vizoso2007-03-281-1/+3
* Popup/popdown fixes.Tomeu Vizoso2007-03-281-3/+9
* Don't prelight when toggledMarco Pesenti Gritti2007-03-211-1/+1
* Emit the activated signal also on togglesMarco Pesenti Gritti2007-03-201-1/+1
* Style fixes for the menu.Tomeu Vizoso2007-03-201-5/+10
* Style fixes for the toolbar.Tomeu Vizoso2007-03-201-2/+2
* Remove our own sizingMarco Pesenti Gritti2007-03-191-2/+0
* Use Animation for popdown.Tomeu Vizoso2007-03-161-1/+13
* Don't popdown the same control we are told to popup.Tomeu Vizoso2007-03-161-1/+1
* Fix tooltip popup.Tomeu Vizoso2007-03-161-14/+13
* Actually pass buttons to the gtk file pickerMarco Pesenti Gritti2007-03-161-3/+3
* Randomize color list so it can be indexed into with a hashed valueDan Williams2007-03-161-501/+501
* Update another get_width_request() for new hippoDan Williams2007-03-151-1/+2
* Tweaked sizes of home xo icon, donut radius and device icons.Tomeu Vizoso2007-03-151-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-151-2/+2
|\
| * Fix tracebacks in snowflakeboxesDan Williams2007-03-151-2/+2
* | Add a filechooser subclass which sizes correctly on the OLPC.Marco Pesenti Gritti2007-03-152-0/+11
|/
* Adapt to the new hippo canvas sizing APIMarco Pesenti Gritti2007-03-143-23/+11
* Ensure animations reach last frameDan Williams2007-03-131-4/+8
* Actually use EASE_OUT by default, add EASE_IN.Marco Pesenti Gritti2007-03-121-1/+4
* Implement set_titleDan Williams2007-03-121-4/+10
* Remove the old timelineMarco Pesenti Gritti2007-03-122-118/+0
* Rework the popup animation to use the new APIMarco Pesenti Gritti2007-03-122-24/+56
* Force hiding when running an activity even if the user hover the frame again.Marco Pesenti Gritti2007-03-121-2/+13
* New animation API. Start rewriting the frame slidein slideout logic.Marco Pesenti Gritti2007-03-122-0/+71
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-1/+1
* Use button_press virtual method instead of the connect_after hacks.Marco Pesenti Gritti2007-03-093-13/+7
* Implement ToggleIconButtonMarco Pesenti Gritti2007-03-094-3/+77