Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from worr/f19-build-errorsHEADmasterDaniel Narvaez2013-05-011-1/+6
|\ | | | | Added function prototypes for theme_* to satisfy f19's gcc
| * Added function prototypes for theme_* to satisfy f19's gccWilliam Orr2013-05-011-1/+6
|/
* Remove black background in Browse tab pages - SL #4469Manuel Quiñones2013-03-181-4/+0
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* ComboBox: add scroll indicators - 3942Manuel Quiñones2013-02-061-3/+11
| | | | | | | | | | | - set the correct size for arrows in the dropdown menu - remove border and background in the button that contains the arrows - remove rule that was trying to make separators transparent but is not working Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Remove unused rule as GtkButton:inner-border has been deprecatedManuel Quiñones2013-02-051-6/+0
| | | | | | | | | | See documentation: http://developer.gnome.org/gtk3/stable/GtkButton.html#GtkButton--s-inner-border Upstream bug opened by Benjamin: https://bugzilla.gnome.org/show_bug.cgi?id=485762 Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* 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>
*