Graph
-
defer "can't load gundo" warning2010-12-29, by Seth Milliken
-
tests: add preview tests2010-12-10, by Steve Losh
-
tests: fix movement test name2010-12-10, by Steve Losh
-
guts: formatting2010-12-10, by Steve Losh
-
tests: test arrow mappings2010-12-10, by Steve Losh
-
guts: add the linear movement tests and fixes2010-12-10, by Steve Losh
-
ui: map o/up/down2010-12-10, by Steve Losh
-
tests: break the undo chain when typing lines2010-12-10, by Steve Losh
-
tests: remove unnecessary cpo saving2010-12-10, by Steve Losh
-
Remove duplicate function.2010-12-08, by Steve Losh
-
site: fix Bitbucket's broken trailing slash appending (or, rather, lack thereof)2010-11-24, by Steve Losh
-
Add another unit test. This is so damn painful.2010-11-13, by Steve Losh
-
Change the help text to make unit testing easier. Lame.2010-11-13, by Steve Losh
-
Add a README for the tests.2010-11-13, by Steve Losh
-
Add a unit test. This here is a grey triangle moment, folks.2010-11-11, by Steve Losh
-
Add ".DS_Store" to .hgignore.2010-11-11, by Steve Losh
-
Added tag v2.0.0 for changeset e1365403fefc2010-11-10, by Steve Losh
-
Clean up the README.2010-11-10, by Steve Losh
-
Remove the debugging print statement.2010-11-10, by Steve Losh
-
Add a g:gundo_help setting to disable the inline help.2010-11-10, by Steve Losh
-
Add the p mapping to preview a change.2010-11-10, by Steve Losh
-
Fix a bug when previewing the last change at a maxed out undolevel.2010-11-10, by Steve Losh
-
Move the rendering utility functions around a bit.2010-11-10, by Steve Losh
-
Make GundoToggle behave more sanely.2010-11-10, by Steve Losh
-
Fix movement commands with counts in the graph.2010-11-04, by Steve Losh
-
Update changelog.2010-11-02, by Steve Losh
-
Add g:gundo_disable.2010-11-02, by Steve Losh
-
Em dashes please.2010-10-29, by Steve Losh
-
Add Flattr and GA to the page.2010-10-29, by Steve Losh
-
Add the site publishing script.2010-10-29, by Steve Losh
-
Add the site.2010-10-29, by Steve Losh
-
Added tag v1.0.0 for changeset ede41dc6613e2010-10-29, by Steve Losh
-
README adjustments.2010-10-29, by Steve Losh
-
README adjustments.2010-10-29, by Steve Losh
-
Remove the big scary warning from the docs.2010-10-29, by Steve Losh
-
Refactor the preview render calls a bit.2010-10-29, by Steve Losh
-
Remove obsolete TODO.2010-10-29, by Steve Losh
-
Use bufloaded() instead of bufname() as a sanity check.2010-10-29, by Steve Losh
-
Merge.2010-10-29, by Steve Losh
-
Add g:gundo_preview_bottom option2010-10-27, by Randy Morris
-
Add some sanity checks, fix some bugs.2010-10-29, by Steve Losh
-
Factor out the "get target state" functionality into its own function.2010-10-21, by Steve Losh
-
Set the correct foldmethod for the preview pane.2010-10-21, by Steve Losh
-
Mention mouse support in the help.2010-10-21, by Steve Losh
-
Add mouse support and rearrange some functions.2010-10-21, by Steve Losh
-
Added tag v0.9.0 for changeset aa431c484c032010-10-21, by Steve Losh
-
Add a configuration var to open Gundo on the right.2010-10-20, by Steve Losh
-
Make the preview pane's height configurable.2010-10-20, by Steve Losh
-
Rename a few functions.2010-10-20, by Steve Losh
-
Add some preview buffer mappings and move the settings functions.2010-10-20, by Steve Losh
-
Add folding markers. Sometimes I hate Vim.2010-10-20, by Steve Losh
-
Fix section header capitalization.2010-10-20, by Steve Losh
-
Factor out the buffer mappings into functions.2010-10-20, by Steve Losh
-
Map :q and :quit to close the gundo pane when you are in it.2010-10-20, by Steve Losh
-
Edit section header.2010-10-20, by Steve Losh
-
Check for Vim 7.3+.2010-10-20, by Steve Losh
-
Unfold everything before starting playback.2010-10-20, by Steve Losh
-
Add a g:gundo_debug flag to disable the loading trap to keep my sanity.2010-10-20, by Steve Losh
-
Fix things when you've maxed out your undolevels.2010-10-20, by Steve Losh
-
Readme tweak.2010-10-20, by Steve Losh
-
Mention :help gundo in the readme.2010-10-20, by Steve Losh
-
Changed gundo buffers to be unlisted.2010-10-20, by Caleb Spare
-
update the version comparison to reflect Python 2.4 compatibility2010-10-19, by claytron
-
Uncomment the loaded trap.2010-10-19, by Steve Losh
-
Merge.2010-10-19, by Steve Losh
-
Emit a warning when there is no Python support, or unsupported Python version2010-10-19, by claytron
-
Update the README.2010-10-19, by Vincent Driessen
-
Add Python 2.4 compatibility.2010-10-19, by Vincent Driessen
-
Added tag semver for changeset 4101cbccf1d52010-10-18, by Steve Losh
-
Added tag v0.8.0 for changeset 4101cbccf1d52010-10-18, by Steve Losh
-
Add more to the readme.2010-10-18, by Steve Losh
-
Unfold diff previews by default.2010-10-18, by Steve Losh
-
Fix a pile of bugs by showing the root node in the graph.2010-10-17, by Steve Losh
-
Mention q in the doc.2010-10-15, by Steve Losh
-
Map "q" to close the graph.2010-10-15, by Steve Losh
-
Fix the pane opening.2010-10-13, by Steve Losh
-
Put the preview page below the graph instead.2010-10-13, by Steve Losh
-
Add a help file.2010-10-13, by Steve Losh
-
Add a sanity check in case someone closes the preview window.2010-10-13, by Steve Losh
-
Add a node mapping to get rid of some nastiness.2010-10-13, by Steve Losh
-
Add timestamps to the diff previews.2010-10-13, by Steve Losh
-
Add a PlayTo function for the lols.2010-10-13, by Steve Losh
-
Fix typo.2010-10-12, by Steve Losh
-
Refactor a tiny bit and add some TODOs.2010-10-12, by Steve Losh
-
Refactor the movement into a single function. Feels good man.2010-10-12, by Steve Losh
-
Fix in-between line movement.2010-10-12, by Steve Losh
-
Fix movement bounds in the graph pane.2010-10-12, by Steve Losh
-
Wrap Python functions, fix last diff.2010-10-12, by Steve Losh
-
Readme tweaks.2010-10-09, by Steve Losh
-
Add a simple readme.2010-10-09, by Steve Losh
-
Hello there, preview pane.2010-10-09, by Steve Losh
-
Rename a confusing variable.2010-10-09, by Steve Losh
-
Refactor changenr()2010-10-09, by Steve Losh
-
Restructure everything and add fold markers before I go insane.2010-10-09, by Steve Losh
-
Fix up and down.2010-10-09, by Steve Losh
-
Syntax highlighting!2010-10-09, by Steve Losh
-
Moar. Done for now.2010-10-09, by Steve Losh
-
Moar.2010-10-09, by Steve Losh
-
Moar.2010-10-09, by Steve Losh
-
Progress!2010-10-08, by Steve Losh
-
More.2010-10-08, by Steve Losh
-
Moar.2010-10-08, by Steve Losh
-
Holy shit I have an undo graph.2010-10-08, by Steve Losh
-
Initial commit.2010-10-07, by Steve Losh