Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial version of port to gtk3Gonzalo Odiard2012-08-101-86/+80
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace widgets used to change brush shapeGonzalo Odiard2012-08-101-23/+19
| | | | | | | | The gtkRadioButton was replaced by RadioToolButton to do it more touch friendly. There are a string change done to achieve uniformity too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add slider to set the alpha, and change size brush spinbutton by a sliderGonzalo Odiard2012-08-101-16/+49
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement stamp tool with cairoGonzalo Odiard2012-08-101-2/+5
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use cairo to pick_color and draw the brush preview widgetGonzalo Odiard2012-08-101-23/+30
| | | | | | Is pending the part of the stamp display in the brush button Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Resolve crash in XO-1 - OLPC 10854Gonzalo Odiard2011-05-161-1/+1
| | | | | | The problem was a pixmap defined with depth 24. Works ok in XO-1.5 but in XO-1. Using -1 thew pixmap is created with the default depth.
* Implementation of Stamp functionalityGonzalo Odiard2011-05-031-25/+98
| | | | | | | | | 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-0/+307