summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
* Pluginlib: Add support for general buttons. Add menu and quit buttons to ↵Karl Kurbjun2009-08-02
| | | | | | Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22110 a1c6a512-1295-4272-9138-f99709370657
* Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere2009-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22098 a1c6a512-1295-4272-9138-f99709370657
* Doom: prevent division by zeroMaurus Cuelenaere2009-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22097 a1c6a512-1295-4272-9138-f99709370657
* pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the ↵Teruaki Kawashima2009-08-01
| | | | | | | | menu. Simplify menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22091 a1c6a512-1295-4272-9138-f99709370657
* Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none ↵Maurus Cuelenaere2009-07-30
| | | | | | available git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22089 a1c6a512-1295-4272-9138-f99709370657
* fix deleteAnimation in calculator plugin.Teruaki Kawashima2009-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22088 a1c6a512-1295-4272-9138-f99709370657
* Minor additions to floating point math functions.Wincent Balin2009-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22086 a1c6a512-1295-4272-9138-f99709370657
* Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima2009-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22083 a1c6a512-1295-4272-9138-f99709370657
* Reversi: Attempt to account for screen aspect, add preliminary absolute ↵Karl Kurbjun2009-07-29
| | | | | | touchscreen support (Menu button and quit button need to be added to display) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22079 a1c6a512-1295-4272-9138-f99709370657
* Upps, fix to r22071Johannes Schwarz2009-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22073 a1c6a512-1295-4272-9138-f99709370657
* Fix some tiny bugs in the help screen from solitaire and starJohannes Schwarz2009-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22071 a1c6a512-1295-4272-9138-f99709370657
* Lua: implement the ^ and % operatorsMaurus Cuelenaere2009-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22070 a1c6a512-1295-4272-9138-f99709370657
* Reversi: Simplify screen sizing - now supports any resolution.Karl Kurbjun2009-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22061 a1c6a512-1295-4272-9138-f99709370657
* Sudoku: Add support for 640xx480 screens.Karl Kurbjun2009-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22060 a1c6a512-1295-4272-9138-f99709370657
* updated help for r22057Robert Kukla2009-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22058 a1c6a512-1295-4272-9138-f99709370657
* new powerup in brickmania Robert Kukla2009-07-26
| | | | | | | Author: Asael Reiter Flyspray: FS #10463 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22057 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747: change PNG menu button to BUTTON_POWERMaurus Cuelenaere2009-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22054 a1c6a512-1295-4272-9138-f99709370657
* initial commit of remote support for m:robe 100 courtesy of lowlight; ↵Robert Kukla2009-07-26
| | | | | | simulator support including small fixes for the m:robe 500 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22053 a1c6a512-1295-4272-9138-f99709370657
* Fix some casts from pointer to int, now cast to intptr_tFrank Gevaerts2009-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22038 a1c6a512-1295-4272-9138-f99709370657
* Add a png viewer pluginFrank Gevaerts2009-07-25
| | | | | | | | Author: Christophe Gouiran Flyspray: FS#9493 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22037 a1c6a512-1295-4272-9138-f99709370657
* fix some bugs reported in FS#9707 (some of fix is from the patch by ↵Teruaki Kawashima2009-07-25
| | | | | | | | Yoshihisa Uchida). see the task for more details. improve readability of code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22027 a1c6a512-1295-4272-9138-f99709370657
* Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as ↵Peter D'Hoye2009-07-23
| | | | | | memory allocator. Probably the last patch I commit for him, next changes are for him :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22017 a1c6a512-1295-4272-9138-f99709370657
* Fix wrong text colour in help, adapt pegbox manual to r21867Johannes Schwarz2009-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22016 a1c6a512-1295-4272-9138-f99709370657
* Fix OndaKarl Kurbjun2009-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22011 a1c6a512-1295-4272-9138-f99709370657
* Forgot to update sources for last revision (r22009)Karl Kurbjun2009-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22010 a1c6a512-1295-4272-9138-f99709370657
* Superdom: Add support for 640x480 and 480x640 screens, simplify screen defines.Karl Kurbjun2009-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22009 a1c6a512-1295-4272-9138-f99709370657
* Lua: return nil when kbd_input() gets aborted and make it possible to preset ↵Maurus Cuelenaere2009-07-23
| | | | | | the input string (based on FS#10455 by Christophe Gragnic) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22008 a1c6a512-1295-4272-9138-f99709370657
* Decrease the text buffer a tiny bit to make it fit again on archos. This ↵Frank Gevaerts2009-07-21
| | | | | | really should use plugin_get_buffer() (and possibly plugin_get_audio_buffer() for big files) though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21996 a1c6a512-1295-4272-9138-f99709370657
* Add a standard menu, add highscore table and clean up the code in spacerocks ↵Johannes Schwarz2009-07-21
| | | | | | (part of FS#10193) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21995 a1c6a512-1295-4272-9138-f99709370657
* text_editor: don't set filename "/" before input new filename so that user ↵Teruaki Kawashima2009-07-21
| | | | | | | | | can easily create copy in same directory. select new last line if last line is cut/deleted or concatenated to above line. fix bugs when changes are not saved (FS#9692, patch by Johannes Linke). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21994 a1c6a512-1295-4272-9138-f99709370657
* By Wincent Balin: add a new (better) memory allocation library for pdbox. ↵Peter D'Hoye2009-07-21
| | | | | | Next commit will remove dbestfit and make pdbox use this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21993 a1c6a512-1295-4272-9138-f99709370657
* By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS ↵Peter D'Hoye2009-07-21
| | | | | | #10416) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21992 a1c6a512-1295-4272-9138-f99709370657
* Snake2: Add support for 640x480 screensKarl Kurbjun2009-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21991 a1c6a512-1295-4272-9138-f99709370657
* Star, Flipit, Rockblox, Sokoban, Wormlet: Add support for 640x480 screensKarl Kurbjun2009-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21990 a1c6a512-1295-4272-9138-f99709370657
* Pegbox: Add support for 640x480 screensKarl Kurbjun2009-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21987 a1c6a512-1295-4272-9138-f99709370657
* Jewels: Add graphics for 640x480 screens.Karl Kurbjun2009-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21966 a1c6a512-1295-4272-9138-f99709370657
* Replace bitmap menu with a standard menu, add highscore table, save last ↵Johannes Schwarz2009-07-18
| | | | | | achieved level and add difficulty (part of FS#10193) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21964 a1c6a512-1295-4272-9138-f99709370657
* Simplify my previous change, don't need separate defines for ipodDave Hooper2009-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21962 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#10350, prevents to save an unchanged highscore and move the ↵Johannes Schwarz2009-07-18
| | | | | | function show_highscore to the lib git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21960 a1c6a512-1295-4272-9138-f99709370657
* set YOFS to 0 for portrait LCDs.Teruaki Kawashima2009-07-18
| | | | | | set NUM_SCORES to 5 for all targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21959 a1c6a512-1295-4272-9138-f99709370657
* Flyspray: FS#10326Frank Gevaerts2009-07-18
| | | | | | | | | | | Author: Tomer Shalev Adds a USB HID sample application, a plugin tha allows to send HID commands while connected in non-storage mode. This also removes the HID stuff in the debug menu. Testing is now easily doable from the plugin Also general HID updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21953 a1c6a512-1295-4272-9138-f99709370657
* Fix PDbox compilationMaurus Cuelenaere2009-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21952 a1c6a512-1295-4272-9138-f99709370657
* Make clix playable on ipod by fixing keymap (so up doesn't quit), button ↵Dave Hooper2009-07-18
| | | | | | repeat logic (so holding down select doesn't repeatedly fire select events), and not clearing button queue so repeat/release events get detected git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21951 a1c6a512-1295-4272-9138-f99709370657
* Clix: Add support for screen widths larger than 480Karl Kurbjun2009-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21947 a1c6a512-1295-4272-9138-f99709370657
* Brickmania, Chessbox, Blackjack, and Solitaire: Add support for 640x480 and ↵Karl Kurbjun2009-07-18
| | | | | | 480x640 screens git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21946 a1c6a512-1295-4272-9138-f99709370657
* Bubbles: Make new screen support a bit more generic and add support for ↵Karl Kurbjun2009-07-18
| | | | | | 640x480 and 480x640 screen sizes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21945 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Correct a bug in the ball/brick collision (large screens ↵Karl Kurbjun2009-07-18
| | | | | | (640x480) did not collide with the bottom row of bricks) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21944 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Make the defines dependent on screen size generic calculationsKarl Kurbjun2009-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21943 a1c6a512-1295-4272-9138-f99709370657
* Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré2009-07-17
| | | | | | | | After a discussion mixed on mailing list and irc, it was agreed that more abstraction for plugins is better (so developers don't have to add a check to HAVE_DISK_STORAGE when writing disk-specific code) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21923 a1c6a512-1295-4272-9138-f99709370657
* Lua IOlib: when opening files for writing/appending, check if they exist and ↵Maurus Cuelenaere2009-07-17
| | | | | | if not, add O_CREAT. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21918 a1c6a512-1295-4272-9138-f99709370657