Code

tig.git
2010-05-30 Jonas FonsecaMove and rename free_argv to argv_free
2010-05-30 Jonas FonsecaMake open_blob_editor use its own argv show and take...
2010-05-30 Jonas FonsecaUse view_is_displayed when figuring setting up the...
2010-05-18 Jonas FonsecaRestructure option management code to separate section
2010-05-16 Jonas FonsecaOnly update status view at EOF for displayed views
2010-05-10 Jeff Kingfix off-by-one on parent selection
2010-05-05 Jonas FonsecaSimplify handling of REQ_NEXT/REQ_PREVIOUS by using...
2010-05-04 Jonas FonsecaAdd view->prev to track history leaving view->parent...
2010-04-28 Ingmar VanhasselColor 'Reviewed-by' and 'Tested-by' lines
2010-04-22 Jonas FonsecaWhen adding a keybinding check if the key is already...
2010-04-22 Jonas FonsecaAllow built-in run requests to be unbound
2010-04-22 Jonas FonsecaFix set_keymap to error when resolving an unknown keymap
2010-04-19 Simon GerberAdded support for displaying dates in localtime.
2010-04-19 Simon GerberFixed parse_timezone to correctly calculate the offset...
2010-04-19 Simon Ruderichtigrc(5): fix typo
2010-04-19 Jonas FonsecaFix unbind behavoir
2010-04-15 Jonas FonsecaIntroduce view->type member
2010-04-15 Jonas FonsecaUse foreach_view for the stop loading action
2010-04-15 Jonas FonsecaRemove unused VIEW_REQ() macro
2010-04-15 Jonas FonsecaAdd view flag with information about whether the view...
2010-04-15 Jonas Fonsecaargv: remove now unused FORMAT_DASH
2010-04-15 Jonas Fonsecaargv: make prepare_update use FORMAT_NONE
2010-03-30 jipeyBranch view: add %(branch) variable tracking currently...
2010-03-30 Jonas Fonsecaargv: move report call to format_arg method
2010-03-30 Jonas Fonsecaargv: refactor argv_from_env to return an error state
2010-03-30 Jonas Fonsecautf8: move unicode related functions below the string...
2010-03-30 Jonas Fonsecautf8: make utf8_to_unicode return 0 when encountering...
2010-03-29 Jonas Fonsecaio: consolidate formatting into io_format
2010-03-29 Jonas Fonsecaio: set io->error when syscalls fail and remove calls...
2010-03-29 Jonas Fonsecaio: rename IO methods to have io_ prefix
2010-03-29 Jonas Fonsecaio: fix comment in io struct
2010-03-29 Jonas FonsecaRename string_date to mkdate and add incorporate common...
2010-03-29 Jonas FonsecaMove nodelay logic to the get_input read loop
2010-03-29 Jonas FonsecaMark detached heads with [HEAD]; replace opt_head_rev...
2010-03-29 Jonas Fonsecaopt_codeset is only use in main, so make it local
2010-03-29 Jonas FonsecaMake utf8_length take opt_tab_size as a parameter
2010-03-29 Jonas FonsecaRemove line_graphic enum
2010-03-24 Jonas FonsecaSilence warning about unused computed value
2010-01-23 Jonas FonsecaUpdate copyrights
2009-12-20 Jonas FonsecaOnly draw dates with non-zero seconds
2009-12-20 Jonas FonsecaFix the display of relative date by storing the time...
2009-12-17 Jonas FonsecaFix author abbreviation to handle multi-byte and multi...
2009-12-15 Jonas FonsecaUse FALSE marco instead of C++ false value
2009-12-15 Jonas Fonsecaprepare_update_file: assume file is relative to root...
2009-12-15 Jonas FonsecaStatus view: limit untracked file by the prefix/subdire...
2009-12-15 Jonas Fonsecaopen_editor: always open path relative to the repositor...
2009-12-15 Jonas Fonsecaget_author_initials: improve and fix to not read outsid...
2009-12-15 Jonas FonsecaAbbreviation of author names is now configurable and...
2009-12-15 Jonas FonsecaRefactor format variable lookup and expansion
2009-12-15 Jonas FonsecaOops, fix enum_equals
2009-12-13 Jonas FonsecaMake return value of string_date const
2009-12-13 Jonas FonsecaSimplify enum name comparison with enum_equals macro
2009-12-11 Jonas FonsecaDefine date values in DATE_INFO macro
2009-12-11 Jonas FonsecaRefactor toggle_date_option into a generic enum_map...
2009-12-11 Jonas FonsecaIntroduce parse_enum and use it to parse the show-date...
2009-12-11 Jonas FonsecaRefactor help_name into enum_name
2009-12-11 Jonas FonsecaFix parsing of boolean show-date values
2009-12-11 Jonas Fonsecatoggle_date_option: use passed date argument instead...
2009-12-11 Jonas FonsecaFix usage of the status view from a sub directory
2009-11-29 Jonas FonsecaEncode everything internally as UTF-8
2009-11-27 Jonas FonsecaBranch view: support browsing --all branches
2009-11-27 Jonas FonsecaCleanup bluring of the previous view's title bar
2009-11-24 Jonas Fonsecaforeach_ref: make ref argument const
2009-11-24 Jonas FonsecaStatus view: update the file variable when a line is...
2009-11-22 Jonas FonsecaTODO: line wrapping
2009-11-21 Jonas FonsecaFix install-release-doc make rules to use origin/release
2009-11-21 Jonas FonsecaAdd make rules to install documentation from the releas...
2009-11-20 Jonas Fonsecatig-0.15
2009-11-20 Ingmar VanhasselMakefile: Fix typo in 157ebf54
2009-11-19 Jonas FonsecaStatus view: special case revert of unmerged entries...
2009-11-18 Jonas Fonsecaio_open: take path as a vararg format
2009-11-18 Jonas Fonsecarun_io_rd_dir: obsolete by switching call sites to...
2009-11-18 Jonas Fonsecarun_io_dir: take dir argument
2009-11-18 Jonas Fonsecabegin_update: simplify control flow
2009-11-18 Jonas FonsecaRemove build dependency on git from the configure script
2009-11-18 Jonas Fonsecatigmanual(7): provide the manual as a man page
2009-11-18 Jonas FonsecaUpdate asciidoc table syntax to the one supported by...
2009-11-18 Jonas FonsecaNEWS: Improve bug fix description
2009-11-17 Jonas FonsecaFix loading of blame data when opened from the tree...
2009-11-17 Jonas FonsecaFix draw_date to not format anything when time arg...
2009-11-13 bill lamFix whitespace
2009-11-13 Jonas FonsecaAdd support for displaying relative dates
2009-11-11 Jonas FonsecaNEWS: Mention date-shorten feature
2009-11-11 Jonas FonsecaMerge remote branch 'samb/short-dates'
2009-11-11 Jonas FonsecaShow the active (instead of the default) keybindings...
2009-08-12 Samuel BronsonAdd an option (and toggle) for shortening the date...
2009-06-02 Jonas FonsecaBuild with asciidoc-8.4.5
2009-04-13 Sebastian HarlFixed some uninitialized variable warnings
2009-04-13 Jonas FonsecaAllow multiple text attributes for color commands
2009-02-26 Jonas FonsecaRemove macros which are only used for default option...
2009-02-25 Tilo SchwarzMake height of split view configurable
2009-02-25 Jonas FonsecaManual: document that :<number> jumps to the line number
2009-02-22 Jonas FonsecaFix memory allocation check in open_commit_parent_menu
2009-02-22 Jonas FonsecaUse menus with the commit subject to present selectable...
2009-02-22 Jonas FonsecaAdd simple support for showing menues and use it for...
2009-02-21 Jonas FonsecaRestore the branch view position after refreshing
2009-02-21 Jonas FonsecaFix reloading of references to not cause access to...
2009-02-21 Giuseppe BilottaPredefined external command: git commit
2009-02-21 Giuseppe BilottaFix previous/next with branch+main view
2009-02-21 Jonas FonsecaAdd support for sorting branch entries by name, date...
next