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