Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageView.py
Commit message (Collapse)AuthorAgeFilesLines
* Finally implement scrolling by trackpadv55Manuel Quiñones2013-06-031-5/+25
|
* Fast redraw for trackpad scrolling, bump maximun zoom to 10Manuel Quiñones2013-06-031-29/+53
|
* Skip the scrollbar value-changed callbacks when we manually change themManuel Quiñones2013-06-031-2/+14
|
* Update adjusment in touch dragManuel Quiñones2013-06-031-0/+1
|
* Forgot a get_parent from the revert commit, dbb6504aManuel Quiñones2013-06-031-1/+1
|
* Implement custom scrollable, part oneManuel Quiñones2013-06-031-1/+94
| | | | | | Update the scrollbars considering the view. Activating the scrollbars not implemented yet.
* Revert changes done for the scrollbars in a5f346a1Manuel Quiñones2013-06-031-29/+24
|
* Add drag by touchManuel Quiñones2013-06-031-1/+48
|
* Use better filter if not doing touch zoomManuel Quiñones2013-06-031-5/+5
|
* Use scrolled window with default viewportManuel Quiñones2013-06-031-41/+29
| | | | Scrollbars not working well yet.
* Center image when it is reduced in other waysManuel Quiñones2013-06-031-12/+16
|
* Improve rotation, recalculate surface and anchor pointManuel Quiñones2013-06-031-6/+35
|
* Grab the image while zoomingManuel Quiñones2013-06-031-20/+35
| | | | Sets the anchor point of the image when touch zoom start
* Improve pinch to zoom, add rotationManuel Quiñones2013-06-031-12/+66
| | | | Center the image between the touch points.
* Basic pinch to zoomManuel Quiñones2013-06-031-3/+31
|
* Make zoom buttons sensitivity workManuel Quiñones2013-06-031-3/+11
|
* Use viewer allocation directly, not the allocation of the parentManuel Quiñones2013-06-031-12/+7
|
* Fix store zoom in metadata and object pickerManuel Quiñones2013-06-031-0/+7
| | | | Also remove unneded method for View Source
* Go back to a clean, basic viewolpc user2013-06-031-329/+81
| | | | This commit breaks a lot of things.
* 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
|
*