summaryrefslogtreecommitdiff
path: root/libopie2/opiemm/oimagescrollview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-01exif class added (taken from opie-eye_slave and more c++ like reworked)alwin1-4/+10
it is used in oimageview while loading jpegs checking BEFORE loading if the image should be scaled loaded. ToDo: documentation of the interface, remove it from opie-eye_slave (it should use of course the library version)
2004-11-01removed some useless debug codealwin1-1/+0
2004-04-23reduced the need of image calculationsalwin1-4/+5
2004-04-22reworked the painting algorithm again, hopefully now it works in all casesalwin1-31/+17
2004-04-21improved painting, eg., when clip area is outside image we must notalwin1-2/+17
paint the image of course....
2004-04-16fixed painting problems when reloading images when widget is visiblealwin1-6/+10
2004-04-16- displaying a busy makes no sense here. It results in double paintingsalwin1-25/+6
- method to set autoscale/autorotate at once
2004-04-15hopefull better repainting when switching the image while view isalwin1-19/+11
visible
2004-04-15using other values when scaled loading of jpegsalwin1-1/+1
2004-04-14added the image-display widgets to lib 'cause it may used in otheralwin1-0/+585
applications ToDo: Interface description