Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* using entity colors for encoding iconsHEADmasterWalter Bender2013-02-036-235/+119
|
* add insensitive versions of iconsWalter Bender2013-02-024-0/+163
|
* artwork for sharing on facebookWalter Bender2013-02-026-1/+167
|
* Improve style of the scrollbar - SL #4357Manuel Quiñones2013-01-291-2/+4
| | | | | | | | Add a thin border to the slider, same color as the bar background, to make it work in white canvases. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Reviewed-by: Daniel Francis <francis@sugarlabs.org>
* Make notebook arrows white - SL #4185Manuel Quiñones2013-01-231-0/+4
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Notebook: make scroll arrows 2.5 times bigger for touch interaction - SL #4185Manuel Quiñones2013-01-231-0/+2
| | | | | | | | | | | | In gtk+ gtknotebook.c gtk_notebook_get_arrow_rect [1] we can see that the size of the rect that contains the arrow is set by the style properties scroll-arrow-hlength and scroll-arrow-vlength [2]. [1] http://git.gnome.org/browse/gtk+/tree/gtk/gtknotebook.c#n2696 [2] http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--s-scroll-arrow-hlength Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*