Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageView.py
Commit message (Collapse)AuthorAgeFilesLines
* Scale the image through its centerManuel Kaufmann2012-10-161-11/+22
| | | | | Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Initial gesture supportGonzalo Odiard2012-10-121-11/+40
| | | | | | | Only zoom is implemented, but not rotate. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Center the image on the screenAgustin Zubiaga2012-10-021-10/+6
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use similar surface to improve performanceGonzalo Odiard2012-10-021-9/+10
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Port to cairoManuel Kaufmann2012-10-021-90/+69
| | | | | | | This patch ports GdkPixbuf to cairo. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* PEP8 fixesAgustin Zubiaga2012-09-231-6/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* GTK3 PortAgustin Zubiaga2012-07-171-60/+63
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Signed-off-by: Flavio Danesse <fdanesse@gmail.com>
* Fullscreen is useless #3704Aleksey Lim2012-06-151-59/+70
|
*