summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Theme Editor: Fixed a warning in the parser due to a stray asteriskRobert Bieber2010-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27239 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Removed some old hash code that caused viewer not to update ↵Robert Bieber2010-07-02
| | | | | | due to hash collisions. Made Vf and Vb tags attached to viewport definition eat newline at end of line' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27238 a1c6a512-1295-4272-9138-f99709370657
* pl081: Fix r27236 warnings. Need system.h.Michael Sevakis2010-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27237 a1c6a512-1295-4272-9138-f99709370657
* AMS SoC's: Some register bit changes need interrupt protection: timer API ↵Michael Sevakis2010-07-02
| | | | | | and CGU_PERI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27236 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed random outlining in default viewport, working on getting ↵Robert Bieber2010-07-02
| | | | | | the viewer to refresh on re-render git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27235 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Switched the last two parameters of the Vp tag back to their ↵Robert Bieber2010-07-02
| | | | | | original orientation, made the playlist display the first half with ID3 info, the second half without, as if the list were mid-way through loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27234 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Switched the order of the last two arguments to %Vp in renderingRobert Bieber2010-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27233 a1c6a512-1295-4272-9138-f99709370657
* Fix red.Andree Buschmann2010-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27232 a1c6a512-1295-4272-9138-f99709370657
* r27225 broke AAC HE profile decoding due to missing check for buffersize. ↵Andree Buschmann2010-07-02
| | | | | | Introduce a check of needed buffersize and decide whether to use a static buffer from IRAM or faad's internal allocation routines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27231 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Renderer will not insert a newline at the end of a line if ↵Robert Bieber2010-07-02
| | | | | | it's the same line in the wps file as the viewport declaration, to avoid forcing the first line of text down past where it belongs if Vf and Vb are used. The parser should be modified to make this unnecessary, when a consensus can be reached on how to do it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27230 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Altered tag table entry for %pb to make image optional, ↵Robert Bieber2010-07-02
| | | | | | implemented progress bar rendering in theme editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
* Remove false comment.Andree Buschmann2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27228 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed line numbering bug in parser. Implemented playlist ↵Robert Bieber2010-07-01
| | | | | | display in renderer: playlist will use info for next track for all tracks other than the current track git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27227 a1c6a512-1295-4272-9138-f99709370657
* Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ↵Andree Buschmann2010-07-01
| | | | | | on iPod4G. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27226 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#11445. Speed up of faad (aac) decoder via several optimizations ↵Andree Buschmann2010-07-01
| | | | | | like refactoring some requantization routines, moving several arrays and code tables to IRAM, using an optimized swap32() function and inlining several huffman decoder functions. Decoding is sped up by ~10% (PP5002, PP5022, MCF5249) and ~22% (MCF5250). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27225 a1c6a512-1295-4272-9138-f99709370657
* Theme tags description: include the part about 'hold' for soft hold targets ↵Marianne Arnold2010-07-01
| | | | | | as well (available there since hm... r13716), put more universally to get rid of special casing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27224 a1c6a512-1295-4272-9138-f99709370657
* Factor out sane code list bisection code and use instead of insane code, ↵Nils Wallménius2010-07-01
| | | | | | clean up some tests for readability's sake. Gives a small speedup on h300 (coldfire, 0.1-0.6MHz) and a tiny speedup on gigabeat s (armv6 0.1-0.2MHz), no real difference on PP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27223 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Renderer now adds a newline after EVERY logical line in the ↵Robert Bieber2010-07-01
| | | | | | parse tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27222 a1c6a512-1295-4272-9138-f99709370657
* Generalize the description of the %d(N) WPS tagsAlexander Levin2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27221 a1c6a512-1295-4272-9138-f99709370657
* Correct English in text viewer manual entry.Alex Parker2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27220 a1c6a512-1295-4272-9138-f99709370657
* mp3 encoder (codec): left and right channels were inverted in monoRafaël Carré2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27219 a1c6a512-1295-4272-9138-f99709370657
* metronome: fix issue that backlight doesn't turn off.Teruaki Kawashima2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27218 a1c6a512-1295-4272-9138-f99709370657
* open Pictureflow -> öffne PictureflowTobias Diedrich2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27217 a1c6a512-1295-4272-9138-f99709370657
* Added some missing german translationsTobias Diedrich2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27216 a1c6a512-1295-4272-9138-f99709370657
* Clarify that we use album artist if available.Jonas Häggqvist2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27215 a1c6a512-1295-4272-9138-f99709370657
* text viewer: the manual updates.Yoshihisa Uchida2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27214 a1c6a512-1295-4272-9138-f99709370657
* text editor: use plugin_get_buffer() to allocate buffer. if size of the file ↵Teruaki Kawashima2010-07-01
| | | | | | is bigger than the buffer, use the audio buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27213 a1c6a512-1295-4272-9138-f99709370657
* text viewer:Yoshihisa Uchida2010-07-01
| | | | | | | - if the file fits on one screen, there is no horizontal scrollbar. - the callback function in tv_reader doesn't do useless processing when the preferences changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27212 a1c6a512-1295-4272-9138-f99709370657
* minor tweak to r27210 to make it the same as the svn parser... eat ↵Jonathan Gordon2010-07-01
| | | | | | everything up to and including the \n after these tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27211 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented JdGordon's tag newline-eating mechanismRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27210 a1c6a512-1295-4272-9138-f99709370657
* encoders are not built in sim buildsRafaël Carré2010-07-01
| | | | | | no need to check for SIMULATOR in the .c files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27209 a1c6a512-1295-4272-9138-f99709370657
* PacBox: Premultiply sound prom data on load rather than during emulation. ↵Michael Sevakis2010-07-01
| | | | | | Use 16-bit data for 'raw' output instead of int. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27208 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed album art positioning bug, removed unneeded debug codeRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27207 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Made blank lines render newlines in the outputRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27206 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented negative x/y/w/h values in viewport declarationsRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27205 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed segfaulting conditional bugRobert Bieber2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27204 a1c6a512-1295-4272-9138-f99709370657
* Fix r27202 red. MCF5249 plugin IRAM is already very occupied.Michael Sevakis2010-07-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27203 a1c6a512-1295-4272-9138-f99709370657
* Enable game sounds in PacBox. Sound is OFF by default but can be enabled ↵Michael Sevakis2010-07-01
| | | | | | from the menu. Enable a function for SWCODEC in the middle of the plugin API, so plugins must be made incompatible (full update). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27202 a1c6a512-1295-4272-9138-f99709370657
* FS#11439: Fix version comparison regression.Dominik Riebeling2010-06-30
| | | | | | | | | Improve string suffix handling by distinguishing between version number separators (i.e. dots) and extended separators and additional version characters. Corrects false update information displayed for 64bit binaries of Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27201 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented status bar enable/disableRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27200 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Added album art displayRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
* MazezaM button table: prepend \ to PluginRight resp. PluginRCRight to make ↵Marianne Arnold2010-06-30
| | | | | | them proper commands as intended. Rearrange the code to improve readabilty while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27197 a1c6a512-1295-4272-9138-f99709370657
* Fix a problem where multigcc.pl sometimes produces lines like "sh-elf-gcc: ↵Frank Gevaerts2010-06-30
| | | | | | | | | no input files", especially on systems with many cores and for builds with (relatively) few files. This happened because the slice size was rounded up, which meant that in some cases there werere leftover slices. Also remove the now unnecessary cores>files checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27196 a1c6a512-1295-4272-9138-f99709370657
* Change "features" and "genlang-features" targets to no longer use multiple ↵Frank Gevaerts2010-06-30
| | | | | | targets in one rule. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27195 a1c6a512-1295-4272-9138-f99709370657
* text viewer: the display of the statusbar is synchronized actual battery, ↵Yoshihisa Uchida2010-06-30
| | | | | | time, etc. and deletes unnecessary lcd_set_backdrop(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27194 a1c6a512-1295-4272-9138-f99709370657
* Add the 'number sign' glyph to a couple more fontsAlexander Levin2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27193 a1c6a512-1295-4272-9138-f99709370657
* i.MX31: Make DMA ISR call loop a bit more efficient.Michael Sevakis2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27192 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Implemented text alignmentRobert Bieber2010-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27191 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ↵Michael Sevakis2010-06-30
| | | | | | thus wasn't being reclaimed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27190 a1c6a512-1295-4272-9138-f99709370657
* i.MX31: Only include the SDMA code that will be used on the target. Simplify ↵Michael Sevakis2010-06-30
| | | | | | the script selection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27189 a1c6a512-1295-4272-9138-f99709370657