summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-25Fix some code indentation.Daniel Carl
2018-10-25Fix possible memory leak #361.Daniel Carl
2018-10-25Always pass NUL-terminated text to command_spawn_editor()Leonardo Taccari
2018-10-25Avoid possible strlen() on NULL contentLeonardo Taccari
2018-10-25Add command_spawn_editor() and implement normal_view_source()Leonardo Taccari
2018-10-15Fixed wrong return type for util_file_set_content().Daniel Carl
2018-10-15Document a subtlety of util_parse_expansion() behaviour.Leonardo Taccari
2018-10-15Add support for marks, based on vimb-2.12Leonardo Taccari
2018-10-12Always use curly braces for if and else.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-10Show warning if peer dbus connection does not provide credentials #438.Daniel Carl
2018-10-09Remove trialing tabs.Daniel Carl
2018-10-08Use glib example code for dbus auth observer #438.Daniel Carl
2018-10-08Setup dbus server before the webextension #438.Daniel Carl
2018-09-28Remove also shared object on make clean.Daniel Carl
2018-09-28Replace tabs by spaces.Daniel Carl
2018-08-27Check webextension at startup by default.Daniel Carl
2018-08-06Update hints also on scrolling within frames.Daniel Carl
2018-08-06Fix wrong hint label in case of scrolling.Daniel Carl
2018-08-06Added webkit setting for file uri handling.Daniel Carl
2018-08-04Fix wrong hint label position on xkcd.com.Daniel Carl
2018-07-31Convert focus_element_by_id.js to CVirgil Dupras
2018-07-18Get page size from body as well as the documentElement #501.Daniel Carl
2018-07-18Improve scripts change detection in MakefileVirgil Dupras
2018-06-27Use travis-ci for testing.Daniel Carl
2018-06-18Makefile: add dependency on scripts.h to input.oPatrick Steinhardt
2018-06-18Fixed -Werror=format-security issue.Daniel Carl
2018-06-16Fix missing string.h includeYutao Yuan
2018-06-14Make function static.Daniel Carl
2018-06-14Merge branch 'fix-url-detection' of https://github.com/GKFX/vimb.Daniel Carl
2018-06-14Added tests for shortcuts #357.Daniel Carl
2018-06-13Make URL detection more robustGeorge Bateman
2018-06-14Do not damage utf8 string on escape.Daniel Carl
2018-06-13Added first test for the util functions #357.Daniel Carl
2018-06-13Fixed indentation.Daniel Carl
2018-06-12Detect localhost and IPv6 as valid URLs. Fixes #478.George Bateman
2018-06-12Allow user to hide and show the titlebar on demand. Fixes #439.George Bateman
2018-06-11Allow to react on permission-requests.Daniel Carl
2018-06-02Remove not really needed variable.Daniel Carl
2018-06-02Fixed possible memory leak in case of errors.Daniel Carl
2018-06-02Reuse success flag.Daniel Carl
2018-06-02Fixed some code style issues.Daniel Carl
2018-06-02Merge branch 'master' of https://github.com/svensp/vimbDaniel Carl
2018-06-01moved id to its own variable to adher to IPO modelSven Speckmaier
2018-05-30multi line javascript used from scripts/scripts.hSven Speckmaier
2018-05-29Use vimbhint attribute also for styling.Daniel Carl
2018-05-29use vimb_editor_map when no id is presentSven Speckmaier
2018-05-28assert and free data->element_id in editor returnSven Speckmaier