Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* More units cleanupsMarco Pesenti Gritti2007-07-311-1/+1
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-311-3/+1
* Split the UI part of sugarext out to his own module to avoidMarco Pesenti Gritti2007-07-271-2/+2
* Don't follow the cursor when expanding to secondary palette.Marco Pesenti Gritti2007-07-251-3/+12
* Reposition palette on secondary state.Marco Pesenti Gritti2007-07-241-9/+12
* Keep primary/secondary width the same.Marco Pesenti Gritti2007-07-241-2/+17
* Refactor to move primary/secondary state handling inside Palette.Marco Pesenti Gritti2007-07-241-19/+33
* Update forgotten property limit.Tomeu Vizoso2007-07-191-1/+1
* Rework palette positioning. Cleanup and get at cursorMarco Pesenti Gritti2007-07-181-59/+68
* Place palettes at cursor for free views.Marco Pesenti Gritti2007-07-181-21/+39