Path to this page:
Subject: CVS commit: pkgsrc/graphics/nsxiv
From: pin
Date: 2024-01-03 16:32:37
Message id: 20240103153238.05C6BFA42@cvs.NetBSD.org
Log Message:
graphics/nsxiv: update to 32
v32 (October 01, 2023)
Changes:
- Removed legacy multi-frame loaders. Animated image support now requires
Imlib2 v1.8.0 or above.
- Move loading/caching messages to right side bar #446
- Set a default delay if delay is 0 in a multi-frame image #445
- config.mk: default to -O2 #435
- config.mk no longer explicitly sets CC to c99 #455
- Assertions are now opt-in and requires explicitly defining DEBUG #447
Added:
- Added a pick-quit key-binding #432
- Ability to configure Xresources class name in config.h #427
- --version output now also includes compiled-in feature list #462
- Document handling of empty X resources values #428
- Experimental flag --bg-cache to generate thumbnail cache in a background
process #438
Fixes:
- Changing brightness/contrast on multi-frame images #440
- Brightness keybindings on manpage #467
- Various autoreload bugs #437, #459, #460
- *-info scripts not updating when selecting thumbnail with mouse #477
- Updated openbsd configuration in config.mk #453
- Memory leak in win_draw_bar #444
- Thumbnail leak when removing the last file #423
v31 (January 28, 2023)
Changes:
- Uncritical files moved to etc/. #350
- Empty Xresource entry will now be ignored. #340
- win-title will be read in a non-blocking manner. #314
Added:
- Support for multi-frame images via Imlib2. #373
- Support for long-opts. #332
- Cli flag --anti-alias to enable/disable anti-aliasing. #361
- Cli flag --alpha-layer to enable/disable checkerboard background. #408
- Accept directory via stdin (-i) #383
- Support for modifying brightness and contrast #396
Fixes:
- Build failure when _SC_PHYS_PAGES is not defined. #334
- Various statusbar issues. #353,#341
- Crashes due to faulty signal-handler. #411
- Potential memory leak in r_readdir(). #319
- Potentially printing incorrect error message. #321
- Wrong slideshow length on animated webp. #381
- Document missing Ctrl+6 binding in the manpage. #347
SPECIAL NOTE: Due to this incident we have moved development over to Codeberg.
A lot of the references below may now be 404 on GitHub. Any threads which
survived the wipe have been migrated over to nsxiv-record. All of the references
above can be found on the new main nsxiv repository on Codeberg.
v30 (June 15, 2022)
Changes:
- Development and main repository moved over to Codeberg. See the special note
above for more info.
- autoreload_{inotify,nop}.c merged into a single file, autoreload.c. #263
- Moved all configuration related macros to config.mk. #264
- win-title is now called only when there's change rather than being called on
each redraw. #266
Added:
- Added more mimetypes to the .desktop entry. #260
- Added thumb-info for customizing the statusbar in thumbnail-mode. #265
- Added comments for building on OpenBSD. #264
Fixes:
- "Too many open file" error due to not closing the win-title script. #245
- -f now directly starts in fullscreen mode rather than opening a normal
window and then going fullscreen. #251
- Broken slideshow on slow systems or fast animations. #282
- Memory leak when removing an image in thumbnail mode. #247
- Correctly setting _NET_WM_PID. #251
- Don't override statusbar if info script doesn't exist. #271
- Potential misbehavior regarding font. #250
Files: