Elyes Haouas
|
8ff08468d3
normal: Remove trailing whitespaces
|
2 gadi atpakaļ |
Peter Jones
|
3f05d693d1
malloc: Use overflow checking primitives where we do complex allocations
|
4 gadi atpakaļ |
Peter Jones
|
f725fa7cb2
calloc: Use calloc() at most places
|
4 gadi atpakaļ |
Pete Batard
|
bdd89d239c
core: use GRUB_TERM_ definitions when handling term characters
|
7 gadi atpakaļ |
Thomas Huth
|
625934ec0f
menu_entry: Disable cursor during update_screen()
|
9 gadi atpakaļ |
Andrei Borzenkov
|
26533fe6bc
normal: fix memory leak
|
9 gadi atpakaļ |
Andrei Borzenkov
|
93ecc3f1f8
menu: fix line count calculation for long lines
|
9 gadi atpakaļ |
Vladimir Serbinenko
|
41c6f91fce
* grub-core/normal/main.c: Don't drop to rescue console in
|
10 gadi atpakaļ |
Vladimir Serbinenko
|
5e42618e00
Fix wrong commit
|
10 gadi atpakaļ |
Michael Chang
|
0aece00c54
* grub-core/osdep/unix/config.c: Remove extraneous comma.
|
10 gadi atpakaļ |
Vladimir Serbinenko
|
b1c6d03760
* grub-core/normal/menu_entry.c (get_logical_num_lines): Use unsigned
|
11 gadi atpakaļ |
Vladimir Serbinenko
|
5f4028d4a5
* grub-core/normal/menu_entry.c (complete): Make sure that width is >0.
|
11 gadi atpakaļ |
Vladimir Serbinenko
|
a28567364a
Make char and string width grub_size_t rather than grub_ssize_t.
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
c7037f1d0f
* grub-core/normal/completion.c: Remove variable length arrays.
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
e89c2d48a9
Lift 255x255 erminal sie restriction to 65535x65535. Also change from
|
11 gadi atpakaļ |
Andrey Borzenkov
|
593e430cd6
* grub-core/script/execute.c (grub_script_execute_sourcecode): Split
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
cdce14fad4
Progressively skip menu elements on small terminals rather
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
85002bf34a
Agglomerate more mallocs to speed-up gfxterm.
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
03f7c8c304
Fix several memory leaks.
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
47043f959f
* grub-core/normal/term.c: Few more fixes for menu entry editor
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
91bf46b188
Fix screen corruption in menu entry editor and simplify the code
|
11 gadi atpakaļ |
Andrey Borzenkov
|
f1a19118e5
* grub-core/normal/menu_entry.c (update_screen): remove
|
11 gadi atpakaļ |
Andrey Borzenkov
|
958bfd2067
* grub-core/normal/menu_entry.c (insert_string): fix off by one
|
11 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
34f71cb866
Improve bidi handling in entry editor.
|
12 gadi atpakaļ |
Colin Watson
|
5c67ea6cd9
Remove several trivially-unnecessary uses of nested functions.
|
12 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
45dbe3000b
* grub-core/normal/menu_entry.c (print_line): Fix off-by-one error which
|
12 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
00d41dee71
* grub-core/normal/menu_entry.c (update_screen): Fix loop condition to
|
12 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
f95d1f117a
* grub-core/normal/menu_entry.c (backward_char): Use right line for
|
12 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
851ffadac2
* grub-core/normal/charset.c (grub_ucs4_to_utf8): Return number of
|
12 gadi atpakaļ |
Vladimir 'phcoder' Serbinenko
|
e1bd676b4e
Fix tab and wide character handling in editor and menu.
|
12 gadi atpakaļ |