Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
Commit message (Collapse)AuthorAgeFilesLines
* Draw the color button in the correct order - SL #4303Manuel Quiñones2012-12-111-11/+13
| | | | | | Same issue in toolkit was fixed in commit 8a9d10cd . Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fix stamp palette - SL #4311Gonzalo Odiard2012-12-101-23/+21
| | | | | | | Make the code less fragile to avoid breaking again if change the palette widgets. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use the new lockable Palette, SL #4008Simon Schampijer2012-11-231-10/+25
| | | | | | | This is based on the lockable Palette support in the toolkit that landed in 6064fb30cc3cca24d2c68c588bcf3de5a047f584 Signed-off-by: Simon Schampijer <simon@laptop.org>
* Revert "Use the new lockable Palette"Gonzalo Odiard2012-11-231-2/+10
| | | | | | | This reverts commit 63d4ce3311cff113f6c46ab4b656a9a101fc0aac. The patch pushed was not the right version Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix padding in color palettesGonzalo Odiard2012-11-211-1/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enlarge size & alpha sliders to improve use with touchGonzalo Odiard2012-11-211-18/+12
| | | | | | As discussed with Gary and Manu Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use the new lockable PaletteSimon Schampijer2012-11-211-10/+2
|
* 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