vimb.git
2012-12-31 Daniel CarlMoved setting related function from util.c to setting.c.
2012-12-30 Daniel CarlRemove modkeys if keybinding is removed (#2).
2012-12-30 Daniel CarlMoved static variable from keybind.c to the VpCore...
2012-12-30 Daniel CarlReduced the number of string operation to process settings.
2012-12-30 Daniel CarlAllow to see the value of settings.
2012-12-30 Daniel CarlFixed typo in man page.
2012-12-30 Daniel CarlRemoved constant PROJECT from sources.
2012-12-29 Daniel CarlAdded install and uninstall make targets.
2012-12-29 Daniel CarlDo not use CPPFLAGS for the man page.
2012-12-29 Daniel CarlFixed array-bounds warning.
2012-12-29 Daniel CarlAdded a man page for the browser commands.
2012-12-29 Daniel CarlAdded all suggested keybindings to th default configur...
2012-12-29 Daniel CarlUse a '=' to seperate the kebind and the command for...
2012-12-29 Daniel CarlChanged the help message a little.
2012-12-25 Daniel CarlMade better help descriptions for program options.
2012-12-25 Daniel CarlImplemented embedding via x-embed.
2012-12-24 Daniel CarlChanged the order of project and version for vimp -v.
2012-12-24 Daniel CarlAllow to yank hinted link url.
2012-12-24 Daniel CarlAdded command to yank current url or selected text...
2012-12-24 Daniel CarlAdded macro to get current url.
2012-12-23 Daniel CarlAllow to set the maximum number of completion items...
2012-12-23 Daniel CarlAllow to use count for the browser history.
2012-12-23 Daniel CarlAllow to set the style of hints on runtime.
2012-12-23 Daniel CarlAllow to set hint element style on runtime.
2012-12-22 Daniel CarlDo not add inputbox observers if hint will be fired.
2012-12-22 Daniel CarlFixed duplicate hint processing if there exists only...
2012-12-22 Daniel CarlFixed reseted prefixLength for the hints.
2012-12-22 Daniel CarlHandle hinting command prefixes.
2012-12-22 Daniel CarlMoved static variables from hint.c into VpVore struct.
2012-12-22 Daniel CarlReindented code in main.h.
2012-12-22 Daniel CarlChanged the start page to the project page on github.
2012-12-22 Daniel CarlDispatch click event over the document the hints belongs.
2012-12-22 Daniel CarlAllow hinting also in iframes.
2012-12-21 Daniel CarlChanged the default keybinding for the hint open commands.
2012-12-21 Daniel CarlRemove unneeded hints_vlear_focus function.
2012-12-21 Daniel CarlAdded logic to process hinted elements.
2012-12-21 Daniel CarlFixed regression in completion mode.
2012-12-21 Daniel CarlUse a bitmap for the hints type and open modes.
2012-12-20 Daniel CarlRemoved no more needed variable declaration.
2012-12-20 Daniel CarlFixed missed g_object_unref.
2012-12-20 Daniel CarlAdded commands inputtabopen and inputtabpencurrent.
2012-12-20 Daniel CarlFixed duplicate mode setting in command_input function.
2012-12-19 Daniel CarlFixed wrong parameter for command_open.
2012-12-19 Daniel CarlAllow to open links into new window.
2012-12-19 Daniel CarlUse signal::button-release-event instead of signal...
2012-12-19 Daniel CarlRemove -- INPUT -- from inputbox after submitting a...
2012-12-19 Daniel CarlAllow to active form fields via hinting.
2012-12-16 Daniel CarlFixed wrong parameter order in hints_num_has_prefix.
2012-12-16 Daniel CarlDispatch mouseover and mouseout event when focus elemen...
2012-12-16 Daniel CarlUse mouse event to open hint instead of c logic.
2012-12-16 Daniel CarlAllow to open fired hint elements.
2012-12-15 Daniel CarlAllow to fire focussed hint via retrun hit.
2012-12-15 Daniel CarlAllow to filter and update hints.
2012-12-15 Daniel CarlMoved key event related macros to main.h.
2012-12-15 Daniel CarlUse inputbox to filter hints.
2012-12-15 Daniel CarlAdded new function to write input text.
2012-12-08 Daniel CarlFixed wrong bounding box calculation for hints.
2012-12-03 Daniel CarlAdded alias for settings.
2012-12-03 Daniel CarlFixed none working Upper-Case keybinds like a simple...
2012-12-02 Daniel CarlAdded license headers also to hints files.
2012-12-02 Daniel CarlFixed none working keybinds with single uppercase chars.
2012-12-02 Daniel CarlCreate only hints on element in the visible area.
2012-12-01 Daniel CarlAdded basic logic for hints.
2012-12-01 Daniel CarlAdded command 'inspect' to open the web inspector.
2012-12-01 Daniel CarlAdded web inspector.
2012-11-25 Daniel CarlAdded macro to get the cleaned current browser mode.
2012-11-25 Daniel CarlApply the input style settings if they where set.
2012-11-25 Daniel CarlSimplified the usage of vp_set_model().
2012-11-22 Daniel CarlAdded license headers to dom.c and dom.h.
2012-11-22 Daniel CarlAdded input mode.
2012-11-22 Daniel CarlFixed unused hide parameter in vp_echo() function.
2012-11-19 Daniel CarlAllow to go back to normal mode via ctrl-c too.
2012-11-19 Daniel CarlFixed un setable input and completion fonts.
2012-11-19 Daniel CarlFixed regression in complation with numberd prefixes.
2012-11-17 Daniel CarlAllow to compile against gtk3.
2012-11-12 Daniel CarlAdded command to start completion.
2012-11-12 Daniel CarlChanged format to specify key bindings.
2012-11-12 Daniel CarlFixed hiding of inputbox if this is already focused.
2012-11-12 Daniel CarlAllow to set mode after command.
2012-11-12 Daniel CarlAdded macro to get only main modes.
2012-11-11 Daniel CarlAdded basic completion of settings.
2012-11-11 Daniel CarlRemove vp_webview_load_commited_cb.
2012-11-11 Daniel CarlRemoved line that caused a soup waring.
2012-11-10 Daniel CarlSet completion box to null after destroying it.
2012-11-10 Daniel CarlAdded README file.
2012-11-10 Daniel CarlAllow to set completion fonts too.
2012-11-10 Daniel CarlAdded setting for completion colors.
2012-11-10 Daniel CarlSet status colors and fonts direct to the widgets.
2012-11-10 Daniel CarlAllow setting of input box color and fonts.
2012-11-10 Daniel CarlAdded completion of commands.
2012-11-10 Daniel CarlRemove at te moment unneeded cookie jar property.
2012-11-10 Daniel CarlFixed missed flags to disable cookie support.
2012-11-10 Daniel CarlFied missed parameter in setting_status_font().
2012-11-10 Daniel CarlAdded missed g_string_free in vp_update_statusbar().
2012-11-10 Daniel CarlAllow to set status font and colors during runtime.
2012-11-10 Daniel CarlAdded util function to generate arg from string.
2012-11-10 Daniel CarlAllow to set scrollstep on runtime.
2012-11-10 Daniel CarlMoved all command to own c file.
2012-11-10 Daniel CarlAllow to set internal variables via setting functions.
2012-11-10 Daniel CarlAuto clear input bar.
next