Code

Move nodelay logic to the get_input read loop
[tig.git] / tig.c
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-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-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 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-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-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...
2009-02-21 Jonas FonsecaAdd support for sorting tree entries by name, date...
2009-02-21 Jonas FonsecaBranch view: fix loading to handle when two branches...
2009-02-20 Jonas FonsecaUse temporary variable in refs loop in main_draw
2009-02-20 Jonas FonsecaMinor fix to always sort even if allocation fails in...
2009-02-20 Jonas FonsecaAdd primitive branch view
2009-02-20 Jeff KingAdd missing NULL in blame_grep
2009-02-19 Jonas FonsecaFix a potential problem with reading tokens larger...
2009-02-19 Jonas FonsecaUpdate the current branch information when reloading...
2009-02-18 Jonas FonsecaDefine an allocator for run requests
2009-02-18 Jonas FonsecaRemove the need for alloc variables
2009-02-18 Jonas FonsecaMake the granular allocators more customizable using...
2009-02-17 Jonas FonsecaDefine a tree_grep and fixing searching
2009-02-17 Jonas FonsecaSimplify searching in view lines by defining grep_text...
2009-02-17 Jonas FonsecaReduce memory and startup time by storing author times...
2009-02-17 Jonas FonsecaAdd small cache for author names to reduce memory foot...
2009-02-15 Jonas FonsecaRemove unneeded doupdate from view_driver
2009-02-15 Jonas FonsecaKeep the cursor fixed while initial stage progress...
2009-02-15 Jonas FonsecaFix draw_lineno to always set the static format buffer
2009-02-15 Jonas FonsecaFix bug in draw_space to not access memory outside...
2009-02-15 Jonas FonsecaRefactor draw_lineno to use draw_graphic
2009-02-15 Jonas FonsecaFix horizontal scrolling
2009-02-15 Jonas FonsecaRemove limitation of horizontal scrolling
2009-02-13 Jonas FonsecaFix the view clearing to only be effective for displaye...
2009-02-13 Jonas FonsecaMake behavior of horizontal scrolling configurable
2009-02-13 Sebastian HarlFix handling of quoted strings in the config file
2009-02-10 Jonas FonsecaTree view: draw submodule entry modes as "m---------"
2009-02-10 Jonas FonsecaStatus view: report failures to update a file
2009-02-10 Jonas FonsecaIgnore broken pipe signals
2009-02-10 Jonas FonsecaUse putenv instead of setenv
2009-02-09 Jonas FonsecaStatus view: upon failure to open a file show error...
2009-02-09 Jonas FonsecaRefactor and share view maximization code from view...
2009-02-09 Jonas FonsecaFix io_strerror return type
2009-02-09 Jonas FonsecaAdd support for handling core.worktree
2009-02-09 Jonas FonsecaOptimize read_repo_config_option to reduce string compa...
2009-02-09 Jonas FonsecaMove setting of remote branch from repo config to separ...
2009-02-08 Jonas FonsecaMark enum_maps and other data tables as const
2009-02-08 Jonas FonsecaUse check_blame_commit when handling REQ_ENTER
2009-02-08 Jeff KingHandle blaming beyond the creation of file more gracefully
2009-02-07 Jonas FonsecaBlame view: add guesstimation of line number when blami...
2009-02-07 Jonas FonsecaUse file and line number information when loading blame...
2009-02-07 Jonas FonsecaMake the blame view expand tabs at drawing time
2009-02-07 Jonas FonsecaIntroduce common view position update helper
2009-02-07 Jonas FonsecaImprove restoring of the view position to bound the...
next