Commit Graph

  • b940287f87 Accepting request 1185885 from network factory leap-16.1 leap-16.0 Ana Guerrero 2024-07-08 17:07:42 +00:00
  • e373ae3d91 - Add pkgconfig(webkit2gtk-4.1) BuildRequires: fix build failed - Add desktop-file-utils and appstream-glib BuildRequires: to validate files - Remove unneeded BuildRequires: + pkgconfig(libsoup-gnome-2.4) + pkgconfig(libsoup-2.4) + pkgconfig(gtk+-3.0) + libwebkit2gtk-4_1-0 - enable make test Michael Vetter 2024-07-06 12:54:38 +00:00
  • d1d3b7369f - Update to 3.7.0: Added: * The new env variable $VIMB_SELECTION is set to the current selected text whenever a shellcmd is run #592. * Allow to push link url to queue by <S-LeftMouse> #610. * Allow to decide if html5 notfication are allowed #651. New setting notification=[ask,always,never] added. * Add new env VIMB_WIN_ID var for :shellcmd which holds the own window id. * Focus last focused input elemnt on page via i - or first found element if none was focused before. * Completion with bookmarked urls for :qpush and qunshift. * Setting scroll-multiplier to allow for faster scrolling by mouse wheel. * Setting intelligent-tracking-prevention to enable WebKit's Intelligent Tracking Prevention (ITP). * Setting javascript-enable-markup to disable js markup instead of disabling * Setting status-bar-show-settings to enable showing indicators to currently applied setting. Can be configured via config.h file. #define COOKIE GET_CHAR(c, "cookie-accept") #define STATUS_VARAIBLE_SHOW "%c%c%c%c%c%c%c%c", \ CHAR_MAP(COOKIE, "always", 'A', CHAR_MAP(COOKIE, "origin", '@', 'a')), \ GET_BOOL(c, "dark-mode") ? 'D' : 'd', \ vb.incognito ? 'E' : 'e', \ GET_BOOL(c, "images") ? 'I' : 'i', \ GET_BOOL(c, "html5-local-storage") ? 'L' : 'l', \ GET_BOOL(c, "stylesheet") ? 'M' : 'm', \ GET_BOOL(c, "scripts") ? 'S' : 's', \ GET_BOOL(c, "strict-ssl") ? 'T' : 't' JavaScript in general. * Allow to push link url to queue by Shift-LeftMouse. * New hint mode ;k do remove hinted elements like advertisement from DOM. Michael Vetter 2023-06-23 06:11:34 +00:00
  • 188de695d5 Accepting request 924158 from network Richard Brown 2021-10-08 20:05:04 +00:00
  • 904fea3153 Accepting request 924041 from home:iznogood:branches:network Michael Vetter 2021-10-08 07:55:27 +00:00
  • 9b4c6374b8 Accepting request 760601 from network Dominique Leuenberger 2020-01-03 16:38:46 +00:00
  • 8de6d08bb6 - Update to 3.6.0: Added: * :cleardata [listOfDataTypes] [timeSpan] command to clear various types of stored website data modified in the last timeSpan. * Setting hint-match-element to allow to disable the hinting to filter hints by the elements text content. This is useful if 'hint-keys' are set the chars instead of numbers. * New autocmd event LoadStarting to run auto commands before the first page content is loaded (Thanks to Patrick Steinhardt). * Setting geolocation with values ('ask', 'always' and 'never') to allow the user to permit or disable geolcation requests by default (Thanks to Alva). * Setting dark-mode to switch the webview into dark mode, which might be picked up by pages media query to setup dark styling (Thanks to Alva). * Option --cmd, -C to run ex commands on startup. Removed: * :clearcache was removed in favor of more advanced :cleardata command. The previous behaviour of :clearcache could be replaces by :cleardata memory-cache,disk-cache. Michael Vetter 2020-01-03 09:22:49 +00:00
  • 5e512efad8 Accepting request 725438 from network Dominique Leuenberger 2019-08-23 09:10:03 +00:00
  • a8a03a256c - bsc#1146724: Set prefix during build So that it looks for webext_main.so at the right location Michael Vetter 2019-08-23 05:23:41 +00:00
  • 6480666829 Accepting request 719740 from network Dominique Leuenberger 2019-07-30 10:39:16 +00:00
  • 45a887ab58 - Update to 3.5.0: Added: * Add external download command #543 #348. * Added ephemeral mode by new option --incognito#562. Changed: * Hinting shows the current focused elements URI in the statusbar. * Show error if printing with :hardcopy fails #564. Fixed: * Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt). * Fixed partial hidden hint labels on top of screen. * Fix segfault on open in new tabe from context menu #556. * Fix "... (null)" shown in title during url sanitization. Removed: * Setting private-browsing was removed in favor of --incognito option. - Remove vim-3.4.0-fixbuild.patch: included upstream Michael Vetter 2019-07-30 04:49:04 +00:00
  • 61ff41eab4 Accepting request 689025 from network Dominique Leuenberger 2019-03-27 15:22:02 +00:00
  • 1e8a74b425 - Update to 3.4.0: Added: * Allow to show video in fullscreen, without statusbar and inputbox, if requested. * Added option --no-maximize to no start with maximized window #483. * New setting prevent-newwindow to enforce opening links into same window even if they are crafted by target="_blank" or using window.open(...)#544. Changed: * Increased min required webkit version to 2.20.x. * Use man page date instead of build date to make reproducible builds. * URLs shown on statusbar and title are now shown as punicode if they contain homographs. Fixed: * Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529. * Fixed none shown hint labels by Content-Security-Policy headers #531. * Fixed segfault on JavaScript window.close() call #537. * Fixed no char inserted in input mode after timeout and imap/inoremap candidate #546. - Add vim-3.4.0-fixbuild.patch: fix non git build Michael Vetter 2019-03-27 09:02:32 +00:00
  • 5389e2128f Accepting request 674571 from network Stephan Kulow 2019-02-28 20:39:11 +00:00
  • 84d306c03f - Support parallel builds Michael Vetter 2019-02-13 13:50:42 +00:00
  • 03ab140216 Accepting request 674522 from home:jengelh:branches:network Michael Vetter 2019-02-13 13:49:13 +00:00
  • fd115f49f7 Accepting request 674166 from home:jubalh Tomáš Chvátal 2019-02-12 15:55:57 +00:00