summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAge
* Accept FS #10271 by Christian Beier: Automatically disable voice upon ↵Karl Kurbjun2009-12-18
| | | | | | rockdoom startup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24063 a1c6a512-1295-4272-9138-f99709370657
* Commit both patches in FS#10833 - Protect against division by zero in AAC ↵Michael Giacomelli2009-12-14
| | | | | | (mp4) codec by Juliusz Chroboczek. Adds some return value checking so that faad errors don't crash rockbox when decoding broken or unsupported files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23983 a1c6a512-1295-4272-9138-f99709370657
* Updated hungarian translation.Mustapha Senhaji2009-12-02
| | | | | | | | Flyspray: FS#10803 Author: Viktor Varga git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23821 a1c6a512-1295-4272-9138-f99709370657
* and another correction for docs/committers...Laurent Gautier2009-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23806 a1c6a512-1295-4272-9138-f99709370657
* Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier2009-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23805 a1c6a512-1295-4272-9138-f99709370657
* Add myself to docs/committersLaurent Gautier2009-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23802 a1c6a512-1295-4272-9138-f99709370657
* Move myself in alphabetical order in COMMITERS.Amaury Pouly2009-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23729 a1c6a512-1295-4272-9138-f99709370657
* Add myself to COMMITERS.Amaury Pouly2009-11-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23728 a1c6a512-1295-4272-9138-f99709370657
* Add Diego Herranz to docs/CREDITS for r23613 / FS#10773Michael Chicoine2009-11-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23615 a1c6a512-1295-4272-9138-f99709370657
* My bad, Pavel wasn't on the credit yet, then add him for the translation.Mustapha Senhaji2009-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23535 a1c6a512-1295-4272-9138-f99709370657
* RTC read of ds1339 of ds3231 weekday Robert Kukla2009-11-05
| | | | | | | Flyspray: FS #10760 Author: Simon Rothen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23531 a1c6a512-1295-4272-9138-f99709370657
* Change username to lower caseBob Cousins2009-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23498 a1c6a512-1295-4272-9138-f99709370657
* Add Fred Bauer to THANKSRafaël Carré2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23477 a1c6a512-1295-4272-9138-f99709370657
* Add Sascha Wilde to docs/CREDITS for bug fix committed in r23449Michael Chicoine2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23454 a1c6a512-1295-4272-9138-f99709370657
* Add my name to COMMITTERSBob Cousins2009-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23450 a1c6a512-1295-4272-9138-f99709370657
* The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere2009-10-28
| | | | | | | | | Also fix a typo that erroneously enabled button_hold in button-target.h Flyspray: FS#10732 Author: Yann Muller git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23383 a1c6a512-1295-4272-9138-f99709370657
* "No code in .h files or #defines"Björn Stenberg2009-10-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23319 a1c6a512-1295-4272-9138-f99709370657
* Convert lcd_activation callbacks to use the event system to allow for ↵Thomas Martitz2009-10-20
| | | | | | | | | multiple parallel callbacks (for custom statusbar). Increase maximum event count as we need more (I actually had a report about it during custom statusbar testing). Removed corresponding functions from the core and plugin api. Bump min version and sort. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23302 a1c6a512-1295-4272-9138-f99709370657
* A man who is long due for credit: added Christophe "toffe"Robert Menes2009-10-20
| | | | | | | Nicolas to the credits for all of his Gigabeat findings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23300 a1c6a512-1295-4272-9138-f99709370657
* Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev2009-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23273 a1c6a512-1295-4272-9138-f99709370657
* Initial mini2440 port.Dominik Wenger2009-10-19
| | | | | | | Flyspray: FS#10627 Author: Bob Cousins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23265 a1c6a512-1295-4272-9138-f99709370657
* Fix %Sp expansion in wpsThomas Martitz2009-10-15
| | | | | | | | | | | | | | | The value returned from sound_get_pitch() was shown assuming that 100% corresponds to 1000 by skin_tokens.c::get_token_value(). The value actually is 100*PITCH_SPEED_PRECISION. Steal the way the callchain from gui_syncpitchscreen_run() to pitchscreen_draw() in apps/gui/pitchscreen.c formats the value and use it here for consistency. Flyspray: FS#10673 Author: Junio C Hamano git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23199 a1c6a512-1295-4272-9138-f99709370657
* Add Jonas Aaberg to the credits.Rob Purchase2009-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23195 a1c6a512-1295-4272-9138-f99709370657
* Add myself to committers. HI!Torne Wuff2009-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23186 a1c6a512-1295-4272-9138-f99709370657
* add Seth Opgenorth to docs/CREDITSMichael Chicoine2009-10-09
| | | | | | | correct web link in comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23023 a1c6a512-1295-4272-9138-f99709370657
* Add myself to COMMITTERSMichael Sparmann2009-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22950 a1c6a512-1295-4272-9138-f99709370657
* Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ↵Dave Chapman2009-10-02
| | | | | | targets to set a different sector size than 512 for the storage system. Should not affect any other target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22874 a1c6a512-1295-4272-9138-f99709370657
* Add myself to docs/COMMITTERSMichael Chicoine2009-10-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22870 a1c6a512-1295-4272-9138-f99709370657
* Added myself to the list of committers.Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22851 a1c6a512-1295-4272-9138-f99709370657
* Improved Cowon D2 touchscreen driver.Rob Purchase2009-09-26
| | | | | | | | Flyspray: FS#10615 Author: Carsten Schreiter and myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22842 a1c6a512-1295-4272-9138-f99709370657
* CREDITS: remove duplicate namesBertrik Sikken2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22814 a1c6a512-1295-4272-9138-f99709370657
* Marko Pahlke was already in CREDITS.Thomas Martitz2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22811 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH*: SVG player images including button description.Thomas Martitz2009-09-23
| | | | | | | Flyspray: FS#10279 and FS#10286 Author: Marko Pahlke git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22808 a1c6a512-1295-4272-9138-f99709370657
* Recognise everybody in the same CREDITS file: add the three people only in ↵Alex Parker2009-09-23
| | | | | | CREDITS-MANUAL to CREDITS and remove CREDITS-MANUAL. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22798 a1c6a512-1295-4272-9138-f99709370657
* The name should have been added to the other CREDITS fileAlexander Levin2009-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22766 a1c6a512-1295-4272-9138-f99709370657
* Improvements to the viewers section of the manual (FS#10531 by David Kaufmann)Alexander Levin2009-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22764 a1c6a512-1295-4272-9138-f99709370657
* Add viewports to the manual. Adapted from FS#9934 by Jonas Häggqvist and ↵Alex Parker2009-09-20
| | | | | | FS#10553 by David Kauffmann git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22756 a1c6a512-1295-4272-9138-f99709370657
* Added myself to docs/COMMITTERSBryan Childs2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22664 a1c6a512-1295-4272-9138-f99709370657
* New plugin: pitch detector (FS#8768) by Michael Lechner and David JohnstonAlexander Levin2009-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
* Polish translation update.Mustapha Senhaji2009-09-07
| | | | | | | | | Author: Tomasz Kowalczyk Patch: FS#10593 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22654 a1c6a512-1295-4272-9138-f99709370657
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
| | | | | | | | | * Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.Michael Giacomelli2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22557 a1c6a512-1295-4272-9138-f99709370657
* Add menu button to accept in yesno screen for the Cowon D2.Thomas Martitz2009-08-21
| | | | | | | | | I added the lang strings myself. Flyspray:FS#10548 Author: Johannes Boy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
* Add Laurent Papier to credits for FS#10514 reworked and committed in r22255.Mustapha Senhaji2009-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22293 a1c6a512-1295-4272-9138-f99709370657
* New committer!Jeffrey Goode2009-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22275 a1c6a512-1295-4272-9138-f99709370657
* Make kbd_input() show a cancel splash to indicate user abort better and for ↵Thomas Martitz2009-08-12
| | | | | | better consistency all over the place. Change checking for its return value (style-wise) at some places too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22269 a1c6a512-1295-4272-9138-f99709370657
* Add Amaury Pouly to the creditsRafaël Carré2009-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22252 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#9400 - "tools/configure more improvements" by Rosso Maltese.Thomas Martitz2009-08-09
| | | | | | This completes the command line capabilities of configure. You can now pass advanced build options (type=aXXX, where X are the shortcuts for the advanced options) as well as voice options. See configure --help. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22228 a1c6a512-1295-4272-9138-f99709370657
* Add Jens Erdmann to CREDITS.Michael Giacomelli2009-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22156 a1c6a512-1295-4272-9138-f99709370657
* new powerup in brickmania Robert Kukla2009-07-26
| | | | | | | Author: Asael Reiter Flyspray: FS #10463 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22057 a1c6a512-1295-4272-9138-f99709370657