Age | Commit message (Expand) | Author |
2009-07-11 | Correct return value when quit sudoku from the menu. | Teruaki Kawashima |
2009-07-10 | FS#10418: Change menu button in Sudoku on Fuze, by Nick Tryon | Johannes Schwarz |
2009-07-10 | Correct return value of function get_ucs, position of next character, in view... | Teruaki Kawashima |
2009-07-10 | Lua: | Maurus Cuelenaere |
2009-07-09 | fix FS#9383 (chessclock freezes on deleting a player), patch by Yoshihisa Uch... | Teruaki Kawashima |
2009-07-08 | Helloworld.lua: fix file_put_contents depending on a wrong return value of io... | Maurus Cuelenaere |
2009-07-08 | add keymap for m300 and fix warnings of previous patch | Johannes Schwarz |
2009-07-08 | new game plugin for colored players named clix (by Rene Peinthor) | Johannes Schwarz |
2009-07-08 | Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ... | Bertrik Sikken |
2009-07-08 | Lua IOlib: don't create files when they don't exist | Maurus Cuelenaere |
2009-07-08 | Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions) | Maurus Cuelenaere |
2009-07-06 | Fix returning too early (before cleanup) in RFAC, which led to not cancelling | Thomas Martitz |
2009-07-05 | Adapt pictureflow and random_folder_advance_config to make use of the new got... | Thomas Martitz |
2009-07-05 | Lua: use rb->screens[] to do painting | Maurus Cuelenaere |
2009-07-05 | Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040... | Maurus Cuelenaere |
2009-07-05 | Also make rocklib_aux.c depend on $(LUA_OBJ) | Maurus Cuelenaere |
2009-07-05 | Lua: implement gui_syncyesno_run | Maurus Cuelenaere |
2009-07-05 | Sansa Fuze: Correct some solitaire controls. | Thomas Martitz |
2009-07-05 | Fix sim_* errors when compiling Lua | Maurus Cuelenaere |
2009-07-05 | Fix actions.lua & buttons.lua make errors | Maurus Cuelenaere |
2009-07-05 | Add a Rockbox header.. | Maurus Cuelenaere |
2009-07-05 | Lua: add script which wraps not-yet ported C functions to Lua | Maurus Cuelenaere |
2009-07-04 | FS#10291: use lib highscore.h and add a new highscore table | Johannes Schwarz |
2009-07-04 | Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ta... | Andrew Mahone |
2009-07-04 | Revert "Consolidate all fixed point math routines in one library (FS#10400) b... | Maurus Cuelenaere |
2009-07-04 | Consolidate all fixed point math routines in one library (FS#10400) by Jeffre... | Maurus Cuelenaere |
2009-07-03 | Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl... | Maurus Cuelenaere |
2009-07-03 | Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k... | Peter D'Hoye |
2009-07-02 | Initialise minesweeper main menu so that first item is selected on plugin sta... | Dave Hooper |
2009-07-02 | reduce size of the instance of struct style_text in lib/display.h (thanks to ... | Johannes Schwarz |
2009-07-01 | clarify error message a bit | Frank Gevaerts |
2009-07-01 | Remove the static order[] allocation in favour of plugin_get_buffer() | Frank Gevaerts |
2009-07-01 | Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archos | Frank Gevaerts |
2009-07-01 | Lua: because Rockbox doesn't support any current working directory functional... | Maurus Cuelenaere |
2009-07-01 | Add "Play Shuffled" menu item to random_folder_advance_config, which adds all... | Frank Gevaerts |
2009-06-30 | Improve the highscore related functions in plugin lib (FS#10350) | Alexander Levin |
2009-06-30 | Correct comment | Maurus Cuelenaere |
2009-06-30 | Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREEN | Maurus Cuelenaere |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-28 | Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua | Maurus Cuelenaere |
2009-06-28 | Fix typo & red | Maurus Cuelenaere |
2009-06-28 | Lua: | Maurus Cuelenaere |
2009-06-28 | FS#10099: new lib, which displays formatted text on every target; also suppor... | Johannes Schwarz |
2009-06-28 | Trivial changes to Mazezam to fix the red on 3G iPods. | Magnus Holmgren |
2009-06-27 | FS#10294: reform the weird buttons in maze and mazezam for Fuze, E200 and ipod3G | Johannes Schwarz |
2009-06-26 | FS#10283 simplify plugins' menus by using stringlist with callback (by Teruak... | Johannes Schwarz |
2009-06-26 | fix small issues in xobox (part of FS#10283 by Teruaki Kawashima) | Johannes Schwarz |
2009-06-25 | Lua: add the package library | Maurus Cuelenaere |
2009-06-24 | Lua: expose BUTTON_* defines | Maurus Cuelenaere |
2009-06-24 | Clear the display before showing the splash (part of FS#10138 by Teruaki Kawa... | Alexander Levin |