Age | Commit message (Expand) | Author |
2018-03-29 | fbsplash: support configurable image position | Peter Korsgaard |
2017-09-13 | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-11-22 | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-22 | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-10-27 | fbsplash: use virtual y size in mmap size calculations | Timo Teräs |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2014-02-02 | zcat: complain if input is not compressed | Denys Vlasenko |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2012-10-17 | fbsplash: fix regression from e4fa7b7 | Timo Teräs |
2012-09-06 | fbsplash: support non-RGB565 pixels in 16-bit mode | Linus Walleij |
2012-02-29 | fbsplash: use line_length instead of xres * bytes_per_pixel | Yin Kangkai |
2011-10-17 | fbsplash: support 8bit mode | Peter Korsgaard |
2011-10-17 | fbsplash: limit progress bar flicker | Peter Korsgaard |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-03-28 | fbsplash: Add support for 24 and 32 bit color depth | Nuno Lucas |
2011-02-05 | Let fbsplash display images even when a second buffer is active | Dan Fandrich |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |
2010-05-16 | consolidate ESC sequences | Denys Vlasenko |
2010-03-14 | fbsplash: reinstate drawing of over/undersized images; shrink | Denys Vlasenko |
2010-02-09 | compat and warning fixes | Denys Vlasenko |
2009-11-15 | libbb: added xfdopen_for_read/write | Denys Vlasenko |
2009-11-07 | fbsplash: allow compressed image files | Vladimir Dronnikov |
2009-10-06 | *: use {i,u}toa() where appropriate | Denys 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 whitespace | Bernhard 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 address | Bernhard Reutner-Fischer |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-24 | *: conversion to config parser | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-04-22 | whitespace fixes. no code changes | Denis Vlasenko |
2008-04-04 | fbsplash: more compact support for named pipes + EOF scenario | Denis Vlasenko |
2008-03-28 | fbsplash: move to /sbin; small shrink | Denis Vlasenko |
2008-03-27 | fbsplash: support this usage: | Denis Vlasenko |
2008-03-26 | fbsplash: fix broken handling of buffered case: | Denis Vlasenko |
2008-03-26 | fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg | Denis Vlasenko |
2008-03-26 | fbsplash: shrink, better help text; inifile cannot specify image now; | Denis Vlasenko |