Vladimir 'phcoder' Serbinenko
|
a68c419413
|
macroify cp437 codepoints
|
2010-05-09 13:37:32 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
232dbbe509
|
Rename 'VGA' character set to CP-437
|
2010-05-09 13:26:52 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
b764bff263
|
Move arrow number into unicode characters array
|
2010-05-09 12:56:32 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
58664b94b7
|
pass pointer to term to term functions
|
2010-05-07 02:30:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
99bfe57386
|
merge mainline into bidi
|
2010-05-05 16:28:52 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
bcfd0cf0fa
|
Pause before returning to menu editor
|
2010-05-03 23:14:23 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
d8b5cd4011
|
* commands/hashsum.c (GRUB_MOD_INIT): Remove duplication of command
name and add N_.
* commands/i386/pc/drivemap.c (GRUB_MOD_INIT): Likewise.
* commands/iorw.c (GRUB_MOD_INIT): Likewise.
* commands/password_pbkdf2.c (GRUB_MOD_INIT): Likewise.
* commands/regexp.c (GRUB_MOD_INIT): Likewise.
* commands/setpci.c (GRUB_MOD_INIT): Likewise.
* commands/terminal.c (GRUB_MOD_INIT): Likewise.
* efiemu/main.c (GRUB_MOD_INIT): Likewise.
* font/font_cmd.c (GRUB_MOD_INIT): Likewise.
* kern/corecmd.c (GRUB_MOD_INIT): Likewise.
* mmap/mmap.c (GRUB_MOD_INIT): Likewise.
* normal/context.c (GRUB_MOD_INIT): Likewise.
* normal/main.c (GRUB_MOD_INIT): Likewise.
* term/gfxterm.c (GRUB_MOD_INIT): Likewise.
* term/serial.c (GRUB_MOD_INIT): Likewise.
* term/terminfo.c (GRUB_MOD_INIT): Likewise.
|
2010-05-01 20:28:07 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
c5ac9b32ac
|
Hotkey support
* include/grub/menu.h (grub_menu_entry): New field 'hotkey'.
* normal/main.c (hotkey_aliases): New variable.
(grub_normal_add_menu_entry): Parse "--hotkey".
* normal/menu_text.c (run_menu): Handle hotkeys.
|
2010-05-01 19:33:17 +02:00 |
|
EFI Coder
|
25f4e25287
|
* normal/menu_text.c (print_message): Clean up the message and show
the Fn information when on EFI
* term/efi/console.c (grub_console_checkkey): Add F4 support.
|
2010-04-09 21:16:17 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
027de555e2
|
* normal/autofs.c (read_fs_list): New parameter 'prefix'.
All users updated.
* normal/crypto.c (read_crypto_list): Likewise.
* normal/dyncmd.c (read_command_list): Likewise.
* normal/term.c (read_terminal_list): Likewise.
* normal/main.c (read_lists): Use explicit prefix.
(read_lists_hook): Use read_lists.
(grub_normal_execute): Likewise.
|
2010-04-09 21:07:24 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1d383404e3
|
compile fixes and cleanups
|
2010-04-09 19:30:57 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
ad109fe056
|
Arabic diacritics support
|
2010-03-29 04:11:14 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a82890fffc
|
Shape arabic code when on UTF-8 visual
|
2010-03-29 03:37:24 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6d107fb2a4
|
Add ligatures to problem list
|
2010-03-25 11:26:50 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
e6d428c1b8
|
Arabic shaping support
|
2010-03-24 22:33:00 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
0761327dd0
|
Update unicode problem list
|
2010-03-24 20:03:29 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
b320771ada
|
Remove private use surrogates from unsupported list
|
2010-03-24 01:05:50 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
df3d4cba13
|
Arabic joining computation
|
2010-03-24 01:00:54 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
e83200d891
|
mention variations and vertical text in unsupported features
|
2010-03-23 23:33:42 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
521bf3018f
|
Add character properties checking and a comment about problematic characters
|
2010-03-23 23:19:27 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
5c56cac95f
|
Fix few pager bugs
|
2010-03-23 18:06:49 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
3c69fb81e1
|
Restore and enhance pager functionality
|
2010-03-23 17:54:31 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
6fcebedeed
|
Replace line counter with char counter
|
2010-03-23 16:51:53 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
36b71abfaa
|
Fix few memory bugs
|
2010-03-23 16:46:45 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
81b0623a6c
|
Make few more points bidi-clean
|
2010-03-23 16:28:35 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
09f9aa3b2e
|
Move terminal-related function from normal/charset.c to normal/term.c
|
2010-03-17 08:57:23 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
c2bd1d182e
|
Fix sporadious newline
|
2010-03-17 00:23:23 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
eaa1f9a64b
|
Fix few memory errors
|
2010-03-16 23:03:08 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
7c464a1ec5
|
Don't show gfxmenu error
|
2010-03-16 23:02:48 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
701f1df961
|
Fix junk newline on second console
|
2010-03-16 22:34:13 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
bb7f4dbe3b
|
Explicitly check that terminal is in visual UTF-8 before mirroring code
|
2010-03-16 22:05:50 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
6f5568ed67
|
Add mirroring for visual UTF-8
|
2010-03-16 21:57:34 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
6c363dfd54
|
Fix doublewidth character handling
|
2010-03-16 21:29:15 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
2b5af23fa5
|
Remove leftover
|
2010-03-16 20:01:19 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
50186d826d
|
Fix combining characters messing with width counter
|
2010-03-16 19:55:09 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
bf17ef45d6
|
Rename UCS4 to glyph description
|
2010-03-16 19:23:21 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
7a476ba0a3
|
Dedup remapping code
|
2010-03-16 19:04:08 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
3830c087bb
|
Fix few wrapping problems
|
2010-03-16 15:21:50 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
8b4ca08868
|
better line wrapping
|
2010-03-16 14:48:14 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
f588f1c8b6
|
Add simple line wrapping
|
2010-03-16 14:13:32 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
cacd173d3e
|
Fix linewrapper when levels=NULL
|
2010-03-16 11:31:05 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
eb67952309
|
Separate line-wrapping function
|
2010-03-16 11:23:49 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
97b3fbb872
|
Handle initial position in bidi
|
2010-03-16 10:55:06 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
05c15154a2
|
Visual(sic) UTF-8 support
|
2010-03-16 10:39:18 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
f10331edf2
|
Preliminary support for UTF-8 console
|
2010-03-16 00:48:34 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
023e3a5ca7
|
Move charset to normal/
|
2010-03-15 22:17:26 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
53c648d2eb
|
Break few dependencies on normal
|
2010-03-15 22:12:34 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
0a239a8211
|
bidi works in terminal in grub-emu
|
2010-03-15 21:14:11 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
dfed5c6bb4
|
Removed grub_putchar
|
2010-03-15 11:49:27 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
696fd607c6
|
2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
* normal/cmdline.c (grub_cmdline_get): Fix gabled line after
completition in the middle of string.
|
2010-03-06 17:48:15 +01:00 |
|