Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/palette.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | dragging gtk inside services.
* 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
| | | | Use full (secondary) request to check in-screen.
* 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
| | | | positioning actually right.
* Place palettes at cursor for free views.Marco Pesenti Gritti2007-07-181-21/+39
|
* #2149, #2150: fixes for the clipboard palette.Tomeu Vizoso2007-07-141-1/+1
|
* Popdown when the toplevel of the parent item loses focus.Tomeu Vizoso2007-07-091-19/+36
|
* Hide palettes on iconbutton/toolbutton clickedEduardo Silva2007-07-081-2/+6
|
* New frameinvokerEduardo Silva2007-07-061-5/+22
|
* Improve tooltips sizingMarco Pesenti Gritti2007-07-061-0/+2
|
* Implement palette groups. Use them to not popdown frame when hover a palette.Marco Pesenti Gritti2007-07-061-2/+29
|
* Hide the active palette if another pops up.Tomeu Vizoso2007-07-051-0/+23
|
* Revert "Hide active palette if zoom level changes."Tomeu Vizoso2007-07-041-15/+0
| | | | | | Pushed by mistake. This reverts commit 70e6d08f8d0fc385b8e7c539b09fced609b9c5a4.
* Hide active palette if zoom level changes.Tomeu Vizoso2007-07-041-0/+15
|
* Reposition palette after expanding it.Tomeu Vizoso2007-07-021-0/+2
|
* Implement secondary state of palettes.Tomeu Vizoso2007-07-021-0/+37
|
* Two more small palette fixes.Tomeu Vizoso2007-07-011-3/+3
|
* Restrict palette positioning to screen height/width - 1 grid cell.Tomeu Vizoso2007-07-011-2/+5
|
* Some palette improvements and add palette support to CanvasIcon.Tomeu Vizoso2007-07-011-11/+22
|
* Use size request to position the palette.Marco Pesenti Gritti2007-06-291-12/+12
|
* Refactor palette positioning API and implementationMarco Pesenti Gritti2007-06-291-74/+84
|
* Do not allow to close the journalMarco Pesenti Gritti2007-06-281-2/+0
|
* Ooops do not start the popup animation on constructor.Marco Pesenti Gritti2007-06-281-2/+2
|
* CleanupMarco Pesenti Gritti2007-06-271-2/+0
|
* Fix tracebackMarco Pesenti Gritti2007-06-271-4/+4
|
* Added some methods to Palette.Tomeu Vizoso2007-06-261-0/+17
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-06-261-2/+4
|\ | | | | | | | | | | Conflicts: sugar/graphics/palette.py
| * Palette: realize()Eduardo Silva2007-06-261-2/+5
| |
* | Lots of palette refactoring.Marco Pesenti Gritti2007-06-261-101/+105
|/
* Heavy refactoring of palette activation. Not fullyMarco Pesenti Gritti2007-06-251-82/+91
| | | | implemented yet.
* More cleanupsMarco Pesenti Gritti2007-06-251-19/+13
|
* Some palette code cleanups.Marco Pesenti Gritti2007-06-251-32/+22
|
* Don't make all .py executable please...Marco Pesenti Gritti2007-06-201-2/+0
|
* Palette: widget and canvas invoker supportEduardo Silva2007-06-191-45/+80
|
* moving graphics/palette.py to LGPLEduardo Silva2007-06-141-10/+11
|
* Palette positioning/closing fixesEduardo Silva2007-06-061-12/+26
|
* Palette: speed upEduardo Silva2007-06-061-18/+12
|
* Palette: tooltip fixEduardo Silva2007-06-061-3/+2
|
* Palette: Tooltip supportEduardo Silva2007-06-021-25/+34
|
* Palette: Automatic positioningEduardo Silva2007-06-011-42/+95
|
* Palette fixesEduardo Silva2007-05-301-27/+32
|
* Palette: event improvesEduardo Silva2007-05-291-5/+58
|
* Palette updatesEduardo Silva2007-05-281-9/+7
|
* New Palette widgetEduardo Silva2007-05-241-0/+158