summaryrefslogtreecommitdiffstats
path: root/src/xmenu.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix(?) off by one error which led to display corruption in the lang menuChristophe Fergeau2009-02-241-1/+1
| | | | | | | | | | The changes to reduce the size of the status bar exhibited a bug in the way the language menu is layed out (vertical stripes all over the place). panel.text.y was 0 and we tried to substract 1 from it when trying to draw the lang menu background which didn't work too nicely. This commit is one way of fixing it (by changing the way we calculate the number of lang entries to display in one column), but I'm not sure this is the best way to do it.
* one line "panel" instead of two linesPascal Rigaux2009-01-271-9/+5
| | | | | | | | the default is now to display things like "F2 Language" and the chosen language below. this patch reverts to previous behaviour: if you have a "title" (eg: "Language") we use it, otherwise we display the chosen value. this patch is useful to keep more room for the "Boot Options"
* imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1Pascal Rigaux2009-01-271-0/+414