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 ESC

Dario Rodriguez authored on 15/01/2021 22:11:33
November 29, 2020
View d88d51f

ui: fix bug of incorrect initial window height in certain conditions

Dario 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 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 21, 2020
View 21b9a15

UI: add ability to put balloons on screen

Dario Rodriguez authored on 21/10/2020 22:06:25
October 8, 2020
View 1571852

Implement window resizizing

Dario Rodriguez authored on 08/10/2020 19:52:50
September 6, 2020
View 39c057a

Implement side scroll. Fix vertical scroll. Set window size to something more workable than fullscreen.

Dario Rodriguez authored on 06/09/2020 22:21:40
September 2, 2020
View b14d260

Remove old utf8 functions from re_ui. Add comments to utf8 functions in re_data header file.

Dario Rodriguez authored on 02/09/2020 22:14:50
August 30, 2020
View a1edb4c

Implement left/right movement. Add test_ui with utf8 tests.

Dario Rodriguez authored on 30/08/2020 21:47:55
August 26, 2020
View 6ead1ce

Implement up/down movement

Dario Rodriguez authored on 26/08/2020 21:50:45
August 18, 2020
View 1366898

Display first lines of the loaded file

Dario Rodriguez authored on 18/08/2020 20:31:28