-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
134 lines (87 loc) · 4.29 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2004-06-30 Kuki <[email protected]>
* mirrorable characters conversion in mirror block operations
* shortened too long text on status bar in block operations mode
2004-07-01 Kuki <[email protected]>
* fixed a bug in ANSI import that set color and background to white and black when ANSI code set only new attribute
* more ANSI codes support in import.c (ESC[2J, ESC[K and cursor movement codes)
2004-07-08 Kuki <[email protected]>
* finally added support for large pics (up to 1000x1000, more would screw up status bar coordinates display) - may be buggy and is not optimized
* fixed a bug in rotate undo
* modified the logo a bit
2004-07-11 Kuki <[email protected]>
* removed a bug saving undo even if no block opearation was done
* removed some bugs in large pics support
* cosmetic changes to README
2004-07-14 Kuki <[email protected]>
* 0.2 release
2004-07-25 Kuki <[email protected]>
* simple parameter support
* shows usage note when too many parameters specified
* key changes - paste F10, undo F11
* removed a bug in import preventing import of files larger than current editpad size
* found out the curses wresize() function - change_editp_size() rewritten, now works a whole lot faster
2004-07-26 Kuki <[email protected]>
* parameters now work ok
* redo support
* a nice, 10kB README
2004-07-28 Kuki <[email protected]>
* removed some bugs in undo saving, including removing undo information before import, even if nothing was imported and deleting pads that did not exist
* 0.21 release
2004-08-03 Kuki <[email protected]>
* move cursor to (0,0) after importing (to avoid having parts of previous picture remaining on screen)
2004-08-12 Kuki <[email protected]>
* added transparent paste
* import functions, cut, block_clear and rmch now use default colors and attributes
* set default background to editp with wsetbkgd
* protected save_undo from saving undo outside the editp (occured when pasting at the edge of a maximum-sized editp)
* removed a yes=no bug in the "paste image larger than editp" question
* enter now officialy clears to eol
2004-08-21 Kuki <[email protected]>
* block selection highlighting - not really optimized but seems to work well
* removed a bug - filling block with empty string no longer fills it with crap
* documented new features in README
* 0.25 release
2004-08-22 Kuki <[email protected]>
* removed a bug - box with empty-string walls no longer draws crap
2004-08-24 Kuki <[email protected]>
* some minor changes in block_drawbox
2004-12-07 Kuki <[email protected]>
* basic HTML export
2005-01-14 Kuki <[email protected]>
* reverse support in HTML export
2006-01-14 Kuki <[email protected]>
* simple menu under F1 (instead of help screen)
* moved help to menu and modified help screen a bit
* "quit program" position in menu (at last some nice way to exit CAVE WALL :) )
* "exit menu" position in menu
* some changes in README regarding the menu feature
2006-05-21 Kuki <[email protected]>
* changes in menu layout
* color selection as menu position (to be moved to a dialog box)
2006-05-28 Kuki <[email protected]>
* killed highlighting bug
2006-06-12 Kuki <[email protected]>
* color selection in dialog box
2006-07-05 Kuki <[email protected]>
* little NODIALOG issues
* fixed color selection dialog bug
2006-07-06 Kuki <[email protected]>
* unused function keys do not produce crap on screen
* step mode selection dialog
* 0.26 release
2006-07-08 Kuki <[email protected]>
* new menu and dialogs handling
* fixed HTML export bug
* 0.265 release
* CSS HTML export
* little README changes (CSS export, new website URL)
* removed old HTML export code
2006-07-10 Kuki <[email protected]>
* multiattribute support
* fixed dialogs bug (cursor moving to row <0)
* README changes
2006-07-12 Kuki <[email protected]>
* fixed color dialog bug
* PgUp, PgDn support in dialogs (and Home/End in color selection dialog)
* changed function keys order, now F8 and F9 are not used
* 0.27 release