Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix c bucket implementation - SL #4073Gonzalo Odiard2012-10-3023-200/+120
| | | | | | | | | The c implementation is reworked to process a array with the surface data instead of the GdkImage. It returns a list instead of a array The c do not depends on gtk anymore. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Resize the textview area when change font - SL #4078Gonzalo Odiard2012-10-252-1/+4
| | | | | | | This patch also solves a problem when close the activity while a text is being edited. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix pick tool - SL #4077Gonzalo Odiard2012-10-241-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable kinetic scrolling - SL #4005Gonzalo Odiard2012-10-221-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Version 47v47Gonzalo Odiard2012-10-191-1/+1
|
* Use touch events - SL #4004Gonzalo Odiard2012-10-192-66/+106
| | | | | | This patch does not solve the tools selection and freeform Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix "Paint activity toolbar overflowing in landscape orientation" - SL#3995Gonzalo Odiard2012-10-191-4/+0
| | | | | | Removed one separator. I couldn't find a better way, and was not really needed. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix copy/paste functionality - SL #3938Gonzalo Odiard2012-10-191-56/+17
| | | | | | | | | We can't use set_with_data [1], then use the set_image method A fix to not clean the background after paste is included too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> https://bugzilla.gnome.org/show_bug.cgi?id=656312
*