Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
...
| * Button fixes.Tomeu Vizoso2007-02-271-1/+3
* | Fix some bugs with frame animation and enable itMarco Pesenti Gritti2007-02-271-1/+1
|/
* Make the canvas window background transparentMarco Pesenti Gritti2007-02-271-0/+4
* Add a window class to graphics, it contains a canvas.Marco Pesenti Gritti2007-02-272-0/+15
* Added Button control.Tomeu Vizoso2007-02-264-7/+135
* Some control fixes.Tomeu Vizoso2007-02-263-3/+11
* Ensure correctly formatted colorDan Williams2007-02-261-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-251-8/+14
|\
| * First try at menu sizing in OptionMenu.Tomeu Vizoso2007-02-251-8/+14
* | Fix strength propagationMarco Pesenti Gritti2007-02-251-6/+6
|/
* Make OptionMenu grab the pointer on popup.Tomeu Vizoso2007-02-243-2/+16
* Make the default icon scale depend on the screen resolution.Tomeu Vizoso2007-02-241-2/+2
* Add hovering to MenuItem.Tomeu Vizoso2007-02-242-0/+10
* Adjusted rounded box radius.Tomeu Vizoso2007-02-241-1/+1
* Add hover to BuddyIcon in the Frame.Tomeu Vizoso2007-02-241-1/+1
* Highlight buttons and change menu background to black.Tomeu Vizoso2007-02-233-18/+48
* Rename color property in CanvasIcon to xo-color and added properties fill-col...Tomeu Vizoso2007-02-234-47/+87
* Rework the implementation and add an explanationMarco Pesenti Gritti2007-02-231-9/+81
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-234-7/+6
* Added some SystemColors for the buttons.Tomeu Vizoso2007-02-231-1/+13
* Added tooltips to CanvasIcon and implement popup positioning in the Frame.Tomeu Vizoso2007-02-223-17/+41
* Make OptionMenu use the new Menu and MenuItem classes.Tomeu Vizoso2007-02-222-66/+29
* Use hippo.CanvasContext.translate_to_screen() for positioning popups.Tomeu Vizoso2007-02-212-4/+2
* Removed MenuIcon.Tomeu Vizoso2007-02-212-81/+0
* Make ClipboardIcon use the new Menu.Tomeu Vizoso2007-02-211-0/+3
* Make BuddyIcon and BuddyMenu use the new Menu.Tomeu Vizoso2007-02-211-3/+6
* 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