Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert zoom with the original value SL #3540Manuel Kaufmann2012-09-101-0/+4
| | | | | | | | | | New functionality to go back to the original zoom value. Added an icon next to zoom properties in View Toolbar. This function can be used with the hotkey "Control + 0" as well. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove GObject threads - SL #3670Manuel Quiñones2012-06-211-3/+0
| | | | | | | | | | | | Having GObject threads is provoking segmentation faults. They were added previous to the GTK3 port to solve this bug: http://dev.laptop.org/ticket/5639 which I can't reproduce anymore having threads removed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*