Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement pick tool - SL #3107Gonzalo Odiard2012-04-181-8/+8
| | | | | | | This patch include a little refactoring to do more understable the code. The janela variable was renamed to the more ocmmon activity name. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a timer for resize that prevents repetitive operation - OLPC #10770Gonzalo Odiard2011-07-051-3/+33
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fixes to undo/redoGonzalo Odiard2011-06-241-9/+5
| | | | | Signed-by-off: Manuel Quiñones <manuq@laptop.org> Signed-by-off: Gonzalo Odiard <gonzalo@laptop.org>
* Center image in the canvas - SL #2896Gonzalo Odiard2011-06-161-2/+2
| | | | | | Signed-off-by: manuel quiñones <manuel.por.aca@gmail.com> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implementation of Stamp functionalityGonzalo Odiard2011-05-031-3/+24
| | | | | | | | | The user can select a part of the image to use it like a stamp. When the stamp is selected, can change the size, and use it to draw. Signed-of: manuel quiñones <manuel.por.aca@gmail.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement a custom widget to show in the toolbar the brush shape, color and sizeGonzalo Odiard2011-04-081-1/+1
|
* Move all the controls in the indiviual tool palettes to the color palettesGonzalo Odiard2011-04-051-18/+18
|
*