| 2021-04-08 22:22 | gterm: Speed up terminal by doing sub-character pixel comparisons and only printing differences | mintsuki | bf9962e8 |
| 2021-04-08 21:41 | gterm: Speed up terminal greatly by only printing on screen characters that changed | mintsuki | 8bd7cf74 |
| 2021-04-08 21:34 | menu: Default to black and grey for bg and fg in case they are not provided for backwards compatibility | mintsuki | 55a88438 |
| 2021-04-08 21:05 | gterm: Speed up terminal greatly by caching an alpha blent canvas of the background instead of alpha blending every pixel of the background every time | mintsuki | 05c60bac |
| 2021-04-08 19:02 | build: Minor changes | mintsuki | 21ec72f1 |
| 2021-04-08 17:55 | docs: Add missing build dependencies to README.md | mintsuki | c01a66be |
| 2021-04-08 17:41 | build: Make build system more flexible to use when using the host toolchain | mintsuki | 543edfa0 |
| 2021-04-08 03:23 | build: Add missing -pie to test link command | mintsuki | 7e5b809a |
| 2021-04-08 00:07 | build: Prefer -static-pie to -shared for linking PIE executables | mintsuki | 621fc30a |
| 2021-04-07 23:15 | trace: Add support for UEFI | mintsuki | 9caa5559 |
| 2021-04-07 00:51 | test: Add missing break in switch case | mintsuki | 46a82f1c |
| 2021-04-07 00:10 | stivale2: Implement terminal | mintsuki | 7abb7348 |
| 2021-04-06 21:57 | menu: Fix broken comparison that would always override user set menu resolution | mintsuki | 4c5ff180 |
| 2021-04-04 16:05 | video: Fix missing terminal deinitialisation before changing into final video mode | mintsuki | bfc613bc |
| 2021-04-04 02:51 | video: Wire in new textmode modesetting logic; use BIOS instead of VGA ports to enable and disable hardware textmode cursor | mintsuki | 98fdd625 |
| 2021-04-04 02:02 | video: Implement fb_clear() | mintsuki | 49ac7572 |
| 2021-04-04 01:38 | video: Do not switch video modes when unnecessary to avoid flickering and screen blanking out | mintsuki | 1ffb45ac |
| 2021-04-03 22:28 | build: Use -M q35 for UEFI test targets | mintsuki | b44fa6c8 |
| 2021-04-03 20:12 | build: Misc enhancements | mintsuki | f899648d |
| 2021-04-03 13:27 | Revert "limine-install: Offer the option to force installation on an unrecognised MBR device instead of just failing" | mintsuki | e80e20f2 |
| 2021-04-03 13:26 | libgcc: Fix __udivmoddi4 and __divmoddi4 | mintsuki | 12aceadc |
| 2021-04-03 00:47 | limine-install: Offer the option to force installation on an unrecognised MBR device instead of just failing | mintsuki | fc61ae76 |
| 2021-04-02 23:33 | real: Remove stray mov from sleep.asm | mintsuki | d6f2585b |
| 2021-04-02 23:23 | build: Remove now useless libgcc.a references from linker scripts | mintsuki | 235096cb |
| 2021-04-02 23:14 | build: Fix gnu-efi toolchain variables | mintsuki | bc77e657 |
| 2021-04-02 22:48 | build: Generally rework build system to easily allow 3rd party toolchains to be used. Drop reliance on libgcc for BIOS builds by shipping our own routines instead | mintsuki | 8e4de054 |
| 2021-04-02 14:45 | build: UEFI: Link using gcc rather than ld directly, and do not enable PIC | mintsuki | 74ef5901 |
| 2021-04-02 14:19 | build: Pull actual branch name from git rather than hardcoding 'trunk' | mintsuki | 2bdd297c |
| 2021-04-01 18:05 | stivale2: Report correct kernel/modules memory map type value | mintsuki | dce8d312 |
| 2021-03-30 23:48 | stivale: Refuse to boot if text mode wanted on UEFI | mintsuki | 59dd147b |