Commit Graph

35 Commits

Author SHA1 Message Date
mintsuki
366d75e740 misc: Remove limine.h and retrieve LIMINE_VERSION value from current git branch instead 2020-12-30 23:42:39 +01:00
mintsuki
57360b15e7 menu: Add support for home and end bindings in textbox 2020-12-19 19:27:10 +01:00
mintsuki
ac08fbc578 menu: Report to the user when text buffer is saturated 2020-12-19 18:28:11 +01:00
mintsuki
1281a24df6 menu: Gracefully handle long lines wrapping in the textbox 2020-12-19 17:10:28 +01:00
mintsuki
675e73e759 menu: Small cosmetic changes to textbox 2020-12-18 23:01:03 +01:00
mintsuki
b5bca98333 menu: Implement prettier entry edit textbox which handles scrolling 2020-12-18 22:38:18 +01:00
mintsuki
9538d62068 menu: Cleanup way escaping editor is handled and check for \n instead of \r in main menu 2020-12-15 07:45:59 +01:00
mintsuki
22ba144d98 getchar: Return \n when return is pressed instead of passing through \r from int 10h 2020-12-15 07:40:19 +01:00
mintsuki
cdfc454ae2 menu: Support changing branding title screen 2020-12-10 07:32:15 +01:00
mintsuki
d40a6a3619 font: Specify that we use code page 437, use unsigned 8-bit fonts and special characters to print the menu's tree 2020-12-07 17:14:14 +01:00
mintsuki
3ee1ee880b menu: Fix bug where variable may be used uninitialised, make DEFAULT_ENTRY 1-based, add 'no' setting for TIMEOUT 2020-12-03 12:38:53 +01:00
mintsuki
fe022c49f5 menu: Do not have countdown if default entry is a directory 2020-12-02 19:16:38 +01:00
mintsuki
4c09663a28 menu: Fix issue where command line buffer was allocated in conventional memory and subsequently discarded 2020-12-01 03:09:38 +01:00
mintsuki
c0417a875d config: Dynamically allocate buffer for config values when requested 2020-11-27 19:33:34 +01:00
mintsuki
9cd21c6a30 term: Add double buffering 2020-11-20 19:55:18 +01:00
mintsuki
a8a079425a config: Add full entry editor 2020-11-18 00:13:54 +01:00
mintsuki
85b4d063a8 menu: Prettify print_tree() 2020-11-17 00:50:26 +01:00
mintsuki
dc54ee97eb config: Add initial support for config directory entries 2020-11-16 23:31:03 +01:00
mintsuki
168716a251 misc: Add config file options for specifying the resolution in a granular way. Other misc bug fixes. Fixes #45 2020-11-09 12:31:47 +01:00
mintsuki
65b39a4111 menu: Make theme colours a single key 2020-11-05 13:29:42 +01:00
mintsuki
f0172ee1ed blib: Make strtoui return the address of the first non-numeric digit 2020-11-05 12:50:42 +01:00
mintsuki
48a9d06aa2 blib: Update strtoui 2020-11-05 00:50:01 +01:00
mintsuki
c542ff6845 Some general cleanup 2020-11-02 09:20:34 +01:00
mintsuki
0319b51b4b Use URIs in the last few remaining places, update CONFIG.md 2020-11-01 22:07:10 +01:00
mintsuki
530b4a8f3b readline: Initial implementation 2020-10-27 08:09:27 +01:00
mintsuki
1ea09891bc VBE: Add margin gradient 2020-09-30 17:29:07 +02:00
mintsuki
2f7d3c378d Default back to text mode instead of VBE, add DEFAULT_ENTRY config option 2020-09-29 21:48:34 +02:00
mintsuki
562e3c7c88 menu: Do not ignore key pressed during countdown 2020-09-28 22:39:28 +02:00
mintsuki
0403a29f76 Refactor VBE code 2020-09-26 03:56:44 +02:00
VAN BOSSUYT Nicolas
4f6b1d20c2 Made the margin configurable. 2020-09-24 23:18:51 +02:00
VAN BOSSUYT Nicolas
0477d34236 The color scheme can be changed using the configuration file. 2020-09-24 21:48:49 +02:00
mintsuki
7aa9d845e7 Complete background infrastructure and fix some bmp bugs 2020-09-22 00:18:13 +02:00
mintsuki
e721c3c814 Reorganise pmm code 2020-09-20 12:03:44 +02:00
mintsuki
6c0ba4104f Default to graphical mode for the menu 2020-09-19 15:43:59 +02:00
mintsuki
cb9edd2a7b Reorganise source tree 2020-09-14 19:32:11 +02:00