Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bucket use with touch - SL # 4195Gonzalo Odiard2012-11-131-2/+2
* Improve interactivity when using touch - SL #4161Gonzalo Odiard2012-11-131-2/+16
* Fix undo when a text is in editionGonzalo Odiard2012-11-011-1/+2
* Alpha is broken after user undo/redo - SL #4143Gonzalo Odiard2012-11-011-3/+0
* One line pep8 fixGonzalo Odiard2012-10-311-0/+1
* Fix freeform tool use with touch - part of SL#4074Gonzalo Odiard2012-10-311-14/+9
* Fix selections movement/resize with touch - part of SL#4074Gonzalo Odiard2012-10-311-0/+7
* Fix osk interaction with text tool - SL #4105Gonzalo Odiard2012-10-311-40/+29
* Fix c bucket implementation - SL #4073Gonzalo Odiard2012-10-301-48/+42
* Resize the textview area when change font - SL #4078Gonzalo Odiard2012-10-251-0/+3
* Fix pick tool - SL #4077Gonzalo Odiard2012-10-241-1/+1
* Use touch events - SL #4004Gonzalo Odiard2012-10-191-60/+101
* Fix copy/paste functionality - SL #3938Gonzalo Odiard2012-10-191-56/+17
* Mirror code updatedGonzalo Odiard2012-10-021-4/+59
* Rotate using cairoGonzalo Odiard2012-10-021-13/+31
* Fix simple pep8Gonzalo Odiard2012-10-021-0/+2
* Use a similar surface to improve performanceGonzalo Odiard2012-10-021-35/+59
* 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