Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
Commit message (Expand)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-1000/+0
* Use new style for unused variablesSimon Schampijer2008-04-241-2/+3
* Work around circular dep between Icon and Palette. I don'tMarco Pesenti Gritti2008-04-201-2/+2
* pylint palette, some problems leftMarco Pesenti Gritti2008-04-191-38/+38
* Added default to label arg in palette constructorEben Eliason2008-04-031-1/+1
* Make room for the accelerator labels.Tomeu Vizoso2008-04-021-2/+2
* New palette APIEben Eliason2008-04-011-58/+166
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-011-10/+21
* Emit palette popup only after the window is mapped. This fixes ticket #3486.Benjamin Berg2008-02-251-6/+8
* Fix #3611 and parts of #4084 by setting the palette to be a transient window ...Benjamin Berg2008-02-251-0/+1
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+877
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-722/+0
* Don't fail to expose if there is no invoker.Benjamin Berg2007-10-081-1/+1
* Call the correct remove function when removing old content from palettes.Benjamin Berg2007-09-291-1/+1
* Hide the menu and content when they are empty and added aBenjamin Berg2007-09-211-5/+18
* Removed the padding from the vbox and added some to theBenjamin Berg2007-09-211-2/+12
* Implement a do_size_request to be able to correct resize on sizeBenjamin Berg2007-09-211-4/+9
* Handle the passing of the child of the toolitem to the WidgetInvoker in ToolI...Simon Schampijer2007-09-181-0/+3
* Fix that several palettes are not hooked up to the same button #3293Simon Schampijer2007-09-171-2/+9
* Add a flag to place the menu after the content in palettesDan Williams2007-09-091-8/+17
* Remove left over property.Tomeu Vizoso2007-09-061-3/+1
* Fix typo.Tomeu Vizoso2007-09-041-1/+1
* Stop secondary animation on hide.Marco Pesenti Gritti2007-09-021-0/+2
* #2971: Patch by MarcoEduardo Silva2007-09-011-1/+5
* Fix ToolInvoker alignments.Marco Pesenti Gritti2007-09-011-3/+4
* Add a ToolInvoker which position the palette dependingMarco Pesenti Gritti2007-09-011-2/+11
* More palette positioning improvements.Marco Pesenti Gritti2007-09-011-115/+110
* Display the rollover at 0,0 when context is emptySimon Schampijer2007-08-301-5/+5
* Cleanup and fix bugs in palette positioning (again)Marco Pesenti Gritti2007-08-291-37/+44
* Cleanup a bit the positioning logic. Drop specificMarco Pesenti Gritti2007-08-291-44/+15
* Remember state when scrubbingMarco Pesenti Gritti2007-08-241-11/+14
* Redraw the window only if allocation changed. PatchMarco Pesenti Gritti2007-08-231-1/+15
* removed print in palette.pySimon Schampijer2007-08-221-1/+0
* Set the initial palette group to "default"Marco Pesenti Gritti2007-08-201-0/+1
* Implement "scrubbing" of palettes based on groups.Marco Pesenti Gritti2007-08-201-5/+19
* Patch by Simon to make sugar start when not connected to wireless.Marco Pesenti Gritti2007-08-161-2/+3
* Move most of the drawing logic inside Palette/Invoker.Marco Pesenti Gritti2007-08-151-11/+12
* Let the button/theme deal with prelight. I don't thinkMarco Pesenti Gritti2007-08-151-16/+6
* Let the invoker deal with popup/popdown redraw.Marco Pesenti Gritti2007-08-151-0/+19
* 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
* Draw an invoker rectangle that looks connected to the main palette.Benjamin Berg2007-08-101-1/+118
* 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