Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplified logic using a grid. It looks ugly but we don't care right now.Marco Pesenti Gritti2007-03-071-99/+29
* Tweak menu layoutMarco Pesenti Gritti2007-03-051-2/+4
* Tweak optionmenu and entry paddingsMarco Pesenti Gritti2007-03-053-2/+3
* Fix aligment of menu iconsMarco Pesenti Gritti2007-03-051-2/+2
* Make action-id in MenuItem be object, not int.Tomeu Vizoso2007-03-042-3/+3
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-021-1/+2
* Set font to 7 points. Tweak zoom levels.Marco Pesenti Gritti2007-03-012-4/+4
* Remove TODOMarco Pesenti Gritti2007-03-011-1/+0
* Use the dropdown icon. Quite an hack to get the icon size right,Marco Pesenti Gritti2007-03-011-1/+2
* Convert points correctly to device. Tweak zoom factor logic a bitMarco Pesenti Gritti2007-02-282-4/+7
* Icon and Button fixes.Tomeu Vizoso2007-02-283-44/+33
* Fix points_to_pixels implMarco Pesenti Gritti2007-02-281-2/+3
* Button fixes and fix launching activities from the clipboard.Tomeu Vizoso2007-02-281-13/+12
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-281-15/+23
|\
| * Entry fixes.Tomeu Vizoso2007-02-281-15/+23
* | More work on devices, getting thereMarco Pesenti Gritti2007-02-282-1/+17
|/
* Specify font size in pixels, not in points.Tomeu Vizoso2007-02-281-2/+2
* IconButton hover fix.Tomeu Vizoso2007-02-271-2/+0
* Fix stroke/fill on ZoomBox icons.Tomeu Vizoso2007-02-271-3/+4
* Use a custom style to get rid of the damned window backgroundMarco Pesenti Gritti2007-02-271-5/+11
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-271-1/+3
|\
| * 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