vimb.git
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.
2013-02-26 Daniel CarlBetter history lookup performance.
2013-02-24 Daniel CarlAdded search history (#8).
2013-02-24 Daniel CarlSave the commands together with the prefix ':' in histo...
2013-02-24 Daniel CarlImplemented prefix aware history searching (#7).
2013-02-24 Daniel CarlSplit the VpCore struct into the local and global part.
2013-02-24 Daniel CarlFixed wrong history entries is set command is called...
2013-02-24 Daniel CarlRemove unneeded status style setting.
2013-02-23 Daniel CarlRemoved redundant and no more needed code.
2013-02-23 Daniel CarlMoved mode switching to command also if command not...
2013-02-23 Daniel CarlDon't save commands from config file and default config...
2013-02-23 Daniel CarlFixed missed freeing of list items.
2013-02-22 Daniel CarlRemoved {tab}open-home command.
2013-02-22 Daniel CarlAdded parameters to commands in manpage.
2013-02-22 Daniel CarlRemove hard to read curly brace syntax for commands.
2013-02-22 Daniel CarlAdded command to navigate in command history (#7).
2013-02-22 Daniel CarlFixed code indentations.
2013-02-21 Daniel CarlFixed wrong mode if new window was opened.
2013-02-21 Daniel CarlCheck if uri is a file path before open it.
2013-02-19 Daniel CarlFixed bug in retrieving webkit settings of type char.
2013-02-17 Daniel CarlUsed font switches in man page to make it more readable.
2013-02-17 Daniel CarlAdded command and keybinds to zoom the page.
2013-02-16 Daniel CarlIncreased the default font size from 10 -> 11.
2013-02-16 Daniel CarlAllow to toggle boolean variables.
2013-02-16 Daniel CarlRemoved redundant input* commands.
2013-02-16 Daniel CarlDon't strip any whitespace to process input.
2013-02-16 Daniel CarlUsed italic font in manpage more consistent.
2013-02-16 Daniel CarlAdded section about duplicate keybinds to manpage.
2013-02-16 Daniel CarlFixed wrong check if a fired hint is an input.
2013-02-16 Daniel CarlReplaces the gchar -> char and gint -> int.
2013-02-16 Daniel CarlSimplified keybind by removing string splitting.
2013-02-16 Daniel CarlAdapted the year in the license headers.
2013-02-16 Daniel CarlAdded a '_' before the include guards.
2013-02-16 Daniel CarlAdded search-engine support (#11).
2013-02-13 Daniel CarlAllow to open the clipboard content as uri.
2013-02-10 Daniel CarlUse other function to clear input text.
2013-02-10 Daniel CarlFixed none working keybindings with a 1.
2013-02-10 Daniel CarlSet the mode after running a command in the command.
2013-02-09 Daniel CarlAllow to use count for search (#6).
2013-02-09 Daniel CarlAdded flags to enable search highlight feature.
2013-02-06 Daniel CarlAllow searching in the page (#6).
2013-02-04 Daniel CarlFixed none working function with GTK3.
2013-02-03 Daniel CarlLittle performance improvement for completions.
2013-02-02 Daniel CarlSet the size of inspector pane to 1/3 of window height.
2013-02-02 Daniel CarlAllow to use a proxy (#10).
2013-01-28 Daniel CarlOpen inspector into a pane within the current window.
2013-01-27 Daniel CarlSplit the lifecycle of inspector into multiple functions.
2013-01-27 Daniel CarlFixed wrong error messages if configs where load from...
2013-01-07 Daniel CarlUse higher level function to read config file.
next