Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | Add global marks | Daniel J. Perry | |
2023-05-09 | Prevent use-after-free | Konst Mayer | |
g_slist_delete_link() frees the `lc` element, so we must not access it using `lc->next` after that. | |||
2023-04-19 | Update default user-agent to WebKitGTK 2.40.0 default | Jernej Jakob | |
Fixes the "your browser is out of date" error some sites show (Cloudflare). | |||
2023-03-02 | Fixed typos | Rafael Marçalo | |
2023-01-17 | Fix possible wrong dimension use for scrolling #723. | Daniel Carl | |
The body.scrollHeigh is sometimes 0 so it was not possible to scroll to the end of document. So this patch used a more sophisticated approach to get the overall document height. | |||
2023-01-03 | global: Convert use of `SoupURI` to use `GUri` | Patrick Steinhardt | |
The `SoupURI` interface has been deprecated in libsoup 3.0 in favor of `GUri`, which is part of glib 2.66 and newer. Convert the codebase to use the latter. | |||
2023-01-03 | js.c: Remove unused function | Patrick Steinhardt | |
Remove the unused code contained in "js.c" and its header file. The functionality has been replaced by utility functions in "util.c". | |||
2023-01-03 | util.c: Convert deprecated use of JSValueRef | Patrick Steinhardt | |
The JSValueRef interface has been deprecated in WebKit 2.22.0. Convert the code to use the modern `JSCValue` interface instead. | |||
2023-01-03 | main: fix compilation with FEATURE_NO_XEMBED | Patrick Steinhardt | |
When FEATURE_NO_XEMBED is defined then we don't support using the Xembed interface, which will cause us to set the `VIMB_XID` envvar. With 55fb9cc (Add new env VIMB_WIN_ID to hold the gtk window id., 2021-01-25) a related feature was added that causes us to expose the Gtk window ID via the `VIMB_WIN_ID` environment variable. This feature also depends on X-specific information because it uses `GDK_WINDOW_XID()` to derive the window ID. This change thus broke Wayland-only environments. Fix compilation by extending the `ifdef` to guard the logic that both sets the `VIMB_XID` and the `VIMB_WIN_ID`. | |||
2022-04-24 | Updated settings to accept all tls certificates | rafa_99 | |
2022-01-06 | Set z-index on hint container to max value | ugla | |
2022-01-01 | ITP on by default | rafa_99 | |
2022-01-01 | Add hints for <summary> elements | ugla | |
The <summary> element has an implicit ARIA role of "button", and is typically used to toggle the visibility of content within a <details> element. | |||
2022-01-01 | Set ssl policy on website data manager. | Daniel Carl | |
This fixes deprecation warning on compile. | |||
2022-01-01 | Add version check around ITP option | ugla | |
2022-01-01 | Add option for WebKit Intelligent Tracking Prevention | ugla | |
2022-01-01 | Merge branch 'keymaps' of https://github.com/Sadoon-AlBader/vimb into ↵ | rafa_99 | |
Sadoon-AlBader-keymaps | |||
2021-10-15 | No Incognito Mode | rafa_99 | |
2021-10-15 | Fixed missed macro. | Daniel Carl | |
2021-10-15 | Used macro to define status pattern and values together. | Daniel Carl | |
Use a more flexible way to specify how the setting flags are shown on statusbar. | |||
2021-10-15 | status bar settings now configurable with config.h | Sadoon AlBader | |
2021-10-15 | use macros instead of reinventing the wheel | Sadoon AlBader | |
2021-10-15 | a better fix for scroll percentage | Sadoon AlBader | |
2021-10-15 | change scroll_percent from guint to guint16 | Sadoon AlBader | |
2021-10-15 | new feature: show some settings on statusbar | rafa_99 | |
2021-09-26 | Organized Config File | rafa_99 | |
2021-09-25 | Updated Cookies Settings | rafa_99 | |
2021-09-25 | Removed and set incognito mode on by default with cookies | rafa_99 | |
2021-09-25 | Toggleable JavaScript in Configs | rafa_99 | |
2021-09-25 | Project branch off | rafa_99 | |
2021-09-25 | Added customizability to browser in settings | rafa_99 | |
2021-09-24 | Scrollbars are ugly | rafa_99 | |
2021-09-24 | Improved Vim Like Keybinds | rafa_99 | |
2021-09-24 | Removed History and Last Opened History | rafa_99 | |
2021-09-15 | conditional compilation for js markup | Sadoon AlBader | |
2021-09-15 | Add setting for toggling javascript markup option | Sadoon Al-Bader | |
Older systems like ppc32 struggle with WebKit's JavaScript engine, having this setting turned off enables those systems to access most websites with limited JavaScript functionality instead of simply crashing WebKit on any JS website. Was tested on Gentoo and ArchPower, works great. | |||
2021-03-02 | add kill to hint mode | Chris Howey | |
very useful to kill ads or anything you don't want to see | |||
2021-02-19 | Use guint64 instead of glong. (#660) | Holger Langenau | |
The glong type is not always guaranteed to be large enough, e.g., on 32 bit platform. One result is that the scroll percentage is a weird number. Using explict 64 bit types fixes this. | |||
2021-01-25 | Add new env VIMB_WIN_ID to hold the gtk window id. | Daniel Carl | |
Fixes #658. | |||
2021-01-25 | Do not fail in hinting if element clientRects could not be found. | Daniel Carl | |
Fixes #659 | |||
2021-01-07 | Fix none registered webextension in ephemeral mode. | Daniel Carl | |
Fixes #652 | |||
2021-01-03 | remove useless printf | Cássio | |
2020-12-22 | removed unecessary include | Cássio | |
2020-12-22 | added support for web notifications via dbus | Cássio | |
2020-10-13 | Move some file to $XDG_DATA_HOME #582. | Daniel Carl | |
Do not store all files in XDG_CONFIG_HOME. | |||
2020-10-12 | Moved some default settings into config.def.h. | Daniel Carl | |
2020-06-07 | Merge branch 'fix-i-crash' of https://github.com/mawww/vimb | Daniel Carl | |
2020-06-05 | Hinting over an element with no url or source is not an error | Maxime Coste | |
focusHint returning "OVER:A:" because the hint element did not have a src or href was treated as an error, and led to the hint keystroke also being passed down to the page. | |||
2020-06-05 | Fix crash in normal_focus_last_active | Maxime Coste | |
g_variant_get was missing a parameter for the string element of the variant tuple, pass NULL there as we dont care about that value. | |||
2020-05-28 | Fixed typo in setting #617. | Daniel Carl | |