summaryrefslogtreecommitdiff
path: root/apps/plugins/lua (follow)
Commit message (Expand)AuthorAge
* Limit more variables to file scopeThomas Jarosch2015-01-11
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
* Revert "Update lua plugin to 5.2.3"Marcin Bukat2014-04-02
* Update lua plugin to 5.2.3Richard Quirk2014-04-02
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2014-01-07
* lua: Switch memory allocator from dl to tlsfMarcin Bukat2013-08-26
* Make lbitlib.c include its own header (for the luaopen_bit prototype)Bertrik Sikken2012-05-19
* Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz2012-04-04
* Fix lua unused-variable warning by introducing UNUSED_ATTR.Thomas Martitz2012-02-17
* Add playlist wrappers for luaAlbert Bloomfield2012-02-17
* Export runtime detected paths to lua scripts. Adapt stopwatch to not useThomas Martitz2012-01-29
* Lua: Add pluginlib_actions wrapper for lua scripts.Thomas Martitz2012-01-27
* Add touchscreen_get_mode() to plugin and lua.Thomas Martitz2012-01-27
* Initial commit of the Samsung YP-R0 port.Thomas Martitz2011-12-24
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Fix 'unused-but-set-variable' warnings (doom, lua)Rafaël Carré2011-06-17
* FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius2011-06-07
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-24
* Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz2010-08-24
* Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz2010-08-23
* Introduce plugin_crt0.c that every plugin links.Thomas Martitz2010-08-23
* lua: make DEBUG undefined by default, as doc statesRafaël Carré2010-07-11
* Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2010-07-10
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* FS#11347 by me: *dir LUA functions: luadir moduleRafaël Carré2010-06-18
* Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ...Maurus Cuelenaere2010-06-18
* Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generatorsMaurus Cuelenaere2010-06-18
* Make the sim buildable with mingw againFrank Gevaerts2010-05-14
* Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz2010-05-14
* Fix LUA red and yellow.Michael Sevakis2010-05-14
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz2010-03-08
* Lua fscanf: use pointer of file descriptor instead of file descriptor itself ...Maurus Cuelenaere2010-02-13
* Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere2010-02-13
* Lua: return nil when function failed instead of returning nothingMaurus Cuelenaere2009-10-29
* Also expose functions having (s)size_t or off_t as argument/return type to Lua.Maurus Cuelenaere2009-10-29
* Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...Kevin Ferrare2009-10-29
* Lua: add lib/helper.c wrappersMaurus Cuelenaere2009-10-26
* Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere2009-10-23
* Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere2009-10-23
* Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz2009-10-11
* Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts2009-10-11
* Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere2009-09-06
* Lua: implement the ^ and % operatorsMaurus Cuelenaere2009-07-27
* Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere2009-07-23
* Lua IOlib: when opening files for writing/appending, check if they exist and ...Maurus Cuelenaere2009-07-17
* Revert r21863 partly: fixes LuaMaurus Cuelenaere2009-07-15
* FS#10080Nils Wallménius2009-07-14