Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Restore reload/stop loading functionalityManuel Quiñones2011-12-201-4/+3
| | | | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
| * Restore edit subtoolbar functionality: undo, redo, copy, paste, searchManuel Quiñones2011-12-201-49/+55
| | | | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
| * Remove old zoom methodsManuel Quiñones2011-12-201-16/+0
| | | | | | | | | | | | | | Now the WebKit.WebView zoom_in() and zoom_out() methods are called and the page is effectively zoomed. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
| * Merge branch 'master' of git.sugarlabs.org:browse/mainlineManuel Quiñones2011-12-201-63/+76
| |\
| * | Store and restore session for each tabManuel Quiñones2011-12-203-54/+66
| | | | | | | | | | | | | | | | | | | | | | | | For going to a specific item in the history, it uses go_back() method of WebKit.WebView. I tried also with WebKit.WebHistoryItem go_back(), seemed the proper solution, but the page wouldn't update. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
| * | Fix bugs adding conditionals for BrowserNotebook with no pagesManuel Quiñones2011-12-053-11/+14
| | | | | | | | | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* | |