summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
* Another patch by Wincent Balin (from the FS #10416 series): get rid of some ↵Peter D'Hoye2009-07-12
| | | | | | warnings. PDBox now builds without any error or warning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21819 a1c6a512-1295-4272-9138-f99709370657
* PDBox: One file with stuff is enough....Peter D'Hoye2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21818 a1c6a512-1295-4272-9138-f99709370657
* More work on PDBox by Wincent Balin. The PDBox plug-in is now working with ↵Peter D'Hoye2009-07-12
| | | | | | the pdpod_test.pd file from the PureData.zip archive git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21816 a1c6a512-1295-4272-9138-f99709370657
* Patch by Wincent Balin: convert pdbox from app to viewerPeter D'Hoye2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21815 a1c6a512-1295-4272-9138-f99709370657
* set svn:keywords propertyTeruaki Kawashima2009-07-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21809 a1c6a512-1295-4272-9138-f99709370657
* * ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold2009-07-12
| | | | | | | | | * Fix saving another unused reg in dsp code * Use less regs in the generic ARM mpegplayer adding idct pure DC case * Fix ARMv6 mpegplayer adding idct using an unsaved register in pure DC case git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21803 a1c6a512-1295-4272-9138-f99709370657
* Optimize chopper a bit by making a often used macro an inline function(which ↵Thomas Martitz2009-07-12
| | | | | | means its parameter expressions are evaluated before expanding) and removing a unecessary display clear. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21802 a1c6a512-1295-4272-9138-f99709370657
* Fix plugins for the changed pitch scale from r21781Jens Arnold2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21794 a1c6a512-1295-4272-9138-f99709370657
* clix: fix bug that game isn't over when no move is possible.Teruaki Kawashima2009-07-11
| | | | | | clean up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21774 a1c6a512-1295-4272-9138-f99709370657
* Correct return value when quit sudoku from the menu.Teruaki Kawashima2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21771 a1c6a512-1295-4272-9138-f99709370657
* FS#10418: Change menu button in Sudoku on Fuze, by Nick TryonJohannes Schwarz2009-07-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21750 a1c6a512-1295-4272-9138-f99709370657
* Correct return value of function get_ucs, position of next character, in ↵Teruaki Kawashima2009-07-10
| | | | | | viewer plugin (FS #9387, patch by Yoshihisa Uchida, small modification by me). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21743 a1c6a512-1295-4272-9138-f99709370657
* Lua:Maurus Cuelenaere2009-07-10
| | | | | | | | * add ./?/init.lua to the search path for require * put Lua libs in /.rockbox/rocks/viewers/lua/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21739 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9383 (chessclock freezes on deleting a player), patch by Yoshihisa ↵Teruaki Kawashima2009-07-09
| | | | | | Uchida. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21733 a1c6a512-1295-4272-9138-f99709370657
* Helloworld.lua: fix file_put_contents depending on a wrong return value of ↵Maurus Cuelenaere2009-07-08
| | | | | | io.write + use a cleaner version of if(file == nil) (thanks to Christophe Gragnic) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21731 a1c6a512-1295-4272-9138-f99709370657
* add keymap for m300 and fix warnings of previous patchJohannes Schwarz2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21723 a1c6a512-1295-4272-9138-f99709370657
* new game plugin for colored players named clix (by Rene Peinthor)Johannes Schwarz2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21720 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" ↵Bertrik Sikken2009-07-08
| | | | | | by Matthew Bonnett. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21718 a1c6a512-1295-4272-9138-f99709370657
* Lua IOlib: don't create files when they don't existMaurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21715 a1c6a512-1295-4272-9138-f99709370657
* Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere2009-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21712 a1c6a512-1295-4272-9138-f99709370657
* Fix returning too early (before cleanup) in RFAC, which led to not cancellingThomas Martitz2009-07-06
| | | | | | boosting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21682 a1c6a512-1295-4272-9138-f99709370657
* Adapt pictureflow and random_folder_advance_config to make use of the new ↵Thomas Martitz2009-07-05
| | | | | | | | | goto-wps exit feature. For pictureflow a menu item is added, but the key press that works in the filetree works also (unless it's already remapped), rfa will go to the wps after selecting "Play Shuffled", as it needs to exit then anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21681 a1c6a512-1295-4272-9138-f99709370657
* Lua: use rb->screens[] to do paintingMaurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21676 a1c6a512-1295-4272-9138-f99709370657
* Take 2 at 'Consolidate all fixed point math routines in one library' ↵Maurus Cuelenaere2009-07-05
| | | | | | (FS#10400) by Jeffrey Goode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21664 a1c6a512-1295-4272-9138-f99709370657
* Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21663 a1c6a512-1295-4272-9138-f99709370657
* Lua: implement gui_syncyesno_runMaurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21662 a1c6a512-1295-4272-9138-f99709370657
* Sansa Fuze: Correct some solitaire controls.Thomas Martitz2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21661 a1c6a512-1295-4272-9138-f99709370657
* Fix sim_* errors when compiling LuaMaurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21660 a1c6a512-1295-4272-9138-f99709370657
* Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21659 a1c6a512-1295-4272-9138-f99709370657
* Add a Rockbox header..Maurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21658 a1c6a512-1295-4272-9138-f99709370657
* Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere2009-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21657 a1c6a512-1295-4272-9138-f99709370657
* FS#10291: use lib highscore.h and add a new highscore tableJohannes Schwarz2009-07-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21643 a1c6a512-1295-4272-9138-f99709370657
* Replace HAVE_SCROLLWHEEL in PictureFlow with USE_CORE_PREVNEXT, defined on ↵Andrew Mahone2009-07-04
| | | | | | targets where special horizontal-scroll mappings are broken or make no sense. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21636 a1c6a512-1295-4272-9138-f99709370657
* Revert "Consolidate all fixed point math routines in one library (FS#10400) ↵Maurus Cuelenaere2009-07-04
| | | | | | by Jeffrey Goode" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21635 a1c6a512-1295-4272-9138-f99709370657
* Consolidate all fixed point math routines in one library (FS#10400) by ↵Maurus Cuelenaere2009-07-04
| | | | | | Jeffrey Goode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21633 a1c6a512-1295-4272-9138-f99709370657
* Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from ↵Maurus Cuelenaere2009-07-03
| | | | | | rocklib.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21630 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some ↵Peter D'Hoye2009-07-03
| | | | | | keyword and line-ending fixes by me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21626 a1c6a512-1295-4272-9138-f99709370657
* Initialise minesweeper main menu so that first item is selected on plugin ↵Dave Hooper2009-07-02
| | | | | | start (previously was uninitialised, for me usually started off with second item selected) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21617 a1c6a512-1295-4272-9138-f99709370657
* reduce size of the instance of struct style_text in lib/display.h (thanks to ↵Johannes Schwarz2009-07-02
| | | | | | Teruaki Kawashima) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21614 a1c6a512-1295-4272-9138-f99709370657
* clarify error message a bitFrank Gevaerts2009-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21599 a1c6a512-1295-4272-9138-f99709370657
* Remove the static order[] allocation in favour of plugin_get_buffer()Frank Gevaerts2009-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21598 a1c6a512-1295-4272-9138-f99709370657
* Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archosFrank Gevaerts2009-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21597 a1c6a512-1295-4272-9138-f99709370657
* Lua: because Rockbox doesn't support any current working directory ↵Maurus Cuelenaere2009-07-01
| | | | | | functionality, 'hack' loadlib so it replace '$' in LUA_PATH_DEFAULT with the directory wherein the current script is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21595 a1c6a512-1295-4272-9138-f99709370657
* Add "Play Shuffled" menu item to random_folder_advance_config, which adds ↵Frank Gevaerts2009-07-01
| | | | | | | | | all configured configured directories to the current playlist in random order. (FS#10403) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21594 a1c6a512-1295-4272-9138-f99709370657
* Improve the highscore related functions in plugin lib (FS#10350)Alexander Levin2009-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21578 a1c6a512-1295-4272-9138-f99709370657
* Correct commentMaurus Cuelenaere2009-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21574 a1c6a512-1295-4272-9138-f99709370657
* Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREENMaurus Cuelenaere2009-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21573 a1c6a512-1295-4272-9138-f99709370657
* Remove int_prio argument from timer_register, and move the only use for it ↵Rafaël Carré2009-06-29
| | | | | | | | into alpine_cdc plugin, since this plugin is only built on SH7034 Also remove it from TIMER_START() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21558 a1c6a512-1295-4272-9138-f99709370657
* Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.luaMaurus Cuelenaere2009-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21544 a1c6a512-1295-4272-9138-f99709370657
* Fix typo & redMaurus Cuelenaere2009-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21543 a1c6a512-1295-4272-9138-f99709370657