index
:
gramscii
devel
master
A simple editor for ASCII box-and-arrow charts
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-08-17
refactor box management -- towards trapezium
KatolaZ
2019-08-16
add position marks (Ma/g'a)
KatolaZ
2019-08-16
add support for comments
KatolaZ
2019-08-14
update manpage to include parallelogram
KatolaZ
2019-08-14
add parallelogram mode
KatolaZ
2019-08-13
towards parallelograms
KatolaZ
2019-08-13
Arrange makefile debug target
Quentin Rameau
Do not try defining macros in the prerequisite section Make the DEBUG macro a config macro
2019-08-12
accept commands from stdin in script-mode
KatolaZ
2019-08-12
fix read of command scripts and script-mode
KatolaZ
2019-08-11
replace cleanup() with exit() in usage()
KatolaZ
2019-08-09
check all mem allocations
KatolaZ
2019-08-09
release 0.3
v0.3
KatolaZ
2019-08-09
bump version to 0.3
KatolaZ
2019-08-09
update TODO
KatolaZ
2019-08-09
small change to manpage
KatolaZ
2019-08-09
fix bug in crop-to-visualbox
KatolaZ
2019-08-09
document read-at-point and re-organise options in manpage
KatolaZ
2019-08-09
add read-at-point function
KatolaZ
2019-08-09
Use target-specific vars for debug target
KatolaZ
2019-08-09
add debug target in Makefile
KatolaZ
2019-08-08
fix bug with global movements in arrow mode
KatolaZ
2019-08-05
remove atexit and replace exit() with cleanup()
KatolaZ
2019-08-05
replace isblank
KatolaZ
2019-08-05
move _i declaration up in arg.h
KatolaZ
2019-08-05
use std=c99
KatolaZ
2019-08-05
Makefile: take advantage of having separate build units
Quentin Rameau
2019-08-05
Make sure step is 1 at startup
Quentin Rameau
2019-08-05
Improve Makefile
Quentin Rameau
Actually use LDFLAGS in the build receipe Don't force cc on users Remove unnecessary pattern in clean target Use ${} consistently
2019-08-02
fix ANSI code in update_current() - thanks mwmsl!
KatolaZ
2019-08-01
remove trailing blank lines in write_file - change check_bound
KatolaZ
2019-08-01
fix bug in undo list allocation
KatolaZ
2019-08-01
add undo in erase mode
KatolaZ
2019-08-01
add undo in arrow mode
KatolaZ
2019-08-01
add crop-to-region in visual mode
KatolaZ
2019-08-01
add undo support for crop-to-visible
KatolaZ
2019-07-31
update Changelog -- release 0.2
v0.2
KatolaZ
2019-07-31
bump version number to 0.2
KatolaZ
2019-07-31
add target dist to Makefile
KatolaZ
2019-07-31
update Changelog
KatolaZ
2019-07-31
support line-by-line undo in text mode
KatolaZ
2019-07-31
add undo support for box, visual, cut/paste
KatolaZ
2019-07-31
preliminary support for undo
KatolaZ
2019-07-30
fix bug in paste at point
KatolaZ
2019-07-30
yank buffer and initial copy/cut/paste support
KatolaZ
2019-07-27
add crop-to-visible function (C)
KatolaZ
2019-07-27
first step towards crop + some fixes to erase
KatolaZ
2019-07-27
Merge branch 'devel' into master
KatolaZ
2019-07-27
reorganise code
KatolaZ
2019-07-26
Merge branch 'devel' into master
KatolaZ
2019-07-26
change screen management -- dynamic array of lines
KatolaZ
[next]