Make UTF-8 handling optional but still default
[tig] / tig.c
2006-05-24  Jonas FonsecaMake UTF-8 handling optional but still default
2006-05-24  Jonas FonsecaAdd support for loading repo config
2006-05-24  Jonas FonsecaCleanup see also section
2006-05-24  Jonas FonsecaMove env handling up below option handling
2006-05-24  Jonas FonsecaPut license also in the program header
2006-05-24  Jonas FonsecaRearrange pager_enter logic
2006-05-24  Jonas FonsecaIntroduce struct line and use it for view->line
2006-05-23  Jonas FonsecaImprove title updating and remove flickering
2006-05-23  Jonas FonsecaMake update reporting less verbose
2006-05-22  Jonas FonsecaFix spurious resizing of the display (take 2)
2006-05-22  Jonas FonsecaAdd macro for getting number of displayed views
2006-05-21  Jonas FonsecaOnly resize the display when actually required
2006-05-21  Jonas FonsecaFix updating of the main view title when the screen...
2006-05-21  Jonas FonsecaEnd the current update before begining a new one; fixes...
2006-05-21  Jonas FonsecaBind 'j'/'k' to moving up/down; add next/previous reque...
2006-05-21  Jonas FonsecaMove struct commit to appear just above the main view...
2006-05-21  Jonas FonsecaCache all queries for refs based on ID
2006-05-20  Jonas FonsecaMove git directory assertion to main; don't require...
2006-05-20  Jonas FonsecaIn pager mode, fix entering commit lines from log and...
2006-05-20  Jonas FonsecaRemove old window cycling code from before enter reques...
2006-05-20  Jonas FonsecaAdd simple window stack, tracking view relation ship...
2006-05-20  Jonas FonsecaRemove objsize member from struct commit
2006-05-20  Jonas FonsecaMake Enter in the pager view always scroll
2006-05-20  Jonas FonsecaRemove trailing space; make cursed global static
2006-05-20  Jonas FonsecaMake -h and --help options ouput a help message
2006-05-20  Jonas FonsecaBind '-' to PageUp; raises Mutt compatibility
2006-05-20  Jonas FonsecaStreamline version displaying and show built date
2006-05-20  Jonas FonsecaMake Enter in the main view switch to the split diff...
2006-05-20  Jonas FonsecaAdd preliminary support for UTF-8 handling in the main...
2006-05-19  Jonas FonsecaAdd close view request; bound to 'q' by default
2006-05-19  Jonas FonsecaBind quit to 'Q'
2006-05-18  Jonas FonsecaPressing Enter in the diff view will now scroll it...
2006-05-18  Jonas FonsecaRearrange things in the start of the viewer
2006-05-17  Kristian HøgsbergBind 'b' to Page Up, and Space to Page Down
2006-05-17  Jonas FonsecaMake sense of the comment about view->win height
2006-05-17  Jonas FonsecaGroup display functions at the bottom
2006-05-17  Jonas FonsecaRedraw the whole display after toggling line number
2006-05-17  Jonas FonsecaMinor documentation updates
2006-05-17  Sir RaornFix warnings
2006-05-17  Jonas FonsecaMinor doc and coding style fixes
2006-05-17  Timo HirvonenMark quit() and die() __noreturn
2006-05-17  Timo HirvonenMake some strings "const"
2006-05-17  Jonas Fonsecatig version 0.3 tig-0.3
2006-05-17  Jonas FonsecaMinor documentation fixes; nothing from git-ls-remote...
2006-05-16  Jonas FonsecaAfter seeing Linus' mail further improve revision speci...
2006-05-16  Jonas FonsecaMake the last variables static
2006-05-16  Jonas FonsecaFix File history section number
2006-05-16  Jonas FonsecaDocument file history rev limiting
2006-05-16  Jonas Fonseca... and yet more doc ups
2006-05-16  Jonas FonsecaCheck spelling
2006-05-15  Jonas FonsecaFurther improve documentation
2006-05-15  Jonas FonsecaLots of documentation improvements
2006-05-15  Jonas FonsecaImprove documentation; optional tab size; move up/down... tig-0.2
2006-05-14  Jonas FonsecaOnly save commit tag refs; move line type info to view...
2006-05-14  Jonas FonsecaFix file mode diff header handling; fix repo refs
2006-05-14  Jonas FonsecaAdd support for repository references
2006-05-14  Jonas FonsecaOops, no need to #include <readline/readline>
2006-05-14  Jonas FonsecaTry to improve report("")
2006-05-14  Jonas FonsecaImplement support for terminal resizing
2006-05-14  Jonas FonsecaTake commands from the environment
2006-05-13  Jonas FonsecaUse --topo-order; fclose(stdin); space cleanup
2006-05-12  Jonas FonsecaFix title in split view; scroll/move reporting; ...
2006-05-12  Jonas FonsecaFix scrolling when current line is outside of splitted...
2006-05-12  Jonas FonsecaSupport for show
2006-05-11  Jonas FonsecaImprove documentation
2006-05-11  Jonas FonsecaFix ref navigation bug; make internal command line...
2006-05-10  Jonas FonsecaAdd support for pager view
2006-05-10  Jonas FonsecaAdd support for git log / git diff options
2006-05-09  Jonas FonsecaLots of small improvements
2006-05-02  Jonas FonsecaMeep
2006-05-01  Jonas FonsecaLots of cleanups and improvements; speed up attr access
2006-05-01  Jonas FonsecaHeavy renaming and code recomposition
2006-04-30  Jonas FonsecaLots of minor UI improvements
2006-04-30  Jonas FonsecaLot's of cleanups and fixes
2006-04-29  Jonas FonsecaTODO's and TODON'T's ... tig-0.1
2006-04-29  Jonas FonsecaPrimitive option parsing; rendering generalizations
2006-04-28  Jonas FonsecaCleanup line matching
2006-04-27  Jonas FonsecaStarted on the main view
2006-04-27  Jonas FonsecaSync. Home/End seems to finally work.
2006-04-26  Jonas FonsecaPossible simplification
2006-04-26  Jonas FonsecaThe pager is begining to work. :)