Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/iconbutton.py
Commit message (Expand)AuthorAgeFilesLines
* More removal and deprecationsMarco Pesenti Gritti2007-04-271-0/+4
* Use button_press virtual method instead of the connect_after hacks.Marco Pesenti Gritti2007-03-091-5/+2
* Implement ToggleIconButtonMarco Pesenti Gritti2007-03-091-2/+2
* Icon and Button fixes.Tomeu Vizoso2007-02-281-23/+2
* Button fixes and fix launching activities from the clipboard.Tomeu Vizoso2007-02-281-13/+12
* IconButton hover fix.Tomeu Vizoso2007-02-271-2/+0
* Added Button control.Tomeu Vizoso2007-02-261-2/+1
* Highlight buttons and change menu background to black.Tomeu Vizoso2007-02-231-11/+29
* Rename color property in CanvasIcon to xo-color and added properties fill-col...Tomeu Vizoso2007-02-231-8/+7
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-3/+3
* Added tooltips to CanvasIcon and implement popup positioning in the Frame.Tomeu Vizoso2007-02-221-8/+8
* Refactored Menu out of Popup.Tomeu Vizoso2007-02-211-2/+1
* Move popup activation logic from IconButton to CanvasIcon.Tomeu Vizoso2007-02-211-86/+1
* Make IconButton inherit from Button instead of containing it.Tomeu Vizoso2007-02-211-27/+17
* Renamed Button to IconButton.Tomeu Vizoso2007-02-211-0/+190