summaryrefslogtreecommitdiff
path: root/apps/plugins/lua
AgeCommit message (Expand)Author
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-18FS#11347 by me: *dir LUA functions: luadir moduleRafaël Carré
2010-06-18Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ...Maurus Cuelenaere
2010-06-18Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generatorsMaurus Cuelenaere
2010-05-14Make the sim buildable with mingw againFrank Gevaerts
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz
2010-05-14Fix LUA red and yellow.Michael Sevakis
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz
2010-02-13Lua fscanf: use pointer of file descriptor instead of file descriptor itself ...Maurus Cuelenaere
2010-02-13Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere
2009-10-29Lua: return nil when function failed instead of returning nothingMaurus Cuelenaere
2009-10-29Also expose functions having (s)size_t or off_t as argument/return type to Lua.Maurus Cuelenaere
2009-10-29Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...Kevin Ferrare
2009-10-26Lua: add lib/helper.c wrappersMaurus Cuelenaere
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere
2009-10-11Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz
2009-10-11Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts
2009-09-06Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere
2009-07-27Lua: implement the ^ and % operatorsMaurus Cuelenaere
2009-07-23Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere
2009-07-17Lua IOlib: when opening files for writing/appending, check if they exist and ...Maurus Cuelenaere
2009-07-15Revert r21863 partly: fixes LuaMaurus Cuelenaere
2009-07-14FS#10080Nils Wallménius
2009-07-10Lua:Maurus Cuelenaere
2009-07-08Lua IOlib: don't create files when they don't existMaurus Cuelenaere
2009-07-08Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere
2009-07-05Lua: use rb->screens[] to do paintingMaurus Cuelenaere
2009-07-05Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere
2009-07-05Lua: implement gui_syncyesno_runMaurus Cuelenaere
2009-07-05Fix sim_* errors when compiling LuaMaurus Cuelenaere
2009-07-05Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere
2009-07-05Add a Rockbox header..Maurus Cuelenaere
2009-07-05Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere
2009-07-03Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...Maurus Cuelenaere
2009-07-01Lua: because Rockbox doesn't support any current working directory functional...Maurus Cuelenaere
2009-06-30Correct commentMaurus Cuelenaere
2009-06-30Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREENMaurus Cuelenaere
2009-06-28Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.luaMaurus Cuelenaere
2009-06-28Fix typo & redMaurus Cuelenaere
2009-06-28Lua:Maurus Cuelenaere
2009-06-25Lua: add the package libraryMaurus Cuelenaere
2009-06-24Lua: expose BUTTON_* definesMaurus Cuelenaere
2009-06-24Fix FS#10378: Lua crashes when loading non-existing filesMaurus Cuelenaere
2009-06-15Fix yellowMaurus Cuelenaere
2009-06-15Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...Maurus Cuelenaere
2009-06-09Correct the includes; the old way broke parallel builds.Magnus Holmgren
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere