summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-03-17Restrict cursor navigation to actionable linesgh-255-actionable-linesJonas Fonseca
2014-03-17grep: fix detection of initial view in open_grep_view()Jonas Fonseca
2014-03-17Fix toggle binding for show-filenameJonas Fonseca
2014-03-17Restore prompt position behaviorJonas Fonseca
2014-03-16status: fix staging of untracked directoriesJonas Fonseca
2014-03-15help: show external command flags before the commandJonas Fonseca
2014-03-15help: display internal commands in a separate groupJonas Fonseca
2014-03-14Allow prompt toggle commands to both reset display and reloadJonas Fonseca
2014-03-14Support unicode characters for :<key>Jonas Fonseca
2014-03-14Fix regression in handling of :<key>Jonas Fonseca
2014-03-14Fix blame opening from (un)staged changes diff view (part II)Jonas Fonseca
2014-03-14Remove redundant linesJonas Fonseca
2014-03-14Fix blame opening from (un)staged changes diff viewJonas Fonseca
2014-03-14Set COLUMNS env variable after vertical split calculationJonas Fonseca
2014-03-14prompt: convert diff-context actions to :toggle commandsJonas Fonseca
2014-03-14prompt: use :toggle binding for diff context manipulationJonas Fonseca
2014-03-14prompt: introduce :toggle commandJonas Fonseca
2014-03-13prompt: add file-filter optionJonas Fonseca
2014-03-13prompt: refactor enum name utilitiesJonas Fonseca
2014-03-13prompt: introduce a macro for listing all enumsJonas Fonseca
2014-03-13prompt: allow search patterns with spaces in themJonas Fonseca
2014-03-13prompt: pass argv parameter to run_prompt_commandJonas Fonseca
2014-03-13prompt: move code to new prompt moduleJonas Fonseca
2014-03-13prompt: refactor the jump-to-commit implementationJonas Fonseca
2014-03-13prompt: move report() call from argv_format() to call siteJonas Fonseca
2014-03-12Remove input field from struct run_requestJonas Fonseca
2014-03-12Move run request flags parsing to add_run_requestJonas Fonseca
2014-03-11Rewrite the help viewJonas Fonseca
2014-03-10Fix loading of git command output in the pager viewJonas Fonseca
2014-03-10Resize and redraw the display after prompt :set commandsJonas Fonseca
2014-03-10Remove field width digit from draw line number format stringJonas Fonseca
2014-03-09Rewrite stage-update-line to include the diff context from the chunkJonas Fonseca
2014-03-08Fix install script to not print anything in verbose modeJonas Fonseca
2014-03-08Make iscommit take const stringJonas Fonseca
2014-03-08help: fix display of external commandsJonas Fonseca
2014-03-08grep: use --full-name so it works from sub-directoriesJonas Fonseca
2014-03-08Fix prompt-based searching to always use initial search requestJonas Fonseca
2014-03-08Extend key bindings for prompt commands to support predefined searchesJonas Fonseca
2014-03-08Check cmd argument upfront in run_prompt_commandJonas Fonseca
2014-03-08Travis tests: compile with verbose flag using both clang and gccJonas Fonseca
2014-03-08Travis tests: minor reorganizationLCD 47
2014-03-07Fix rendering in non-UTF8 terminalsJonas Fonseca
2014-03-07Do not ignore characters that cannot be transliteratedJonas Fonseca
2014-03-07Fallback to use file(1) to determine file encodingJonas Fonseca
2014-03-07Warn about conflicting keybindings using CtrlJonas Fonseca
2014-03-06Add docbook-utils to the list of required packages for travisJonas Fonseca
2014-03-06Merge pull request #252 from dmalikov/travis-supportJonas Fonseca
2014-03-06Add quiet make modeJonas Fonseca
2014-03-06Add multibyte support to struct key_inputJonas Fonseca
2014-03-06Introduce struct key_inputJonas Fonseca