1. 0b8dd12 FS#7182: Initial attempt by Dave Chapman at getting ARM disassembler to compile in Linux. by Barry Wardell · 18 years ago
  2. 307d2dd Initial version of ARM disassembler by Antonius Hellman. by Barry Wardell · 18 years ago
  3. 705ca70 Let recording create filenames based on the recording source, closes FS #921 (yes, he waited 4 years for his feature request to make it) by Peter D'Hoye · 18 years ago
  4. 4aaded5 PP50xx: COP was left in undefined mode after init. Switch it to supervisor mode before entering cop_main. by Michael Sevakis · 18 years ago
  5. e1c52e7 PP50xx: Allow FIQ during IRQ to always be able to service FIFOs. I've got a diff handy for quick revert if there's a problem. by Michael Sevakis · 18 years ago
  6. ffb3dfd Fix some places for USB_NONE. Still some more complex cases left though. by Jens Arnold · 18 years ago
  7. 39357e9 Atomic mutexes on SH1. by Jens Arnold · 18 years ago
  8. 291c9f8 oops, forgot to commit the icon files. by Dominik Riebeling · 18 years ago
  9. 2e75182 Update configuration dialog and disable unimplemented items. Add some nice icons and replace logger icons with tango ones. by Dominik Riebeling · 18 years ago
  10. 754293a Accept FS#2821 - add some colour to the snow plugin by Jonathan Gordon · 18 years ago
  11. f5808c1 Make the statusbar setting use a temp variable so it doesnt look wierd when changing it by Jonathan Gordon · 18 years ago
  12. fa1073e Fix PP502x clock source masking. by Jens Arnold · 18 years ago
  13. 174c7ab Add some new findings to the PP header files. * Clean up ata-target.h for PP. * check_registers() seems to work fine on PP5002. by Jens Arnold · 18 years ago
  14. abf3435 Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#7245. by Steve Bavin · 18 years ago
  15. f7f8ee1 Oops again by Nils Wallménius · 18 years ago
  16. 0836058 Oops, forgot one check by Nils Wallménius · 18 years ago
  17. 0bfa3e7 Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense by Nils Wallménius · 18 years ago
  18. 3b3fd49 don't show the proxy password in configuration dialog as cleartext. by Dominik Riebeling · 18 years ago
  19. ab88fb3 Simplify PP502x clock handling code. The code is almost identical between PP502x models, so combine it where possible. Binaries produces are unchanged. by Barry Wardell · 18 years ago
  20. 2fc1949 PP502x: Clock setup cleanup. by Barry Wardell · 18 years ago
  21. 5df9fc5 rbutilQt: the progressloggergui now uses little icons along the text. by Dominik Wenger · 18 years ago
  22. c3a72f1 Use the dap macro, rather than explicitly writing Ipod. by Jonas Häggqvist · 18 years ago
  23. 98e6073 vu_meter: Use the fixedpoint lib (moving flog there) by Robert Keevil · 18 years ago
  24. aea433c Stop the red. Move some stuff into #ifndef SIMULATOR block. by Michael Sevakis · 18 years ago
  25. c687f8c FS#2735 - stats plugin now shows the number of files in the biggest directory by Jonathan Gordon · 18 years ago
  26. 60b01fa Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but it shouldn't have been. lcd_enabled() was only available as a real function on gigabeat but others can use that too. Markup lcd.h a bit because I got a bit lost in it. by Michael Sevakis · 18 years ago
  27. e95d7a0 Accept FS#7437 - add the delete option to the wps context menu so the currently playing file can be deleted. tested with a 130mb file on my sansa and it didnt cause problems by Jonathan Gordon · 18 years ago
  28. fe142f1 not to self: should recompile after adding comments... by Jonathan Gordon · 18 years ago
  29. 42e4222 working volume control in the sim by Jonathan Gordon · 18 years ago
  30. 1bc3b7f PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other PP targets. * Prepare sleep mode by adding CPUFREQ_SLEEP. This is already confirmed working, but a lot of functions in rockbox will probably hang because the microsecond timer isn't running in this mode. by Jens Arnold · 18 years ago
  31. 1dc5435 Fix FS#7311 '64 bit simulator crashes when using the menus in some plugins.' by resolving a naming conflict between the plugins' private settings structs and the global 'settings' struct by Nils Wallménius · 18 years ago
  32. ec2d2c4 Hopefully fix the problems with voice not cancelling its CPU boost. by Michael Sevakis · 18 years ago
  33. 44a8713 FS#4955 - convbdf segfaults on very large fonts was simply due to a too small by Daniel Stenberg · 18 years ago
  34. 9bba398 Unify the 3 copies of the PP502x IRQ handler, and don't schedule button interrupts to the COP. by Jens Arnold · 18 years ago
  35. 5c7b46e Converted the menus to the new API in the clock plugin and started to port to remote display by Kevin Ferrare · 18 years ago
  36. 93b3fb3 FS#6266 - flush PCM buffers if the user skips while paused. FixesFS#5747. by Steve Bavin · 18 years ago
  37. f48d0ef Removed duplicated code for menu items definition, made the plugin use the action API by Kevin Ferrare · 18 years ago
  38. 47bc31a PP502x: Add some important information about CPU/COP_CTL register to the header gleaned from a PP5022C. Maybe it's all wrong. :P by Michael Sevakis · 18 years ago
  39. df4f56b plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...) by Kevin Ferrare · 18 years ago
  40. 4e8b171 Interrupt driven ADC reading on the 2nd gen. by Jens Arnold · 18 years ago
  41. 35274ce code police, no functional changes by Peter D'Hoye · 18 years ago
  42. 4f28129 Add platform file for Ipod 1G / 2G. Now only the front image is missing for building the manual. by Dominik Riebeling · 18 years ago
  43. c4a732a Add Ipod 1G/2G and resort the platform section a bit. by Dominik Riebeling · 18 years ago
  44. a4a3cd9 First version of a 1st/2nd gen ADC driver. 1st gen is untested yet. by Jens Arnold · 18 years ago
  45. aaf9239 Update... by Peter D'Hoye · 18 years ago
  46. f358d4a rbutilQt: fix Dialogs, so they are modal. by Dominik Wenger · 18 years ago
  47. 2e2f92c H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio ADC driver. by Jens Arnold · 18 years ago
  48. 09b2e58 Gigabeat needs to be power-cycled after bootloader installation. by Dominik Riebeling · 18 years ago
  49. a52d172 Put links to the manual on the manual tab. Downloading the manual isn't finished yet. by Dominik Riebeling · 18 years ago
  50. e2dca3e add link to homepage to about window. by Dominik Riebeling · 18 years ago
  51. a690ebb Trim a little bulk off the scheduler for dual core. Shouldn't change bin size on single except for a small function call avoidance. by Michael Sevakis · 18 years ago
  52. 0df8d1f I poke on genlang by Daniel Stenberg · 18 years ago
  53. bfb8e85 Adapt the recording settings chapter to the new way of setting recording directory, make some small tweaks, closes FS#7485 by Nils Wallménius · 18 years ago
  54. 5398ed6 removed as FS#6031 points out it being messed up by Daniel Stenberg · 18 years ago
  55. e1147b8 RTC (real time clock) support for Rockboy. The time in games like Pokemon Gold/Silver should now stay synced on RTC-capable targets. Other targets will lose track of time when the player is turned off. User's can edit the .rtc file in an attempt to resync the RTC. The clock should stay synced when entering and leaving the menu. I've tested this over the past two weeks and it seems to work well. by Tom Ross · 18 years ago
  56. 206a5d3 move iriver checksums to its own file to remove unneeded inclusion and kill warnings. Tiny whitespace cleanup. by Dominik Riebeling · 18 years ago
  57. f119dc0 Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file handle which was being left open by Dave Chapman · 18 years ago
  58. 33bc6f3 Yet more warning fixes - ipodpatcher should now be warning-free in rbutilqt by Dave Chapman · 18 years ago
  59. 0be3036 Fix some more warnings (these only occurred on Mac OS X, so I missed them on Linux/x86). by Dave Chapman · 18 years ago
  60. 2cc80f5 Add -W to CFLAGS in Makefile and fix the generated warnings. by Dave Chapman · 18 years ago
  61. 3b1119b Fix some cosmetic bugs in error messages. These generated warnings when compiling ipodpatcher with -O2. by Dave Chapman · 18 years ago
  62. 6139eed fix a warning. by Dominik Riebeling · 18 years ago
  63. 7da683a Add myself to maintainers list for Italian translation. by Alessio Lenzi · 18 years ago
  64. d77a7ea linux: respect http_proxy value for "system" proxy settings. by Dominik Riebeling · 18 years ago
  65. 82373b2 support for translating rbutil. Translation files (*.qm) can be in the binary folder or in the resource :/lang. Incomplete german translation available for testing. by Dominik Riebeling · 18 years ago
  66. 917e0ac rbutilQt: changed the progress/error logger, there is now an abstract interface and a progressloggergui implementation of it. by Dominik Wenger · 18 years ago
  67. c414f46 small simplification, whitespace cleanup and dos2unix. by Dominik Riebeling · 18 years ago
  68. 57fbb39 fix line endings. by Dominik Riebeling · 18 years ago
  69. f52c178 Revert r14050 (apart from the non-related whitespace changes) and fix the S3C2440 (Gigabeat F/X) problems introduced by my r14041 commit in a slightly different way: Introduce a mad_iram.h file and centralise all IRAM-related decisions in there (similar to how Tremor does it). Now checks for CPU type (S3C2440) instead of target (TOSHIBA_GIGABEAT_F) and there is also a .ibss variable in syth_full_arm.S which shouldn't go in IRAM on S3C2440 targets. Closes FS#7500 by Dave Chapman · 18 years ago
  70. 3d45dfb Add myself to MAINTAINERS on anything I (semi-)regularly work on or probably will have a regular part in maintaining. by Michael Sevakis · 18 years ago
  71. a39cf4f Use the wheel to aim on the sansa by Jonathan Gordon · 18 years ago
  72. ffb121c iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel operation. by Jens Arnold · 18 years ago
  73. 604e44d iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info to pp5002.h and sort it by port address. by Jens Arnold · 18 years ago
  74. 62c8e2d Stop Gigabeat bootloader from panicing. by Michael Sevakis · 18 years ago
  75. a2b14a5 Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> by Kevin Ferrare · 18 years ago
  76. f68ab0d Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actually familar with the gigabeat port should check this. by Michael Giacomelli · 18 years ago
  77. e64f7e3 Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts. by Michael Sevakis · 18 years ago
  78. 4f08483 Least but not last by Kevin Ferrare · 18 years ago
  79. f3114f3 How should I say ... oops ? by Kevin Ferrare · 18 years ago
  80. 81aac2a Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions by Kevin Ferrare · 18 years ago
  81. 9b11f81 Corrected a typo introduced my name by Kevin Ferrare · 18 years ago
  82. e90999f rbutilQt: Font and Doom installation. Also some fixes to the signals in the installers. by Dominik Wenger · 18 years ago
  83. b853fa2 Change the format again - this should hopefully be both human and machine readable. by Dave Chapman · 18 years ago
  84. 8a52d70 FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng files since we are not changing the order of the strings. by Barry Wardell · 18 years ago
  85. 66b5190 FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified slightly by me to not put code in IRAM for PP502x (it's slower), and for the mpegplayer version of libmad for PP5002 (there isn't enough room). On my ipod Color, it increases a 320kbps MP3 test file from 169% realtime to 188% realtime. Reported speedup on the ipod 3G was from 118% to 155% realtime for a 192kbps MP3. by Dave Chapman · 18 years ago
  86. 488b3db rbutilQt: bootloader installation routines for iriver players. Bootloader routines are now completed. They need heavy testing. by Dominik Wenger · 18 years ago
  87. 999676b rbutilqt: added sansapatcher to bootloader installation. now only iriver bootloaders are missing. by Dominik Wenger · 18 years ago
  88. cb3412a Fix wrong button in dual-boot description in H10 manual. by Barry Wardell · 18 years ago
  89. 0a1b248 Get the last errors? by Michael Sevakis · 18 years ago
  90. 5832b59 Fix warnings and errors. Remove some added stuff that wasn't needed afterall. by Michael Sevakis · 18 years ago
  91. 58fc279 Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player). by Michael Sevakis · 18 years ago
  92. 885cdfd fixed the speed problem on bitmaps LCD for the jackpot plugin and added the remote key bindings for h1x0 and x5 by Kevin Ferrare · 18 years ago
  93. ffa978d rbutil: nicer image for the Talk files button. (FS#7484) Thanx to Dave Hooper by Dominik Wenger · 18 years ago
  94. 64f36a1 rbutilQt: first attempt for bootloader installation. Sansa and irivers are still missing. by Dominik Wenger · 18 years ago
  95. 794c968 Make 'View HW Info' work on PP5002 targets and move clock estimation there. * Shorter way to write the wait for userabort. by Jens Arnold · 18 years ago
  96. 35735c66 Initial attempt at a --convert option to convert HFS formatted ipods (Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting. by Dave Chapman · 18 years ago
  97. 018d555 Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). Freezes most of the time. Reverting the >66MHz unlock makes it a bit better, but also not stable. Using the C FIQ has the same effect. by Jens Arnold · 18 years ago
  98. 6f13f4c Cosmetics (remove tab and trailing spaces) by Antoine Cellerier · 18 years ago
  99. 092c178 rbutilqt: reworked and renamed the installrb class/files to generic installzip, so it can be used for things like Fonts. by Dominik Wenger · 18 years ago
  100. cebd767 Grayscale library: Tuned frame frequency for the 2nd/3rd gen LCD. by Jens Arnold · 18 years ago