Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removing imports taht prevented launchingHEADmasterRafael Ortiz2011-06-042-2/+0
|
* Version 89v89Gonzalo Odiard2011-05-311-1/+1
|
* Check for page load in get_page_height functionManuel QuiƱones2011-05-311-4/+6
|
* Disable word highlighting in epub backendGonzalo Odiard2011-05-312-0/+9
| | | | | The solution implemented using javascript is not good. There are a problema also, creating tmp files and not removing them.
* Fix #10806 - No scrolling in Read (text backend)Gonzalo Odiard2011-05-311-11/+17
| | | | This patch implements step scroll in the text backend.
* Fix #10806 - No scrolling in ReadGonzalo Odiard2011-05-312-4/+30
| | | | | | Read had implemented scrolling by page (with page up/down keys), this patch implement scroll by steps with the keys up/down in pdf and epub backends.
* Fix interactions between the server and client side in collaborationGonzalo Odiard2011-05-271-2/+5
| | | | | The client tried to open the comminicartion with the own server There are another problem in sugar-toolkit that inhibit collaboration #10906
*