Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the LinkInfo that is displayed at the bottom left themableSimon Schampijer2012-03-162-6/+15
| | | | | | | | | | | | | | | | Add a gtype_name to make it easily accessible from the theme. We have to do the same for the overlay as well in order to be able to set the 'background-color' of the label. Labels don't create their own window to render themselves into. Instead, they draw themselves directly onto their parents window, so we have to set the background-color of the parent in order to set the labels' background color [1]. The patch does adjust the gtype_names to be consistent. [1] http://developer.gnome.org/gtk-faq/stable/x810.html Signed-off-by: Simon Schampijer <simon@schampijer.de> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Release 132v132Manuel Quiñones2012-03-021-1/+1
|
* Use SugarMenuItem in the back/forward palettesManuel Quiñones2012-03-022-10/+118
| | | | | | | This is a fix for the GTK+3 menu palettes, and should be reverted when the palettes are fixed. Is the same hack as current Read activity. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fix session history when the current item is at the beginning of the historyManuel Quiñones2012-03-021-8/+9
| | | | | | | | | Removed conditionals that were checking for back history lenght == 0 to handle the case of an empty tab, and added a proper conditional: a tab is empty if the history list has only one item and that item is None. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*