aboutsummaryrefslogtreecommitdiffstats
path: root/core/font.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22com32sys_t inreg shall be zeroified prior intcallErwan Velu1-0/+3
2013-07-26video.h: we need one syslinux_force_text_mode() prototypeMatt Fleming1-0/+1
2013-06-17Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming1-13/+7
2013-06-04font: write to 'fontbuf', not random memoryMatt Fleming1-3/+1
2013-05-31font: load data as a single blockH. Peter Anvin1-11/+7
2013-05-29font: increment pointer to fontbuf by font heightMatt Fleming1-1/+1
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming1-2/+4
2012-12-05Symbol export whitelistMatt Fleming1-3/+3
2012-12-05Reduce the number of global variablesMatt Fleming1-0/+2
2012-11-15sys/vesa: Modularise common vesa codeMatt Fleming1-1/+8
2012-07-30Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming1-50/+40
2012-07-20elflink: Replace __intcall() with direct function callsMatt Fleming1-3/+1
2012-05-29core/font.c: remove another reference to trackbufH. Peter Anvin1-1/+0
2012-05-29core/font: clean up and remove trackbuf usageH. Peter Anvin1-36/+27
2012-05-19graphics: make use of syslinux_force_text_mode()Paulo Alcantara1-3/+3
2012-04-17Mark unused function parameters as __unusedMatt Fleming1-1/+1
2012-04-17font: Cast away compiler warningMatt Fleming1-1/+1
2012-03-23core: Delete the aux segmentMatt Fleming1-9/+11
2011-12-16core: Add firmware backend supportMatt Fleming1-6/+7
2011-12-01core: Reimplement lots asm code in CMatt Fleming1-0/+195