index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-03-15
Move functions from events.c to map.c #546.
Daniel Carl
2019-03-15
Use GSList to queue events #546.
Daniel Carl
2019-03-15
Use the right gdk function to duplicate the key events #546.
Daniel Carl
2019-03-15
Use glib memory functions to simplify the code #546.
Daniel Carl
2019-03-14
Allow incomplete imap sequence to timeout
Thomas Legris
2019-03-13
Split policy decision into parts.
Daniel Carl
2019-03-12
Allow to not maximize window via option --no-maximize #483.
Daniel Carl
2019-02-13
Avoid double client destroy in case of webview close #537.
Daniel Carl
2019-01-21
Replace deprecated gtk_css_provider_get_default.
Daniel Carl
2019-01-18
Allow to show video in fullscreen if requested.
Daniel Carl
2019-01-10
Always generate version from git if possible #532.
Daniel Carl
2018-11-22
Increased min required webkit version to 2.20.x #525.
Daniel Carl
2018-11-22
Fixed -Wpointer-sign warning.
Daniel Carl
2018-11-21
Fixed none shown hint labels by CSP headers #531.
Daniel Carl
2018-11-11
Fix out-of-bounds buffer access in parse_command
Sören Tempel
2018-11-07
Update default user-agent to webkit default.
Daniel Carl
2018-10-29
Fixed none freed command variable.
Daniel Carl
2018-10-25
Fix some code indentation.
Daniel Carl
2018-10-25
Fix possible memory leak #361.
Daniel Carl
2018-10-25
Always pass NUL-terminated text to command_spawn_editor()
Leonardo Taccari
2018-10-25
Avoid possible strlen() on NULL content
Leonardo Taccari
2018-10-25
Add command_spawn_editor() and implement normal_view_source()
Leonardo Taccari
2018-10-15
Fixed wrong return type for util_file_set_content().
Daniel Carl
2018-10-15
Document a subtlety of util_parse_expansion() behaviour.
Leonardo Taccari
2018-10-15
Add support for marks, based on vimb-2.12
Leonardo Taccari
2018-10-12
Always use curly braces for if and else.
Daniel Carl
2018-10-12
Use stat(2) to retrieve the file permissions mode
Leonardo Taccari
2018-10-11
Replace g_file_set_contents().
Daniel Carl
2018-10-10
Add a mode (in chmod(2) context) argument to util_get_filepath()
Leonardo Taccari
2018-10-10
Show warning if peer dbus connection does not provide credentials #438.
Daniel Carl
2018-10-09
Remove trialing tabs.
Daniel Carl
2018-10-08
Use glib example code for dbus auth observer #438.
Daniel Carl
2018-10-08
Setup dbus server before the webextension #438.
Daniel Carl
2018-09-28
Remove also shared object on make clean.
Daniel Carl
2018-09-28
Replace tabs by spaces.
Daniel Carl
2018-08-27
Check webextension at startup by default.
Daniel Carl
2018-08-06
Update hints also on scrolling within frames.
Daniel Carl
2018-08-06
Fix wrong hint label in case of scrolling.
Daniel Carl
2018-08-06
Added webkit setting for file uri handling.
Daniel Carl
2018-08-04
Fix wrong hint label position on xkcd.com.
Daniel Carl
2018-07-31
Convert focus_element_by_id.js to C
Virgil Dupras
2018-07-18
Get page size from body as well as the documentElement #501.
Daniel Carl
2018-07-18
Improve scripts change detection in Makefile
Virgil Dupras
2018-06-27
Use travis-ci for testing.
Daniel Carl
2018-06-18
Makefile: add dependency on scripts.h to input.o
Patrick Steinhardt
2018-06-18
Fixed -Werror=format-security issue.
Daniel Carl
2018-06-16
Fix missing string.h include
Yutao Yuan
2018-06-14
Make function static.
Daniel Carl
2018-06-14
Merge branch 'fix-url-detection' of https://github.com/GKFX/vimb.
Daniel Carl
2018-06-14
Added tests for shortcuts #357.
Daniel Carl
[next]