Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.98.50.97.6-as-baseSimon Schampijer2013-05-281-1/+1
| | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Added function prototypes for theme_* to satisfy f19's gccWilliam Orr2013-05-281-1/+6
| | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Remove black background in Browse tab pages - SL #4469Manuel Quiñones2013-05-281-4/+0
| | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Release 0.98.4Simon Schampijer2013-02-161-1/+1
| | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* ComboBox: add scroll indicators - 3942Manuel Quiñones2013-02-161-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> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Make notebook arrows white - SL #4185Manuel Quiñones2013-02-161-0/+4
| | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
* Notebook: make scroll arrows 2.5 times bigger for touch interaction - SL #4185Manuel Quiñones2013-02-161-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> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
*