index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-12-16
Use mouse event to open hint instead of c logic.
Daniel Carl
2012-12-16
Allow to open fired hint elements.
Daniel Carl
2012-12-16
Allow to fire focussed hint via retrun hit.
Daniel Carl
2012-12-16
Allow to filter and update hints.
Daniel Carl
2012-12-16
Moved key event related macros to main.h.
Daniel Carl
2012-12-16
Use inputbox to filter hints.
Daniel Carl
2012-12-16
Added new function to write input text.
Daniel Carl
2012-12-08
Fixed wrong bounding box calculation for hints.
Daniel Carl
2012-12-03
Added alias for settings.
Daniel Carl
2012-12-03
Fixed none working Upper-Case keybinds like a simple 'G'.
Daniel Carl
2012-12-02
Added license headers also to hints files.
Daniel Carl
2012-12-02
Fixed none working keybinds with single uppercase chars.
Daniel Carl
2012-12-02
Create only hints on element in the visible area.
Daniel Carl
2012-12-01
Added basic logic for hints.
Daniel Carl
2012-12-01
Added command 'inspect' to open the web inspector.
Daniel Carl
2012-12-01
Added web inspector.
Daniel Carl
2012-11-25
Added macro to get the cleaned current browser mode.
Daniel Carl
2012-11-25
Apply the input style settings if they where set.
Daniel Carl
2012-11-25
Simplified the usage of vp_set_model().
Daniel Carl
2012-11-22
Added license headers to dom.c and dom.h.
Daniel Carl
2012-11-22
Added input mode.
Daniel Carl
2012-11-22
Fixed unused hide parameter in vp_echo() function.
Daniel Carl
2012-11-19
Allow to go back to normal mode via ctrl-c too.
Daniel Carl
2012-11-19
Fixed un setable input and completion fonts.
Daniel Carl
2012-11-19
Fixed regression in complation with numberd prefixes.
Daniel Carl
2012-11-17
Allow to compile against gtk3.
Daniel Carl
2012-11-12
Added command to start completion.
Daniel Carl
2012-11-12
Changed format to specify key bindings.
Daniel Carl
2012-11-12
Fixed hiding of inputbox if this is already focused.
Daniel Carl
2012-11-12
Allow to set mode after command.
Daniel Carl
2012-11-12
Added macro to get only main modes.
Daniel Carl
2012-11-11
Added basic completion of settings.
Daniel Carl
2012-11-11
Remove vp_webview_load_commited_cb.
Daniel Carl
2012-11-11
Removed line that caused a soup waring.
Daniel Carl
2012-11-10
Set completion box to null after destroying it.
Daniel Carl
2012-11-10
Added README file.
Daniel Carl
2012-11-10
Allow to set completion fonts too.
Daniel Carl
2012-11-10
Added setting for completion colors.
Daniel Carl
2012-11-10
Set status colors and fonts direct to the widgets.
Daniel Carl
2012-11-10
Allow setting of input box color and fonts.
Daniel Carl
2012-11-10
Added completion of commands.
Daniel Carl
2012-11-10
Remove at te moment unneeded cookie jar property.
Daniel Carl
2012-11-10
Fixed missed flags to disable cookie support.
Daniel Carl
2012-11-10
Fied missed parameter in setting_status_font().
Daniel Carl
2012-11-10
Added missed g_string_free in vp_update_statusbar().
Daniel Carl
2012-11-10
Allow to set status font and colors during runtime.
Daniel Carl
2012-11-10
Added util function to generate arg from string.
Daniel Carl
2012-11-10
Allow to set scrollstep on runtime.
Daniel Carl
2012-11-10
Moved all command to own c file.
Daniel Carl
2012-11-10
Allow to set internal variables via setting functions.
Daniel Carl
[next]