summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Comment var only used by already commented out debug code, delete #if 0'ed ↵Nils Wallménius2009-12-12
| | | | | | block move a comment and fix some broken indentation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23945 a1c6a512-1295-4272-9138-f99709370657
* spacerocks: Fix FS#9380: spacerocks shows funny rocks.Teruaki Kawashima2009-12-12
| | | | | | Initialize seed for rand() at the beginning of plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23944 a1c6a512-1295-4272-9138-f99709370657
* Invadrox: Fix red caused by touchscreen targets with no buttons defined for ↵Tomer Shalev2009-12-12
| | | | | | movements git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23943 a1c6a512-1295-4272-9138-f99709370657
* Fix wrong button used in touchscreen keymapTomer Shalev2009-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23942 a1c6a512-1295-4272-9138-f99709370657
* Invadrox: Add support for both touchscreen and buttons control of the game.Tomer Shalev2009-12-12
| | | | | | | | - Add buttons support for Cowon D2 - Introduce some mighty #ifdef hell :-( git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23941 a1c6a512-1295-4272-9138-f99709370657
* Fix Hebrew translationTomer Shalev2009-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23940 a1c6a512-1295-4272-9138-f99709370657
* Use positive logic in #ifdef hellTomer Shalev2009-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23939 a1c6a512-1295-4272-9138-f99709370657
* CodeBuster: Replace mapping defines with direct use of PLA_* macros.Tomer Shalev2009-12-12
| | | | | | | | Add PLA_MENU as a way to exit to menu Add PLA_START as a way to validate a combination git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23938 a1c6a512-1295-4272-9138-f99709370657
* Cowon: Fix wrong pluginlib actionTomer Shalev2009-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23937 a1c6a512-1295-4272-9138-f99709370657
* Cowon D2: Revert some of r23927 (keymap changes), and restore Radio keymappingsTomer Shalev2009-12-12
| | | | | | | to previous state git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23936 a1c6a512-1295-4272-9138-f99709370657
* Remove svn:executableMichael Chicoine2009-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23932 a1c6a512-1295-4272-9138-f99709370657
* Remove inline asm that hasn't been useful for years, no speed differenceNils Wallménius2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23928 a1c6a512-1295-4272-9138-f99709370657
* Cowon D2: Add some more key mappingsTomer Shalev2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23927 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow: add bracesJeffrey Goode2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23918 a1c6a512-1295-4272-9138-f99709370657
* plugin.c: It wouldn't make much sense to clear screen right before setting ↵Teruaki Kawashima2009-12-10
| | | | | | back colors to global settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23917 a1c6a512-1295-4272-9138-f99709370657
* Rework spacerocks:Teruaki Kawashima2009-12-10
| | | | | | | | | * Use consistent name for variables/field names. * Consistent use of field of structures. * Simplify draw_polygon(). * Add some helper functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23916 a1c6a512-1295-4272-9138-f99709370657
* These are the last plugin keymaps needed for the GoGear SA9200.Robert Menes2009-12-10
| | | | | | | | Left to add in: a 128x160 backdrop for rockblox to stop errors when compiling and then to finally enable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23915 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10841. Thanks to Thomas Martitz for spotting what was wrong.Frank Gevaerts2009-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23914 a1c6a512-1295-4272-9138-f99709370657
* More GoGear SA9200 plugin keymaps, plus a fix on mosaique.Robert Menes2009-12-09
| | | | | | | Just pluginlib actions and Doom and I'm DONE!! :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23912 a1c6a512-1295-4272-9138-f99709370657
* Remove some sample functions from codeclib - these were for verifying the ↵Andrew Mahone2009-12-09
| | | | | | generated asm for bs_generic and never intended for use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23911 a1c6a512-1295-4272-9138-f99709370657
* Reuse existing variable instead of creating a new one.Michael Chicoine2009-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23910 a1c6a512-1295-4272-9138-f99709370657
* Fix red - resolve multiple variable definitionMichael Chicoine2009-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23909 a1c6a512-1295-4272-9138-f99709370657
* Correct the debug information displayed for SD card to match the CID ↵Michael Chicoine2009-12-09
| | | | | | register layout. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23908 a1c6a512-1295-4272-9138-f99709370657
* Rework spacerocks:Teruaki Kawashima2009-12-09
| | | | | | | | | * Move functions to somewhat logical order. * Make functions static. * Remove unused functions and constants. * Make collision check strict. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23907 a1c6a512-1295-4272-9138-f99709370657
* fix red checkwpsJonathan Gordon2009-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23905 a1c6a512-1295-4272-9138-f99709370657
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
| | | | | | | | | | | | | | | | Hopefully the only user visible changes are: - fm and recording screens go by the statusbar setting (sbs or inbuilt) - plugins go back to using the theme as they should for menus and lists - splash screens might get cut a bit... entirely theme and splash dependant.. if there is a problematic one we can look at it later. - hopefully nothing more than very minor screen flickerings... let me know exactly where they are so they can be fixed New GUI screen rules: * Screens assume that the theme (sbs+ui viewport+ maybe background image) are always enabled. They may be disabled on a per display basis, but MUST be re-enabled on exit * Screens must not be coded in a way that requires a statusbar of any type.. the inbuilt bar will be removed shortly. ALWAYS RESPECT THE USERS SETTINGS unless the screen requires the full display to fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23904 a1c6a512-1295-4272-9138-f99709370657
* Extend av_log2 in codeclib into a generic for scanning for set bits, which ↵Andrew Mahone2009-12-09
| | | | | | can provide either log2 or leading-zero-count output, and can force mapping 0 input to 0 output if needed (otherwise 0 input produces undefined result). Replace av_log2 in lib/codeclib.h, floor_log2 and wl_min_lzc in libfaad/common.c and common.h, and count_leading_zeros in libalac/alac.c with macros using bs_generic. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23903 a1c6a512-1295-4272-9138-f99709370657
* GoGear SA9200 plugin keymap for snake2. Just get it underRobert Menes2009-12-08
| | | | | | | version control now before I forget. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23897 a1c6a512-1295-4272-9138-f99709370657
* Onda VX777: use POWER button to exit Plasma and StarfieldMaurus Cuelenaere2009-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23896 a1c6a512-1295-4272-9138-f99709370657
* Yet more GoGear SA9200 plugin keymaps. Almost done!Robert Menes2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23893 a1c6a512-1295-4272-9138-f99709370657
* make tpj1022 bootloader compile again Robert Kukla2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23892 a1c6a512-1295-4272-9138-f99709370657
* Corrected ondio language wildcards.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23888 a1c6a512-1295-4272-9138-f99709370657
* Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
* FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_pathNils Wallménius2009-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23879 a1c6a512-1295-4272-9138-f99709370657
* Boomshine:Maurus Cuelenaere2009-12-06
| | | | | | | | * simplify some things (no functional changes) * increase default and exploded ball size a bit to be more compliant with the original game (and make beating it on big screens a bit easier) * whitespace cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23876 a1c6a512-1295-4272-9138-f99709370657
* Correct checking return value of open in plugins.Teruaki Kawashima2009-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23874 a1c6a512-1295-4272-9138-f99709370657
* Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone2009-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23869 a1c6a512-1295-4272-9138-f99709370657
* slightly faster asm av_log2 for armv6 (currently only Gigabeat S)Nils Wallménius2009-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23868 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow: mixed signed/unsigned in conditional.Andrew Mahone2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23867 a1c6a512-1295-4272-9138-f99709370657
* Slightly improve av_log2 in codeclib on ARMv6.Andrew Mahone2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23866 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew translationTomer Shalev2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23863 a1c6a512-1295-4272-9138-f99709370657
* Yes/No screen: Add proper message for touchscreen targetsTomer Shalev2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23862 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen mapping: Fix setting contextTomer Shalev2009-12-05
| | | | | | | - Also fix a bug in tree context git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23861 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen button mapping enhancement in WPS contextTomer Shalev2009-12-05
| | | | | | | | | | - Menu: Top-left - View Playlist: Bottom-left - Record: Long bottom-right - ID3 screen: Bottom-right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23860 a1c6a512-1295-4272-9138-f99709370657
* Cowon D2: In WPS context, assign BUTTON_POWER to ACTION_WPS_BROWSETomer Shalev2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23859 a1c6a512-1295-4272-9138-f99709370657
* Move av_log2 function and asociated table to the codec lib, remove 3 ↵Nils Wallménius2009-12-05
| | | | | | identical implementations, always have LUT in iram (gives a *tiny* speedup on coldfire), make the clz based function return the same value as the non clz based function for 0 input to be safe (slows down flac ~2% on the gigabeat S) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23858 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen keymapping enhancementsTomer Shalev2009-12-05
| | | | | | | | | | | - Standard context: make center and mid-right the same (long press to get to context menu) - WPS: Top/Bottom middle controls volume - WPS: Long bottom-left for pitch screen - WPS: Long bottom-right for ID3 screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23857 a1c6a512-1295-4272-9138-f99709370657
* Cowon D2: Fix standard keymapsTomer Shalev2009-12-05
| | | | | | | | - ACTION_STD_CONTEXT was wrongly defined - ACTION_STD_QUICKSCREEN is unreachable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23856 a1c6a512-1295-4272-9138-f99709370657
* On RTL mode, flip + and - buttons (Cowon D2)Tomer Shalev2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23855 a1c6a512-1295-4272-9138-f99709370657
* A few more GoGear SA9200 plugin keymaps.Robert Menes2009-12-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23854 a1c6a512-1295-4272-9138-f99709370657