tfuxu

Results 49 issues of tfuxu

This is a tracking issue for the upcoming PR I'm currently working on. The move to `SourceView` was discussed previously in https://github.com/ranfdev/Geopard/issues/66#issuecomment-1483885749.

enhancement

Add `Save Page` and `View Source` menu items, useful for page archiving and development purposes. For `View Source` option, we could create a `view-source:` schema to differentiate between normal tabs...

enhancement

If you right-click a link (it will add `Open Link in New Tab` and `Copy Link` menu items) and then right-click any other document surface, the link-specific menu items will...

bug

Here's the list of most bugs and issues I found after testing the latest release of Resonance: ### UI Bugs & Issues: ##### ~Resonance isn't designed for Adwaita light theme...

bug
design

From issue #24, Resonance doesn't handle persistent access to allowed folders (if a folder is located on a separate drive) on Flatpak builds. Currently it requires from the user to...

bug

~~This will require a custom image processing library that supports image tilling and a way to implement custom image viewer that is not based on `Gtk.Picture`.~~ ~~[libvips](https://www.libvips.org) looks like a...

enhancement
help wanted

This PR adds a new, better looking loading screen for dithering process. This is supposed to fix #65, but as of now, I've yet to implement the timeout mechanism, that...

Currently bottom sheet just disappears when toggling its visibility. Instead, it should hide smoothly like a sidebar. For that, [`Adw.SpringAnimation`](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/class.SpringAnimation.html) could be used with [`Adw.SwipeTracker`](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/class.SwipeTracker.html) for hide swipe gesture. Reference:...

enhancement
help wanted

Currently if Halftone crashes or doesn't close properly, it just exits from main loop and doesn't do any cleaning. Instead, it should remove any remaining temporary preview files. To do...

I think that Halftone in it's current state (after merging #46) might be a good candidate for inclusion in GNOME Circle. List of things to do before applying: - [x]...

meta