SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ristretto-lang-0.13.2-99.19.noarch.rpm :

* Mon Feb 05 2024 Manfred Hollstein - Update to version 0.13.2
* Update copyright year
* Fix duplicate mnemonic in File menu
* image_viewer: Add missing sanity check
* Fix criticals about unset GIO attributes
* viewer: Fix possible crash when closing while an image is loading
* Ensure that file manager proxy creation is non-blocking
* Add icons at missing sizes, clean up SVG metadata
* Translation Updates
* Sat May 13 2023 Manfred Hollstein - Update to version 0.13.1
* I18n: Update po/LINGUAS list
* Force g_file_query_info if magic_file returns \"application/octet-stream\"
* build: Use m4_defined min versions and cleanup
* Replace XDT_CHECK_LIBX11 and guard x11 code paths
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Switch from intltool to gettext
* viewer: Paint background icon at window scale
* Translation Updates
* Thu Feb 09 2023 Manfred Hollstein - Update to version 0.13.0
* New Features: - Add print support (#1)
* Bug Fixes: - editor-chooser: Expand tree view vertically - properties-dialog: Update thumbnail on \"ready\" signal - Fix remaining blurry icons when UI scale > 1 - thumbnailer: Properly support window scaling (#81) - Revert \"thumbnailer: Increase thumbnail sizes\"
* Translation Updates
* Thu Dec 22 2022 Manfred Hollstein - Update to version 0.12.4
* Bump requirements for Xfce 4.18
* Appearance Changes: - thumbnailer: Increase thumbnail sizes (#81)
* Code Refactoring: - build: Let xdt-depends.m4 macros set GLib macros - flatpak: Update D-Bus permissions after changing file manager method - flatpak: Updates from Flathub - Remove duplicated RsttoMainWindow:device-scale property
* Bug Fixes: - use-thunar-properties: Add & improve comments (!37) - thumbnailer: Add a warning if D-Bus proxy creation failed - Allow Xfconf initialization to fail (#19) - thumbnailer: Add missing sanity checks - Use a better-known bus name and object path for D-Bus proxy (#95, !36) - Properly update iterator when browsing a list containing invalid files (#94) - thumbnailer: Remove invalid files after processing thumbnail queue (#94)
* Translation Updates
* Sun Jul 10 2022 Marcel Kuehlhorn - Update to version 0.12.3
* thumbnailer: Fall back on lower qualities in case of unsupported flavor (gxo#apps/ristretto#81)
* Secure error handling when opening multiple files
* Use `G_FILE_MONITOR_WATCH_MOVES` for file monitoring
* Do not keep sticky state when current file is removed
* Fix management of transaction source id
* Correctly handle deletion when there is only one image (gxo#apps/ristretto#89)
* Update iter list on insertion and deletion (gxo#apps/ristretto#88)
* build: Fix intltool lock file problem during make distcheck
* Display error message on stderr
* i18n: Use `xfce_textdomain()` to initialize translations
* Ensure that an error is set if no pixbuf is available
* Fix some memory leaks
* flatpak: Some updates from Flathub
* Remove old icon files
* Remove TODO file
* Flatpak: Add libopenraw dependency
* Translation Updates
* Mon Jan 17 2022 Marcel Kuehlhorn - Update to version 0.12.2
* Add support for shared thumbnail repositories (gxo#apps/ristretto#82)
* Add thumbnail flavor support (gxo#apps/ristretto#81)
* Use TreeModel IFace to walk the image list
* Add index and list link to RsttoImageListIter
* Switch to GQueue in RsttoImageList
* Cleanup and simplifications around thumbnail size
* Redistribute thumbnail sizes uniformly
* Disable debug checks in release mode
* Remove unused APIs in RsttoImageList
* Fix and complete file change monitoring
* Thumbnailer: Rework queue management
* Thumbnailer: Properly set the number of visible items
* Take the device scale into account to limit rendering quality
* Avoid multi-threading issue with X11 (gxo#apps/ristretto#76)
* Translation Updates
* Sun Nov 28 2021 Dirk Müller - update to 0.12.1:
* GLib >= 2.44.0
* Optimize sorting by content type
* Load images asynchronously (gxo#apps/ristretto#16, gxo#apps/ristretto#29, gxo#apps/ristretto#32, gxo#apps/ristretto!34)
* Increase image loading buffer size (gxo#apps/ristretto!34)
* Allow to display all files in the open dialog (gxo#apps/ristretto!33)
* Rework the file opening procedure (gxo#apps/ristretto!33)
* Fix a memory leak when closing the window directly
* Refactoring: Clarify thumbnailer queue management
* Thumbnailer: Do not empty an unprocessed file list
* Update window title on image deletion or insertion
* Perform content
*based filtering wherever necessary
* Set device scale for animated images
* Properly recognize SVG compressed image files
* Use the generic pixbuf loader for RAW image files
* Fix pointer behavior in fullscreen mode
* Icon bar: Properly highlight item under the cursor
* Icon bar: Center on the active item for any size change
* Fix regression: Exif orientation is not respected (gxo#apps/ristretto#69)
* Do not try to load images whose pixbuf is not available (gxo#apps/ristretto!34)
* Fix memory management of image loading objects (gxo#apps/ristretto!34)
* Use URIs instead of filenames in the `.desktop` file (gxo#apps/ristretto#49)
* Directory loading: Allow to load a directory via the cli
* Flatpak: Access remote locations with GVfs
* Directory loading: Fix improper use of GFileEnumerator APIs (gxo#apps/ristretto#68)
* Translation Updates:
* Mon Oct 11 2021 Marcel Kuehlhorn - Update to version 0.12.0
* Allow to choose the default scale (gxo#apps/ristretto!29)
* Keep the scale in memory for each loaded image (gxo#apps/ristretto#7, gxo#apps/ristretto#17, gxo#apps/ristretto!28)
* Toggle fullscreen mode by double clicking on the image
* Optimize directory loading (gxo#apps/ristretto#20, gxo#apps/ristretto#22, gxo#apps/ristretto#32, gxo#apps/ristretto#37, gxo#apps/ristretto!31)
* Optimize image viewer redraw: Disable overlay scrolling (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Reuse source surface (gxo#apps/ristretto#64, gxo#apps/ristretto!26)
* Avoid using Cairo Xlib backend to create surfaces (gxo#apps/ristretto#60, gxo#apps/ristretto#61, gxo#apps/ristretto#62, gxo#apps/ristretto!25)
* Optimize image viewer redraw: Animation (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Background color (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Clock (gxo#apps/ristretto#64)
* Optimize image viewer redraw: Selection box (gxo#apps/ristretto#64)
* Don\'t redraw the main window when it loses focus (gxo#apps/ristretto#64)
* Remove the shadow of the toolbar buttons (gxo#apps/ristretto#51, gxo#apps/ristretto#64)
* Hide thumbnail scrollbar when unused (gxo#apps/ristretto!24)
* Use the same background for the image and the thumbnails (gxo#apps/ristretto#36, gxo#apps/ristretto!23)
* Drop preferences-desktop-default-applications icon
* Flatpak build (gxo#apps/ristretto!32)
* Refactoring: Use only one file filter for the app
* Refactoring: Icon bar adjustments
* Cleanup: `icon_bar.c`
* Cleanup: Pass orientation directly from file to viewer
* Code refactoring: Image viewer adjustments, scale and drawing (gxo#apps/ristretto!27)
* Use integers for the image rendering rectangle
* Code cleanup: Build sanitation, obsolete code removal, spacing, normalization (gxo#apps/ristretto!22)
* Transfer contents from dispose() to finalize()
* Add debugging macros
* Protect asynchronous jobs from an application exit
* Fix position of the active item in the icon bar when vertical (gxo#apps/ristretto#34)
* Take into account the device scale (gxo#apps/ristretto#47, gxo#apps/ristretto!30)
* Properly load images via drag and drop (gxo#apps/ristretto#67)
* Delay GdkPixbufLoader \"closed\" signal handler
* Use the same scale factor to zoom via action and scrolling
* Fix a lack of centering when zooming via the menu action
* Fix some memory leak (several commits of this kind)
* Fix file creation monitoring
* Try to display the image on `GDK_PIXBUF_ERROR_CORRUPT_IMAGE` (gxo#apps/ristretto#39)
* Always set adjustment upper bounds greater than page sizes (gxo#apps/ristretto#35)
* Scaling/zoom corrections (gxo#apps/ristretto#30, gxo#apps/ristretto!8)
* Fix animated GIF display
* Automate and sanitize memory management of sources (gxo#apps/ristretto#65)
* Fix `rstto_icon_bar_rows_reordered()` (gxo#apps/ristretto#48)
* Chain up to parent in dispose() and finalize()
* Translation Updates
* Fri Jun 11 2021 Paolo Stivanin - Update to version 0.11.0
* Enable `HAVE_MAGIC_H`-delimited code
* Add option to copy image to clipboard (!20)
* Allow dragging window when CSD is used (#52)
* Remove GSourceFunc casts
* Added new stock icons with reverse DNS format
* Make sure that argument passed to strncmp is non-NULL (!1)
* privacy_dialog.c: Remove dead initialization (!2)
* image_list.c: Remove dead assignment (!2)
* Add basic GitLab pipeline
* Bug #16717: Move from exo-csource to xdt-csource
* Resolve couple \"cast between incompatible function types\" warnings
* Fix memory leaks in Privacy Dialog
* Resolve deprecation warnings
* Resolve some deprecation warnings
* Add inactivity timeout setting to Preferences
* Hide the cursor while inactive in fullscreen mode
* Fix \'Status bar appears upon leaving fullscreen\'
* Do not show translation info on --help output
* Fix \"window-state-event\" handler
* Add support for old gtk2-style bg color settings
* Add missing LDFLAGS (fixes build on
*bsd)
* In fullscreen mode, show toolbar when the mouse pointer is moved to the top
* Mon Aug 31 2020 Maurizio Galli - Fix spec file
 
ICM