The NetBSD Project

CVS log for pkgsrc/graphics/oculante/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / oculante

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Apr 24 14:14:33 2025 UTC (3 days, 11 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
*: recursive bump for jpeg -> libjpeg-turbo switch

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Apr 10 13:16:51 2025 UTC (2 weeks, 3 days ago) by pin
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
graphics/oculante: needs sse2

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:55:39 2025 UTC (3 weeks, 4 days ago) by pin
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +4 -1 lines
graphics/oculante: not for i386

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Jan 13 20:31:57 2025 UTC (3 months, 1 week ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +4 -5 lines
graphics/oculante: update to 0.9.2

πŸͺ² Bug Fixes
Prevent application from saving current channel to settings file. The current image channel now is reset between restarts as this was confusing to users. (98ebe9e0)
prevent dng from being loaded as tiff (96417bbf)
Send frame wen editing alpha tools to prevent crash (f4eb4690)

    Fallback to native image library if TurboJPEG fails on certain images, such as taken by Samsung phones (3a8b34cc)
    Add all supported heif extensions. Fixes #457 (2e316a95)

✨ Features

    Simplified Chinese support (dfb6b67d)
    Arabic language support (0851570c)
    Support Japanese, Arabic, Chinese (a5b0dc77)
    Enable bypassing image filters (60beaf6c)
    generate palette from image (932e9ae2)
    Copy palette color to clipboard, highlight palette color if contained (Closes #572, #571) (4279a7d7)
    Basic swatch / palette UI (f1052395)
    enable thumbnails in image browser (d39b79d5)
    search files in current directory in file browser (1a1775c1)
    Expose image save options (372aeefb)
    Allow storing bookmarls in the file dialog (bf5b7e1e)
    Criterion benchmarks (c8218834)
    Read Krita files (711b666a)
    Rotate images according to their EXIF rotation data (dbeb9a96)
    Heif format is bundled in release for Apple Silicon macs (extra heif build available for intel macs) (dbd71465)
    Heif support in OSX release builds (0e1a3d78)

🍏 Chore

    Filters are in scrollable list (01264bbf)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:20:01 2024 UTC (4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
*: recursive bump for pango requiring fontconfig 2.15

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:16:07 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
*: recursive bump for default-on option of at-spi2-core

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Oct 20 14:04:00 2024 UTC (6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +4 -2 lines
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core

Remove at-spi2-atk and atk

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Oct 19 15:34:40 2024 UTC (6 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1 lines
graphics/oculante: fix broken build

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Sep 25 10:52:58 2024 UTC (7 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
graphics/oculante: update to 0.9.1

0.9.1 (2024-09-21)
πŸͺ² Bug Fixes
    Prevent scrollbars from occluding info panel (19d3be85)
    Remove duplicated shortcuts entry in Readme and fix build script to auto-generate keymaps (99e9d9ef)
    Noise filter ui would extend panel too much (063df9d6)

✨ Features
    Generate flathub meta for a release (77e43596)

🍏 Chore
    Improved changelog generation (1665cd3c)
    Exclude screenshots from cates.io build to save space (c80df685)
    Fix wronf icon for Rotate operator (5f564b46)

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Sep 22 13:26:33 2024 UTC (7 months ago) by pin
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +4 -4 lines
garphics/oculante: update to 0.9.0

0.9.0 (2024-09-21)
πŸͺ² Bug Fixes
 - Flip operation would always flip horizontal (7019c757)
 - Mac build broke because of icon. Switched image format. (7954c29d)
 - When pressing right mouse, panning operation got stuck. Panning is now only possible using left or middle mouse. (dff337f3)

✨ Features
 - Show confirmation dialog when deleting a file (4ca02a5b)
 - Stack Blur provides much faster blur performance for the blur filter (65a345f3)
 - Visually indicate difference between operator types with a separator (fb26bc06)
 - Persistent and volatile settings are now split for easier versioning of configuration files (936c996c)
 - enable version control friendly settings (297abe16)
 - Use built in file browser (35f9b9ea)

🍏 Chore
 - Update deps (ac7e9dc8)
 - deps: bump quinn-proto from 0.11.3 to 0.11.8 (c64b79a7)
 - update turbojpeg and remove image dependency (bb021b41)
 - Update gif/ gif-dispose (8894ef70)
 - Update fast_image_resize, libavif-image, self_update, libheif-rs (00da1e57)
 - update trash (22bd5e45)
 - Update webbrowser, wgpu, ruzstd (2f27aef8)
 - Update jpg2000 and add test image (541e6c93)
 - update image and nalgebra (5c50f05e)
 -  cargo update (0273560e)

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Jul 31 18:00:09 2024 UTC (8 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -3 lines
graphics/oculante: update to 0.8.23

0.8.23 (2024-07-29)
πŸͺ² Bug Fixes

    Display image path for loading errors (fixes #387) (9bc72095)
    Prevent panic for scrubber index being out of range and allow opening images without path prefic correctly (7a9a99c1)
    update index when image in same folder is loaded (fixes #377) (f2297402)
    Switching theme removes accent color (fixes #375) (e35dea4d)
    Preserve scubber index (d9146d08)
    Prevent image removal going out of bounds (fixes #379) (9b69076f)
    Clearing and deleting an image removes it from the virtual scrubber and advances to the next according to the scrubber direction (a0b7dc5a)
    Fix issue where SVG files were detected as XML (fixes #371) (d2ce9f17)
    Compare menu works without image loaded (46a8218f)
    ClearImage can be assigned to a shortcut (b9b00aca)
    extend BSD variants (f716dfc5)

✨ Features

    Allow configuring mipmaps and linear mag/min filters (58da0b26)
    Allow passing multiple images on the command line (0a2e918a)
    Enhance scrubber experience to provide a virtual file list. (e3c45a8e)
    Detect file types by content instead of extension. Warn if mismatch happens. (59138263)
    More love for compare mode ui, option to remove current image (68a5a483)
    Allow configuring the minimum window size (1787a14f)

🍏 Chore

    deps: bump zerovec from 0.10.2 to 0.10.4 (4cf7959e)
    update resvg (be6a67f6)
    Update Notan and Egui (fc1fccef)
    update deps (031e83ce)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue May 21 09:20:32 2024 UTC (11 months, 1 week ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +7 -6 lines
graphics/oculante: fix runtime

Switch-off file_open feature, disabling it will enable a custom file dialog.
Upstream has highlighted this will probably be the default in the future.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon May 20 07:57:58 2024 UTC (11 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -3 lines
graphics/oculante: update to 0.8.22

0.8.22 (2024-05-19)
πŸͺ² Bug Fixes
    Ensure spirv is not used when only using shaderc (03f9167e)
    Allow loading huge webp images and handle still frames differently (e4ebc2dc)
    Set window min size to 100x100 to prevent super tiny window (fixes #325) (d63d971c)

✨ Features
    add icns image support (internal png data only, load largest contained image) (0703d220)

🍏 Chore
    update avif-decode, evalexpr, exr, rfd, self_update, jxl-oxide, imageproc (a6c98436)
    Clean up warnings (ab2b03fe)

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun May 12 08:35:53 2024 UTC (11 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
graphics/oculante: update to 0.8.21

0.8.21 (2024-05-10)
🍏 Chore
 - Disable AUR publishing: This package has been moved to the official [extra] repository. (55245529)

0.8.20 (2024-05-10)
✨ Features
 - Support EXR with single layers (non-rgba) (d22e78c4)

🍏 Chore
 - update deps and use new HDR support from image (bd7cbf89)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Apr 30 03:20:57 2024 UTC (11 months, 4 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
graphics/oculante: update to 0.8.19

0.8.19 (2024-04-29)
πŸͺ² Bug Fixes
    prevent zoom with keyboard (fixes #304) (2de35ed6)

✨ Features
    Map float TIFF images to min-max range (52f87f82)

🍏 Chore
    Update logo (1783609d)
    update icon (716f6e9c)
    deps: bump rustls from 0.21.10 to 0.21.11 (f0c1743b)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Apr 8 10:46:18 2024 UTC (12 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -3 lines
graphics/oculante: update to 0.8.18

0.8.18 (2024-04-06)
✨ Features
    APNG support (c633764d)

🍏 Chore
    deps: bump h2 from 0.3.24 to 0.3.26 (59c559ac)
    update logo (6ae3bc03)

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Apr 7 07:34:17 2024 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:05:51 2024 UTC (12 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Apr 1 19:15:00 2024 UTC (12 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
graphics/oculante: update to 0.8.17

0.8.17 (2024-03-29)
πŸͺ² Bug Fixes
 - Do not display console window on Windows (fixes #300) (f83eb463)

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Mar 14 05:11:06 2024 UTC (13 months, 2 weeks ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
graphics/oculante: update to 0.8.16

0.8.16 (2024-03-13)
πŸͺ² Bug Fixes
   - Fix Uri causing files not loading (ad886555)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Mar 11 17:04:27 2024 UTC (13 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
graphics/oculante: update to 0.8.15

0.8.15 (2024-03-10)
πŸͺ² Bug Fixes
   - Fix issue where "Open with..." does not work any more (b5677977)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Mar 9 21:51:39 2024 UTC (13 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
graphics/oculate: update to 0.8.14

v0.8.14 (2024-03-08)
πŸͺ² Bug Fixes
  - Enable hotkey copy and paste (a538c1d)
  - Enable clipboard support on wayland (f86af42)
  - Prevent image from flickering at the first frame (df4439a)
  - Make sure window size is not larger than window (36c03c8)

✨ Features
  - use .config location on unix for storing settings (024dc70)
  - Add perspective cropping with UI. You can now de-warp scans or similar into
    a nice rectangular picture. (ba7c757)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Feb 27 18:31:03 2024 UTC (13 months, 4 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
graphics/oculante: update to 0.8.13

0.8.13 (2024-02-27)
🍏 Chore
 - Revert "chore: update depndencies"

0.8.12 (2024-02-26)
πŸͺ² Bug Fixes
 - Document that heif is now optional on Mac and Linux due to non-static linking. (5f1b4669)

🍏 Chore
 - update depndencies (9255847a)
 - update jxl-oxide (c5b7e1d4)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Feb 26 19:00:24 2024 UTC (14 months ago) by pin
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
graphics/oculante: update to 0.8.11

0.8.11 (2024-02-25)
πŸͺ² Bug Fixes
 - Prevent app from hanging if not image in stdin (695b2fa7)

0.8.10 (2024-02-24)
πŸͺ² Bug Fixes
 - prevent zoom from being stuck at extreme levels (32c6b02f)
 - Blurry text/UI is now rendered crisp (cbb1e165)

✨ Features
 - Allow piping image data to oculante on the command line (e8f92dfa)

🍏 Chore
 - rename release artifacts (fcd24e37)

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Feb 23 10:03:00 2024 UTC (14 months ago) by pin
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
graphics/oculante: update to 0.8.9

0.8.9 (2024-02-21)
✨ Features
    Only redraw when needed on windows (less cpu/gpu usage) (bffccf7f)
    App Id is now available for wayland (db7afa31)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Feb 20 21:30:36 2024 UTC (14 months ago) by pin
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
graphics/oculante: update to 0.8.8

0.8.8 (2024-02-19)
πŸͺ² Bug Fixes
    Prevent "Do not reset image view" being reset (4e06ca71)

✨ Features
    Allow opening of webp animations (8cfb3a40)
    Use custom filebrowser instead of rfd (de581a9f)
    Enable borderless mode and allow to toggle via settings menu (01d48256)
    add 3x3 Filter operator (8ce56fad)
    scale to available ui area (89969e13)

🍏 Chore
    Update notan (f163e3c8)
    Update rfd and strum (0b2d246e)

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Jan 28 06:44:39 2024 UTC (14 months, 4 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -2 lines
graphics/oculante: update to 0.8.7

0.8.7 (2024-01-27)
✨ Features
  - Basik support for ktx2 (6a41adda)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Dec 18 11:09:02 2023 UTC (16 months, 1 week ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
graphics/oculante: update to 0.8.6

πŸͺ² Bug Fixes
   - Disable lazy_loop so UI refreshes on windows (workaround) (9324fe2b)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Dec 17 07:03:50 2023 UTC (16 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
graphics/oculante: update to 0.8.5

0.8.5 (2023-12-14)
πŸͺ² Bug Fixes
    Preserve EXIF across formats when saving (ae855690)

✨ Features
    Support DNG files with tiff extension (b4db9a6d)
    New toast system to improve UI messages and notifications (9f8c6882)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Dec 8 21:55:45 2023 UTC (16 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
graphics/oculante: update to 0.8.4

 - No ChangeLog provided.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Dec 6 09:28:33 2023 UTC (16 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
graphics/oculante: update t0 0.8.2

0.8.2 (2023-12-04)
πŸͺ² Bug Fixes
 - Mac universal binary fixes, enable heif on Apple silicon (5f234fd9)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Dec 4 08:10:35 2023 UTC (16 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -3 lines
graphics/oculante: update to 0.8.1

0.8.1 (2023-12-03)
πŸͺ² Bug Fixes
 - restore accent color on startup (5fa1c778)

✨ Features
 - Zoom multiplier and min size (ecec7bf2)
 - Allow configuring magnification filter (a513a083)
 - File change detection (03a955f9)
 - Support QOI format (bd32ac32)
 - Add HEIF/HEIC decoding (79ee4f95)
 - support rgb16 avif (6194c639)
 - Add Hald CLUT support (51a88fe4)

🍏 Chore
 - update avif (f3b35f43)
 - update zune-png (ca615efc)
 - update deps (cb299669)
 - update self_update (319ccd6a)
 - update dependencies (1e4038ec)
 - update to notan 0.11 (c228b398)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:02:08 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
*: recursive bump for cairo dependency changes

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Nov 14 13:58:35 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
cairo-gobject: remove

Point users at cairo>=1.18.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:22:10 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:10:36 2023 UTC (18 months ago) by gdt
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
recursive revbump for tiff update

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Oct 9 08:09:28 2023 UTC (18 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
graphics/oculante: update to 0.7.7

0.7.7 (2023-10-08)
 - enable trash on NetBSD

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Sep 21 11:27:45 2023 UTC (19 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
graphics/oculante: update to 0.7.6

0.7.6 (2023-09-20)
 - Update smithay-client-toolkit
 - Update JXL
 - Remove LTO from pkgbuild
 - Add file deletion option, moved to trash - Not available on NetBSD

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Sep 15 10:54:49 2023 UTC (19 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
graphics/oculante: update to 0.7.5

 - tweak scroll and zoom
 - translat brush last
 - update deps
 - Fix: update libwebp-sys to fix security vulnerability (fixes #222)
 - Fix: Lazy loop enabled on windows

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Sep 3 14:37:25 2023 UTC (19 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
graphics/oculante: update to 0.7.4

 - Add dark/light mode and system theme
 - Feat: Light/Dark UI theme and option to follow system theme
 - Update dependencies

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Aug 24 11:30:17 2023 UTC (20 months ago) by pin
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
graphics/oculante: update to 0.7.3

 - Feat: Allow ordered keymaps
 - Order keybinds

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Aug 22 13:42:39 2023 UTC (20 months ago) by pin
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
graphics/oculante: update to 0.7.2

0.7.2 (2023-08-21)
🍏 Chore
   - update dependencies (601968b4)

Thanks to wiz@ for testing the build with the default Rust version.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 21 04:57:20 2023 UTC (21 months, 1 week ago) by pin
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
graphics/oculante:  update to 0.6.69

0.6.69 (2023-07-20)
🍏 Chore
  - update deps (872704cb)

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jul 10 19:37:27 2023 UTC (21 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
graphics/oculante: update to 0.6.68

0.6.68 (2023-07-07)
 - Fix: less CPU usage on mac

0.6.67 (2023-07-05)
🍏 Chore
   - update dependencies (7e9f87c7)

0.6.66 (2023-06-25)
🍏 Chore
   - update deps (2236c283)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jul 1 18:26:35 2023 UTC (21 months, 3 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
graphics/oculante: downgrade to 0.6.65

0.6.66 requires Rust-1.70

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Jun 26 13:08:38 2023 UTC (22 months ago) by pin
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
graphics/oculante: update to 0.6.66

0.6.66 (2023-06-25)
🍏 Chore
   - update deps (2236c283)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jun 18 17:55:23 2023 UTC (22 months, 1 week ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
graphics/oculante: update to 0.6.65

No ChangeLog provided, cherry pick some commits.

 - remove unused code
 - Improve animation sequence start
 - Feat: Add Zen mode (o UI) default 'z' to toggle
 - Enable support for Apple Silicon (aarch64)
 - update deps
 - Show zwn mode info on first start

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:34 2023 UTC (22 months, 3 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun May 28 13:54:25 2023 UTC (23 months ago) by pin
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
graphics/oculante: update to 0.6.64

0.6.64 (2023-05-27)
πŸͺ² Bug Fixes
   - EXIF data is horizontally scrollable (fixes #184) (85cd7618)

✨ Features
   - svg update with faster performance and text rendering support (0278fe97)
   - Native rust JXL support (16f73800)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Apr 23 08:26:01 2023 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
graphics/oculante: update to 0.6.63

0.6.63 (2023-04-20)
    Fix save corruption
    Fix: Prevent sidebar flicker on resize

0.6.62 (2023-04-19)
    Fix zoom speed

0.6.61 (2023-04-19)
Bug Fixes
    Prevent info panel flickering while auto-hiding scrollbar (696d8818)

Features
    Simplified file saving - now with file picker (aa410cc6)
    Add optional checker background (f09d012e)

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Apr 3 11:07:55 2023 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
graphics/oculante: update to 0.6.60

 No changelog provide but, all changes are related to publishing a Arch package

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Apr 1 15:59:39 2023 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
graphics/oculante: update to 0.6.58

0.6.58 (2023-04-01)
 - Chore: update dependencies (498c862b)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Mar 29 19:26:58 2023 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -5 lines
graphics/oculante: update to 0.6.57

 - Chore: Remove openssl dependency, re-enable updates
 - Chror: update usvg/rsvg
 - Chore: Update libwebp-sys and dirs
 - Feat: Compare mode can be beound to a hotkey and displays the active compare
   image
 - Chore: Font tweaks and readability

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Mar 28 20:35:18 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
graphics/oculante: update to 0.6.56

0.6.56 (2023-03-23)
 - refactor image geometry to be combined data
 - refactor app state to own module
 - Feat: Enable basic compare mode
 - switch to rustls

0.6.55 (2023-03-23)
Chore
 - Zip only executable for arm (57dfc4d4)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Mar 19 16:16:10 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
graphics/oculante: update to 0.6.54

 - fix clippy lints
 - move hamburger menu
 - rename colorchannel
 - refactor main menu
 - Fix build issues with default args, enable .oculante folder edits

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Mar 4 15:37:06 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
graphics/oculante: update to 0.6.53

0.6.53 (2023-03-04)
Bug Fixes
 - Prevent freezing when window resizes (91424bac)
 - update jpegxl (8779d04b)

✨Features
 - Allow window title to be configured (000a34db)
 - Keep track of recently opened images (77857a8f)

🍏Chore
 - update dependencies (2dad8909)
 - Update dependencies (8c78fa9f)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Feb 21 13:16:46 2023 UTC (2 years, 2 months ago) by pin
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
graphics/oculante: update to 0.6.52

 - Feat: Limit offset: Prevent panning past window boundaries
   (fixes #137)
 - Feat: UI cleanup: Added a "Hamburger Menu" to contain items
   such as view, copy and paste

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Feb 13 10:30:51 2023 UTC (2 years, 2 months ago) by pin
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -4 lines
graphics/oculante: update to 0.6.51

0.6.51 (2023-02-12)
Features
 - Add multiply / divide by aplha operator (8b3eda86)
 - Add window and taskbar icon (32900ab5)

Chore
 - update dependencies (92f3eb87)
 - Update resvg and usvg (c2f96b47)
 - update notan and rfd (6e0c00c2)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:16:41 2023 UTC (2 years, 2 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
*: Recursive revbup from graphics/freetype2

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 23 21:16:04 2023 UTC (2 years, 3 months ago) by pin
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -4 lines
graphics/oculante: update to 0.6.50

0.6.50 (2023-01-16)
 - Add perl

0.6.49 (2023-01-15)
 - Only externam dav1d
 - switch to native avif

0.6.48, 0.6.47, 0.6.46, 0.6.45 and 0.6.44 (2023-01-15)
 - only Windows related changes

0.6.43 (2023-01-15)
 - tweak release

0.6.42 (2023-01-15)
 - Fix ui jump in shortcut panel (fixes #134)
 - Allow custom background color (fixes #126)
 - BREAKING CHANGE: add avif, requiring meson, ninja and dav1d
 NOTE: Not in pkgsrc as it's included in 'turbo' feature

0.6.41 (2023-01-09)
 - check without features

0.6.40 (2023-01-09)
Features
 - RAW file support (02fa90e2)

0.6.39 (2023-01-07)
Bug Fixes
 - slider is 1-based (fixes #116) (63226d5e)

Chore
 - update deps (2bc54c8f)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jan 6 15:14:19 2023 UTC (2 years, 3 months ago) by pin
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
graphics/oculante: update to 0.6.38

0.6.38 (2023-01-05)
Bug Fixes
 - Reverse PanUp/Down (fixes #110) (89e43ef8)
 - Shortcuts are sorted and grouped (8e6d2430)

Features
 - add home/end to move to first/last image (39412c7f)
 - Add slider to step through images (5934b052)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:37:27 2023 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
*: recursive bump for tiff shlib major bump

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 3 14:11:47 2023 UTC (2 years, 3 months ago) by pin
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
graphics/oculante: update to 0.6.37

 - Revert "chore: update clap"

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 2 09:18:26 2023 UTC (2 years, 3 months ago) by pin
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +10 -2 lines
graphics/oculante: update to 0.6.36

0.6.36 (2023-01-01)
Bug Fixes
 - Make it possible to pass a folder-path as a command-line arg, instead of
   requiring a file within that (61547f46)
 - Use Natural Sorting for filenames (d7783bd8)
 - Prevent old settings file from becoming invalid (fixes #103) (10573c1b)

Features
 - Ctrl-O and/or F1 bring up a file browser dialog to select an image to load
   (8778b92c)
 - Go to Next/Prev now cycles through the images in the folder, instead of
   stopping at either end (6d2cd8cc)
 - Ctrl-Scrollwheel can be used to go to the next/prev images too (77154a1f)

Chore
 - update clap (c08f5f1a)
 - update rfd and self_update (8ba00d8e)
 - Update Changelog with the missing revision ID's (01f7bad3)
 - Split out the list of supported image formats to a constant
   (SUPPORTED_EXTENSIONS) (60762f49)
 - Update Changelog with recent changes (c4ab7fe7)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Dec 30 22:31:30 2022 UTC (2 years, 3 months ago) by pin
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
graphics/oculante: update to 0.6.35

0.6.35 (2022-12-30)
Features
 - Enable persistent offset/zoom in settings (20e33e14)

Chore
 - remove edit/info checkboxes (11613c21)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 21 14:20:56 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
graphics/oculante: update to 0.6.34

0.6.34 (2022-12-19)
Bug Fixes
 - Correct offset when entering/exiting full-screen mode (2ffe2d03)

Chore
 - Enhance crop precision (3b02a304)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 19 09:35:26 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
graphics/oculante: update to 0.6.33

 - Fix: Keyboard zoom and fullscreen works on OSX.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Dec 17 07:23:25 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
graphics/oculante: update to 0.6.32

0.6.32 (2022-12-13)
Features
 - Mipmap generation (smoother images when zoomed out) and correct gamme when
   zooming (SRgba8 format) (b83b1c65)

0.6.31 (2022-12-13)
0.6.30 (2022-12-12)
Features
 - Correct gamma scaling and SIMD speedup (21d7159b)

Chore
 - update dependencies (1c73246b)

0.6.29 (2022-12-12)
Bug Fixes
 - Support lossless ops on jpeg and jpg (757b29fc)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 12 20:11:19 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
graphics/oculante: update to 0.6.28

0.6.28 (2022-12-11)
Bug Fixes
 - Allow building without default features (10a0f6a4)

0.6.27 (2022-12-10)
 - ui tweaks

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:39:12 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
graphics/oculante: update to 0.6.26

 - No apparent changes but, version bump.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 9 08:51:52 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
graphics/oculante: update to 0.6.25

0.6.25 (2022-12-08)
Chore
 - Update dependencies

0.6.24 (2022-12-08)
Features
 - Lossless JPEG editing (2b4e4d40)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 3 17:19:47 2022 UTC (2 years, 4 months ago) by pin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
graphics/oculante: update to 0.6.23

0.6.23 (2022-12-03)
Bug Fixes
 - Histogram was not computed on image change (2096104a)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 14 14:55:00 2022 UTC (2 years, 5 months ago) by pin
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
graphics/oculante: update to 0.6.22

0.6.22 (2022-11-13)
Features
 - Save/load edit information in metafile. This allows non-destructive eding
   while leaving your original pictures intact. (c47bddb6)

Chore
 - Update SVG rendering (9fdc2e56)
 - Slightly relax & update dependencies (bb9c03a8)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 31 21:26:56 2022 UTC (2 years, 5 months ago) by pin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
graphics/oculante: update to 0.6.20

0.6.20 (2022-10-30)
Bug Fixes
 - Support bad Gif data gracefully (fixes #60) (c0acfa69)
 - Build script generates app icon on windows (548b9749)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 28 07:47:03 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
graphics/oculante: update to 0.6.19

0.6.19 (2022-10-25)
Bug Fixes
 - Prevent thread crashing when opening corrupt images (3360dc7f)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 23 07:11:20 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
graphics/oculante: update to 0.6.18

Bug Fixes
 - Remove UI flicker if alpha tools are expanded/closed (1254dffc)
 - Network listen mode now refreshes UI and has a dedicated unit test (00c7a91b)

Features
 - Enable EXIF support (37aeda9d)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 18 08:14:10 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -2 lines
graphics/oculante: update to 0.6.17

0.6.17 (2022-10-17)
Features
 - Keep image centered on window resize (a8ca6f1e)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 17 07:59:35 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2 lines
graphics/oculante: update to 0.6.16

 - Add turbojpg support
 - Make turbojpeg default feature

This is disabled on pkgsrc since, we still default to 'jpeg' which, conflicts
with 'libjpeg-turbo' that is needed for this feature.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 15 07:09:41 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
graphics/oculante: update to 0.6.14

0.6.14 (2022-10-14)
Bug Fixes
 - Fix unreliable gif loading (928610b6)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 11 10:54:04 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
graphics/oculante: update to 0.6.13

0.6.13 (2022-10-10)
 - Chore: update arboard and notan (4cb66206)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 4 11:23:29 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
graphics/oculante: update to 0.6.12

Bug Fixes
 - Change windows release to use windows server 2019 (bb740e12)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Oct 1 19:09:19 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
graphics/oculante: update to 0.6.11

Bug Fixes
 - Re-enable blur (fixes #52) (e33d27db)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 1 04:19:39 2022 UTC (2 years, 6 months ago) by pin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
graphics/oculante: update to 0.6.10

0.6.10 (2022-09-30)
Bug Fixes
 - Tooltip colors automatically contrast theme color (51eee15e)

Features
 - Add always on top mode (a8fdc891)
 - Filter with custom expressrion per pixel (afa438fe)

Chore
 - update dependencies (72ac0dce)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 11 11:34:55 2022 UTC (2 years, 7 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3 lines
graphics/oculante: update to 0.6.9

0.6.9 (2022-09-11)
Bug Fixes
 - Enable correct accent color selection by changing layout (fixes #48)

Features
 - Better operator layout, fixes quirky color picking in operator menu.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 9 07:39:45 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
oculante: add fontconfig/bl3.mk to fix build with modular X

Bump PKGREVISION.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 8 07:22:04 2022 UTC (2 years, 7 months ago) by pin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
graphics/oculante: update to 0.6.8

0.6.8 (2022-09-07)
Bug Fixes
 - Remove offset when initially clicking into OSX window (81544cc4)

Features
 - Persistent settings support. Vsync and color theme are now customizable.
   (21ed3954)

Chore
 - Update psd, ext, dds-rs (ad2f531b)


0.6.7 (2022-09-06)
Bug Fixes
 - Disable image center on window resize, as this caused jumping (ee557d47)

Features
 - Add Posterize image effect (3e019728)
 - Equalize image operator added (748bf15e)
 - Allow editing the export image extension to save as a different image format
   (23519eee)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Sep 2 21:10:15 2022 UTC (2 years, 7 months ago) by pin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
graphics/oculante: update to 0.6.6

 - Try some more colorful logo variants.
 - Fix id duplication.
 - Tweak accent color.
 - Improved UI slider widgets.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 29 11:22:35 2022 UTC (2 years, 7 months ago) by pin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
graphics/oculante: update to 0.6.5

0.6.5
  - update build script

0.6.4
  - fix #40: keyboard zoom/pan

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 28 16:14:01 2022 UTC (2 years, 8 months ago) by pin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
graphics/oculante: update to 0.6.3

0.6.3
- fix missing vsync argument on windows

0.6.2
- draw brush preview
- update to latest notan
- fix test
- add undocumented key shortcut
- clean-up

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 25 09:52:30 2022 UTC (2 years, 8 months ago) by pin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
graphics/oculant: update to 0.6.1

- run pixel ops in linear space
- fix CPU usage on tiling WMs
- clean and invert brush fade
- add scroll container for infot

Remove patch, merged upstream.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 24 05:20:19 2022 UTC (2 years, 8 months ago) by pin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
graphics/oculante: fix cpu usage with tiling wms

While here update DESCR and clean-up leftover.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 23 06:45:01 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
oculante: add build dependency on cmake, used by one of the crates

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 22 18:29:28 2022 UTC (2 years, 8 months ago) by pin
Branches: MAIN
graphics/oculante: import package

A no-nonsense hardware-accelerated image viewer.

I started this as a toy project to make a simple image viewer. The vision is to
create something with a broad support of industry-standard files and gradually
add more image analysis and editing tools.
Here are some reasons why this might be helpful to you:
- Completely bloat-free
- Supports a wide range of images and SVG
- Can display unassociated channels correctly (For example if your image uses
  alpha and color channels to encode data in a special way)
- Lets you pick pixels, displays location and color values
- Offers basic nondestructive editing: Crop, resize, paint, contrast, HSV,
  rotate, blur, noise, ...

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>