Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
Commit message (Expand)AuthorAgeFilesLines
* Show the text color while editing - SL #3929Gonzalo Odiard2012-09-201-1/+3
* Text in XO is at the wrong size - SL #3850Gonzalo Odiard2012-09-201-0/+13
* Do te resize visualy in the canvasGonzalo Odiard2012-09-041-14/+29
* Display a resize handlw in selectionsGonzalo Odiard2012-09-041-11/+38
* Fix rotation of selectionsGonzalo Odiard2012-09-041-3/+28
* Apply the selection over the temp canvas on mouseoutGonzalo Odiard2012-09-041-8/+36
* Enlarge the damaged area - SL #3794Gonzalo Odiard2012-08-101-4/+4
* Fix invert color tool after porting to gtk3 - SL #3791Gonzalo Odiard2012-08-101-34/+28
* Undo fixed SL #3105Manuel Kaufmann2012-08-101-0/+5
* Initial version of port to gtk3Gonzalo Odiard2012-08-101-138/+148
* Fix artifact when using stamp toolGonzalo Odiard2012-08-101-5/+12
* Fix artifact in the circle brush shapeGonzalo Odiard2012-08-101-2/+0
* Add slider to set the alpha, and change size brush spinbutton by a sliderGonzalo Odiard2012-08-101-4/+21
* Use clipping to improve performance in the slower operationsGonzalo Odiard2012-08-101-18/+49
* Use the polygon method to repalce the trace codeGonzalo Odiard2012-08-101-2/+1
* Pylint fixesGonzalo Odiard2012-08-101-39/+28
* Remove temporary loggingGonzalo Odiard2012-08-101-8/+2
* Use cairo surfaces instead of pixbuf to undo/redoGonzalo Odiard2012-08-101-7/+19
* Implement flood_fill tool using cairo.Gonzalo Odiard2012-08-101-26/+39
* Remove unused code calling the pixmapGonzalo Odiard2012-08-101-10/+0
* Text tool ported to cairoGonzalo Odiard2012-08-101-7/+18
* Resize of selections use cairoGonzalo Odiard2012-08-101-6/+44
* Implement undo/redo using cairoGonzalo Odiard2012-08-101-63/+37
* Implement stamp tool with cairoGonzalo Odiard2012-08-101-5/+6
* Improve visualization of selection border in a black backgroundGonzalo Odiard2012-08-101-1/+4
* Use cairo to pick_color and draw the brush preview widgetGonzalo Odiard2012-08-101-6/+16
* Rotate method ported to cairoGonzalo Odiard2012-08-101-58/+30
* Pep8 fixesGonzalo Odiard2012-08-101-3/+3
* Port effects functionality to cairoGonzalo Odiard2012-08-101-32/+22
* Initial phase of clipboard operations ported to cairoGonzalo Odiard2012-08-101-209/+183
* First stage of port of Paint to cairoGonzalo Odiard2012-08-101-206/+156
* Undo after using bucket tool fixed SL #3105Manuel Kaufmann2012-06-071-1/+7
* Target rectangle in Stamp at first usage SL #3602Manuel Kaufmann2012-05-291-0/+3
* Avoid using numpy 1.6.1 in invert_colors functionManuel Kaufmann2012-05-041-1/+10
* Keep flood fill cursor after clicks SL #3491Manuel Kaufmann2012-04-301-2/+7
* Add cursor for the picker tool #3496Manuel Quiñones2012-04-261-5/+13
* Pep8 fixes in Area.pyGonzalo Odiard2012-04-181-2/+1
* Implement pick tool - SL #3107Gonzalo Odiard2012-04-181-9/+28
* SHow a clock cursor when is doing slow operations - OLPC #10563Gonzalo Odiard2012-04-111-6/+15
* Implement a fallback fill_flood bucket method in pythonGonzalo Odiard2012-03-271-5/+65
* Initial stamp size set based on the display's DPIManuel Quiñones2011-08-171-1/+7
* Fixes to undo/redoGonzalo Odiard2011-06-241-90/+64
* Add custom icon to Stamp toolGonzalo Odiard2011-06-161-2/+5
* Center image in the canvas - SL #2896Gonzalo Odiard2011-06-161-0/+1
* Rotate uses the whole picture when nothing is selectedManuel Quiñones2011-05-261-10/+38
* Fix setting custom cursorsGonzalo Odiard2011-05-161-1/+1
* Remove loggingGonzalo Odiard2011-05-121-28/+4
* Fix setting the cursor selecting a areaGonzalo Odiard2011-05-121-1/+1
* Change the size of tools with the keys "+" and "-" - OLPC #8865Gonzalo Odiard2011-05-121-5/+7
* Change the cursor to clock when effects applied - OLPC #10563Gonzalo Odiard2011-05-121-2/+11