tokkee.org
Code
projects
/
tig.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Actually add the ^D binding to move-page-down
[tig.git]
/
tig.c
2009-11-18
Jonas Fonseca
run_io_dir: take dir argument
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Jonas Fonseca
begin_update: simplify control flow
blob
|
commitdiff
|
raw
|
diff to current
2009-11-18
Jonas Fonseca
Remove build dependency on git from the configure script
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Jonas Fonseca
Fix loading of blame data when opened from the tree...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Jonas Fonseca
Fix draw_date to not format anything when time arg...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
bill lam
Fix whitespace
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Jonas Fonseca
Add support for displaying relative dates
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
Jonas Fonseca
Merge remote branch 'samb/short-dates'
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
Jonas Fonseca
Show the active (instead of the default) keybindings...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Samuel Bronson
Add an option (and toggle) for shortening the date...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-13
Sebastian Harl
Fixed some uninitialized variable warnings
blob
|
commitdiff
|
raw
|
diff to current
2009-04-13
Jonas Fonseca
Allow multiple text attributes for color commands
blob
|
commitdiff
|
raw
|
diff to current
2009-02-26
Jonas Fonseca
Remove macros which are only used for default option...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-25
Tilo Schwarz
Make height of split view configurable
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Jonas Fonseca
Fix memory allocation check in open_commit_parent_menu
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Jonas Fonseca
Use menus with the commit subject to present selectable...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-22
Jonas Fonseca
Add simple support for showing menues and use it for...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Jonas Fonseca
Restore the branch view position after refreshing
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Jonas Fonseca
Fix reloading of references to not cause access to...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Giuseppe Bilotta
Predefined external command: git commit
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Giuseppe Bilotta
Fix previous/next with branch+main view
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Jonas Fonseca
Add support for sorting branch entries by name, date...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Jonas Fonseca
Add support for sorting tree entries by name, date...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-21
Jonas Fonseca
Branch view: fix loading to handle when two branches...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Jonas Fonseca
Use temporary variable in refs loop in main_draw
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Jonas Fonseca
Minor fix to always sort even if allocation fails in...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Jonas Fonseca
Add primitive branch view
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Jeff King
Add missing NULL in blame_grep
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Jonas Fonseca
Fix a potential problem with reading tokens larger...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Jonas Fonseca
Update the current branch information when reloading...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Jonas Fonseca
Define an allocator for run requests
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Jonas Fonseca
Remove the need for alloc variables
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Jonas Fonseca
Make the granular allocators more customizable using...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Jonas Fonseca
Define a tree_grep and fixing searching
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Jonas Fonseca
Simplify searching in view lines by defining grep_text...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Jonas Fonseca
Reduce memory and startup time by storing author times...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Jonas Fonseca
Add small cache for author names to reduce memory foot...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Remove unneeded doupdate from view_driver
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Keep the cursor fixed while initial stage progress...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Fix draw_lineno to always set the static format buffer
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Fix bug in draw_space to not access memory outside...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Refactor draw_lineno to use draw_graphic
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Fix horizontal scrolling
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Jonas Fonseca
Remove limitation of horizontal scrolling
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Jonas Fonseca
Fix the view clearing to only be effective for displaye...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Jonas Fonseca
Make behavior of horizontal scrolling configurable
blob
|
commitdiff
|
raw
|
diff to current
2009-02-13
Sebastian Harl
Fix handling of quoted strings in the config file
blob
|
commitdiff
|
raw
|
diff to current
2009-02-10
Jonas Fonseca
Tree view: draw submodule entry modes as "m---------"
blob
|
commitdiff
|
raw
|
diff to current
2009-02-10
Jonas Fonseca
Status view: report failures to update a file
blob
|
commitdiff
|
raw
|
diff to current
2009-02-10
Jonas Fonseca
Ignore broken pipe signals
blob
|
commitdiff
|
raw
|
diff to current
2009-02-10
Jonas Fonseca
Use putenv instead of setenv
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Status view: upon failure to open a file show error...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Refactor and share view maximization code from view...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Fix io_strerror return type
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Add support for handling core.worktree
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Optimize read_repo_config_option to reduce string compa...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Jonas Fonseca
Move setting of remote branch from repo config to separ...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Jonas Fonseca
Mark enum_maps and other data tables as const
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Jonas Fonseca
Use check_blame_commit when handling REQ_ENTER
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Jeff King
Handle blaming beyond the creation of file more gracefully
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Blame view: add guesstimation of line number when blami...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Use file and line number information when loading blame...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Make the blame view expand tabs at drawing time
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Introduce common view position update helper
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Improve restoring of the view position to bound the...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Jump to line when a number is entered in the prompt
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jonas Fonseca
Warn users about integers in ~/.tigrc being out of...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Jeff King
Fix uninitialized variable in string_expand_length
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Witold Filipczyk
Add support for 256 colors by allowing "colorN" names...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Improve on branch information in the status view
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Simplify setting the default for the system configurati...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Refactor and unify timezone parsing
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Remove the need for the OPEN_NOMAXIMIZE flag
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Remove unused OPEN_BACKGROUNDED flag
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Use enum_map for handling obsolete color names
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Use enum_map for handling obsolete request names
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Refactor the int_map interface into new enum_map interface
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Cleanup and simplify option file parsing
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Read tigrc(5) options from git configuration files
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Spell check all text files and add dictionary to speed...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
tigrc(5): document the tree view colors
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Refactor file mode drawing; rename tree-mode color...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Replace usage of the main-author color with the author...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
Jonas Fonseca
Move usage string near parse_options
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Tree view: improve handling of empty trees
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Fix reverting of unmerged status entries
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Add support for horizontal scrolling
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Expand tabs in displayed lines to not rely on ncurses...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jeff King
Treat empty '/' as "find next"
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Move initial view setup into parse_options
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Move parse_option so it has access to view definitions
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Remove parsing of deprecated option -S and subcommands...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Rename & move read_properties and git_properties
blob
|
commitdiff
|
raw
|
diff to current
2009-02-03
Jonas Fonseca
Use warn() for warnings emitted during config file...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Fix scrolling bugs in gnome-terminal and (u)xterm
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Tune the view clearing to wait until 2 seconds has...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Handle all cursor positioning in get_input
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Optimize drawing by updating the screen in one go
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Abbreviate author names to initials when author-width < 6
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Jonas Fonseca
Refactor author drawing into draw_author
blob
|
commitdiff
|
raw
|
diff to current
next