summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Text viewer: Make calculation clearerTomer Shalev2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25611 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Remove unused max_line_len variableTomer Shalev2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25610 a1c6a512-1295-4272-9138-f99709370657
* fix yellowYoshihisa Uchida2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25606 a1c6a512-1295-4272-9138-f99709370657
* viewer plugin: when the alignment is RIGHT, supports WIDE screen.Yoshihisa Uchida2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25605 a1c6a512-1295-4272-9138-f99709370657
* test_codec is SWCODEC onlyRafaël Carré2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25604 a1c6a512-1295-4272-9138-f99709370657
* some test plugins have dependenciesRafaël Carré2010-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25603 a1c6a512-1295-4272-9138-f99709370657
* FS #11153 by Marcin Bukat: Make memory layout for plugins and codecs only ↵Jens Arnold2010-04-11
| | | | | | depend on SoC for coldfire as well, in preparation for the MPIO HD200 port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25598 a1c6a512-1295-4272-9138-f99709370657
* viewer plugin: when the setting file loads or saves, converts to new version ↵Yoshihisa Uchida2010-04-11
| | | | | | settings file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25583 a1c6a512-1295-4272-9138-f99709370657
* The version of the setting files are raised.Yoshihisa Uchida2010-04-10
| | | | | | Settings can be normally read even by the old setting file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25563 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: When loading settings and prefs font loading fails, not onlyTomer Shalev2010-04-09
| | | | | | | | | | refert to the global settings font, but also set the viewer prefs font to that font, so that when the user re-opens the viewer no warning will appear again, and also so that when the user selects new font, the currenly used font will be selected git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25550 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Handle font loading failuresTomer Shalev2010-04-08
| | | | | | | | | | When font load fails, revert by loading to the previous font or to the global settings font. Fixes FS#11185 - Text viewer returns div by 0 if font is missing, renamed or corrupted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25544 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Fix yellowTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25519 a1c6a512-1295-4272-9138-f99709370657
* FS#11185 - Text viewer returns div by 0 if font is missing, renamed or corruptedTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25517 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Fix redTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25516 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Fix RTL languages and diacritic characters supportTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25515 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Replace macros with inline functions (which are about to be ↵Tomer Shalev2010-04-07
| | | | | | extended in the following commits) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25514 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Use exact width for lcd_fillrect (no actuall change)Tomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25513 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Make global variables staticTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25512 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Fix limit calculation in col_limit() which maximizes ↵Tomer Shalev2010-04-07
| | | | | | overlapping in wide mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25511 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Fix possible memory corruptionTomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25510 a1c6a512-1295-4272-9138-f99709370657
* Text viewer: Documentation and code cosmetics (no functional changes)Tomer Shalev2010-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25509 a1c6a512-1295-4272-9138-f99709370657
* as3525v2: Move codec into iram freeing 1MB for the audio buffer and also a ↵Thomas Martitz2010-04-05
| | | | | | small decoding speedup (iram seems to be 50% faster than dram when boosted and the same when unboosed). 32k is still reserved for the core and can be readjusted if needed. Codecs don't appear to ever need the 1MB (usually <350k only). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25491 a1c6a512-1295-4272-9138-f99709370657
* Add T for plugins to the advanced build options to build all test_* plugins.Thomas Martitz2010-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25488 a1c6a512-1295-4272-9138-f99709370657
* test_boost: fix r25464: button_get() can't be used with actionsAndree Buschmann2010-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25480 a1c6a512-1295-4272-9138-f99709370657
* test_mem: fix r25464: button_get() can't be used with actionsRafaël Carré2010-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25474 a1c6a512-1295-4272-9138-f99709370657
* Make test_mem.c and test_boost.c compilable on targets without BUTTON_UP.Andree Buschmann2010-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25464 a1c6a512-1295-4272-9138-f99709370657
* Move delta calculation up so that only the loop time counts.Thomas Martitz2010-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25452 a1c6a512-1295-4272-9138-f99709370657
* Memory benchmark plugin. Tests memory speeds and prints the kB/s.Thomas Martitz2010-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25450 a1c6a512-1295-4272-9138-f99709370657
* Fix test_boost boost handling. Also show the number of loops per second.Thomas Martitz2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25429 a1c6a512-1295-4272-9138-f99709370657
* Viewer: Implement alignment option, to provide alignment of RTL text ↵Tomer Shalev2010-03-30
| | | | | | (Hebrew, Arabic) to the right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25400 a1c6a512-1295-4272-9138-f99709370657
* Build pitch_detector bitmaps for all targets, even those without colorRafaël Carré2010-03-30
| | | | | | (forgot to remove the condition in r25397) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25399 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector: fix builds on monochrome targets, remove an unused variableRafaël Carré2010-03-29
| | | | | | Add icons for Clip, copied from c200 icons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25397 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector plugin only works on color LCDsRafaël Carré2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25387 a1c6a512-1295-4272-9138-f99709370657
* Fractals: Remove redundant assignment to a variable (y_delta)Tomer Shalev2010-03-28
| | | | | | | Also some cosmetics git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25373 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Don't use hard coded valueTomer Shalev2010-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25372 a1c6a512-1295-4272-9138-f99709370657
* Fuzev2: add dithering option for mpegplayerRafaël Carré2010-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25364 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix yellowTomer Shalev2010-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25358 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Prevent a ball that is sticked to the edge of the pad from being ↵Tomer Shalev2010-03-27
| | | | | | fired outside the screen's region when the pad is moved all the way to the screen's edge git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25357 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Simplify movement of pad (and any balls that are sticked to it)Tomer Shalev2010-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25356 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Prevent two overlapping balls from destrying bricks together and ↵Tomer Shalev2010-03-27
| | | | | | stick forever git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25355 a1c6a512-1295-4272-9138-f99709370657
* fix redRafaël Carré2010-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25338 a1c6a512-1295-4272-9138-f99709370657
* mpegplayer: align video output data structure only on multicoreRafaël Carré2010-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25330 a1c6a512-1295-4272-9138-f99709370657
* Stats plugin: Add 3 missing types to count.Mustapha Senhaji2010-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25327 a1c6a512-1295-4272-9138-f99709370657
* Prevent accidental skipping to beginning/end of file in text viewer.Torne Wuff2010-03-20
| | | | | | | | | When the text viewer is not in wide mode, the buttons mapped to move the screen left and right instead jump to the top and bottom of the file. This is very easy to do by accident on most targets, causing you to lose your place. This change requires that the button be held for a long press before it jumps to the top/bottom; short presses simply trigger paging up and down by one page. There is no change in behaviour when wide mode is enabled. Based on an idea from FS#2648 but implemented differently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25262 a1c6a512-1295-4272-9138-f99709370657
* Revert r22171 (+r22186) for pacbox, given that it doesn't work, and causes ↵Dave Hooper2010-03-19
| | | | | | crashes on COP targets, and we in fact already had an open unresolved issue against this app (FS#8226) that would need to be resolved before being able to do this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25251 a1c6a512-1295-4272-9138-f99709370657
* Ondavx747/777 fix red.Yoshihisa Uchida2010-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25235 a1c6a512-1295-4272-9138-f99709370657
* fix redYoshihisa Uchida2010-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25234 a1c6a512-1295-4272-9138-f99709370657
* text viewer plugin applies patches FS#8445, FS#9546, FS#9853, FS#9855, ↵Yoshihisa Uchida2010-03-17
| | | | | | FS#9892, FS#9893, FS#9898, FS#9902, and FS#9990. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25233 a1c6a512-1295-4272-9138-f99709370657
* lamp: use HAVE_NEGATIVE_LCDRafaël Carré2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25205 a1c6a512-1295-4272-9138-f99709370657
* lamp: invert backlight for Clipv2/Clip+ tooRafaël Carré2010-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25200 a1c6a512-1295-4272-9138-f99709370657