summaryrefslogtreecommitdiff
path: root/apps/plugins/lua (unfollow)
Commit message (Expand)Author
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
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere
2009-05-27Fix yellow & redMaurus Cuelenaere
2009-05-27Lua: add support for os libraryMaurus Cuelenaere
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere
2009-05-25Fix some typosMaurus Cuelenaere
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere
2009-05-25Fix mingw & cygwin buildsMaurus Cuelenaere
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere
2009-05-24Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere
2009-05-24Lua: add image handling + some other wrappersMaurus Cuelenaere
2009-05-22Lua: add stack traceback when erroring outMaurus Cuelenaere
2009-05-22Set svn propertiesMaurus Cuelenaere
2009-05-22Lua:Maurus Cuelenaere
2009-05-22Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexiste...Maurus Cuelenaere
2009-05-22Lua:Maurus Cuelenaere
2009-05-22Lua: add file handlingMaurus Cuelenaere
2009-05-21Lua: add actions.lua to the zip fileMaurus Cuelenaere
2009-05-21Lua: fix some issues with rocklibMaurus Cuelenaere
2009-05-21Forgot to remove this testing code..Maurus Cuelenaere
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere