November 30, 2020 | ||
---|---|---|
View f6c7091
Add info header-type. Tweak header colors. FIRST USABLE VERSION.Dario Rodriguez authored on 30/11/2020 20:51:14 |
||
View 94b538b
bugfix: fix inconsistencies between cursorpos and line/col (now, line/col is the authoritative position)Dario Rodriguez authored on 30/11/2020 19:20:20 |
||
View 5ddc7c8
Connect save to F2 and to Control+SDario Rodriguez authored on 30/11/2020 18:09:55 |
November 29, 2020 | ||
---|---|---|
View 78c80ac
Implement search-and-replaceDario Rodriguez authored on 29/11/2020 22:22:12 |
||
View d88d51f
ui: fix bug of incorrect initial window height in certain conditionsDario Rodriguez authored on 29/11/2020 22:27:20 |
November 28, 2020 | ||
---|---|---|
View e9dfb04
indent/unindent selection with ALT+RIGHT/ALT+LEFTDario Rodriguez authored on 28/11/2020 22:16:21 |
November 27, 2020 | ||
---|---|---|
View 77ea44a
highlighter: fix bug when highlighting files with many lines (didn't enlarge the buffer for linecolor_t because of missing operation on usedbuf)Dario Rodriguez authored on 27/11/2020 17:13:41 |
November 25, 2020 | ||
---|---|---|
View c34cafb
Make Control+C/X/V to use the clipboardDario Rodriguez authored on 25/11/2020 22:13:13 |
November 23, 2020 | ||
---|---|---|
View 1099040
implement CUA92-style copy/cut/pasteDario Rodriguez authored on 23/11/2020 22:59:53 |
November 22, 2020 | ||
---|---|---|
View ceca04b
implement selections and wordstar-style cut/copy/move of selectionDario Rodriguez authored on 22/11/2020 23:17:44 |
||
View 51c1f69
hightlighter: tweak default colorsDario Rodriguez authored on 22/11/2020 10:40:04 |
November 11, 2020 | ||
---|---|---|
View dbdf336
ui: remove experimental font cache implementation as it was slower than naive implementationDario Rodriguez authored on 11/11/2020 21:44:45 |
||
View 1c5b978
ui: experimental font cache implementationDario Rodriguez authored on 11/11/2020 21:39:04 |
November 8, 2020 | ||
---|---|---|
View 2229bab
ui: change the way the fills are done (new method is gentler to the linux intel dri driver). Add some missing const qualifiers.Dario Rodriguez authored on 08/11/2020 11:59:03 |
November 1, 2020 | ||
---|---|---|
View 8f987b2
Implement font size change with control+'+'/'-'/'0', as in browsersDario Rodriguez authored on 01/11/2020 22:29:06 |