Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
* removed print in palette.pySimon Schampijer2007-08-221-1/+0
* Draw a prelight for toolbuttons from the toolbutton instead of relying on the...Benjamin Berg2007-08-223-0/+24
* One less _set_palette().Tomeu Vizoso2007-08-211-1/+1
* Fix #2935: bad method nameEduardo Silva2007-08-211-1/+1
* Updated to use application/vnd.olpc-sugar instead of application/vnd.olpc-x-s...Tomeu Vizoso2007-08-211-4/+1
* Add xo_color constructor param to RadioToolButton.Tomeu Vizoso2007-08-201-2/+5
* Add menuitem.py to makefileDan Williams2007-08-201-0/+1
* Merge branch 'master' of git+ssh://j5@dev.laptop.org/git/sugarJohn (J5) Palmieri2007-08-2013-94/+171
|\
| * Set the initial palette group to "default"Marco Pesenti Gritti2007-08-202-4/+9
| * Implement "scrubbing" of palettes based on groups.Marco Pesenti Gritti2007-08-202-5/+24
| * Added an entry that can have icons inside: IconEntry. From libsexy.Tomeu Vizoso2007-08-202-1/+46
| * Set the icon-set property to avoid resetting the icon_sizeMarco Pesenti Gritti2007-08-171-4/+4
| * Style nitpickMarco Pesenti Gritti2007-08-171-1/+1
| * Add a scale property to CanvasIcon.Marco Pesenti Gritti2007-08-175-14/+38
| * Patch by Simon to make sugar start when not connected to wireless.Marco Pesenti Gritti2007-08-161-2/+3
| * Add a border to the frame.Marco Pesenti Gritti2007-08-161-0/+2
| * Adapt to icon name changesMarco Pesenti Gritti2007-08-161-1/+1
| * Move most of the drawing logic inside Palette/Invoker.Marco Pesenti Gritti2007-08-154-21/+17
| * Let the button/theme deal with prelight. I don't thinkMarco Pesenti Gritti2007-08-154-28/+15
| * Let the invoker deal with popup/popdown redraw.Marco Pesenti Gritti2007-08-154-21/+19
* | use numpy to shave 4 seconds off of sugar startupJohn (J5) Palmieri2007-08-171-4/+3
|/
* Tweak a color pair as requested by Walter.Marco Pesenti Gritti2007-08-131-1/+1
* Add option to use the same style values as on the XO.Marco Pesenti Gritti2007-08-121-1/+7
* Embed/unembed the menu on state changes, keeping it aroundMarco Pesenti Gritti2007-08-111-4/+9
* Fixed a typo in the palette gap calculation code.Benjamin Berg2007-08-101-1/+1
* Ignore grab_notify in the palette menu so that eg. scales work.Benjamin Berg2007-08-101-0/+4
* Don't draw the invoker rectangle for tooltips.Benjamin Berg2007-08-103-3/+3
* Draw an invoker rectangle that looks connected to the main palette.Benjamin Berg2007-08-104-1/+171
* Make activity icons in frame outline-only. #2668Dan Winship2007-08-083-5/+12
* Fix objectchooser, replace frame with canvasroundbox moduleEduardo Silva2007-08-081-3/+3
* Ignore only INFERIOR enter/leave events.Marco Pesenti Gritti2007-08-081-2/+2
* Override menu shell deactivate to go through the palette.Marco Pesenti Gritti2007-08-081-0/+3
* Expose palette.action_barMarco Pesenti Gritti2007-08-081-7/+15
* Expose palette.menu rather than wrapping methods.Marco Pesenti Gritti2007-08-081-32/+38
* Call embed after the widget hierarchy is setup so thatMarco Pesenti Gritti2007-08-081-3/+3
* Enable focus when there is content. Remove the focusMarco Pesenti Gritti2007-08-081-15/+9
* First go at support of focusable widgets inside the palette.Marco Pesenti Gritti2007-08-081-102/+63
* Icon(): Add scaled icon support (SVG) with editable fill and stroke colorsEduardo Silva2007-08-021-13/+96
* Remove Frame, rename RoundBox to CanvasRoundBoxMarco Pesenti Gritti2007-07-313-32/+5
* Finally drop obsolete units.Marco Pesenti Gritti2007-07-313-98/+0
* Move from scaling to sizes in CanvasIcon.Marco Pesenti Gritti2007-07-313-58/+38
* Fix all the units except icon scales.Marco Pesenti Gritti2007-07-312-1/+1
* Do not use unitsMarco Pesenti Gritti2007-07-311-1/+1
* More units cleanupsMarco Pesenti Gritti2007-07-314-13/+11
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-313-7/+8
* Remove obsolete sugar.graphics.color.Marco Pesenti Gritti2007-07-318-143/+22
* Fix centering of items in the spread boxMarco Pesenti Gritti2007-07-301-17/+21
* Allow passing a complete file path when creating a sugar.graphics.IconTomeu Vizoso2007-07-281-0/+6
* Do not import _sugarext inside graphics initMarco Pesenti Gritti2007-07-271-2/+0
* Split the UI part of sugarext out to his own module to avoidMarco Pesenti Gritti2007-07-272-3/+3