[patch] search for partition using GPT GUID

2010-02-12 Thread George Buranov
Hello everybody. I have just implemented support for GPT GUID search and I am really interested in providing this patch for integration.Who is in chief here, we can discuss details =) Patch is included. The syntax is now the following # Entry 1 - Chainload another bootloader menuentry "Chainload

Re: Re: [patch] GRUB possible patches

2010-02-12 Thread gburanov
Hello, > It is. Can you write a ChangeLog entry? Done > ;1 is so called version. Basically all terminating ; have to be > stripped but only if filename doesn't come from rockridge or joliet. > Apparently nobody uses grub2 on non-rockridge, non-joliet iso. While > this bug should be fixed using

Re: Antialiased fonts patch.

2010-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Evgeny Kolesnikov wrote: >> I would prefer to make new version magic PFF3 and add a flag field in >> version = 3 and GRUB_FONT_8_BIT would be the first flag. This allows >> further expandability by orthogonality. >> > > I used PFF3 magic for 8-bit and PFF4 for 24-bit (sub-pixel). > > Pleas

Re: Antialiased fonts patch.

2010-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Evgeny Kolesnikov wrote: > >> If we really care about speed we should use 1-bit fonts. Nothing can be >> faster. And 1-bit fonts will stay here. >> >> But if we care about eye-candy view, we should not throw away any bits >> from FT library result. This will not be fast enough

Re: Antialiased fonts patch.

2010-02-12 Thread Michal Suchanek
On 12 February 2010 08:20, Bruce Dubbs wrote: > Evgeny Kolesnikov wrote: > >> If we really care about speed we should use 1-bit fonts. Nothing can be >> faster. And 1-bit fonts will stay here. >> >> But if we care about eye-candy view, we should not throw away any bits >> from FT library result. T