Geopard
Geopard copied to clipboard
Colorful, adaptive gemini browser
Just two feature suggestions to enhance the browsing experience: - Searching some content in a page with the Ctrl+F shortcut - A navigation history window that could be opened with...
**Describe the bug** 1. You access a URL, say `example.com/path`. It returns a code 10 for input. 2. Geopard submits that input as `example.com/path?input`. The server returns a code 30...
Geopard has GSettings entries for window width and height, but it doesn't have any logic code implemented to load and save those entries.
~~Instead of globally storing zoom level, it should be stored by each webview page (and it should be disabled completely in custom pages, eg. input page)~~ We should disable zoom...
This will reduce the amount of code that would be needed to implement preferences window. @ranfdev What's your opinion on this?
This PR makes Meson configuration more readable, by adding comments and using different formatting. I also added more constants in `build_config` module, updated dependencies versions in `meson.build` and added `export...
This PR _will_ contain an dedicated window for bookmarks management, `Add Bookmark` popover and redesigned bookmarks structure based on TOML file format. ### Things to do: - [ ] Create...
Currently when an error occurs while accessing/rendering content, the backend usually returns an error message from Gio or other underlying library, the contents of which can be cryptic for users....
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.