9
0
Fork 0
barebox/lib/gui
Sascha Hauer 3cfa4bc00c move file helper functions to separate file
We have our file helper functions in several places. Move them
all to lib/libfile.c.
With this we no longer have file helpers in fs/fs.c which contains
the core fs functions and no functions in lib/libbb.c which are
not from busybox.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-08-07 06:13:51 +02:00
..
Kconfig gui: IMAGE_RENDERER does not depend on VIDEO 2014-06-05 10:18:34 +02:00
Makefile gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
bmp.c barebox: remove double semicolons 2013-11-18 10:13:35 +01:00
bmp_layout.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
graphic_utils.c gui: convert graphic utils to respect line_length 2013-11-06 09:59:04 +01:00
image_renderer.c move file helper functions to separate file 2014-08-07 06:13:51 +02:00
lodepng.c gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
lodepng.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
picopng.c gui: Fix resource leak 2014-04-23 14:00:25 +02:00
picopng.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png.c gui: blit the surface on demand 2012-10-04 17:22:09 +02:00
png.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png_lode.c gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png_pico.c gui: Fix signed/unsigned arguments for printf 2013-11-11 08:52:05 +01:00