Revisions of ueberzugpp

Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 25)
- Update to version 2.8.3+git20230515.df4e40f:
  * upgrade homebrew script
  * bump version and only add flags on debug builds
  * code cleanup
  * fix unused variable when opencv is disabled
  * use -Wall and fix recommendations
  * simpler signal handling and code cleanup
  * switch to using a singleton for accessing program configuration
  * code refactoring
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 24)
- Update to version 2.8.2+git20230513.804060e:
  * fix iterm2 recognition
  * better logging, improved terminal detection and fix sixel bug
  * update README
  * handle terminal padding when running under tmux
  * code cleanup
  * remove some checks
  * util refactor
  * tmux handling
  * update fzf script
  * update lf script
  * take into account window padding on x11 canvas
  * update homebrew script
  * bump version
  * switch from uint64_t to size_t
  * fix build on macos
  * Bug fixes (#35)
  * follow audit guidelines
  * update homebrew
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 23)
- Update to version 2.8.1+git20230511.9085896:
  * bump version
  * Code refactoring + bug fixes (#34)
  * add clang-tidy file
  * Update README.md
  * update README and remove image
  * improve homebrew script
  * update homebrew script
  * add sample gif
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 22)
- Update to version 2.8.0+git20230507.b6cf910:
  * simplify homebrew script
  * follow homebrew audit guidelines
  * add homebrew script
  * try to download cppzmq if not present
  * update README
  * fix fzf script
  * bump version
  * better handle macos processes
  * cmake cleanup
  * remove action
  * use tbb on macos
  * open ttys
  * pidinfo fails for other user processes
  * test libproc
  * use stdout for now
  * add cppzmq
  * update
  * check sysctl
  * add macos workflow
  * small fix importing library
  * apple doesn't support execution policies
  * join threads just in case
  * switch from jthread to thread
  * extract required macro from library
  * switch from jthread to thread
  * fix cached images no longer being recognized by iterm2
  * update README.md
  * extract required macro from library
  * initial iterm2 support
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 21)
- Update to version 2.7.7+git20230424.527cc96:
  * hide turbo-base64 behind compiler flag

- Update to version 2.7.7+git20230424.a8d07a9:
  * test fetchcontent + new release
  * add ability to disable opencv or x11 at compile time
  * fix kitty not displaying image in certain cases
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 20)
- Update to version 2.7.6+git20230421.0cccbe3:
  * bump version
  * synchronize main thread and drawing threads
  * add fzf integration script
  * add command flag
  * fix image scaling
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 19)
- Update to version 2.7.5+git20230416.588af3b:
  * bump version
  * don't reset empty stringstream
  * restore cursor position with kitty
  * naming changes
  * sixel improvements
  * sixel improvements
  * verify if opencl is available
  * restore cache usage in opencv
  * initial support for additional image scalers
  * wezterm fixed its kitty support
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 18)
- Update to version 2.7.4+git20230413.49df37b:
  * bump version
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 17)
- Update to version 2.7.3+git20230412.b34360e:
  * clear canvas before using it again
  * some performance changes
  * update README.md
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 16)
- Update to version 2.7.3+git20230403.d5fad31:
  * add no-opencv flag
  * limit libvips cache
  * respect no_cache flag with libvips
  * respect no_cache option with libvips
  * use only libvips
  * use opencv mainly again
  * add missing iniclude for older compilers
  * use resize instead of thumbnail_image
  * test libvips only
  * add no-cache flag
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 15)
- Update to version 2.7.3+git20230324.4d09378:
  * add None install configuration
  * bump version
  * fix socket not being deleted
  * fix tmux regression
  * use smart pointers
  * using SIXEL_LARGE_LUM seems to improve performance
  * use ueberzugpp for files/directories
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 14)
- Update to version 2.7.2+git20230315.fa5bef6:
  * bump version
  * add benchmark function
  * some code refactoring
  * Fix uninitialized read in X11Util::get_window_pid
  * Fix use of delete operator on result of malloc()
  * Add missing <thread> include to application.hpp
  * Fix make install
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 13)
- Update to version 2.7.1+git20230312.b470797:
  * code cleaning
  * bump version and fix flags default
  * allow multiple instances of ueberzug to run at the same time
  * kitty validations, prepare for iterm2 canvas
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 12)
- Update to version 2.7.0+git20230310.2c547ca:
  * update README.md
  * bump version
  * link to Crypto instead of SSL
  * handle parse errors and recognize more options
  * parse configuration file if exists
  * improve compatibility
  * code cleanup
  * use openssl instead of botan
  * test openssl for base64 encoding
  * improve kitty performance
  * better kitty recognition
  * initial kitty support
  * add kitty files
  * formatting issues
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 11)
- Update to version 2.6.0+git20230308.97a5b80:
  * bug fixes
  * remove iostream
  * hard code sixel support for some terminals
  * change name of ESC
  * some changes
  * remove benchmarking code
  * only use opencl if required
  * use map instead of ifs
  * better tmux hook handling + functioning image cache
  * cache images properly
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 10)
- Update to version 2.5.0+git20230306.39514c0:
  * update sample script
  * prepare for new outputs
  * fix pty selection regression
  * update README, plus performance enhancements
  * remove debug print
  * hide windows when tmux window changed

- Update to version 2.5.0+git20230305.c9478aa:
  * handle pane resizes
  * use unix sockets instead of tcp
  * correctly handle tmux hooks
  * register/unregister tmux hooks
  * better tcp handling v2
  * better tcp handling
  * send message to tcp on tmux hooks
  * add tmux hook subcommand
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 9)
- Update to version 2.4.0+git20230227.fc36c72:
  * synchronize threads
  * rollback last commit
  * let each window handle it's own connection
  * better cli option handling
  * more optimizations for libvips
  * add license header
  * libvips optimizations
  * don't log twice
  * Don't crash on a failure to load an image
  * Handle status==off in tmux::get_statusbar_offset()
  * take in account vertical multine tmux statusbar
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 8)
- Update to version 2.3.0+git20230225.39e38a8:
  * improve opencl
  * actually try to use opencl
  * add validations
  * bump patch
  * bump version
  * use references instead of shared_ptr
  * cleaning code
  * find control terminal correctly
  * some refactoring
  * bump version
  * update README.md
  * better backwards compatibility
  * docs: remove  symbol from Build section
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 7)
- Update to version 2.2.0+git20230223.7c68553:
  * Update README.md
  * fix option not working
  * update README
  * handle more flags
  * add zmq dependency
  * don't save vips loader
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 6)
- Update to version 2.1.0+git20230222.06779d3:
  * bump version
  * do less work on cached images
  * use a proper logger
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by