Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'ajay/0.97.6-as-base' into develdevelSantiago Collazo2013-02-162-4/+18
|\
| * 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>
* | Merge remote-tracking branch 'ajay/0.97.6-as-base' into develSantiago Collazo2013-02-137-0/+402
|\ \ | |/
| *