Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix palettes scaling when using scaling factor 72 #504Simon Schampijer2009-03-131-3/+3
* Change property type to object because int cannot be None #157Tomeu Vizoso2009-03-051-1/+1
* Use the same font size independent from scalingSimon Schampijer2009-03-021-1/+1
* Show/Hide the color palette correctly (#374)Benjamin Berg2009-02-241-1/+6
* Support setting None as the secondary text #384Tomeu Vizoso2009-02-241-1/+2
* Only display one line in the secondary text of a clipping palette #384Tomeu Vizoso2009-02-241-1/+2
* Reveal the palette on right click on an activity icon #409Tomeu Vizoso2009-02-231-2/+5
* Don't try to hide the tray if the activity has none (alsroot) #395Tomeu Vizoso2009-02-201-1/+1
* NamingAlert: Icon dependent on the entry type #353Simon Schampijer2009-02-161-0/+10
* Add activate signal to PaletteTomeu Vizoso2009-02-101-4/+15
* Added an option to set the background color of CanvasIcon. Then a RGB cache c...Benjamin Berg2009-02-101-6/+62
* Start adapting to Python 4.0Tomeu Vizoso2009-02-041-1/+1
* Palette positioning fixes #298Tomeu Vizoso2009-02-031-2/+12
* Enhanced the 'Name this entry dialog'Simon Schampijer2009-01-182-0/+40
* Fix color button pylintSimon Schampijer2009-01-161-3/+5
* Add a colorpicker to Sugar. Only the ColorToolButton is public for now.Benjamin Berg2009-01-132-0/+525
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainlineBenjamin Berg2009-01-122-5/+21
|\
| * pylint nitpickTomeu Vizoso2009-01-121-1/+2
| * Add the file_name property to MenuItem and reduce a bit the size of its iconsTomeu Vizoso2009-01-121-3/+10
| * Rename parameter to what_filterTomeu Vizoso2009-01-061-6/+6
| * #3060 Add the possibility of filtering the object chooser by data typeTomeu Vizoso2009-01-061-2/+10
* | Move the palette to new style gobject properties.Benjamin Berg2009-01-121-50/+44
|/
* Set property types as object so strings are not copiedTomeu Vizoso2009-01-041-3/+3
* Fix palette highlighting on tray icons. Patch by benzea, style tweaks by me.Marco Pesenti Gritti2008-12-181-6/+8
* Merge branch 'master' of git://git.sugarlabs.org/sugar-toolkit/mainlineMarco Pesenti Gritti2008-12-181-1/+1
|\
| * Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-181-1/+1
* | Rework palette state logic. Fix #42Marco Pesenti Gritti2008-12-181-9/+7
|/
* Dont pop down the palette when a submenu opensTomeu Vizoso2008-12-071-2/+7
* Add colors to icons in menu itemsTomeu Vizoso2008-12-051-1/+4
* Add accelerator support to menu itemsTomeu Vizoso2008-12-052-7/+56
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-2821-11/+86
* Fix up/down arrows in VTrays (#8617)Eben Eliason2008-10-181-8/+6
* Add drag-active property to tray control (#8604)Eben Eliason2008-10-181-6/+73
* Make sure the mouse motion is stopped before starting it.Marco Pesenti Gritti2008-10-181-2/+2
* Fix up scaling calculations, had some regressions in the previous commits.Marco Pesenti Gritti2008-10-031-8/+3
* Respect SUGAR_SCALINGMarco Pesenti Gritti2008-10-031-8/+6
* Line too long fixes.Marco Pesenti Gritti2008-09-221-17/+22
* API docstrings from pydocwebDavid Farning2008-09-212-3/+255
* API docstrings from pydocwebDavid Farning2008-09-213-3/+140
* API docstrings from pydocwebDavid Farning2008-09-203-0/+185
* API docstring update from pydocwebDavid Farning2008-09-201-0/+10
* Trac #8563: sugar palette doesn't handle 'table menus'.C. Scott Ananian2008-09-191-0/+7
* #8485 Detach from palette when a widget is destroyedTomeu Vizoso2008-09-184-0/+24
* add parameters to docsDavid Farning2008-09-161-9/+60
* Break the reference cycle between menu and palette. #8469Marco Pesenti Gritti2008-09-131-0/+4
* #8394 Destroy the palette when the invoker is dettachedTomeu Vizoso2008-09-101-1/+4
* Remove "dynamic" font height computation #8392 (marco)Simon Schampijer2008-09-101-11/+2
* More cleanups to make pylint happy.Marco Pesenti Gritti2008-09-071-10/+21
* Get rid of the custom _hide/_show and just use the widgetMarco Pesenti Gritti2008-09-071-57/+26
* Remove the set_size_request for the alert messageSimon Schampijer2008-08-251-3/+0