- f053b0d Port greylib blitting optimisation to MPIO HD200. ISR speedup is ~10%; further speedup should be possible by using line transfers for accessing the greylib buffers. Thanks to Marcin Bukat for testing. by Jens Arnold · 15 years ago
- 3c95dbb Theme Editor: Fixed bug in parser handling empty lines and made ParseTreeModel handle the new VIEWPORT element properly by Robert Bieber · 15 years ago
- 0cca15c Get rid of the STATICIRAM hack for eabi builds. by Thomas Martitz · 15 years ago
- 1965745 Build Sansa e200 with new eabi gcc. by Thomas Martitz · 15 years ago
- 13d8649 Rework Rockbox Utility update version number check. by Dominik Riebeling · 15 years ago
- db54033 Build Gigabeat F/X with EABI tools. by Michael Sevakis · 15 years ago
- 0c38353 Theme Editor: Switched error highlighting to the line numbers by Robert Bieber · 15 years ago
- 3fec401 rockboxdev: patch eabi binutils to fix thumb interworking mixed with long calls by Rafaël Carré · 15 years ago
- a120935 Convert uninstallation to use signals / slots for logging. by Dominik Riebeling · 15 years ago
- f2e0484 Remove an unneccessary long call from the S5L8700 PCM FIQ handler by Michael Sparmann · 15 years ago
- 60f843b Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up. by Michael Sevakis · 15 years ago
- d5a27c2 pcm as3525v1: revert 26761 to use faster ASM code by Rafaël Carré · 15 years ago
- 9a2b1d6 s5l8700 PCM: Always call dma_callback. (fix r26253 remnants) by Michael Sevakis · 15 years ago
- ba6d1b6 Warn when building an ARM target with non-eabi default compiler by Rafaël Carré · 15 years ago
- b14c96d configure: don't use thumb on native builds (simulator/checkwps) by Rafaël Carré · 15 years ago
- 7c055d9 ata-creative-zvm: make sure return value is defined by Rafaël Carré · 15 years ago
- 2da430b Make --thumb the default for AMSv1 with 2MB of RAM by Rafaël Carré · 15 years ago
- d9e4d6d Make EABI gcc the default for ARM platforms by Rafaël Carré · 15 years ago
- 2d78874 HD200 - clean up usb related functions by Marcin Bukat · 15 years ago
- 2f7bd4d HD200 - power_init() rework based on latest power consumption measurements by Marcin Bukat · 15 years ago
- b45a2d4 HD200 - small cleanup in button_init_device() by Marcin Bukat · 15 years ago
- 71c9521 pcm-pp: revert r26756 by Rafaël Carré · 15 years ago
- 5928862 make thumb build a configure option (--thumb) by Rafaël Carré · 15 years ago
- a784938 text viewer: can select the indent spaces when the line mode is reflow. by Yoshihisa Uchida · 15 years ago
- 1b613f5 Theme Editor: Modified parser to integrate the %V tag into the VIEWPORT element, in the same style as CONDITIONAL by Robert Bieber · 15 years ago
- 2f7bb96 as3525v1: drop the asm version of mono2stereo by Rafaël Carré · 15 years ago
- 675dcd1 FS#6734 by me: optionally build with -mthumb on ARM by Rafaël Carré · 15 years ago
- e3263b7 CPP substitution isn't made inside " ", but we need " " when using , in a gas macro argument by Rafaël Carré · 15 years ago
- 95ef367 drop 'req' from gas macro, not available in binutils 2.16 by Rafaël Carré · 15 years ago
- b4a9564 Add my new parser playground to svn. by Jonathan Gordon · 15 years ago
- 45c7498 FS#11335 by me: make ARM assembly functions thumb-friendly by Rafaël Carré · 15 years ago
- fe7ca44 rockboxdev: build with -U_FORTIFY_SOURCE by Rafaël Carré · 15 years ago
- 5fea005 arm/memset: don't use ldm to load pc when it has been stored with str by Rafaël Carré · 15 years ago
- 66d9ab2 Theme Editor: Fixed code generation with new CONDITIONAL elements by Robert Bieber · 15 years ago
- 4b77e82 Theme Editor: Fixed issue with parsing conditionals in sublines by Robert Bieber · 15 years ago
- 64321ad Theme Editor: Applied FS#11389, switched conditional elements to use tag fields along with children, instead of holding the tag as the first child by Robert Bieber · 15 years ago
- 6c52262 ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the plugin buffer is large enough by Rafaël Carré · 15 years ago
- c75b713 c200v2: reduce the plugin even further by Rafaël Carré · 15 years ago
- 567ef67 Build plugin overlays when buffer size is <= 128kB by Rafaël Carré · 15 years ago
- d5eda4b rockpaint: steal the big buffer from audiobuffer by Rafaël Carré · 15 years ago
- 00e01e8 Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use the C-implementation of dct32 compiled with -O1 as the asm implementation of dct32 compiled with -O2. Configuration for Coldfire processors is untouched. In the new configuration the stack of the COP decoding thread needs to be increased on dualcore targets. Speed is increasing by up to 0.9 MHz (-O2 against -O1 using eabi). by Andree Buschmann · 15 years ago
- 2c9f4fa c200v2: reduce plugin buffer size nearly to minimum by Rafaël Carré · 15 years ago
- 0acf34f ppmviewer: steal from audiobuffer for large arrays by Rafaël Carré · 15 years ago
- 05ca897 Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to simplify the preprocessor blocks. by Michael Sevakis · 15 years ago
- 863891c Enable the hotkey feature on the touchscreen targets who now have a hotkey touchregion settable in the wps (todo: touchregions in the sbs!) by Jonathan Gordon · 15 years ago
- 466a698 Fix the bar type param to use nullable ints by Jonathan Gordon · 15 years ago
- ee6aca9 add a hotkey option to the wps touchregion. by Jonathan Gordon · 15 years ago
- b086067 text viewer: fix that the return value's type is wrong. by Yoshihisa Uchida · 15 years ago
- ac25812 fix the problem that does not jump to selected the bookmark. (FS#11386) by Yoshihisa Uchida · 15 years ago
- c3a698e Theme Editor: Added project settings to the project panel view by Robert Bieber · 15 years ago
- cb26aec Theme Editor: Opening an already opened document no longer spawns a new tab by Robert Bieber · 15 years ago
- 2c29abd m200v4/clipv1/c200v2: build with -Os by Rafaël Carré · 15 years ago
- 5f4d687 rockboy: use unions instead of type-punning by Rafaël Carré · 15 years ago
- 0ae6f70 avoid dereferencing void** to remove warnings when building with -Os by Rafaël Carré · 15 years ago
- fc94a92 Theme Editor: Enabled loading project files from the project panel by Robert Bieber · 15 years ago
- 1cc95c5 Theme Editor: Got project viewer displaying WPS files by Robert Bieber · 15 years ago
- 70b9ab4 meizu m6sl: load code from IRAM, not FLASH (it eases debugging) by Rafaël Carré · 15 years ago
- 9cf09f3 crappy editor and crappy svn missing crappy merge crappy crappy 2am crappy by Jonathan Gordon · 15 years ago
- 9ac4b44 SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. by Jonathan Gordon · 15 years ago
- 20b9020 fix %C, and the viewport colour tags so they parse by Jonathan Gordon · 15 years ago
- 96598c6 text viewer: don't load font if it is the same font currently used. by Teruaki Kawashima · 15 years ago
- bc58b7d some clean up. add checks for terminating ')'. by Teruaki Kawashima · 15 years ago
- 45ed0b8 fix %Vp updating... by Jonathan Gordon · 15 years ago
- a444eb5 simplify parse_list. don't search for terminating separator or parenthesis when '-' is set. by Teruaki Kawashima · 15 years ago
- 8903339 keyboard: clean up. remove unneeded #ifdefs. by Teruaki Kawashima · 15 years ago
- 8bdb1c0 text viewer: can select "move to prev/next page" or "move to top page/bottom page" when LEFT/RIGHT key is pressed (narrow mode). by Yoshihisa Uchida · 15 years ago
- c92b2cc fix a fun infinite loop when follow playlist is on and you started playback from PF and stopped it inside the WPS by Jonathan Gordon · 15 years ago
- edf06dc a few more HAVE_PICTUREFLOW_INTEGRATION by Jonathan Gordon · 15 years ago
- 10e24d2 rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear what it is needed for by Jonathan Gordon · 15 years ago
- 881a5b9 reclaim most of the delta from the pictureflow commit by Jonathan Gordon · 15 years ago
- ceddd2f Theme Editor: Working on the project viewer infrastructure by Robert Bieber · 15 years ago
- 6efc8d5 remainder of FS#11270 - bug fixes and updates for picureflow by Jonathan Gordon · 15 years ago
- e02ceef Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reasonable speed-up (+3% on PP502x) for svn and major speed-up when switching to eabi tool chain (+9% on PP502x). Coldfire was tested to be faster when keeping -O1. by Andree Buschmann · 15 years ago
- 4017fd2 fix errors by Jonathan Gordon · 15 years ago
- d871ff8 FS#11270 by Chris Savery - WPS integration for pictureflow by Jonathan Gordon · 15 years ago
- 1596128 arm/crt0.S: s58l* don't use this file, no need for 'DFUC' string by Rafaël Carré · 15 years ago
- 811c359 meizu_dfu: supports a single argument to run some code from RAM by Rafaël Carré · 15 years ago
- 592324e manual: Rockbox Utility supports all clips by Rafaël Carré · 15 years ago
- 61b5f0c Theme Editor: Began implementing classes to display project files and settings in the project panel by Robert Bieber · 15 years ago
- 007ef43 Fix some accented glyphs in 35-Nimbus by Alexander Levin · 15 years ago
- f221ac5 Theme Editor: Fixed MIME types on image resources by Robert Bieber · 15 years ago
- 6c9b035 Theme Editor: Made parser recover memory on error by Robert Bieber · 15 years ago
- 47636e6 Use program name variable instead of hardcoded name. by Dominik Riebeling · 15 years ago
- e907a96 make meizu-m6sl bootloader build by Rafaël Carré · 15 years ago
- 268c064 fix - not being accepted for viewport font. by Jonathan Gordon · 15 years ago
- c2a79aa fix %pb and other progressbars which are shown one line down from where they should be in viewports by Jonathan Gordon · 15 years ago
- 2d62a57 Fix yellow and all the shipped themes that show AA by Jonathan Gordon · 15 years ago
- 50356d8 The real reason to change the %C was to remove a very nasty hack! by Jonathan Gordon · 15 years ago
- 360ed99 fix %Vi again by Jonathan Gordon · 15 years ago
- 34dc14d fix the manual also by Jonathan Gordon · 15 years ago
- 2309d6d change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl) by Jonathan Gordon · 15 years ago
- c4fbb07 FS#11383 - fix the touchregion param string by Jonathan Gordon · 15 years ago
- b71dc1f fix FS#11384, skinupdater barfed on %Xd and %Vi by Jonathan Gordon · 15 years ago
- 82e4007 CPU_PP implies CPU_ARM is defined by Rafaël Carré · 15 years ago
- e6c9691 don't disable backdrop when the file name starts with 'd', e.g. %X(dock.bmp). by Teruaki Kawashima · 15 years ago
- 8a52d17 fix yellow. by Teruaki Kawashima · 15 years ago
- 0c7eb41 add simple text viewer to pluginlib and use this for dict to show description. by Teruaki Kawashima · 15 years ago
- 755fef6 revert r26623. by Yoshihisa Uchida · 15 years ago
- 88bd009 text viewer: 1) fix uisim abends when fonts list is displayed. by Yoshihisa Uchida · 15 years ago
- 12fa759 HD200 - fix lcd power save command (not used currently) by Marcin Bukat · 15 years ago