Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/iconbutton.py
Commit message (Expand)AuthorAgeFilesLines
* Use Tray also for the frame friends view.Marco Pesenti Gritti2007-09-021-48/+0
* Remove invalidation logic which is not necessary with the new cache.Marco Pesenti Gritti2007-08-261-12/+0
* Make CanvasIcon use IconBuffer. Change the API to useMarco Pesenti Gritti2007-08-261-3/+3
* Reorganize canvas items.Marco Pesenti Gritti2007-08-251-1/+1
* Make activity icons in frame outline-only. #2668Dan Winship2007-08-081-1/+1
* Move from scaling to sizes in CanvasIcon.Marco Pesenti Gritti2007-07-311-34/+3
* Remove obsolete sugar.graphics.color.Marco Pesenti Gritti2007-07-311-6/+5
* x86_64 fix: don't use sys.maxint (which is really maxlong) for int gpropertiesDan Winship2007-07-261-1/+1
* Hide palettes on iconbutton/toolbutton clickedEduardo Silva2007-07-081-0/+5
* 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