Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
Commit message (Collapse)AuthorAgeFilesLines
* Implemented Mirroring Effect in Paint Activity (SL#2463)Ayush Goyal2010-10-201-0/+47
| | | | | | | | Two mirror effects 'Mirror Horizontal' and 'Mirror Vertical' have been added. Mirror horizontal tool flips the entire image or selected area horizontally. Mirror vertical tool does the same vertically. Signed-off-by: Ayush Goyal <ayush@seeta.in>
* Added Invert Color Effect to Paint Activity (OLPC #2495)Ayush Goyal2010-10-201-10/+61
| | | | Signed-off-by: Ayush Goyal <ayush@seeta.in>
* make Area.py pep8 complaintGonzalo Odiard2010-10-191-397/+490
|
* rename polygon tool to freeformGonzalo Odiard2010-07-181-6/+6
|
* fix #2053 - Paint starts with a random color selectedGonzalo Odiard2010-06-181-10/+10
| | | | http://bugs.sugarlabs.org/ticket/2053
* fix olpc #8229 - Cannot drag image from clipboardGonzalo Odiard2010-06-141-0/+15
|
* fix #813 problem with clipboard , OLPC #9022 alsoGonzalo Odiard2010-06-121-0/+6
| | | | | This resolves pasting of a image from Browse to Paint or inside Paint Not resolves draging one image from the frame to Paint
* hide brush when leave drawing areaGonzalo Odiard2010-06-091-1/+17
| | | | | Adds an enter and leave event handler for the drawing area, in order to draw or not draw the outline cursor.
* iplements OLPC #8865 - Slider bar should change brush and line widthGonzalo Odiard2010-06-091-5/+9
| | | | | | Connects XO-1 and XO-1.5 slider function keys to line size change for pencil, eraser, brush and rainbow. The size change is relative to current size.
*