grub/grub-core
Vladimir Testov 4db2250000 * grub-core/gfxmenu/gui_box.c: Updated to work with area status.
* grub-core/gfxmenu/gui_canvas.c: Likewise.
        * grub-core/gfxmenu/view.c: Likewise.
        * grub-core/video/fb/video_fb.c: Introduce new functions:
        grub_video_set_area_status, grub_video_get_area_status,
        grub_video_set_region, grub_video_get_region.
        * grub-core/video/bochs.c: Likewise.
        * grub-core/video/capture.c: Likewise.
        * grub-core/video/video.c: Likewise.
        * grub-core/video/cirrus.c: Likewise.
        * grub-core/video/efi_gop.c: Likewise.
        * grub-core/video/efi_uga.c: Likewise.
        * grub-core/video/emu/sdl.c: Likewise.
        * grub-core/video/radeon_fuloong2e.c: Likewise.
        * grub-core/video/sis315pro.c: Likewise.
        * grub-core/video/sm712.c: Likewise.
        * grub-core/video/i386/pc/vbe.c: Likewise.
        * grub-core/video/i386/pc/vga.c: Likewise.
        * grub-core/video/ieee1275.c: Likewise.
        * grub-core/video/i386/coreboot/cbfb.c: Likewise.
        * include/grub/video.h: Likewise.
        * include/grub/video_fb.h: Likewise.
        * include/grub/fbfill.h: Updated render_target structure.
        grub_video_rect_t viewport, region, area
        int area_offset_x, area_offset_y, area_enabled
        * include/grub/gui.h: New helper function
        grub_video_bounds_inside_region.
        * docs/grub-dev.texi: Added information about new functions.
2013-11-08 15:42:38 +04:00
..
boot * grub-core/boot/i386/pc/startup_raw.S (grub_gate_a20): Remove 2013-10-25 11:03:39 +02:00
bus * grub-core/bus/usb/ehci.c (grub_ehci_restore_hw): Return right enum 2013-11-07 00:45:15 +01:00
commands Remove vestiges of -Wunsafe-loop-optimisations. 2013-11-07 02:25:31 +01:00
disk * grub-core/net/net.c (grub_net_route_unregister): Remove unused 2013-11-07 19:31:22 +01:00
efiemu Consolidate cpuid code. 2013-10-27 00:02:01 +02:00
font Fix typo (failback vs fallback). 2013-06-07 15:35:16 +02:00
fs * grub-core/fs/zfs/zfscrypt.c (grub_ccm_decrypt): Return right error 2013-11-07 00:59:44 +01:00
gdb * grub-core/lib/reed_solomon.c (grub_reed_solomon_recover): Add 2013-11-08 09:27:56 +01:00
gettext * grub-core/gettext/gettext.c (main_context), (secondary_context): 2013-11-07 01:01:47 +01:00
gfxmenu * grub-core/gfxmenu/gui_box.c: Updated to work with area status. 2013-11-08 15:42:38 +04:00
gnulib Allow compilation with mingw64 albeit with warnings due to lack of 2013-10-15 18:03:19 +02:00
hello * grub-core/commands/gptsync.c: Fix typographic quoting. 2012-03-03 13:05:08 +01:00
hook * grub-core/hook/datehook.c (grub_read_hook_datetime): Small stylistic 2011-11-11 21:03:49 +01:00
io Remove vestiges of -Wunsafe-loop-optimisations. 2013-11-07 02:25:31 +01:00
kern * grub-core/kern/mm.c (grub_real_malloc): Use AND rather than MOD 2013-11-08 09:43:26 +01:00
lib * grub-core/lib/reed_solomon.c (grub_reed_solomon_recover): Add 2013-11-08 09:27:56 +01:00
loader * grub-core/loader/multiboot_mbi2.c (grub_multiboot_add_module): Fix 2013-11-08 04:59:46 +01:00
mmap Pass-through unknown E820 types. It required reorganisation of mmap 2013-10-14 16:33:44 +02:00
net * grub-core/net/net.c (grub_net_route_unregister): Remove unused 2013-11-07 19:31:22 +01:00
normal * grub-core/normal/cmdline.c (grub_cmdline_get): 2013-11-07 02:42:38 +01:00
osdep * grub-core/osdep/linux/getroot.c: Fix cast-align problems. 2013-11-03 00:43:49 +01:00
partmap * grub-core/partmap/dfly.c: Simplify dprintfs for easier gettext 2013-08-02 22:56:20 +02:00
parttool * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
script Remove vestiges of -Wunsafe-loop-optimisations. 2013-11-07 02:25:31 +01:00
term * grub-core/term/terminfo.c: Add sequences for home and end. 2013-11-05 02:44:31 +01:00
tests * grub-core/tests/video_checksum.c: Add 2560x1440 mode to testing. 2013-11-04 00:40:14 +01:00
video * grub-core/gfxmenu/gui_box.c: Updated to work with area status. 2013-11-08 15:42:38 +04:00
gdb_grub.in * grub-core/gdb_grub.in: Fix overflow and wrong field. 2013-10-14 03:40:20 +02:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes. 2013-09-23 13:03:03 +02:00
genmoddep.awk Add new all_video module. 2012-02-26 18:09:07 +01:00
gensyminfo.sh.in * INSTALL: Document cross-compilation. 2013-08-22 01:56:28 +02:00
gensymlist.sh Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
gentrigtables.c * grub-core/gentrigtables.c: Make tables const. 2013-03-01 11:15:09 +01:00
gmodule.pl.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
gnulib-fix-null-deref.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-fix-width.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-no-abort.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
gnulib-no-gets.diff Import new gnulib. 2013-04-11 21:12:46 +02:00
Makefile.am * grub-core/Makefile.am: Do not include libgcc.h when compiling with 2013-11-07 19:33:54 +01:00
Makefile.core.def * configure.ac: Run linker tests without -Werror. 2013-11-07 18:21:22 +01:00
modinfo.sh.in Unify grub-mkrescue (except powerpc) and grrub-mknetdir across platforms 2011-05-18 01:38:01 +02:00