Changelog - gramscii - A simple editor for ASCII box-and-arrow charts | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
Changelog (6014B) | |
--- | |
1 6607d31 2019-09-29 (KatolaZ) bump version to 0.4 | |
2 a30a9af 2019-09-29 (KatolaZ) update manpage for trapezium mode | |
3 c512347 2019-09-29 (KatolaZ) fix short side in left and right trapezium | |
4 6dddf56 2019-09-29 (KatolaZ) fix toggle trapezium type | |
5 646c1c1 2019-09-28 (KatolaZ) fix bug in toggle_trapezium | |
6 47a17a4 2019-09-28 (KatolaZ) up and down (centred) trapezium working | |
7 7eb5b5f 2019-08-26 (KatolaZ) up-center trapezium working | |
8 e8c98a6 2019-08-17 (KatolaZ) refactor box management -- towards trapezium | |
9 ce2bfb4 2019-08-16 (KatolaZ) add position marks (Ma/g'a) | |
10 02c54fe 2019-08-16 (KatolaZ) add support for comments | |
11 0940cd0 2019-08-14 (KatolaZ) update manpage to include parallelogram | |
12 a95019d 2019-08-14 (KatolaZ) add parallelogram mode | |
13 257ec5d 2019-08-13 (KatolaZ) towards parallelograms | |
14 39ec615 2019-08-12 (Quentin Rameau) Arrange makefile debug target | |
15 3d5be35 2019-08-12 (KatolaZ) accept commands from stdin in script-mode | |
16 0522ef6 2019-08-12 (KatolaZ) fix read of command scripts and script-mode | |
17 a46183e 2019-08-11 (KatolaZ) replace cleanup() with exit() in usage() | |
18 e4c527b 2019-08-09 (KatolaZ) check all mem allocations | |
19 a6f10d6 2019-08-09 (KatolaZ) release 0.3 | |
20 1ad3249 2019-08-09 (KatolaZ) bump version to 0.3 | |
21 bc374cf 2019-08-09 (KatolaZ) update TODO | |
22 0c0e806 2019-08-09 (KatolaZ) small change to manpage | |
23 a9200ba 2019-08-09 (KatolaZ) fix bug in crop-to-visualbox | |
24 205161a 2019-08-09 (KatolaZ) document read-at-point and re-organise opti… | |
25 62267b8 2019-08-09 (KatolaZ) add read-at-point function | |
26 3ba1786 2019-08-09 (KatolaZ) Use target-specific vars for debug target | |
27 c5e8207 2019-08-09 (KatolaZ) add debug target in Makefile | |
28 c16e740 2019-08-08 (KatolaZ) fix bug with global movements in arrow mode | |
29 9127db5 2019-08-05 (KatolaZ) remove atexit and replace exit() with clean… | |
30 6bf74b8 2019-08-05 (KatolaZ) replace isblank | |
31 f813572 2019-08-05 (KatolaZ) move _i declaration up in arg.h | |
32 203aa53 2019-08-05 (KatolaZ) use std=c99 | |
33 6042c9f 2019-08-05 (Quentin Rameau) Makefile: take advantage of having s… | |
34 8c68f21 2019-07-24 (Quentin Rameau) Make sure step is 1 at startup | |
35 24ef5b3 2019-08-05 (Quentin Rameau) Improve Makefile | |
36 2e329d4 2019-08-02 (KatolaZ) fix ANSI code in update_current() - thanks … | |
37 82a7c12 2019-08-01 (KatolaZ) remove trailing blank lines in write_file -… | |
38 62713aa 2019-08-01 (KatolaZ) fix bug in undo list allocation | |
39 08485aa 2019-08-01 (KatolaZ) add undo in erase mode | |
40 f660595 2019-08-01 (KatolaZ) add undo in arrow mode | |
41 47996e7 2019-08-01 (KatolaZ) add crop-to-region in visual mode | |
42 6d34f88 2019-08-01 (KatolaZ) add undo support for crop-to-visible | |
43 d6b3606 2019-07-31 (KatolaZ) update Changelog -- release 0.2 | |
44 12fbd88 2019-07-31 (KatolaZ) bump version number to 0.2 | |
45 12031ab 2019-07-31 (KatolaZ) add target dist to Makefile | |
46 dd06a37 2019-07-31 (KatolaZ) update Changelog | |
47 7f6e62f 2019-07-31 (KatolaZ) support line-by-line undo in text mode | |
48 f3100dd 2019-07-31 (KatolaZ) add undo support for box, visual, cut/paste | |
49 526ce3a 2019-07-31 (KatolaZ) preliminary support for undo | |
50 6da2f3f 2019-07-30 (KatolaZ) fix bug in paste at point | |
51 eebc645 2019-07-30 (KatolaZ) yank buffer and initial copy/cut/paste supp… | |
52 a997593 2019-07-27 (KatolaZ) add crop-to-visible function (C) | |
53 b38ed13 2019-07-27 (KatolaZ) first step towards crop + some fixes to era… | |
54 f678684 2019-07-27 (KatolaZ) Merge branch 'devel' into master | |
55 8e3d23b 2019-07-27 (KatolaZ) reorganise code | |
56 8b67bd6 2019-07-26 (KatolaZ) Merge branch 'devel' into master | |
57 3d53fce 2019-07-26 (KatolaZ) change screen management -- dynamic array o… | |
58 f68467d 2019-07-26 (KatolaZ) amended Makefile | |
59 0adbc2a 2019-07-26 (KatolaZ) towards dynamic screen management | |
60 8f25f7b 2019-07-26 (KatolaZ) small change to the manpage | |
61 5c8bc8b 2019-07-26 (KatolaZ) add Changelog | |
62 f0200b8 2019-07-26 (KatolaZ) add auto-arrow, multipliers, -s, -h | |
63 cbfdf55 2019-07-24 (KatolaZ) Merge branch 'master' into devel | |
64 21ab361 2019-07-24 (KatolaZ) add CC option to config.mk (commented) | |
65 54eae92 2019-07-24 (Quentin Rameau) Rework the Makefile a little | |
66 a74b46c 2019-07-24 (KatolaZ) first steps towards script-mode | |
67 1aa7efd 2019-07-24 (KatolaZ) force flush on ANSI commands | |
68 5cfc453 2019-07-24 (Christoph Lohmann) Add install target to Makefile. F… | |
69 77cefcf 2019-07-24 (Christoph Lohmann) Fix markdown formatting in README… | |
70 11bc654 2019-07-24 (KatolaZ) replace in README.md | |
71 00b8406 2019-07-24 (KatolaZ) amend README and rename to README.md | |
72 6cda441 2019-07-24 (KatolaZ) add license | |
73 8f2b307 2019-07-24 (KatolaZ) amend manpage to mention screen size limita… | |
74 1be4c30 2019-07-24 (KatolaZ) add config.h | |
75 3a8eeff 2019-07-23 (KatolaZ) add makefile | |
76 a64ca9d 2019-07-22 (KatolaZ) fix bug in screen init | |
77 c9a6b0f 2019-07-22 (KatolaZ) initial commit of dynamic screen size | |
78 0325743 2019-07-22 (KatolaZ) allow [ENTER] in box, arrow, erase, and vis… | |
79 0c22945 2019-07-22 (KatolaZ) update manpage to reflect the new g-commands | |
80 557124a 2019-07-22 (KatolaZ) change global movement commands -- g+[gGmhj… | |
81 f73faa7 2019-07-21 (KatolaZ) add README | |
82 4cb5948 2019-07-21 (KatolaZ) style change in box and arrow modes + fix m… | |
83 2e1d9e5 2019-07-20 (KatolaZ) fix typos in manpage | |
84 8d84f59 2019-07-20 (KatolaZ) add visual in status bar | |
85 130977d 2019-07-20 (KatolaZ) add '.' command (reset line styles) | |
86 591777d 2019-07-20 (KatolaZ) add manpage | |
87 8dd9290 2019-07-20 (KatolaZ) add comment in fallthrough cases | |
88 d87cf8e 2019-07-20 (KatolaZ) visual mode (erase and fill) | |
89 c851282 2019-07-20 (KatolaZ) add global movements (g, G. m) | |
90 ad0b403 2019-07-20 (KatolaZ) small changes to status bar + remove traili… | |
91 2f5d0a4 2019-07-20 (KatolaZ) reorganise code and new file | |
92 a4c6053 2019-07-19 (KatolaZ) check if modified before exit, and save | |
93 575703d 2019-07-19 (KatolaZ) delete and default write file | |
94 52a48d7 2019-07-19 (KatolaZ) save to file works | |
95 a2bf854 2019-07-19 (KatolaZ) fix arrow pointer -- toggle start and end m… | |
96 34a0ec9 2019-07-19 (KatolaZ) initial arrow implementation | |
97 5dd00ea 2019-07-18 (KatolaZ) different line styles | |
98 478c03a 2019-07-18 (KatolaZ) initial commit |