summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-01-03global: Convert use of `SoupURI` to use `GUri`Patrick Steinhardt
2023-01-03js.c: Remove unused functionPatrick Steinhardt
2023-01-03main: fix compilation with FEATURE_NO_XEMBEDPatrick Steinhardt
2021-10-15Used macro to define status pattern and values together.Daniel Carl
2021-10-15status bar settings now configurable with config.hSadoon AlBader
2021-10-15use macros instead of reinventing the wheelSadoon AlBader
2021-10-15a better fix for scroll percentageSadoon AlBader
2021-10-15change scroll_percent from guint to guint16Sadoon AlBader
2021-10-15new feature: show some settings on statusbarrafa_99
2021-09-25Updated Cookies Settingsrafa_99
2021-09-25Removed and set incognito mode on by default with cookiesrafa_99
2021-09-25Project branch offrafa_99
2021-09-24Removed History and Last Opened Historyrafa_99
2021-01-25Add new env VIMB_WIN_ID to hold the gtk window id.Daniel Carl
2021-01-07Fix none registered webextension in ephemeral mode.Daniel Carl
2021-01-03remove useless printfCássio
2020-12-22removed unecessary includeCássio
2020-12-22added support for web notifications via dbusCássio
2020-10-13Move some file to $XDG_DATA_HOME #582.Daniel Carl
2020-04-15Allow to push link url to queue by <S-LeftMouse> #610.Daniel Carl
2020-02-29Allow to set scroll-multiplier #602.Daniel Carl
2020-02-12fix conditional xembed compilationRaphael Gosselin
2020-01-04Remove expansion of '%' #584.Daniel Carl
2019-12-18Added --cmd,-C option to give ex commands on startup #342.Daniel Carl
2019-11-18Fix none working geolocation=always #580.Daniel Carl
2019-11-18Merge branch 'geolocation' of https://github.com/fjallarefur/vimb.Daniel Carl
2019-11-18Add geolocation settingAlva
2019-11-11autocmd: implement new LoadStarting eventPatrick Steinhardt
2019-06-15Use ephemeral webview if incognito option is used #562Daniel Carl
2019-06-14Fixed memory allocation errors in incognito mode.Daniel Carl
2019-06-08Give --incognito option also to new spawned instances #562.Daniel Carl
2019-06-08Rename option ephemeral to incognito #562.Daniel Carl
2019-06-04Added ephemeral mode #562.Daniel Carl
2019-05-20Avoid double free in on_webview_notify_uri #561.Daniel Carl
2019-05-20Fix NULL ret of util_sanitize_uritharvik
2019-05-19Add external download command #543 #348.Daniel Carl
2019-04-24Fix segfault on open in new tabe from context menu #556.Daniel Carl
2019-03-30Change hover link url on status bar via direct function.Daniel Carl
2019-03-25Use webkit_uri_for_display().Daniel Carl
2019-03-24Prevent opening links into new window #544.Daniel Carl
2019-03-13Split policy decision into parts.Daniel Carl
2019-03-12Allow to not maximize window via option --no-maximize #483.Daniel Carl
2019-02-13Avoid double client destroy in case of webview close #537.Daniel Carl
2019-01-21Replace deprecated gtk_css_provider_get_default.Daniel Carl
2019-01-18Allow to show video in fullscreen if requested.Daniel Carl
2019-01-10Always generate version from git if possible #532.Daniel Carl
2018-10-12Use stat(2) to retrieve the file permissions modeLeonardo Taccari
2018-10-11Replace g_file_set_contents().Daniel Carl
2018-10-10Add a mode (in chmod(2) context) argument to util_get_filepath()Leonardo Taccari
2018-10-08Setup dbus server before the webextension #438.Daniel Carl