Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | it fits inside palette drawing.
* Let the invoker deal with popup/popdown redraw.Marco Pesenti Gritti2007-08-154-21/+19
|
* 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
| | | | | Useful to test/debug size issues, if you have a screen that can do 1600x1200.
* Embed/unembed the menu on state changes, keeping it aroundMarco Pesenti Gritti2007-08-111-4/+9
| | | | | | cause some weird drawing issues. Redraw on palette size changes (patch by Benzea).
* 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
| | | | | There is one catch though, the menu placement inside the palette seems broken. (Probably was already broken before.) Not sure what is going on there.
* 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
| | | | we get the right toplevel.
* Enable focus when there is content. Remove the focusMarco Pesenti Gritti2007-08-081-15/+9
| | | | | out check on the invoker toplevel, we will have to do that differently.
* First go at support of focusable widgets inside the palette.Marco Pesenti Gritti2007-08-081-102/+63
| | | | | Not enabled yet because focus confuses our deactivation logic but it seem to work otherwise.
* 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
| | | | dragging gtk inside services.
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-07-271-0/+2
|\
| * #2511 Fix journal entries background in the object chooser.Tomeu Vizoso2007-07-261-0/+2
| |
* | x86_64 fix: don't use sys.maxint (which is really maxlong) for int gpropertiesDan Winship2007-07-261-1/+1
|/
* 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
|
* #2364: Fix uploads.Tomeu Vizoso2007-07-241-1/+4
|
* Combo for shared/private in the activity menu.Marco Pesenti Gritti2007-07-241-3/+28
|
* Don't pass the weight instead of the flags.Tomeu Vizoso2007-07-231-1/+1
|
* Make combobox icons bigger when there is no textMarco Pesenti Gritti2007-07-231-4/+9
|
* Update forgotten property limit.Tomeu Vizoso2007-07-191-1/+1
|
* Rework palette positioning. Cleanup and get at cursorMarco Pesenti Gritti2007-07-182-59/+70
| | | | positioning actually right.
* Place palettes at cursor for free views.Marco Pesenti Gritti2007-07-181-21/+39
|
* Add some style propertiesMarco Pesenti Gritti2007-07-181-0/+2
|
* #2149, #2150: fixes for the clipboard palette.Tomeu Vizoso2007-07-141-1/+1
|
* Actually commit CanvasButtonMarco Pesenti Gritti2007-07-141-0/+32
|