summaryrefslogtreecommitdiff
path: root/gitk
AgeCommit message (Collapse)Author
2005-05-19Handle \ No newline at end of line lines in diffPaul Mackerras
Put (deleted) or (created, mode xxx) in header lines Fix scrolling to bring lines on screen
2005-05-18More fixes for geometry restorationPaul Mackerras
Make up/down/pgup/pgdn work again Return in find string entry does find Scale circles and lines with font size Fix scrolling to make entire selected line visible Use white circle for commits not listed but put in to terminate lines Fix diff parsing for created and deleted files
2005-05-17Error popups on error conditions rather than stderr msgsPaul Mackerras
Stop . bindings firing on find string entry keypresses Fix geometry saving/restoring a bit Show the terminal commits Highlight comment matches in the comment window
2005-05-16save window geometry on exit, and restore it on startupPaul Mackerras
2005-05-15Resize the panes in the paned windows (commit list and details)Paul Mackerras
to keep the proportionality of the pane widths as the overall window is resized.
2005-05-15Fix stder -> stderrPaul Mackerras
2005-05-15Bumped version numberPaul Mackerras
2005-05-15Made commit list reading asynchronousPaul Mackerras
Added control+/- to increase/decrease font sizes Rearranged code a little.
2005-05-15Add a widget to show the SHA1 ID of the current commitPaul Mackerras
Add a find facility to search within the commits Cope with multiple starting points.
2005-05-12Make behaviour when git-rev-tree fails nicerPaul Mackerras
Fix crash benh saw with currentid undefined Add menu with file/quit and help/about items Add ^Q for quit
2005-05-11Show the diffs when a commit is selectedPaul Mackerras
Selecting in the listbox reduces the text view to just the diff for the file(s) selected Added -c option for color-by-committer Added some more key bindings
2005-05-11Make getting file lists asynchronousPaul Mackerras
Add some scrollbars
2005-05-10source ~/.gitk for user-specific option settingsPaul Mackerras
use a panedwindow for the main list with three panes, and make them scroll together
2005-05-10Display the list of changed files in a listbox pane.Paul Mackerras
2005-05-10Use a panedwindowPaul Mackerras
Make it cope with commits having parents that aren't listed.
2005-05-09Add initial version of gitk to the CVS repositoryPaul Mackerras