Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix GtkCheckButton color - SL #4145Manuel Quiñones2012-11-051-6/+2
| | | | | | | - don't force black color - inside palettes or toolbars, set white for all states Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Add setting to invoke page up/page down on scrollbars clicksManuel Quiñones2012-11-051-0/+1
| | | | | | | | | | | | | | The default value of 'gtk-primary-button-warps-slider' in GTK+3 is True[1] and in GTK+2 is False[2]. This patch sets the setting to False in GTK+3 to keep the same behaviour as before. [1] http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider [2] http://developer.gnome.org/gtk/2.24/GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider Patch for sugar provided by Manuel Kaufmann and ported to artwork. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Use 0px radius in GtkToolButton prelight stateAgustin Zubiaga2012-11-021-0/+1
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
*