rockbox/apps/plugins/searchengine
2007-04-21 18:38:25 +00:00
..
dbinterface.c "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me 2006-02-18 20:51:34 +00:00
dbinterface.h "Next/Previous jpeg from within the JPEG viewer" addition by Alexander Spyridakis, modified a bit by me 2006-02-18 20:51:34 +00:00
Makefile Replaced some explicit options for target linking with to be consistent with the sims. 2007-02-15 20:28:08 +00:00
parser.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
parser.h
searchengine.c General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
searchengine.h Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
token.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
token.h