vimb.git
2014-12-14 Daniel CarlAdded example scripts to setup formfiller (#153).
2014-12-12 Daniel CarlUpdate ex-cmd generals in man page.
2014-12-12 Daniel CarlExclude ex cmd from history and register.
2014-12-11 Daniel CarlRemoved unneeded result overwriting.
2014-12-11 Daniel CarlRemove input timeout if inputbox was changed meanwhile.
2014-12-11 Daniel CarlRecord command history and register after command.
2014-12-11 Daniel CarlDon't clear focus if vimb is in input mode.
2014-12-11 Daniel CarlFixed missed ifdefs for fifo feature.
2014-12-10 Daniel CarlChanged option --fifo-name into --fifo.
2014-12-10 Daniel CarlUse G_OPTION_ARG_FILENAME for -c option.
2014-12-10 Daniel CarlFixed normal new window in kiosk mode.
2014-12-07 Daniel CarlDon't block search and url history if not typed (#133).
2014-12-07 Daniel CarlDon't save mapped commands in history (#130).
2014-12-05 Daniel CarlDon't switch from command to input mode if page says so.
2014-12-04 Daniel CarlDon't give key presses to hint mode if this is off.
2014-12-04 Daniel CarlDon't remove error message if ex cmd is not known.
2014-12-04 Daniel CarlDon't put remote command into command history.
2014-12-04 Daniel CarlRemoved lonesome #else.
2014-12-04 Daniel CarlMoved pass through mode functions to normal.c.
2014-12-04 Daniel CarlRemove function declaration that does not exists.
2014-12-03 Daniel CarlAvoid input clear in case autocmd is run.
2014-12-02 Daniel CarlFixed broken automated test.
2014-12-02 Daniel CarlAllow whitespace around '=' in :set command.
2014-12-01 Daniel CarlDon't add empty modes in kioskmode.
2014-12-01 Daniel CarlShow mode label in statusbar.
2014-12-01 Daniel CarlDon't clear inputbox after :normal command.
2014-12-01 Daniel CarlStripped unneeded stuff from test html.
2014-11-30 Daniel CarlFixed none working focus event observing (#112).
2014-11-29 Daniel CarlAdded manual test for dom focus changes (#112).
2014-11-28 Daniel CarlChange URI of webframe instead of webview (#146).
2014-11-28 Daniel CarlRevert "Move hsts check back to resource-request-starti...
2014-11-28 Daniel CarlRevert "Fixed wrong hsts protocol comparison (#146)."
2014-11-27 Daniel CarlMove hsts check back to resource-request-starting ...
2014-11-27 Daniel CarlAdded manual tests for HSTS uri change in iFrame (...
2014-11-27 Daniel CarlFixed wrong hsts protocol comparison (#146).
2014-11-27 Daniel CarlDon't access none given soup message.
2014-11-26 Daniel CarlYank alway also into default register "".
2014-11-26 Daniel CarlFixed ^V^V shown in showcmd of statusbar.
2014-11-26 Daniel CarlFixed warning on quit by window destroy.
2014-11-26 Daniel CarlMerge branch 'fix/hsts'.
2014-11-26 Daniel CarlFixed missed policy decision in callback (#146).
2014-11-25 Daniel CarlChange main HSTS URI in navigation-policy-decision...
2014-11-24 Daniel CarlFixed duplicate hint call if filtered by label.
2014-11-24 Daniel CarlMerge branch 'feature/letter-hints'.
2014-11-24 Daniel CarlNoticed css rule for uppercase hint labels (#145).
2014-11-24 Daniel CarlAdded note about case sensitive hint label matching...
2014-11-23 Daniel CarlDon't clear inputbox after toggle settings.
2014-11-22 Daniel CarlMerge branch 'feature/fifo'.
2014-11-22 Daniel CarlFixed gcc warning for possible uninitialized variable.
2014-11-22 Daniel CarlClear inputbox after running command successfully ...
2014-11-22 Daniel CarlDon't record commands given by --cmd option.
2014-11-22 Daniel CarlRemoved not used getHintNumber() function.
2014-11-21 Daniel CarlFixed missed uri escaping for '+' (#152).
2014-11-21 Daniel CarlAdded hints by letters.
2014-11-20 Daniel CarlRenamed cutbuf variables and constants to reg.
2014-11-19 Daniel CarlAllow select of yank buffer for ;y hinting (#151).
2014-11-19 Daniel CarlFixed none complete keysequence on "<Esc>.
2014-11-19 Daniel CarlRemoved unneeded key in ex cutbuf.
2014-11-19 Daniel CarlAdd :reg[ister] command to show register contents.
2014-11-19 Daniel CarlFixed duplicate shown showcmd in command mode.
2014-11-17 Eivind UggedalAdd Void Linux package to README.
2014-11-16 Daniel CarlFix segfault on quit by control fifo (#144).
2014-11-16 Daniel CarlAllow to control vimb by fifo file (#144).
2014-11-16 Daniel CarlFixed possible wrong placement of hsts logic (#146).
2014-11-10 Daniel CarlAdded noted about gvim -f option as editor-command...
2014-11-09 Daniel CarlDon't switch to input mode on click to radio button.
2014-11-08 Daniel CarlMerge branch 'content-security-policy'.
2014-11-08 Daniel CarlLittle code style changes.
2014-11-05 Sébastien Marieauto-response-header: rewrite arh_parse
2014-11-05 Sébastien Marieauto-response-header: man correction
2014-11-03 Sébastien Mariecleanup: arh: remove some DEBUG
2014-11-03 Sébastien Mariecleanup: RequestQueued autocmd Event
2014-11-03 Sébastien Mariecleanup: autocmd_in_use
2014-11-03 Sébastien MarieFEATURE_AUTOCMD || FEATURE_ARH: request-queued signal
2014-11-03 Sébastien Marieauto-response-header: free memory on quit
2014-11-03 Sébastien Marieauto-response-header: add FEATURE_ARH
2014-11-02 Daniel CarlDon't overwrite wm class and name properties (#137).
2014-11-01 Sébastien Marieauto-response-header: make value optional
2014-10-31 Sébastien Marieauto-response-header: generalisation of content-securit...
2014-10-29 Sébastien MarieRevert "connect `request-queued` signal conditionnally"
2014-10-28 Sébastien Mariecontent-security-policy: update documentation
2014-10-28 Sébastien Marieconnect `request-queued` signal conditionnally
2014-10-28 Sébastien Marieuse FEATURE_AUTOCMD for AU_REQUEST_QUEUED
2014-10-28 Sébastien Marieautocmd: add a service function `autocmd_in_use`
2014-10-28 Sébastien Mariereturn of soup_uri_to_string must be free
2014-10-27 Sébastien Mariekeep prototype consistant with declaration
2014-10-27 Sébastien Mariecontent-security-policy: add RequestQueued
2014-10-26 Daniel CarlFixed none clickable search suggestion (#134).
2014-10-25 Sébastien Marieavoid calling function for check empty string
2014-10-25 Daniel CarlFixed window resize by to long text in inputbox.
2014-10-24 Daniel CarlRemoved deprecated functions.
2014-10-24 Sébastien Marienew setting 'content-security-policy'
2014-10-24 Sébastien Marieenable uri pattern for LoadProvisional autocmd
2014-10-21 Daniel CarlCleaned feature section or README.
2014-10-21 Sébastien Marierename autocmd var, used for --cmd processing
2014-10-21 Sébastien Mariemulti-cmd: use GSList instead of GList
2014-10-21 Sébastien Mariemulti-cmd: update documentation
2014-10-20 Sébastien Mariemanage --cmd argument multi-times on commandline
2014-10-19 Daniel CarlReplace tab chars by four spaces in code.
2014-10-19 Sébastien Mariecookie-expire-time
next