1. 15 Dec, 2013 1 commit
  2. 26 Oct, 2013 1 commit
  3. 14 May, 2013 1 commit
  4. 05 May, 2013 1 commit
  5. 04 May, 2013 1 commit
  6. 02 Mar, 2013 1 commit
  7. 16 Jan, 2013 1 commit
  8. 11 Jun, 2012 1 commit
  9. 27 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Fix tab and wide character handling in editor and menu. · e1bd676b
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/normal/charset.c (grub_unicode_aglomerate_comb): Don't
      	agglomerate control characters with combining marks.
      	(bidi_line_wrap): Allow break on tab.
      	(grub_unicode_get_comb_start): New function.
      	* grub-core/normal/menu_entry.c: Restructure to handle wide characters
      	and tab correctly.
      	* grub-core/normal/menu_text.c (print_entry): Replace \n, \r, \b and \e
      	with a space.
      	* grub-core/normal/term.c (print_ucs4_terminal): New argument
      	fixed_tab_size. All users updated.
      	* include/grub/term.h (GRUB_TERM_TAB_WIDTH): New const.
      	(grub_term_getcharwidth): Handle \t.
      	* include/grub/unicode.h (grub_unicode_glyph_dup): Fix allocation
      	and copy.
      e1bd676b
  10. 25 Dec, 2011 2 commits
  11. 17 Aug, 2010 1 commit