Colin Watson
|
52832c554c
|
Move gfxmenu color handling to video, so that gfxterm can use it
too.
* grub-core/gfxmenu/named_colors.c: Move to ...
* grub-core/video/colors.c: ... here. Rename
grub_gui_get_named_color to grub_video_get_named_color.
* grub-core/gfxmenu/gui_string_util.c (my_isxdigit): Move to ...
* grub-core/video/colors.c (my_isxdigit): ... here.
* grub-core/gfxmenu/gui_string_util.c (parse_hex_color_component):
Move to ...
* grub-core/video/colors.c (parse_hex_color_component): ... here.
* grub-core/gfxmenu/gui_string_util.c (grub_gui_parse_color): Move
to ...
* grub-core/video/colors.c (grub_video_parse_color): ... here.
* include/grub/gui.h (grub_gui_color_t): Move to ...
* include/grub/video.h (grub_video_rgba_color_t): ... here.
* include/grub/gui.h (grub_gui_color_rgb): Move to ...
* include/grub/video.h (grub_video_rgba_color_rgb): ... here.
* include/grub/gui.h (grub_gui_map_color): Move to ...
* include/grub/video.h (grub_video_map_rgba_color): ... here.
* include/grub/gui_string_util.h (grub_gui_get_named_color): Move
to ...
* include/grub/video.h (grub_video_get_named_color): ... here.
* include/grub/gui_string_util.h (grub_gui_parse_color): Move to ...
* include/grub/video.h (grub_video_parse_color): ... here.
* grub-core/Makefile.core.def (kernel) [videoinkernel]: Add
video/colors.c.
(gfxmenu): Remove gfxmenu/named_colors.c.
(video_colors) [videomodules]: New module, containing
video/colors.c.
|
2010-12-10 16:45:58 +00:00 |
|
Vladimir 'phcoder' Serbinenko
|
1f22d20c8c
|
Fix yeeloong compilation
|
2010-03-23 18:17:54 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d3ee2d201e
|
Various fixes to make gfxmenu work smoothly in multioutput environment
|
2009-12-26 16:41:54 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
9b1209ba15
|
Cache loaded theme
|
2009-12-26 02:37:01 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
bee140683a
|
Initial effort for gfxmenu on multiterm branch
|
2009-12-26 01:49:57 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
947fa16c8b
|
Important speedup by not redrawing too much
|
2009-11-24 07:17:18 +01:00 |
|
Colin D Bennett
|
d920a32ab6
|
gfxmenu import
|
2009-11-20 16:02:58 +01:00 |
|