vimb.git
2018-10-19 Daniel CarlAdd links to pages writing about vimb.
2018-10-19 Daniel CarlAdd link to slackware package.
2018-10-15 Daniel CarlAlso test completion without filtering.
2018-10-15 Daniel CarlRemove also tests on make clean.
2018-10-15 Daniel CarlUse --no-install-recommends for travis install.
2018-10-15 Daniel CarlFixed wrong return type for util_file_set_content().
2018-10-15 Leonardo TaccariGracefully handle subtleties of util_expand() of `...
2018-10-15 Leonardo TaccariDocument a subtlety of util_parse_expansion() behaviour.
2018-10-15 Leonardo TaccariUse webkit2-gtk-web-extension-4.0 for EXT{C,LD}FLAGS
2018-10-15 Leonardo TaccariDocument autocmd support
2018-10-15 Leonardo TaccariDocument marks in the man page, from vimb-2.12
2018-10-15 Leonardo TaccariAdd support for marks, based on vimb-2.12
2018-10-11 Daniel CarlAlways use curly braces for if and else.
2018-10-11 Leonardo TaccariUse stat(2) to retrieve the file permissions mode
2018-10-11 Leonardo TaccariFix a typo
2018-10-11 Leonardo TaccariFix a copypasto regarding user-scripts option
2018-10-10 Daniel CarlReplace g_file_set_contents().
2018-10-10 Leonardo TaccariAdd a mode (in chmod(2) context) argument to util_get_f...
2018-10-10 Daniel CarlShow warning if peer dbus connection does not provide...
2018-10-09 Daniel CarlRemove trialing tabs.
2018-10-08 Daniel CarlUse glib example code for dbus auth observer #438.
2018-10-08 Daniel CarlSetup dbus server before the webextension #438.
2018-10-08 Daniel CarlDo not stale bug labeled issues.
2018-10-02 Daniel CarlAdd stale bot configuration.
2018-10-02 Daniel CarlMove github stuff into .github directory.
2018-09-28 Daniel CarlRemove also shared object on make clean.
2018-09-28 Daniel CarlReplace tabs by spaces.
2018-09-27 Allan WindClarify proxy configuration
2018-09-26 Daniel CarlHint about none common PREFIX on build stage.
2018-08-27 Daniel CarlCheck webextension at startup by default.
2018-08-26 Daniel CarlAdapt the min webkit version in config.mk #513.
2018-08-08 Daniel CarlAdded missed description for yank
2018-08-06 Daniel CarlUpdate hints also on scrolling within frames.
2018-08-06 Daniel CarlFix wrong hint label in case of scrolling.
2018-08-06 Daniel CarlAdded webkit setting for file uri handling.
2018-08-04 Daniel CarlRemoved possible wrong test case #507.
2018-08-03 Daniel CarlAdded manual test case for #507.
2018-08-03 Daniel CarlMove manual hint tests into own directory.
2018-08-03 Daniel CarlFix wrong hint label position on xkcd.com.
2018-07-31 Daniel CarlMerge branch 'cdom' of https://github.com/hsoft/vimb
2018-07-31 Virgil DuprasConvert focus_element_by_id.js to C
2018-07-30 Daniel CarlAdded tests for the uri handlers #357.
2018-07-18 Daniel CarlGet page size from body as well as the documentElement...
2018-07-18 Virgil DuprasImprove scripts change detection in Makefile
2018-06-28 Daniel CarlTest also with gcc.
2018-06-28 Daniel CarlPut the linker flags after the source files.
2018-06-28 Daniel CarlAdded gtk+-3.0 to the dependencies.
2018-06-27 Daniel CarlShow compile options only once in travis-ci.
2018-06-27 Daniel CarlUse explicit rules to make test targets.
2018-06-27 Daniel CarlRemove duplicate give compiler option -fPIC.
2018-06-27 Daniel CarlAdd build status icon.
2018-06-27 Daniel CarlUse travis-ci for testing.
2018-06-20 Daniel CarlMerge branch 'master' of https://github.com/cdlscpmv...
2018-06-19 Konst MayerCorrect the man page
2018-06-18 Patrick SteinhardtMakefile: add dependency on scripts.h to input.o
2018-06-17 Daniel CarlFixed -Werror=format-security issue.
2018-06-16 Daniel CarlReleased version 3.2.0.
2018-06-16 Yutao YuanFix missing string.h include
2018-06-14 Daniel CarlAdd new setting show-titlebar to CHANGELOG.
2018-06-14 Daniel CarlMake function static.
2018-06-14 Daniel CarlMerge branch 'fix-url-detection' of https://github...
2018-06-13 Daniel CarlAdded tests for shortcuts #357.
2018-06-13 George BatemanMake URL detection more robust
2018-06-13 Daniel CarlDo not damage utf8 string on escape.
2018-06-13 Daniel CarlAdded first test for the util functions #357.
2018-06-13 Daniel CarlFixed indentation.
2018-06-13 George BatemanDocument :set show-titlebar
2018-06-12 George BatemanDetect localhost and IPv6 as valid URLs. Fixes #478.
2018-06-12 George BatemanAllow user to hide and show the titlebar on demand...
2018-06-11 Daniel CarlFix wrong order of branch names in changelog.
2018-06-11 Daniel CarlUpdate changelog.
2018-06-11 Daniel CarlAllow to react on permission-requests.
2018-06-11 George BatemanClarify :set usage in man page
2018-06-02 Daniel CarlRemove not really needed variable.
2018-06-02 Daniel CarlFixed possible memory leak in case of errors.
2018-06-02 Daniel CarlReuse success flag.
2018-06-02 Daniel CarlFixed some code style issues.
2018-06-02 Daniel CarlMerge branch 'master' of https://github.com/svensp...
2018-06-01 Sven Speckmaiermoved id to its own variable to adher to IPO model
2018-05-30 Sven Speckmaiermulti line javascript used from scripts/scripts.h
2018-05-29 Daniel CarlUse vimbhint attribute also for styling.
2018-05-29 Sven Speckmaieruse vimb_editor_map when no id is present
2018-05-28 Sven Speckmaierassert and free data->element_id in editor return
2018-05-28 Sven Speckmaierfix indentation to adher to the contribution guidlines
2018-05-28 Sven SpeckmaierRemember element id per open process watch
2018-05-27 Daniel CarlFix wrong search hit count shown on prev/next.
2018-05-17 Daniel CarlMoved issue template.
2018-05-16 Daniel CarlMention similar projects.
2018-05-15 Daniel CarlUse g_strescape() to escape editor contents.
2018-05-15 Daniel CarlMore info when spawning of editor-command fails.
2018-05-08 Daniel CarlSet tree model direct to tree view.
2018-05-08 Daniel CarlStart vimb with maximized window #483.
2018-05-07 Daniel CarlMoved completion_fill to settings.
2018-05-07 Daniel CarlRemove none used gui styling for completion.
2018-05-07 Daniel CarlRemove other missed combat code.
2018-05-07 Daniel CarlRemove unused code in completion processing.
2018-05-02 Daniel CarlUse sqlite as cookie storage #470.
2018-04-28 Daniel CarlClear search on stopping incsearch.
2018-04-28 Daniel CarlShop the numbers of search matches in status bar.
2018-04-27 Daniel CarlAllow basic motion commands for hinting too.
next