Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-24 | last bugfixes on opie-eye an imagescrollview. Seems that now all is working | alwin | 1 | -1/+4 |
as it should. | ||||
2005-03-24 | - removed a lot of useless debugoutput | alwin | 1 | -16/+14 |
- fixed a small display problem | ||||
2005-03-22 | added missing interface methods for a generic imagedisplay (display | alwin | 1 | -0/+107 |
brightness) apps using that OImageScrollview must rebuild! this will be the last change of interface for a long time | ||||
2004-11-01 | exif class added (taken from opie-eye_slave and more c++ like reworked) | alwin | 1 | -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-01 | removed some useless debug code | alwin | 1 | -1/+0 |
2004-04-23 | reduced the need of image calculations | alwin | 1 | -4/+5 |
2004-04-22 | reworked the painting algorithm again, hopefully now it works in all cases | alwin | 1 | -31/+17 |
2004-04-21 | improved painting, eg., when clip area is outside image we must not | alwin | 1 | -2/+17 |
paint the image of course.... | ||||
2004-04-16 | fixed painting problems when reloading images when widget is visible | alwin | 1 | -6/+10 |
2004-04-16 | - displaying a busy makes no sense here. It results in double paintings | alwin | 1 | -25/+6 |
- method to set autoscale/autorotate at once | ||||
2004-04-15 | hopefull better repainting when switching the image while view is | alwin | 1 | -19/+11 |
visible | ||||
2004-04-15 | using other values when scaled loading of jpegs | alwin | 1 | -1/+1 |
2004-04-14 | added the image-display widgets to lib 'cause it may used in other | alwin | 1 | -0/+585 |
applications ToDo: Interface description |