summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-10-30Rearrange and comment variable declarations; no functional changeSteve Bavin1-87/+72
2006-10-30Adapted more Makefiles to the more efficient info printing.Jens Arnold1-5/+3
2006-10-30Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to proper...Jens Arnold1-0/+53
2006-10-30Remove format_align from the format_lines array, as it's unnecessary. Saves c...Jens Arnold2-37/+23
2006-10-29Moved the Ogg zero-length check to a better place. Also fixed so that really ...Magnus Holmgren1-7/+30
2006-10-29Fixed division by zero in ogg metadata parser and crash when buildingMiika Pekkarinen1-0/+6
2006-10-29H300: Don't read the button ADC as long as no button is pressed, utilising th...Jens Arnold1-4/+6
2006-10-29Synced.Magnus Holmgren1-26/+231
2006-10-28Cleanup of new button reading code. Moved functions for enabling of scanning ...Michael Sevakis1-1/+1
2006-10-28remove the 1 bit jewels for greyscale targets.Dominik Riebeling3-4/+0
2006-10-28Add greyscale jewels for h100 series and Ipod mini.Dominik Riebeling3-2/+6
2006-10-28more <source> fixesDaniel Stenberg1-0/+6
2006-10-28Since this file is both the master for the language system, as well as theDaniel Stenberg1-0/+10
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold33-395/+214
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen19-65/+94
2006-10-27Do not flood the queue with unnecessary fill buffer requests at the end of a ...Mark Arigo1-1/+1
2006-10-27Stop building the favourites plugin, as the same feature is duplicated with t...Martin Arver2-47/+0
2006-10-27Let SOURCES handle the sim exclusion for metronomeMartin Arver2-4/+6
2006-10-27Stop reading buttons if one is not down. Don't read remote keys if not plugge...Michael Sevakis1-10/+22
2006-10-27Oops. Missed part of FS#6235 in the last commmitBarry Wardell1-1/+1
2006-10-27Accept FS#6235. We should be using the *_ATTR defines instead of __attribute__Barry Wardell1-3/+3
2006-10-26Revert this morning's change as it can cause old metadata to be reused inappr...Steve Bavin1-1/+1
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell58-7/+751
2006-10-26Don't clear previous track details during playback so the progress bar works ...Steve Bavin1-3/+4
2006-10-25Enable I/O ports debug menu for 3G iPodsDaniel Ankers1-1/+28
2006-10-25FS#6216 Update so MP3 files are only opened once. With corrections andMiika Pekkarinen1-4/+5
2006-10-25Don't fail with very long lines.Miika Pekkarinen2-7/+16
2006-10-25remove these 2 alsoJonathan Gordon2-41/+0
2006-10-25remove the old tagdb source, tagcache replaced this a while agoJonathan Gordon23-4146/+0
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon37-16/+163
2006-10-25A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin3-16/+16
2006-10-25Oops, Archos still needs to stop voice.Steve Bavin1-0/+3
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin3-7/+24
2006-10-25Assembler optimised FLAC 24 bit handling routines for Coldfire based players....Thom Johansen3-40/+299
2006-10-25Make the UI simulator compile on OSX again. dbg_flash_id() really shouldn't b...Barry Wardell7-7/+11
2006-10-24Handle repeating scroll events in the ipod virtual keyboardDave Chapman1-0/+2
2006-10-24Search string was not properly used.Miika Pekkarinen1-2/+1
2006-10-24Changelog importing was broken.Miika Pekkarinen1-5/+6
2006-10-24Allow all tag type in formatting string. Included example withMiika Pekkarinen4-66/+92
2006-10-23Solitaire: Optionally auto-unhide the next card on a stack if the last known ...Jens Arnold1-16/+42
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold24-37/+50
2006-10-23Rename rockpaint external .bmp files so they use the same convention as all o...Dave Chapman3-2/+2
2006-10-23Fix FS 6205: id3v1 stripping messed up rebuffer_and_seeks. Add an assurance ...Brandon Low1-2/+10
2006-10-23rearrange compiler options to avoid conflicts with header files on FreeBSDMarcoen Hirschberg3-4/+7
2006-10-23Last fix was wrong, I did the math this time, should fix more buffering edgesBrandon Low1-8/+8
2006-10-23fix the int settings on the Archos Player (left is now decrease like it shoul...Jonathan Gordon1-0/+8
2006-10-22Fix edge case handling for buffer writing into the playing track; Improve com...Brandon Low1-6/+17
2006-10-22Star: separate graphics for Gigabeat, by Marianne Arnold.Jens Arnold2-0/+2
2006-10-22Patch #6218 by Robert Keevil - fix erroneous scrobbler_shutdown() call when c...Linus Nielsen Feltzing1-1/+1
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold11-43/+46