index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lua
/
rocklib.c
Age
Commit message (
Expand
)
Author
2009-10-29
Lua: return nil when function failed instead of returning nothing
Maurus Cuelenaere
2009-10-29
Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...
Kevin Ferrare
2009-10-26
Lua: add lib/helper.c wrappers
Maurus Cuelenaere
2009-10-23
Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference
Maurus Cuelenaere
2009-07-23
Lua: return nil when kbd_input() gets aborted and make it possible to preset ...
Maurus Cuelenaere
2009-07-08
Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)
Maurus Cuelenaere
2009-07-05
Lua: use rb->screens[] to do painting
Maurus Cuelenaere
2009-07-05
Lua: implement gui_syncyesno_run
Maurus Cuelenaere
2009-07-05
Lua: add script which wraps not-yet ported C functions to Lua
Maurus Cuelenaere
2009-07-03
Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...
Maurus Cuelenaere
2009-07-01
Lua: because Rockbox doesn't support any current working directory functional...
Maurus Cuelenaere
2009-06-28
Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua
Maurus Cuelenaere
2009-06-28
Lua:
Maurus Cuelenaere
2009-06-25
Lua: add the package library
Maurus Cuelenaere
2009-06-15
Fix yellow
Maurus Cuelenaere
2009-06-15
Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...
Maurus Cuelenaere
2009-06-01
Lua: add touchscreen_set_mode & current_path (+ some constants)
Maurus Cuelenaere
2009-05-25
Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...
Maurus Cuelenaere
2009-05-25
Fix some typos
Maurus Cuelenaere
2009-05-25
Lua: port viewports + add test_viewports.lua
Maurus Cuelenaere
2009-05-25
* read_bmp_*(): add FORMAT_RETURN_SIZE
Maurus Cuelenaere
2009-05-24
Lua: /me should learn about C arrays.. :/
Maurus Cuelenaere
2009-05-24
Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappers
Maurus Cuelenaere
2009-05-24
Lua: add image handling + some other wrappers
Maurus Cuelenaere
2009-05-22
Lua:
Maurus Cuelenaere
2009-05-22
Lua:
Maurus Cuelenaere
2009-05-22
Lua: add file handling
Maurus Cuelenaere
2009-05-21
Lua: fix some issues with rocklib
Maurus Cuelenaere
2009-05-21
Commit FS#9174: Lua scripting language by Dan Everton
Maurus Cuelenaere