summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-26Change default keybindingsdefault-keybinding-conventionJonas Fonseca
2014-04-26Don't complete any settings in the section columnJonas Fonseca
2014-04-26Toggling of the column name will toggle the display settingJonas Fonseca
2014-04-26Rename the 'show' column setting to 'display'Jonas Fonseca
2014-04-26Improve staged diffs to detect copying and not show unmerged filesJonas Fonseca
2014-04-26Make diff stat line parsing more robustJonas Fonseca
2014-04-26Use stage view to show changes commitsJonas Fonseca
2014-04-26Refactor refresh code between stage and status viewJonas Fonseca
2014-04-26Move stage status information to the stage moduleJonas Fonseca
2014-04-26Add changes commits in main_openJonas Fonseca
2014-04-25Fix collapsing of unmerged entries in the status viewJonas Fonseca
2014-04-25Fix backspace in the promptJonas Fonseca
2014-04-25Add long status label typeJonas Fonseca
2014-04-25Use blame commit filename instead of view vid bufferJonas Fonseca
2014-04-24Read git diff.context optionJonas Fonseca
2014-04-24Do not set diff-context option by defaultJonas Fonseca
2014-04-24Unify jump-to-commit feature using the view ID columnJonas Fonseca
2014-04-24Add reflog member to the column_data structJonas Fonseca
2014-04-24Introduce common section colorJonas Fonseca
2014-04-24Introduce common header colorJonas Fonseca
2014-04-24Fix documentation for the file colorJonas Fonseca
2014-04-24Parse color.grep.{filename,linenumber,separator} from git configJonas Fonseca
2014-04-24Use "--" as the separator in the grep viewJonas Fonseca
2014-04-24Rewrite git color parsing to support multiple mappings per colorJonas Fonseca
2014-04-24Align relative dates to the rightJonas Fonseca
2014-04-24Use status messages in the prompt codeJonas Fonseca
2014-04-24Fix column option parsing by prefixing option names with the column nameJonas Fonseca
2014-04-24Expose toggle_prompt_name() as enum_name_prefixed()Jonas Fonseca
2014-04-24Unify enum_name and enum_name_staticJonas Fonseca
2014-04-23Fix parsing of show-notes optionJonas Fonseca
2014-04-23Really parse --notes command line argumentJonas Fonseca
2014-04-23Add support for toggling the mouse optionJonas Fonseca
2014-04-23Remove bold formatting from view column section in tigrc(5)Jonas Fonseca
2014-04-23Add mapping for --author-date-order to commit-orderJonas Fonseca
2014-04-23Fix width calculation of the pager views' line number columnJonas Fonseca
2014-04-23Fix compilation failure when readline is enabledJonas Fonseca
2014-04-23Switch status view to use column-based drawing backendJonas Fonseca
2014-04-22Move commit title drawing to draw_commit_titleJonas Fonseca
2014-04-22Move ref column drawing to draw_refJonas Fonseca
2014-04-22Pass column to draw_mode and honor the show and width settingsJonas Fonseca
2014-04-22Make view columns configurableJonas Fonseca
2014-04-21Colorize Tagger and TaggerDate linesJonas Fonseca
2014-04-21Parse --no-notes and --notes arguments given on the command lineJonas Fonseca
2014-04-21Use OPTION_INFO data for parsing optionsJonas Fonseca
2014-04-21Rename the variable used for the filename-width optionJonas Fonseca
2014-04-21Classify title-overflow option as a view column optionJonas Fonseca
2014-04-21Use column option when checking whether to redraw after reflog width changeJonas Fonseca
2014-04-21Use column option when checking whether to grep commit refsJonas Fonseca
2014-04-21Use column option when checking whether to sort by IDJonas Fonseca
2014-04-21Fix option name for toggling of reference display in the option menuJonas Fonseca