jpegview icon indicating copy to clipboard operation
jpegview copied to clipboard

Fix a bug when files doubled when browsing a folder

Open SergeiVorobyov opened this issue 2 years ago • 2 comments

  • Fixed issue https://github.com/sylikc/jpegview/issues/147 when files appear twice in folder if set to be processed by WIC in config + supported by internal decoder library
  • Code refactoring to simplify adding new file extensions to be supported.

Extracted this fix from https://github.com/sylikc/jpegview/pull/178 in order to have PRs more granular.

SergeiVorobyov avatar Mar 27 '23 21:03 SergeiVorobyov

I'll review this implementation also a bit later. Last I was looking at this I was thinking about whether this is cleaner than the old static list implementation... It feels similar, but I need to read through the code.

I didn't think it was clean before, but I haven't entirely read through this code yet. It looks cleaner though

sylikc avatar Mar 31 '23 08:03 sylikc