Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.98.5v0.98.5sucrose-0.98Simon Schampijer2013-05-221-1/+1
|
* Added function prototypes for theme_* to satisfy f19's gccWilliam Orr2013-05-221-1/+6
|
* Remove black background in Browse tab pages - SL #4469Manuel Quiñones2013-05-221-4/+0
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.98.4v0.98.4Simon Schampijer2013-02-151-1/+1
|
* ComboBox: add scroll indicators - 3942Manuel Quiñones2013-02-151-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>
* Make notebook arrows white - SL #4185Manuel Quiñones2013-02-151-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-02-151-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>
* Release 0.98.3v0.98.3Simon Schampijer2013-01-211-1/+1
|
* Add icon entry-cancel for usage inside entries - SL #3569Manuel Quiñones2013-01-152-1/+23
| | | | | | | | This is a backport of commit f3e16adf in master, simplified. Master commit adds other icons. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.98.2v0.98.2Manuel Quiñones2012-12-171-1/+1
|
* Journal Details View: Style KeepIcon - SL #4304Manuel Quiñones2012-12-171-3/+6
| | | | | | | Subscribe the KeepIcon to the same rules as the CanvasIcon. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* SugarPaletteWindowWidget: add border rules - SL #4295Manuel Quiñones2012-12-151-0/+3
| | | | | | | This were in the GTK2 theme the palette xthickness and ythickness. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.98.1v0.98.1Manuel Quiñones2012-12-101-1/+1
|
* Get back margin of toolbuttons - SL #3936Manuel Quiñones2012-12-101-1/+8
| | | | | | | | | | | | | | | Like in the original GTK2 theme, buttons in toolbars have a margin that is equal to default-padding / 2 . As we can't reach to a solution with the prelight state that has black fill below an active button (rounded light grey), because we are using a transparent border for the margin, make the prelight state round too. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Tested-by: Gary Martin <gary@garycmartin.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Style GtkProgressBar - SL #4249Manuel Quiñones2012-12-031-6/+11
| | | | | | | | | | - add dark grey border - use grey background fill for common progressbars - use black background fill for progressbars in palettes or toolbars - remove hardcoded values Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Release 0.98.0v0.98.0Manuel Quiñones2012-11-291-1/+1
|
* Release 0.98v0.98Manuel Quiñones2012-11-291-1/+1
|
* Tray: Set background color - SL #3565Manuel Quiñones2012-11-281-0/+4
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Release 0.97.12v0.97.12Simon Schampijer2012-11-271-1/+1
|
*