Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git.sugarlabs.org:paint/mainlinePootle daemon2012-11-142-7/+20
|\
| * Fix bucket use with touch - SL # 4195Gonzalo Odiard2012-11-131-2/+2
| | | | | | | | | | | | The coordinate x and y should be int, not float. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
| * Improve interactivity when using touch - SL #4161Gonzalo Odiard2012-11-131-2/+16
| | | | | | | | | | | | | | | | When using touch to draw, the TOUCH_UPDATE events are processed before the draw is done. We need request a inmediate draw, and use a timeout to do it. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
| * Revert "Set transparent background in the textview"Gonzalo Odiard2012-11-071-3/+2
| | | | | | | | | | | | | | | | | | Set the background transparent works in sugar-build, but not in the xo. This can be tried in the next cycle again. This reverts commit 45d6940a1e454b169243f7742780fa6b0942fc67. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* |