index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2023-01-03
global: Convert use of `SoupURI` to use `GUri`
Patrick Steinhardt
2023-01-03
js.c: Remove unused function
Patrick Steinhardt
2023-01-03
main: fix compilation with FEATURE_NO_XEMBED
Patrick Steinhardt
2021-10-15
Used macro to define status pattern and values together.
Daniel Carl
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-25
Updated Cookies Settings
rafa_99
2021-09-25
Removed and set incognito mode on by default with cookies
rafa_99
2021-09-25
Project branch off
rafa_99
2021-09-24
Removed History and Last Opened History
rafa_99
2021-01-25
Add new env VIMB_WIN_ID to hold the gtk window id.
Daniel Carl
2021-01-07
Fix none registered webextension in ephemeral mode.
Daniel Carl
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
2020-04-15
Allow to push link url to queue by <S-LeftMouse> #610.
Daniel Carl
2020-02-29
Allow to set scroll-multiplier #602.
Daniel Carl
2020-02-12
fix conditional xembed compilation
Raphael Gosselin
2020-01-04
Remove expansion of '%' #584.
Daniel Carl
2019-12-18
Added --cmd,-C option to give ex commands on startup #342.
Daniel Carl
2019-11-18
Fix none working geolocation=always #580.
Daniel Carl
2019-11-18
Merge branch 'geolocation' of https://github.com/fjallarefur/vimb.
Daniel Carl
2019-11-18
Add geolocation setting
Alva
2019-11-11
autocmd: implement new LoadStarting event
Patrick Steinhardt
2019-06-15
Use ephemeral webview if incognito option is used #562
Daniel Carl
2019-06-14
Fixed memory allocation errors in incognito mode.
Daniel Carl
2019-06-08
Give --incognito option also to new spawned instances #562.
Daniel Carl
2019-06-08
Rename option ephemeral to incognito #562.
Daniel Carl
2019-06-04
Added ephemeral mode #562.
Daniel Carl
2019-05-20
Avoid double free in on_webview_notify_uri #561.
Daniel Carl
2019-05-20
Fix NULL ret of util_sanitize_uri
tharvik
2019-05-19
Add external download command #543 #348.
Daniel Carl
2019-04-24
Fix segfault on open in new tabe from context menu #556.
Daniel Carl
2019-03-30
Change hover link url on status bar via direct function.
Daniel Carl
2019-03-25
Use webkit_uri_for_display().
Daniel Carl
2019-03-24
Prevent opening links into new window #544.
Daniel Carl
2019-03-13
Split policy decision into parts.
Daniel Carl
2019-03-12
Allow to not maximize window via option --no-maximize #483.
Daniel Carl
2019-02-13
Avoid double client destroy in case of webview close #537.
Daniel Carl
2019-01-21
Replace deprecated gtk_css_provider_get_default.
Daniel Carl
2019-01-18
Allow to show video in fullscreen if requested.
Daniel Carl
2019-01-10
Always generate version from git if possible #532.
Daniel Carl
2018-10-12
Use stat(2) to retrieve the file permissions mode
Leonardo Taccari
2018-10-11
Replace g_file_set_contents().
Daniel Carl
2018-10-10
Add a mode (in chmod(2) context) argument to util_get_filepath()
Leonardo Taccari
2018-10-08
Setup dbus server before the webextension #438.
Daniel Carl
[next]