vimb.git
2013-03-30 Daniel CarlRemoved to much g_strstrip() from commands.
2013-03-30 Daniel CarlDisable the scrollbars from within the application.
2013-03-30 Daniel CarlUse lower case boolean values.
2013-03-30 Daniel CarlAllow to run multiple command together.
2013-03-30 Daniel CarlFixed none working hint class replacing.
2013-03-30 Daniel CarlRenamed hint css class for focused hint.
2013-03-30 Daniel CarlFixed error message on leafing input mode.
2013-03-30 Daniel CarlEscape back-slashes in js2h.sh helper script.
2013-03-29 Daniel CarlRearranged variables in header files.
2013-03-29 Daniel CarlMoved variables to the top of function.
2013-03-29 Daniel CarlMoved pointer * from type to the variables.
2013-03-29 Daniel CarlBetter performance for command history.
2013-03-29 Daniel CarlExtracted some duplicate logic from vb_echo* functions.
2013-03-29 Daniel CarlRemove no more needed command_write_input function.
2013-03-29 Daniel CarlChanged history stepping to act like in vim.
2013-03-29 Daniel CarlSplit history_get function into two parts.
2013-03-29 Daniel CarlFixed default search engine lookup without handle.
2013-03-26 Daniel CarlRemoved count from hist-prev and hist-next command.
2013-03-26 Daniel CarlAllow also the cursor keys for keybindings.
2013-03-26 Daniel CarlFixed broken hints on pages with frames.
2013-03-26 Daniel CarlFixed wrong history prefixes.
2013-03-25 Daniel CarlFixed wrong command history sorting.
2013-03-25 Daniel CarlRenamed command-hist-* command to hist-*.
2013-03-25 Daniel CarlAllow to set a default search engine.
2013-03-25 Daniel CarlBlur the active element if insert mode is left.
2013-03-24 Daniel CarlFixed potentially uninitialized variable.
2013-03-24 Daniel CarlRemoved overkilled g_strsplit from command handling.
2013-03-24 Daniel CarlMoved search handle finding from command_open to vb_loa...
2013-03-24 Daniel CarlShow first part of inputbox if history items it too...
2013-03-24 Daniel CarlSplit command history into command and search history.
2013-03-24 Daniel CarlSimplified the SEARCH_* enum.
2013-03-24 Daniel CarlMerged url_history and history together.
2013-03-24 Daniel CarlFixed wrong url history loading.
2013-03-23 Daniel CarlRenamed type VpColor -> VbColor.
2013-03-23 Daniel CarlUsed macro GET_TEXT() where it where not used before.
2013-03-23 Daniel CarlFixed wrong mode if no hints where found.
2013-03-23 Daniel CarlAdded function to echo also if input is focused.
2013-03-23 Daniel CarlUse g_object_connect also for the webinspector events.
2013-03-23 Daniel CarlChanged keybindings for stop loading.
2013-03-23 Daniel CarlAdapted README and user markdown now.
2013-03-23 Daniel CarlSimplified history saving.
2013-03-23 Daniel CarlUse the MFLAGS for every make call to a subdirectory.
2013-03-23 Daniel CarlRenamed the option to dump config to stdout.
2013-03-23 Daniel CarlRemoved dependency to m4 processor to build manpage.
2013-03-23 Daniel CarlFixed wrong config pathes in man page.
2013-03-23 Daniel CarlFixed url hostory init bug.
2013-03-23 Daniel CarlReduced the number of webkit settings.
2013-03-23 Daniel CarlRemove no more used global flag from settings.
2013-03-23 Daniel CarlPut the default settings in config.h.
2013-03-23 Daniel CarlDon't check for keypresses on the inspector pane.
2013-03-22 Daniel CarlRevert to single instance per window.
2013-03-18 Daniel CarlAdded support for relative path for vimb.
2013-03-17 Daniel CarlChanged function prefix from vp_ to vb_.
2013-03-17 Daniel CarlRenamed the project from vimp to vimb.
2013-03-13 Daniel CarlMerge branch 'single-client'
2013-03-13 Daniel CarlUpdated man page for the changed file locations.
2013-03-13 Daniel CarlRemove unneeded assignment of hint object.
2013-03-13 Daniel CarlRenamed config files to local.conf and global.conf.
2013-03-13 Daniel CarlShortened hints.js and move some variable declarations.
2013-03-13 Daniel CarlFixed none cleared hints within frames.
2013-03-13 Daniel CarlDon't remove target attributes with none _blank value.
2013-03-12 Daniel CarlFixed input box cleaning after hinting to input element.
2013-03-12 Daniel CarlShortened some variable names in hinting script.
2013-03-12 Daniel CarlFire also all possible mouse events on form fields.
2013-03-12 Daniel CarlTrigger mouse events when hint is fired.
2013-03-11 Daniel CarlUse document fragment for the hint nodes.
2013-03-11 Daniel CarlRemoved additional error string for vp_eval_script.
2013-03-09 Daniel CarlChanged url_history_get_all to add the entries to exist...
2013-03-09 Daniel CarlChanged error message if inspect command is called.
2013-03-09 Daniel CarlMoved hint mode and usage params to the hint instantiation.
2013-03-08 Daniel CarlOpen hinted link via click event from JavaScript.
2013-03-05 Daniel CarlFixed some memory leaks in completion and dom handling.
2013-03-05 Daniel CarlFixed a url history memory leak.
2013-03-05 Daniel CarlUse some logic together for all windows.
2013-03-04 Daniel CarlRemordered functions in main.c.
2013-03-04 Daniel CarlSet the defualt settings of webkit to the webkit defaults.
2013-03-04 Daniel CarlFixed missed counter in completion processing.
2013-03-04 Daniel CarlSimplified the completion widgets style settings.
2013-03-04 Daniel CarlDon't save completion prefixes for each item.
2013-03-04 Daniel CarlAllow to update completions by explicit typed input.
2013-03-04 Daniel CarlSort url completions by their usage.
2013-03-04 Daniel CarlFixed some more memory leaks.
2013-03-03 Daniel CarlAdded url completion for :open and :tabopen commands.
2013-03-03 Daniel CarlMoved url history to own module.
2013-03-03 Daniel CarlSave current visited url to history file.
2013-03-03 Daniel CarlAdded new files for history and user stylesheets.
2013-03-03 Daniel CarlFixed segmentation fault on freeing temporary history.
2013-03-03 Daniel CarlRemoved hint processings out of the javascript.
2013-03-03 Daniel CarlShow hinted element source in status bar.
2013-03-03 Daniel CarlGive the web frame to the functions that call javascript.
2013-03-01 Daniel CarlStop hinting if no element is found.
2013-03-01 Daniel CarlReleased version 0.1.4.
2013-03-01 Daniel CarlAdded hinting mode to open images.
2013-03-01 Daniel CarlDon't show the hint commands as script files in inspector.
2013-03-01 Daniel CarlAllow to set script name if a javascript is evaluated.
2013-03-01 Daniel CarlRenamed hinting js file from hint.js -> hints.js.
2013-03-01 Daniel CarlFixed some coding issues in hint.js.
2013-03-01 Daniel CarlRemove no more used type short cuts from dom module.
2013-03-01 Daniel CarlReplaced hinting by javascript hinting.
2013-02-26 Daniel CarlAllow to run user scripts on every page.
next