summaryrefslogtreecommitdiff
path: root/apps/plugins/lua (follow)
Commit message (Expand)AuthorAge
* 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
* Lua:Maurus Cuelenaere2009-07-10
* Lua IOlib: don't create files when they don't existMaurus Cuelenaere2009-07-08
* Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere2009-07-08
* Lua: use rb->screens[] to do paintingMaurus Cuelenaere2009-07-05
* Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere2009-07-05
* Lua: implement gui_syncyesno_runMaurus Cuelenaere2009-07-05
* Fix sim_* errors when compiling LuaMaurus Cuelenaere2009-07-05
* Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere2009-07-05
* Add a Rockbox header..Maurus Cuelenaere2009-07-05
* Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere2009-07-05
* Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...Maurus Cuelenaere2009-07-03
* Lua: because Rockbox doesn't support any current working directory functional...Maurus Cuelenaere2009-07-01
* Correct commentMaurus Cuelenaere2009-06-30
* Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREENMaurus Cuelenaere2009-06-30
* Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.luaMaurus Cuelenaere2009-06-28
* Fix typo & redMaurus Cuelenaere2009-06-28
* Lua:Maurus Cuelenaere2009-06-28
* Lua: add the package libraryMaurus Cuelenaere2009-06-25
* Lua: expose BUTTON_* definesMaurus Cuelenaere2009-06-24
* Fix FS#10378: Lua crashes when loading non-existing filesMaurus Cuelenaere2009-06-24
* Fix yellowMaurus Cuelenaere2009-06-15
* Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...Maurus Cuelenaere2009-06-15
* Correct the includes; the old way broke parallel builds.Magnus Holmgren2009-06-09
* Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere2009-06-01
* Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere2009-06-01
* Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere2009-05-28
* Fix yellow & redMaurus Cuelenaere2009-05-27
* Lua: add support for os libraryMaurus Cuelenaere2009-05-27
* Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere2009-05-25
* Fix some typosMaurus Cuelenaere2009-05-25
* Lua: port viewports + add test_viewports.luaMaurus Cuelenaere2009-05-25
* Fix mingw & cygwin buildsMaurus Cuelenaere2009-05-25
* * read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere2009-05-25
* Lua: /me should learn about C arrays.. :/Maurus Cuelenaere2009-05-24
* Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere2009-05-24
* Lua: add image handling + some other wrappersMaurus Cuelenaere2009-05-24