aboutsummaryrefslogtreecommitdiff
path: root/miscutils/fbsplash.c
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-03-29fbsplash: support configurable image positionPeter Korsgaard
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-10-17fbsplash: fix regression from e4fa7b7Timo Teräs
2012-09-06fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai
2011-10-17fbsplash: support 8bit modePeter Korsgaard
2011-10-17fbsplash: limit progress bar flickerPeter Korsgaard
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-03-14fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko
2010-02-09compat and warning fixesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-07fbsplash: allow compressed image filesVladimir Dronnikov
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-02-18- bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer
2009-02-18- document ppm header and skip whitespaceBernhard Reutner-Fischer
2009-02-16- PPMs can have comments in the header.Bernhard Reutner-Fischer
2009-02-14- misc untested shrinkage:Bernhard Reutner-Fischer
2009-01-27- update Michele addressBernhard Reutner-Fischer
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-04fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko
2008-03-28fbsplash: move to /sbin; small shrinkDenis Vlasenko
2008-03-27fbsplash: support this usage:Denis Vlasenko
2008-03-26fbsplash: fix broken handling of buffered case:Denis Vlasenko
2008-03-26fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko
2008-03-26fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko