November 22, 2020
View ceca04b

implement selections and wordstar-style cut/copy/move of selection

Dario Rodriguez authored on 22/11/2020 23:17:44
View 51c1f69

hightlighter: tweak default colors

Dario 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 implementation

Dario Rodriguez authored on 11/11/2020 21:44:45
View 1c5b978

ui: experimental font cache implementation

Dario 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 browsers

Dario Rodriguez authored on 01/11/2020 22:29:06
View d83ec5d

ui: fix memory leak on ui_free (fontdata was not being freed because the pointer was being mistakenly nulled a few lines before)

Dario Rodriguez authored on 01/11/2020 22:27:03
October 31, 2020
View b0e8202

Implement show hint of related prototype (for now only for common C/POSIX functions)

Dario Rodriguez authored on 31/10/2020 21:29:27
October 23, 2020
View 9d9b3f5

Implement highlight matching bracket (parens/curly-braces/square-brackets/angle-brackets)

Dario Rodriguez authored on 23/10/2020 22:51:48
October 22, 2020
View fb5d8b3

Implement Control+q+f (search) and Control+l (search next)

Dario Rodriguez authored on 22/10/2020 21:55:58
View 0f573a6

re_data: search/compare functions: search forward, search backwards, memcmp

Dario Rodriguez authored on 22/10/2020 21:34:45
October 21, 2020
View 21b9a15

UI: add ability to put balloons on screen

Dario Rodriguez authored on 21/10/2020 22:06:25
October 19, 2020
View 23a19c1

highlighting: add missing end-of-highlights check when displaying a line with highlighting

Dario Rodriguez authored on 19/10/2020 21:33:48
View fdc7795

highlighting: remove temp. debug code

Dario Rodriguez authored on 19/10/2020 21:16:06
View 881e9f5

highlighter: fix check for detecting end of chunks of current line (problem was: multiline comment end not recognized)

Dario Rodriguez authored on 19/10/2020 21:11:41