Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored Menu out of Popup.Tomeu Vizoso2007-02-213-112/+75
* Fix wrong import.Tomeu Vizoso2007-02-211-1/+0
* Move popup activation logic from IconButton to CanvasIcon.Tomeu Vizoso2007-02-212-86/+88
* Make IconButton inherit from Button instead of containing it.Tomeu Vizoso2007-02-211-27/+17
* Renamed Button to IconButton.Tomeu Vizoso2007-02-215-9/+8
* Throw NotImplementedError in abstract method.Tomeu Vizoso2007-02-212-3/+6
* Allow for having the popup positioning logic in PopupContext.Tomeu Vizoso2007-02-212-11/+22
* Renamed Rollover to Popup.Tomeu Vizoso2007-02-214-36/+36
* Add missing filesMarco Pesenti Gritti2007-02-201-0/+2
* Remove the style stuffMarco Pesenti Gritti2007-02-201-5/+5
* Added Rollover control.Tomeu Vizoso2007-02-204-18/+219
* Get rid of the old grid. Never use absolute positioning.Marco Pesenti Gritti2007-02-202-40/+0
* Completely drop stylesheets. Move some of it inside the nm service, don't wan...Marco Pesenti Gritti2007-02-204-98/+0
* More work to get rid of stylesheets, some regressions.Marco Pesenti Gritti2007-02-201-4/+0
* Remove deprecated style stuffMarco Pesenti Gritti2007-02-204-10/+9
* Refactor button a bit to support different sizes. Use it for the overlaybox.Marco Pesenti Gritti2007-02-163-16/+39
* Temporary fix until the next hippo-canvas.Tomeu Vizoso2007-02-151-1/+2
* OptionMenu fixes and API updates.Tomeu Vizoso2007-02-153-12/+21
* Add icon sizesMarco Pesenti Gritti2007-02-151-2/+9
* Take in account screen sizeMarco Pesenti Gritti2007-02-151-1/+2
* Rework color and fonts to be more pytonish. Add units conversions.Marco Pesenti Gritti2007-02-1510-142/+150
* New widget OptionMenu.Tomeu Vizoso2007-02-155-13/+168
* Add some infrastructure for font sizes.Marco Pesenti Gritti2007-02-151-0/+30
* Move Color inside styleMarco Pesenti Gritti2007-02-147-81/+82
* Label fixes.Tomeu Vizoso2007-02-131-19/+5
* Fix Entry.Tomeu Vizoso2007-02-131-1/+1
* Reenable the journal. Add desktop background color.Marco Pesenti Gritti2007-02-131-1/+3
* Allow for subclasses of Entry to override the base gtk.Entry.Tomeu Vizoso2007-02-121-6/+11
* Refactor Frame, create RoundBox, some Entry fixes and new Label control.Tomeu Vizoso2007-02-128-100/+235
* And more text entry stuff.Tomeu Vizoso2007-02-102-22/+38
* More text entry stuff.Tomeu Vizoso2007-02-092-24/+52
* Added text entry control.Tomeu Vizoso2007-02-093-4/+107
* Refactor a bit the color stuff. Python doesn't seem to like initializing clas...Marco Pesenti Gritti2007-02-083-12/+80
* Added toolbar and button controls.Tomeu Vizoso2007-02-074-1/+84
* Add a color class, not used yetMarco Pesenti Gritti2007-02-071-0/+38
* Make the icon colors list privateMarco Pesenti Gritti2007-02-073-584/+564
* We was no more scaling icons depending on screen resolution, fix itMarco Pesenti Gritti2007-01-271-5/+5
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-01-271-1/+0
|\
| * Correctly set height/width the right wayDan Williams2007-01-261-7/+7
* | Rework icon sizing (unfinished, but more or less functional)Marco Pesenti Gritti2007-01-273-37/+62
|/
* Revert "Set width/height the right way"Dan Williams2007-01-261-4/+6
* Set width/height the right wayDan Williams2007-01-261-6/+4
* Fix API for hippo-canvas 0.2Marco Pesenti Gritti2007-01-192-7/+7
* 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
* Support for activity icons inside the bundle.Marco Pesenti Gritti2007-01-121-1/+8
* Some more usability fixes for the clipboard.Tomeu Vizoso2007-01-113-34/+35
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-111-0/+2