March 5, 2022 | ||
---|---|---|
View 67cf656
Make the function listing slightly transparent (as intended)Dario Rodriguez authored on 05/03/2022 19:08:23 |
February 21, 2022 | ||
---|---|---|
View d58ec00
make reui_balloon() able to display several lines when input string has newline characters or when the line is too large for the screen widthDario Rodriguez authored on 21/02/2022 19:02:33 |
January 7, 2022 | ||
---|---|---|
View fc02e5f
Update author emailDario Rodriguez authored on 07/01/2022 17:57:32 |
September 1, 2021 | ||
---|---|---|
View 5d9e7ad
rounded corners for commandbuf suggestionDario Rodriguez authored on 01/09/2021 20:33:06 |
January 19, 2021 | ||
---|---|---|
View b1ecd81
Add font iosevka-fixed-regular for Control+P printoutsDario Rodriguez authored on 19/01/2021 18:53:05 |
January 18, 2021 | ||
---|---|---|
View 4f474cd
Remove saxmono font as it doesn't look good for small font sizesDario Rodriguez authored on 18/01/2021 15:51:41 |
January 15, 2021 | ||
---|---|---|
View 9b21979
make reui_init() use saxmono font for child windows (right now that equates windows for printed data)Dario Rodriguez authored on 15/01/2021 22:20:48 |
||
View 96e3d79
Add print selection to new window with Control+P, close that window with ESCDario Rodriguez authored on 15/01/2021 22:11:33 |
November 29, 2020 | ||
---|---|---|
View d88d51f
ui: fix bug of incorrect initial window height in certain conditionsDario Rodriguez authored on 29/11/2020 22:27:20 |
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 |
||
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 21, 2020 | ||
---|---|---|
View 21b9a15
UI: add ability to put balloons on screenDario Rodriguez authored on 21/10/2020 22:06:25 |