summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-11deploy-release: Make upx part optional and disable it.Dominik Riebeling1-3/+9
2010-06-11Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; furthe...Jens Arnold1-40/+31
2010-06-11Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeMode...Robert Bieber6-13/+34
2010-06-11Get rid of the STATICIRAM hack for eabi builds.Thomas Martitz1-2/+3
2010-06-11Build Sansa e200 with new eabi gcc.Thomas Martitz1-1/+1
2010-06-11Rework Rockbox Utility update version number check.Dominik Riebeling4-55/+76
2010-06-11Build Gigabeat F/X with EABI tools.Michael Sevakis1-1/+1
2010-06-11Theme Editor: Switched error highlighting to the line numbersRobert Bieber3-13/+13
2010-06-11rockboxdev: patch eabi binutils to fix thumb interworking mixed with long callsRafaël Carré1-1/+1
2010-06-11Convert uninstallation to use signals / slots for logging.Dominik Riebeling4-28/+30
2010-06-11Remove an unneccessary long call from the S5L8700 PCM FIQ handlerMichael Sparmann1-3/+1
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis17-43/+50
2010-06-11pcm as3525v1: revert 26761 to use faster ASM codeRafaël Carré1-1/+14
2010-06-11s5l8700 PCM: Always call dma_callback. (fix r26253 remnants)Michael Sevakis1-1/+1
2010-06-11Warn when building an ARM target with non-eabi default compilerRafaël Carré1-0/+5
2010-06-11configure: don't use thumb on native builds (simulator/checkwps)Rafaël Carré1-0/+1
2010-06-11ata-creative-zvm: make sure return value is definedRafaël Carré1-3/+3
2010-06-11Make --thumb the default for AMSv1 with 2MB of RAMRafaël Carré1-0/+7
2010-06-11Make EABI gcc the default for ARM platformsRafaël Carré1-9/+18
2010-06-11HD200 - clean up usb related functionsMarcin Bukat1-10/+6
2010-06-11HD200 - power_init() rework based on latest power consumption measurementsMarcin Bukat1-24/+41
2010-06-11HD200 - small cleanup in button_init_device()Marcin Bukat1-3/+3
2010-06-11pcm-pp: revert r26756Rafaël Carré1-5/+0
2010-06-11make thumb build a configure option (--thumb)Rafaël Carré1-10/+5
2010-06-11text viewer: can select the indent spaces when the line mode is reflow.Yoshihisa Uchida6-18/+34
2010-06-11Theme Editor: Modified parser to integrate the %V tag into the VIEWPORT eleme...Robert Bieber2-19/+33
2010-06-11as3525v1: drop the asm version of mono2stereoRafaël Carré1-14/+1
2010-06-11FS#6734 by me: optionally build with -mthumb on ARMRafaël Carré2-1/+93
2010-06-11CPP substitution isn't made inside " ", but we need " " when using , in a gas...Rafaël Carré1-33/+33
2010-06-11drop 'req' from gas macro, not available in binutils 2.16Rafaël Carré1-1/+1
2010-06-11Add my new parser playground to svn.Jonathan Gordon6-0/+446
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré39-109/+170
2010-06-11rockboxdev: build with -U_FORTIFY_SOURCERafaël Carré1-1/+1
2010-06-11arm/memset: don't use ldm to load pc when it has been stored with strRafaël Carré2-2/+2
2010-06-10Theme Editor: Fixed code generation with new CONDITIONAL elementsRobert Bieber1-16/+22
2010-06-10Theme Editor: Fixed issue with parsing conditionals in sublinesRobert Bieber1-2/+12
2010-06-10Theme Editor: Applied FS#11389, switched conditional elements to use tag fiel...Robert Bieber5-131/+112
2010-06-10ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the ...Rafaël Carré2-7/+19
2010-06-10c200v2: reduce the plugin even furtherRafaël Carré1-1/+1
2010-06-10Build plugin overlays when buffer size is <= 128kBRafaël Carré3-8/+5
2010-06-10rockpaint: steal the big buffer from audiobufferRafaël Carré1-68/+79
2010-06-10Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann4-4/+15
2010-06-10c200v2: reduce plugin buffer size nearly to minimumRafaël Carré1-1/+1
2010-06-10ppmviewer: steal from audiobuffer for large arraysRafaël Carré1-2/+14
2010-06-10Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...Michael Sevakis3-391/+284
2010-06-10Enable the hotkey feature on the touchscreen targets who now have a hotkey to...Jonathan Gordon2-2/+2
2010-06-10Fix the bar type param to use nullable intsJonathan Gordon1-1/+1
2010-06-10add a hotkey option to the wps touchregion.Jonathan Gordon1-0/+1
2010-06-10text viewer: fix that the return value's type is wrong.Yoshihisa Uchida1-2/+2
2010-06-10fix the problem that does not jump to selected the bookmark. (FS#11386)Yoshihisa Uchida3-4/+12