summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua
AgeCommit message (Expand)AuthorFilesLines
2012-02-17Fix lua unused-variable warning by introducing UNUSED_ATTR.Thomas Martitz1-1/+1
2012-02-17Add playlist wrappers for luaAlbert Bloomfield1-0/+65
2012-01-29Export runtime detected paths to lua scripts. Adapt stopwatch to not useThomas Martitz1-1/+11
2012-01-27Lua: Add pluginlib_actions wrapper for lua scripts.Thomas Martitz3-1/+27
2012-01-27Add touchscreen_get_mode() to plugin and lua.Thomas Martitz1-0/+6
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz2-0/+2
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+5
2011-06-17Fix 'unused-but-set-variable' warnings (doom, lua)Rafaël Carré1-11/+6
2011-06-07FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-1/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+1
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz1-4/+0
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+4
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+1
2010-07-11lua: make DEBUG undefined by default, as doc statesRafaël Carré2-4/+4
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2-4/+4
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz3-3/+3
2010-06-18FS#11347 by me: *dir LUA functions: luadir moduleRafaël Carré5-0/+152
2010-06-18Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ...Maurus Cuelenaere2-1/+18
2010-06-18Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generatorsMaurus Cuelenaere1-3/+3
2010-05-14Make the sim buildable with mingw againFrank Gevaerts1-1/+1
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz1-2/+5
2010-05-14Fix LUA red and yellow.Michael Sevakis1-1/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-3/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz1-0/+1
2010-02-13Lua fscanf: use pointer of file descriptor instead of file descriptor itself ...Maurus Cuelenaere1-3/+4
2010-02-13Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere4-13/+297
2009-10-29Lua: return nil when function failed instead of returning nothingMaurus Cuelenaere1-12/+15
2009-10-29Also expose functions having (s)size_t or off_t as argument/return type to Lua.Maurus Cuelenaere1-0/+6
2009-10-29Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...Kevin Ferrare1-0/+1
2009-10-26Lua: add lib/helper.c wrappersMaurus Cuelenaere1-0/+39
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere3-0/+287
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere1-0/+38
2009-10-11Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz1-3/+3
2009-10-11Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts1-1/+1
2009-09-06Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere1-1/+1
2009-07-27Lua: implement the ^ and % operatorsMaurus Cuelenaere2-22/+33
2009-07-23Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere1-4/+14
2009-07-17Lua IOlib: when opening files for writing/appending, check if they exist and ...Maurus Cuelenaere1-0/+2
2009-07-15Revert r21863 partly: fixes LuaMaurus Cuelenaere3-3/+5
2009-07-14FS#10080Nils Wallménius3-6/+3
2009-07-10Lua:Maurus Cuelenaere1-1/+1
2009-07-08Lua IOlib: don't create files when they don't existMaurus Cuelenaere1-2/+0
2009-07-08Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere1-0/+5
2009-07-05Lua: use rb->screens[] to do paintingMaurus Cuelenaere1-6/+12
2009-07-05Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere1-1/+1
2009-07-05Lua: implement gui_syncyesno_runMaurus Cuelenaere2-0/+42
2009-07-05Fix sim_* errors when compiling LuaMaurus Cuelenaere1-1/+1
2009-07-05Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere1-2/+2