- 15 May, 2021 1 commit
-
-
Deucе authored
This fixes issues where "leftovers" from the previous mode would remain in a new screen mode.
-
- 14 May, 2021 4 commits
-
-
Deucе authored
-
Deucе authored
Also, we don't need to use pointers for the scaling.
-
Deucе authored
I really need to do a sweep through and update all the aspect ratios now that the data actually matters.
-
Deucе authored
1) Initialize the r2y array for xBR so it actually works. 2) Add a vertical (only) interpolation scaler for aspect ratio enforcement 3) Add a simple muliplier scaler, so that can be removed from x_event.c 4) Use a new graphics buffer free list, which allows tracking last drawn screen instead of last bitmap rectangle, removing various hacks 5) Share the Y'CbCr <-> R'dG'dB'd tables between xBR and scale.c
-
- 13 May, 2021 1 commit
-
-
Deucе authored
Uses "pointyscale" for x3 and x5 Uses xBR from FFmpeg for x2 and x4 HQx is also included, but unused as it's too slow at x4.
-
- 04 May, 2021 1 commit
-
-
Deucе authored
-
- 27 Jun, 2020 1 commit
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- 14 May, 2020 1 commit
-
-
deuce authored
There's still some shittiness with the keypad, but nobody really knows how that works anyway.
-
- 07 May, 2020 1 commit
-
-
deuce authored
-
- 04 May, 2020 1 commit
-
-
deuce authored
Add support for scroll "buttons" (buttons 4 and 5).
-
- 20 Apr, 2020 1 commit
-
-
deuce authored
-
- 18 Apr, 2020 1 commit
-
-
deuce authored
We don't need a unicode -> cpchar with ext... We do need codepoint -> cpchar with and without ext.
-
- 17 Apr, 2020 4 commits
- 16 Apr, 2020 2 commits
-
-
deuce authored
getcliptext() and copytext() (ie: copy/paste) now work on UTF-8 strings. Not tested on Win32 yet.
-
deuce authored
This is planned to work with the built-in fonts... no real idea how to make this work with dynamic fonts at this time. We'll also need a line drawing set thing ala curses, but I'll worry about that when/if I update uifc32 for unicode.
-
- 14 Apr, 2020 4 commits
- 13 Apr, 2020 1 commit
-
-
deuce authored
If this doesn't fix the copy/paste issues nelgin was having, nothing will.
-
- 12 Apr, 2020 1 commit
-
-
deuce authored
Should fix issue nelgin is having.
-
- 11 Apr, 2020 1 commit
-
-
deuce authored
Add UTF-8 copy/paste support to X11 mode.
-
- 07 Mar, 2020 1 commit
-
-
deuce authored
Avoid gratuitous xim reallocations (not a bug) Avoid gratuitous redraws (not a bug) Avoid posting and waiting on a semaphore from the same thread (ehhhh....) After blocking on XNextEvent(), drain all X events in the queue (not a bug)
-
- 25 Jul, 2019 4 commits
- 18 Jul, 2019 1 commit
-
-
deuce authored
-
- 16 Jul, 2019 1 commit
-
-
deuce authored
bitmap_init_mode().
-
- 15 Jul, 2019 1 commit
-
-
deuce authored
-
- 20 Feb, 2018 1 commit
-
-
deuce authored
Thanks Coverity!
-
- 15 Feb, 2018 3 commits
- 14 Feb, 2018 1 commit
-
-
deuce authored
Too lazy to write me own fls() basically.
-
- 13 Feb, 2018 1 commit
-
-
deuce authored
Set all unused bits 'cause they may be transparency.
-