Skip to content
Snippets Groups Projects
  1. May 09, 2021
  2. May 08, 2021
  3. Apr 10, 2021
  4. Mar 10, 2021
  5. Mar 06, 2021
  6. Mar 05, 2021
  7. Mar 03, 2021
    • Alec C's avatar
      Option Refactor and addition of Zoom Rate (#589) · b2ce6d8b
      Alec C authored
      
      * fixed for simpler parenthesis matching
      
      * absolute file path for .fehbg, moved script creation into helper function
      
      * Removed unused variable.
      
      * added early exit condition as per Ferada's suggestion
      
      * Added enum for options to improve readability
      
      * migrated options to enum.
      
      * added support for zoom specification through options
      
      * added man entry for zoom-rate
      
      * added help entry for zoom-rate commands
      
      * updated man to have warnings about strange values for zoom options
      
      * fix memory leak (free exec_absolute_path)
      
      * added detection for path vs env PATH launch for use in .fehbg script gen.
      
      * Added enum for options to improve readability
      
      * migrated options to enum.
      
      * added support for zoom specification through options
      
      * added man entry for zoom-rate
      
      * added help entry for zoom-rate commands
      
      * updated man to have warnings about strange values for zoom options
      
      * Update help.raw
      
      removed zoom-in/out
      
      * removed zoom-in/out from options
      
      * updated man/help entry to remove in/out zoom specification
      
      * sanitize --zoom-rate in options parser; use a single variable for storing it
      
      Co-authored-by: default avatarDaniel Friesel <derf@finalrewind.org>
      Unverified
      b2ce6d8b
  8. Mar 01, 2021
  9. Feb 27, 2021
  10. Jan 28, 2021
  11. Jan 26, 2021
  12. Jan 25, 2021
  13. Jan 24, 2021
  14. Jan 23, 2021
  15. Jan 09, 2021
  16. Jan 04, 2021
  17. Jan 03, 2021
  18. Dec 24, 2020
  19. Dec 05, 2020
  20. Nov 30, 2020
  21. Nov 14, 2020
  22. Aug 28, 2020
  23. Jul 24, 2020
  24. Jun 17, 2020
    • Birte Kristina Friesel's avatar
      toggle_pause: Re-render the image instead of reloading · f0361c5e
      Birte Kristina Friesel authored
      When the slideshow state is toggled, the info line needs to be redrawn as it
      may use the %a format specifier (which shows whether the slideshow is running
      or paused). feh_reload_image does this, but also resets all pan and zoom
      options and reloads the image from disk. winwidget_render_image only redraws
      info, caption and similar lines in this case, which is more efficient and does
      not incur unwanted side-effects.
      f0361c5e
Loading