1. b411f5e fix layout so it actually looks consistent. Nothing worse than bad looking style guides! by Frank Gevaerts · 16 years ago
  2. 39be5ff Touchscreen devices: make scrolling up work better by Maurus Cuelenaere · 16 years ago
  3. 281fc2e Goban plugin: FS#9897 by Joshua Simmons by Mustapha Senhaji · 16 years ago
  4. b63c5fd Fix the hierarchy in the new goban.tex so that 'Controls' and 'Menus' appear as a chapter in the plugin description and not as 'plugins' themselves by Marianne Arnold · 16 years ago
  5. 63283d2 Make the reference to the 'Default codepage' setting introduced in r18581 actually work - overlooked the change in a different file back then. Also remove two tabs in this file. by Marianne Arnold · 16 years ago
  6. 2a8e593 Resize some images that looked smaller or bigger than their 'relatives' in the html manual. Turned out that these had a different resolution (twice resp. half the size), probably taken with a different zoom level. by Marianne Arnold · 16 years ago
  7. a0516b7 Make test_codec.c compilable again. by Andree Buschmann · 16 years ago
  8. e6bac4c Gigabeat S: Handle any DMA playback errors reported and stop in that case (none are expected but it's better to handle than ignore). by Michael Sevakis · 16 years ago
  9. 911cc69 Gigabeat S: No need to do cache writeback on recording buffers now. by Michael Sevakis · 16 years ago
  10. 3b3acd6 Fix header multiple inclusion guard typo. by Michael Sevakis · 16 years ago
  11. 63e709c Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly. by Michael Sevakis · 16 years ago
  12. 00a9685 Change Ipod Colour to Color to match Apples naming. by Dominik Riebeling · 16 years ago
  13. 84f8b0b s3c2440 can use the generic ARM WFI which is much simpler. If there's any advantage to setting the IDLE bit for power consumption, it's possible to combine its use with the old core_sleep instead of using the loop waiting for idle to kick in. For now, go basic. Let GCC choose the register for MCR instead of forcing it to r0. by Michael Sevakis · 16 years ago
  14. cdecd9d Exclude the philips build too for now, to fix building. by Mustapha Senhaji · 16 years ago
  15. 42db6f2 Attempt #2 to fix compilations, let's hope this is the last one :) by Mustapha Senhaji · 16 years ago
  16. 2e49f65 Hopefully fix the red builds. by Mustapha Senhaji · 16 years ago
  17. 8198a6c Oops, missed some files in my previous commit. by Mustapha Senhaji · 16 years ago
  18. 5481090 Increase codec and plugin API version (due to changes it r19971), and sort the recently added things by Thomas Martitz · 16 years ago
  19. f2d5c35 New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. by Mustapha Senhaji · 16 years ago
  20. 21f0c9a Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE. by Michael Sevakis · 16 years ago
  21. 4cd7597 Fix no-backlight colours for H100 series and M3. by Jens Arnold · 16 years ago
  22. 8b948c3 Fix the Playersim as well. by Jens Arnold · 16 years ago
  23. 7ddcce1 Forgot to add the new screendump source files. by Jens Arnold · 16 years ago
  24. 11ad7b4 Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim. by Jens Arnold · 16 years ago
  25. eddb568 The names for the Sansa manuals are now "Sansa e200 and e200R Series" and "Sansa c200 Series". by Robert Menes · 16 years ago
  26. e46309f Gigabeat S: Update some very stale comments about what's going on in the startup code. by Michael Sevakis · 16 years ago
  27. 609157a Gigabeat S: I never intended to leave the channel context buffer static beyond testing. Correct that. by Michael Sevakis · 16 years ago
  28. e1e8101 Gigabeat S: Place SDMA code load address starting in uninitialized section address and copy it to the plugin buffer since it only needed very early in initialization. Will save about 6K in RAM. by Michael Sevakis · 16 years ago
  29. ca07873 Gigabeat F/X/S do not need '-mlong-calls' since they do not use IRAM for code which will save a good bit of bin size. by Michael Sevakis · 16 years ago
  30. 0358d9b Simulate backlight for colour targets. Implements the idea from FS #9884, but uses SDL alpha blending. Display is dimmed to 1/3 for targets with transflective LCD, and set to black for others. by Jens Arnold · 16 years ago
  31. abc3edc GCC suggests parentheses so give it some (aka fix yellow). by Jens Arnold · 16 years ago
  32. 309a3c4 More compact screendump routines for core and greylib. The core routine might be a little slower for vertically packed mono and greyscale displays, the greylib one should be faster in all cases. * Reduce stack usage of greyscale screendump on the Clip* Rename a macro in the bitmap LCD simulation. by Jens Arnold · 16 years ago
  33. a12c2d5 Xobox - clear display for all. Fixes problem on colour screens with one or both dimensions not being a multiple of 8 (e.g. the Nano's screen height) where parts of the statusbar or background image stayed on screen. by Marianne Arnold · 16 years ago
  34. dca7d39 make sure plugin.lds is not processed when building sims since it isn't used for anything then! by Daniel Stenberg · 16 years ago
  35. 1f3d667 do the #error for unknown CPU in the cases we're not building a sim by Daniel Stenberg · 16 years ago
  36. 293ca3e don't do #error if no CPU define was found since we don't set it on simulator by Daniel Stenberg · 16 years ago
  37. 04c7379 Onda VX747: commit some parts to get apps/ to compile (more will follow) by Maurus Cuelenaere · 16 years ago
  38. f7a06dd Gigabeat S: Try to save some power. Implement lcd_enable and turn off LCD DMA channel when backlight is off. by Michael Sevakis · 16 years ago
  39. 9f5687c Gigabeat S: The PCM lockout routines needed a bit of polishing. by Michael Sevakis · 16 years ago
  40. 305d86d Fix red and yellow. by Jens Arnold · 16 years ago
  41. 0d935ce Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition. by Jens Arnold · 16 years ago
  42. 94537f9 Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. by Michael Sevakis · 16 years ago
  43. 0222d0a align frontmost edge of slides with plane of display by Andrew Mahone · 16 years ago
  44. c02e469 simplify zo calculation a bit, "zoom" the center margin value and add term for zo to offset calculation, so that margins are still correct when zooming by Andrew Mahone · 16 years ago
  45. 755ddc9 Commit fix suggested by Siaoru Lee in FS#9776. Fixes a bug in our ASF parser. by Michael Giacomelli · 16 years ago
  46. f9b7572 extract LIBMTP_VERSION from header, and use that to set -DOLDMTP when building sendfirm, rather than trying to build each way by Andrew Mahone · 16 years ago
  47. 040bb7a Oops, fix yellow by Nils Wallménius · 16 years ago
  48. 5a55772 Small code reuse improvement by Nils Wallménius · 16 years ago
  49. eda5ed0 rewrite of pictureflow renderer with 3D projection, this will allow many possible tweaks in the future, such as moving only the center slide "closer", changing the angle of side slides, etc, while by Andrew Mahone · 16 years ago
  50. ef726ce Fix compilation of sendfirm with 0.3.x versions of libmtp and keep a (hacky) fallback for building with the older 0.2.x also fix a pair of 64 bit warnings by Nils Wallménius · 16 years ago
  51. 7ae9c8d Fix building of tools/database/ by Frank Gevaerts · 16 years ago
  52. af58ec6 Display cache path using native directory separators in configuration dialog. by Dominik Riebeling · 16 years ago
  53. c33209e Add optional logf display helper function for bootloaders by Maurus Cuelenaere · 16 years ago
  54. 3f109f5 Onda VX747: enable USB in the bootloader by Maurus Cuelenaere · 16 years ago
  55. 3c7e299 Simplify conditions for including serial port support (it's now HAVE_SERIAL). This should save a little binsize and RAM for target that don't have/use a serial port. by Bertrik Sikken · 16 years ago
  56. 4d3a020 Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat between physical and virtual addresses. NO BOOTLOADER UPDATE SHOULD BE NEEDED. The firmware image now handles low-level system setup as well. by Michael Sevakis · 16 years ago
  57. f747d9d Fix English usage in Appendix E.2.2; thanks to the sharp eyes by Robert Menes · 16 years ago
  58. 79c2564 use a table-free clz on coldfire, where it benchmarks a bit faster by Andrew Mahone · 16 years ago
  59. a7738a3 Fix red and yellow by Maurus Cuelenaere · 16 years ago
  60. ee1e8be Creative ZVM: by Maurus Cuelenaere · 16 years ago
  61. e1aee31 Fix MIPS ffs implementation by Maurus Cuelenaere · 16 years ago
  62. e392710 Enable radio for sansa m200v4. by Bertrik Sikken · 16 years ago
  63. 4c2909c Gigabeat S: Fix the Yes/No screen 'Yes' buttons. r19909 got them wrong and broke the main one. by Michael Sevakis · 16 years ago
  64. ea7f143 FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 input that carries the analog radio signal on ams sansas. by Bertrik Sikken · 16 years ago
  65. d866248 Fix FS#2533, apple appearing late in the snake plugin by Thomas Martitz · 16 years ago
  66. 6db3aac Fix a wrong check in lamp, spotted by DerPapst by Jonathan Gordon · 16 years ago
  67. dd13730 Minor quickscreen and pitchscreen fixes by Thomas Martitz · 16 years ago
  68. e8da447 Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW by Maurus Cuelenaere · 16 years ago
  69. b0a3a56 MIPS memset: use a bigger buffer (yields more performance) by Maurus Cuelenaere · 16 years ago
  70. d5827d5 MIPS: * Add missing mmu-mips.h change by Maurus Cuelenaere · 16 years ago
  71. 9b13a5d MIPS: by Maurus Cuelenaere · 16 years ago
  72. 01bd736 Fixes and tweaks for the 'Advanced topics' chapter of the manual, closes FS#9806 by Nils Wallménius · 16 years ago
  73. 3f879eb fix red by Jonathan Gordon · 16 years ago
  74. 08e3ebb Temp fix for the statusbar disappearing for a fraction of a second when the WPS is first opened by Jonathan Gordon · 16 years ago
  75. 0852527 Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin Ritters and my findings on the issue. by Antonius Hellmann · 16 years ago
  76. 3cf1489 Remove struct spinlock to cleanup some mess and simplify. It's only used in boosting for multiprocesors and a pure two-corelock heirarchy will do just fine. by Michael Sevakis · 16 years ago
  77. e2a169b Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on main unit ones. Cleanup keymap file a bit. Fix main button scanner to not clobber remote button. Fix a bug in actions.c where 'LAST_ITEM_IN_LIST' didn't really terminate scanning immediately. It would do an additional call into get_context_map and silently pick up ACTION_STD. by Michael Sevakis · 16 years ago
  78. af5c4d1 Silence the m:robe 100 and HDD1630 bootloaders by Mark Arigo · 16 years ago
  79. 0fdf402 Fix svn properties of new cabbiev2.128x64x1.clip.wps file by Bertrik Sikken · 16 years ago
  80. 92035f5 Accept FS#9836 which fixes a bit of a display glitch in the colour chooser (Thanks Teruaki) by Jonathan Gordon · 16 years ago
  81. 28dbd58 ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off system-arm.h by ARM_ARCH rather than checking within each implementation. by Michael Sevakis · 16 years ago
  82. 701a593 continuation of last nights statusbar cleanup. by Jonathan Gordon · 16 years ago
  83. 1a00056 i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the interface if an error ever happens. Better handle PMIC GPIO interrupt; it definitely doesn't low-pulse PRIINT (remains high if sources become active again or stay active while acking) so needed rising edge may never happen in such a case-- use high-level detection rather than rising edge. Optimize the reg/clr/set/mod functions a bit since they get more regular use now. by Michael Sevakis · 16 years ago
  84. 304aefe Checkwps: move output files to current directory by Maurus Cuelenaere · 16 years ago
  85. 3ca9946 Checkwps: the scripts of course shouldn't be searching for output files in rootdir.. by Maurus Cuelenaere · 16 years ago
  86. 7c2ecc3 Make checkwps compile scripts directory-independent by Maurus Cuelenaere · 16 years ago
  87. ee7f126 Use unsigned constants to avoid adding another gcc-support routine and save a few bytes. This affects SH only. by Nils Wallménius · 16 years ago
  88. eab9afd Use LCD_HEIGHT to exclude pacbox from c200 builds instead of target name so that it also applies to the v2 c200s. by Marianne Arnold · 16 years ago
  89. 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
  90. ee8c479 this commit actually makes my previous one work when the statusbar setting is enabled but the bar has been forcibly removed from the screen by Jonathan Gordon · 16 years ago
  91. 991cbf8 Make 'accept' in the yesno screen work on an Iaudio remote (with the X5 or M5) - assigning it to a short press of Play, same as the standard 'ok' action. by Marianne Arnold · 16 years ago
  92. 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
  93. e55f232 First step in committing the results of FS#8663: by Antonius Hellmann · 16 years ago
  94. 8e2ff63 Various files: make function implementations consistent with their declaration in the header file or static if by Bertrik Sikken · 16 years ago
  95. 1929e47 Update Dutch lang file by Peter D'Hoye · 16 years ago
  96. 91948d1 FS#9638 - temp_cue is unused and wasting memory. by Bertrik Sikken · 16 years ago
  97. 31c8eee FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements getting split over the yellow/cyan by Bertrik Sikken · 16 years ago
  98. ba4be51 per Jens Arnold's suggestion: by Andrew Mahone · 16 years ago
  99. b081a38 correct clz in pictureflow.c by Andrew Mahone · 16 years ago
  100. 78409ff remove 64-bit math from fdiv in pictureflow.c, replacing it with limited pre-shifting of input values by Andrew Mahone · 16 years ago