Code

stage: add request handler supporting file edits and chunk staging
[tig.git] / tig.c
2007-08-21 Jonas Fonsecastage: add request handler supporting file edits and...
2007-08-21 Jonas FonsecaAdd stage view, which is used for showing status changes
2007-08-21 Jonas Fonsecaautoconf: check whether to use git-config or git-repo...
2007-08-21 Steven GrimmAdd autoconf-based build infrastructure for tig
2007-08-21 Jonas Fonsecatree: use simple stack to remember the previous subtree...
2007-08-21 Jonas FonsecaOnly show the command being loaded from for the pager...
2007-08-19 Jonas FonsecaMake it possible to browse all status changes once...
2007-08-19 Jonas FonsecaFix handling of REQ_NEXT/REQ_PREVIOUS
2007-08-19 Jonas FonsecaFix updating of the view title to show the current...
2007-08-18 Jonas FonsecaWarn about nothing to enter if REQ_ENTER reaches the...
2007-08-18 Jonas Fonsecastatus: implement support for opening files in editor
2007-08-18 Jonas Fonsecastatus: cleanup status_request by resurrection status_enter
2007-08-18 Jonas Fonsecastatus: "wire" REQ_STATUS_UPDATE handling through statu...
2007-08-18 Jonas FonsecaAdd view request operation for handling view specific...
2007-08-17 Jonas Fonsecastatus: fix switching to the main view when starting...
2007-08-17 Jonas Fonsecastatus: improve title and report messages
2007-08-17 Jonas Fonsecastatus: make it possible to batch updates by pressing...
2007-08-17 Jonas Fonsecastatus: assert that there are always view lines in...
2007-08-17 Jonas Fonsecastatus: make it possible to see all changes for a statu...
2007-08-10 Jeff Kingstatus window: mention 'u' instead of Enter
2007-08-10 Jonas FonsecaAdd support for showing staged/unstaged changes and...
2007-08-10 Jonas FonsecaIntroduce status-update action bound to 'u' by default
2007-08-08 Witold FilipczykAvoid flickering when moving past the main view's first...
2007-06-18 Jonas FonsecaFix pager mode regressions
2007-06-04 Jonas FonsecaFix (another) integer type mismatch on 64-bit systems
2007-06-04 Steven GrimmFix integer type mismatch on 64-bit systems
2007-06-03 Jonas FonsecaOnly emit one "Not a git repository" error message
2007-06-02 Jonas FonsecaGrab path to the git directory; use it when listing...
2007-06-02 Jonas Fonsecaread_properties: use size_t instead of int for callback
2007-06-02 Jonas FonsecaFix wrong uses of string_copy() with pointer instead...
2007-06-02 Jonas FonsecaFix use of the status view from subdirectories
2007-06-02 Jonas FonsecaFix string_copy macro to use sizeof(src) for the source...
2007-05-31 Jonas FonsecaMove "static" version info to VERSION file
2007-05-30 Jonas FonsecaAdd status view
2007-05-30 Jonas Fonsecamain_read: cleanup and simplify
2007-05-30 Jonas FonsecaRefactor add_line_text parts into add_line_data; use...
2007-05-29 Jonas FonsecaAdd open method to view_ops
2007-05-29 Jonas FonsecaAdd notice about empty pager view
2007-05-29 Jonas FonsecaAdd notice about empty pager view
2007-05-29 Jonas FonsecaMake keybinding reference more dynamic
2007-05-29 Jonas FonsecaMove space separator from get_key to formatting in...
2007-05-29 Jonas FonsecaImprove managment of view->ref and the title line
2007-05-29 Jonas FonsecaBe more paranoid about paths when updating the tree...
2007-05-29 Jonas Fonsecamove_view: fix view->offset overflow bug
2007-05-29 Jonas FonsecaIntroduce add_line_text to simplify pager based rendering
2007-05-18 Jonas FonsecaFix revision graph visualization during incremental...
2007-03-25 Jonas Fonsecatig-0.6.git
2007-03-25 Jonas FonsecaBump the version number to 0.6
2007-03-25 Jonas FonsecaDisable show-rev-graph by default
2007-03-25 Jonas FonsecaMerge with master
2007-02-06 Jonas FonsecaImprove handling of remotes
2006-12-20 Jonas FonsecaMake tig handle GIT_DIR better
2006-12-17 Jonas FonsecaDrop --stat usage from the main command assembled durin...
2006-12-15 Horst H. von BrandFix parameter warning for iconv(3)
2006-12-04 Jonas FonsecaDiscard error messages from git-describe
2006-11-26 Jonas FonsecaFix commit author line parsing for when the name is...
2006-10-30 Jonas FonsecaMerge with master
2006-10-30 Jonas FonsecaNever split the tree view when opening another tree...
2006-10-29 Jonas FonsecaCast second arg to iconv to remove warning
2006-10-29 Jonas Fonsecamain_read: handle titles that start with whitespace
2006-10-29 Alexey TourbinIncrease commit.title size from 75 to 128
2006-09-28 Jonas FonsecaHardwire ERR to mean REQ_NONE in the main loop
2006-09-28 Jonas Fonsecaadd_keybinding: always allocate the new keybinding
2006-09-26 Jonas Fonsecatig-0.5.git
2006-09-18 Jonas FonsecaAlways clear the status window after prompting
2006-09-18 Jonas FonsecaOops, check log, diff, and show before options
2006-09-18 Jonas FonsecaUse wclrtoeol instead of werase
2006-09-17 Jonas FonsecaFix clearing of the status window after prompting
2006-09-17 Jonas Fonsecaparse_option: check for '-' first and break if it is...
2006-09-17 Jonas FonsecaImprove the "input mode" so the cursor is correctly...
2006-09-17 Jonas Fonsecaadd_keybinding: plug memory leak
2006-09-16 Jonas Fonsecapush_rev_graph: iterate all graph revs when looking...
2006-09-16 Jonas FonsecaMerge with master
2006-09-16 Jonas FonsecaAbbreviate the view reference in the view title for...
2006-09-16 Jonas Fonsecaupdate_view_title: format load seconds as part of the...
2006-09-16 Jonas Fonsecaupdate_view_title: use string_format_from instead of...
2006-09-15 Jonas FonsecaA simple fix of the bad wrapping bugs
2006-09-15 Jonas Fonsecaupdate_display_cursor: take view as arg
2006-09-14 Jonas FonsecaMake the rev graph visualization have a one rev look...
2006-09-14 Jonas Fonsecaupdate_rev_graph: move code to prepare_rev_graph
2006-09-14 Jonas FonsecaAllow view readers to 'finalize' by calling with NULL...
2006-09-13 Jonas Fonsecaappend_to_rev_graph: use local variable
2006-09-13 Jonas FonsecaAlways draw the space between end of rev graph and...
2006-09-12 Jonas FonsecaRefactor (separator, line) chtype management to use...
2006-09-12 Jonas FonsecaMore graph_parent_is_merge usage
2006-09-12 Jonas Fonsecadraw_rev_graph: refactor stuff to get_rev_graph_symbol
2006-09-12 Jonas FonsecaImprove comments
2006-09-12 Jonas FonsecaUse 'graph' instead of 'stack' in the rev graph code
2006-09-12 Jonas FonsecaMove rev graph code to own section
2006-09-12 Jonas FonsecaMove stuff to reset_rev_graph and rename it to done_rev...
2006-09-12 Jonas FonsecaSimplify the update_rev_graph end-game
2006-09-12 Jonas FonsecaAdd graph_parent_is_merge
2006-09-12 Jonas FonsecaNow it actually starts looking like something
2006-09-12 Jonas FonsecaRefactor graph drawing
2006-09-12 Jonas FonsecaRemove fprintf stuff
2006-09-12 Jonas FonsecaMore cleanups
2006-09-12 Jonas FonsecaRefector stuff into draw_rev_graph
2006-09-12 Jonas FonsecaSome more refactoring and cleanups
2006-09-12 Jonas FonsecaCracking
2006-09-12 Jonas FonsecaMinor cleanups
next