summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Android port: handle incoming calls.Thomas Martitz5-7/+79
2010-08-07Add NSIS installer script. Expects to find a static build of the Theme Editor.Dominik Riebeling2-0/+132
2010-08-07WMA Voice now plays and seeks in the sim. The code is still in floating point...Mohamed Tarek9-7/+296
2010-08-07Remove dsputil.[ch], they are not needed.Mohamed Tarek3-5336/+0
2010-08-07Add missing files from ffmpeg, write a README.rockbox and a makefile.Mohamed Tarek22-21/+2709
2010-08-07Mistakenly committed a modification. The files in libwmavoice currently are e...Mohamed Tarek1-3/+3
2010-08-07Initial commit for a WMA Voice decoder; Import a minimal set of files for lib...Mohamed Tarek36-0/+20948
2010-08-07Fix typo that broke the manual.Marianne Arnold1-1/+1
2010-08-06Theme Editor: Added coordinate display when moving mouse around preview windowRobert Bieber10-9/+130
2010-08-06Theme Editor: Restricted resizing/moving of graphical elements to integer coo...Robert Bieber1-6/+12
2010-08-06Theme Editor: Made default viewport non-interactive in skin preview. Selecti...Robert Bieber1-0/+4
2010-08-06Theme Editor: Made progress bar display correctly when resized, fixed some se...Robert Bieber3-0/+14
2010-08-06Theme Editor: Made SBS elements in WPS documents non-interactive, which makes...Robert Bieber3-3/+15
2010-08-06Fix launcher icon (once more).Thomas Martitz2-2/+2
2010-08-06Fix conditiona viewports logicThomas Martitz1-8/+8
2010-08-05Cabbiev2 320x480 touchscreen support.Thomas Martitz5-39/+49
2010-08-05Remove faulty reference to inexistent resource.Thomas Martitz1-1/+1
2010-08-05Theme Editor: Implemented resizing in RBMovable subclasses. Implementation i...Robert Bieber10-38/+249
2010-08-05Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in...Andree Buschmann1-4/+3
2010-08-05Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster.Andree Buschmann1-2/+2
2010-08-05Theme Editor: Made progress bars fully movable/savable from the preview panelRobert Bieber4-13/+46
2010-08-05Revert accidental change to cabbiev2.176x220x16.wps and apply it to cabbiev2....Thomas Martitz2-119/+63
2010-08-05Remove the comment about Coldfire asm. The current code (using fixmul16 macro...Mohamed Tarek1-34/+0
2010-08-05Add default font for LCD_HEIGHT <= 480Thomas Martitz1-0/+2
2010-08-05Cabbiev2 for 320x480.Thomas Martitz9-82/+151
2010-08-05Fix leading slash regex in wpsbuild.plThomas Martitz1-1/+1
2010-08-05One more get_user_file_path() fix. Don't store the user dir in config.cfg andThomas Martitz1-10/+4
2010-08-05Dont redraw the AA every single update, only when neededJonathan Gordon1-1/+1
2010-08-05Update README a bit.Thomas Martitz1-10/+19
2010-08-05New feature for the %xd() (display a preloaded image) skin tag.Jonathan Gordon6-23/+75
2010-08-05Add a T type to the tag table which allows parameters to be a single tagJonathan Gordon2-0/+12
2010-08-05libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix f...Nils Wallménius1-16/+1
2010-08-05Theme Editor: Fixed bug that crashed conditionals nested in sublines, began w...Robert Bieber3-2/+16
2010-08-05Theme Editor: Implemented saveGeometry() in RBAlbumArtRobert Bieber4-6/+25
2010-08-05Theme Editor: Stopped bug that caused segfault if SBS element was moved from ...Robert Bieber2-6/+12
2010-08-05Theme Editor: Fixed image positioning bug, implemented saveGeometry() in RBImageRobert Bieber3-9/+33
2010-08-05update wmapro's README.Mohamed Tarek1-7/+4
2010-08-05Theme Editor: Fixed ParseTreeModel's paramChanged function to emit the correc...Robert Bieber1-2/+3
2010-08-05Theme Editor: Removed empty lines after comments in generated codeRobert Bieber1-1/+4
2010-08-05Fix reds. Mohamed Tarek1-0/+1
2010-08-05oops ! shouldn't have removed mdct_tables.Mohamed Tarek2-0/+3401
2010-08-05Drop the the mdct files from libwmapro since they are no longer needed.Mohamed Tarek5-3461/+0
2010-08-05Theme Editor: Added code generate/undo functionality to SkinViewerRobert Bieber15-39/+154
2010-08-04Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...Mohamed Tarek4-16/+19
2010-08-04Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.0...Mohamed Tarek1-1/+1
2010-08-04Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca...Mohamed Tarek5-12/+27
2010-08-04Delete now unused icons.Thomas Martitz3-0/+0
2010-08-04Prettier icons for app launcher and notification bar.Thomas Martitz6-0/+0
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz2-32/+41
2010-08-04Theme Editor: Overhauled main window toolbarRobert Bieber12-17/+78