Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageView.py
Commit message (Collapse)AuthorAgeFilesLines
* Zoom Gesture zooms through the gesture's centerManuel Kaufmann2012-11-061-15/+71
| | | | | | | | When two fingers are used to zoom in/out the image, the center of the gesture is used to zoom the image through it. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Rotate, Zoom and center the imageManuel Kaufmann2012-10-241-33/+80
| | | | | | | | | | | | | | Improves the rotation by centering the image on the screen when it is smaller than the screen size. Optimal zoom is calculated for images than are higher in hight when they are rotated as well. Fixed rotation (anti)clockwise. X, Y axis + angles in gradians are handled different by cairo. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* 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
|
*