Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bucket color - SL #4622Gonzalo Odiard2013-12-201-5/+8
* Fix the operation of end a selectionGonzalo Odiard2013-12-201-4/+8
* Fix invert colors tool - SL #3618 & SL #4674Gonzalo Odiard2013-12-191-5/+6
* Let the user to paste text SL#4559Agustin Zubiaga2013-11-191-1/+11
* Pyflakes fixesGonzalo Odiard2013-09-021-2/+1
* Pep8 fixesGonzalo Odiard2013-09-021-95/+99
* Save and restore tools state in the metadata - SL #2708Gonzalo Odiard2013-09-021-1/+2
* Fix rotation of selections with a part out of the canvas - SL #4519Gonzalo Odiard2013-05-301-1/+2
* Use GdkPixbuf to open files - SL #4418Gonzalo Odiard2013-03-061-2/+7
* Selection disapear - SL #4375Gonzalo Odiard2013-01-111-0/+13
* Avoid execute tool_end before the last tool_move - OLPC #12405Gonzalo Odiard2013-01-111-2/+2
* Less time in the mousemove timeout - OLPC #12405Gonzalo Odiard2013-01-091-1/+1
* Fix memory leak in flood_fill method - SL #4334Gonzalo Odiard2012-12-191-0/+2
* Fix pick color math - SL #4333Gonzalo Odiard2012-12-181-3/+10
* Fix "Paint cut/paste duplicates first pasted item in top-left corner." - SL #...Gonzalo Odiard2012-11-281-1/+0
* Fix "Opacity does change while drawing" - SL #4237Gonzalo Odiard2012-11-281-16/+15
* Use fast scaling in cairo to resize selections - SL #4208Gonzalo Odiard2012-11-141-2/+20
* 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