summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-15Move functions from events.c to map.c #546.Daniel Carl
2019-03-15Use GSList to queue events #546.Daniel Carl
2019-03-15Use the right gdk function to duplicate the key events #546.Daniel Carl
2019-03-15Use glib memory functions to simplify the code #546.Daniel Carl
2019-03-14Allow incomplete imap sequence to timeoutThomas Legris
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-11-22Increased min required webkit version to 2.20.x #525.Daniel Carl
2018-11-22Fixed -Wpointer-sign warning.Daniel Carl
2018-11-21Fixed none shown hint labels by CSP headers #531.Daniel Carl
2018-11-11Fix out-of-bounds buffer access in parse_commandSören Tempel
2018-11-07Update default user-agent to webkit default.Daniel Carl
2018-10-29Fixed none freed command variable.Daniel Carl
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