Narrat / Pim

PyGObject based image viewer with vim-like keybindings
MIT License
28 stars 9 forks source link

better zoom lock #13

Open aeosynth opened 8 years ago

aeosynth commented 8 years ago

i want zoom lock to make all images fit/full screen, instead of locking the zoom level

Narrat commented 8 years ago

So, pictures which are way smaller than the window size of pim should be stretched and reach that goal too?

aeosynth commented 8 years ago

if zoom is locked to fit screen, yes. maybe have an option to choose between lock percentage or lock mode

Narrat commented 8 years ago

or as a separate function with extra shortcut. Was my thought as I like the current behaviour. Although not really the best thing. Likely it could cause some confusion.

Your suggestion could be a viable option

Narrat commented 8 years ago

Currently working on this, as it is already mostly implemented. But working on it I noticed I need to redo the zoom handling stuff as it is currently easy to run into errors (as it happened while implementing it).

tl;dr: Kinda there, but needs some rework to implement it in a kina nicer way

aeosynth commented 8 years ago

sure no rush. you can tag a new release once a few of these issues are resolved