Wed, 10 Jun 2009 23:33:40 +0200 |
Mark Edgington |
crecord: update number of lines in chunk-pad upon resize
|
Wed, 10 Jun 2009 22:52:56 +0200 |
Mark Edgington |
crecord: fix resizing of main window to work better, and remove initscr()
|
Wed, 10 Jun 2009 22:51:28 +0200 |
Mark Edgington |
crecord: use getkey() method instead of getch() in main loop. Also call as
|
Wed, 10 Jun 2009 22:40:26 +0200 |
Mark Edgington |
crecord: remove debugging lines
|
Mon, 08 Jun 2009 18:49:46 +0200 |
Mark Edgington |
crecord: small improvements of code related to encoding
|
Sat, 06 Jun 2009 22:35:48 +0200 |
Mark Edgington |
crecord: modify to permit use of either encoding or util module (prevents problems with older mercurial versions)
|
Sat, 09 May 2009 19:01:27 -0400 |
Greg Ward |
crecord: adjust to refactoring of util (use encoding module)
|
Wed, 25 Feb 2009 00:40:10 +0100 |
Mark Edgington |
crecord: modify left-arrow behavior slightly -- first tries to fold if node is foldable
|
Sun, 01 Feb 2009 15:05:09 +0100 |
Mark Edgington |
- split things up into different files -- still runs... ;)
|
Sat, 31 Jan 2009 22:44:54 +0100 |
Mark Edgington |
crecord: use a python package directory in order to begin refactoring into multiple-files
|
Thu, 22 Jan 2009 23:37:09 +0100 |
Mark Edgington |
- catch CTRL-C when editing commit message, and exit edit mode
|
Wed, 07 Jan 2009 00:39:35 +0100 |
Mark Edgington |
crecord: show trailing whitespace and refactor printString method
|
Sun, 04 Jan 2009 14:19:29 +0100 |
Mark Edgington |
crecord: if not posix machine, then try wcurses import (prevents problems w/cygwin)
|
Sat, 03 Jan 2009 21:41:24 +0100 |
Mark Edgington |
crecord: add support for importing wcurses on windows machines
|
Thu, 01 Jan 2009 00:04:00 +0100 |
Mark Edgington |
crecord: properly print '\ No newline' HunkLine lines. (happy new year ;)
|
Wed, 24 Dec 2008 01:15:54 +0100 |
Mark Edgington |
crecord: use toggleFolded() for right-arrow unfolding
|
Wed, 24 Dec 2008 01:09:57 +0100 |
Mark Edgington |
crecord: left-arrow/h on a header folds the node
|
Wed, 24 Dec 2008 01:01:16 +0100 |
Mark Edgington |
crecord: fix off-by-one bug when calculating pad allocation size
|
Wed, 24 Dec 2008 00:20:50 +0100 |
Mark Edgington |
crecord: fix bug introduced by 2f8da973cc7a when specifying files on command line
|
Tue, 23 Dec 2008 21:11:46 +0100 |
Mark Edgington |
crecord: when a header is first unfolded, unfold all of its children
|
Tue, 16 Dec 2008 12:07:12 +0100 |
Mark Edgington |
crecord: remove preceding separating line if header is folded
|
Tue, 16 Dec 2008 11:50:21 +0100 |
Mark Edgington |
crecord: fix bug with counting number of lines to allocate when nodes are folded
|
Tue, 16 Dec 2008 01:23:08 +0100 |
Mark Edgington |
crecord: make folded headers show a single line status indicator. All headers are folded by default on launch of program.
|
Tue, 16 Dec 2008 01:23:08 +0100 |
Mark Edgington |
imported patch fold_parents_and_ancestors
|
Tue, 16 Dec 2008 01:23:08 +0100 |
Mark Edgington |
imported patch indicate_partially_applied_children
|
Tue, 16 Dec 2008 01:22:51 +0100 |
Mark Edgington |
crecord: show context lines at beginning and end of screen
|
Wed, 10 Dec 2008 00:46:07 +0100 |
Mark Edgington |
crecord: line-level apply/unapply is now working and enabled
|
Sat, 06 Dec 2008 16:18:36 +0100 |
Mark Edgington |
crecord: refactor the parsepatch function for better comprehension (keeping identical functionality to original function)
|
Sat, 06 Dec 2008 14:57:35 +0100 |
Mark Edgington |
crecord: add comments to (and rename some variables in) parsepatch function
|
Wed, 03 Dec 2008 20:34:26 +0100 |
Mark Edgington |
crecord: (hopefully) fix problems when printing tabs or unicode to the screen
|