summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2005-07-17Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen1-7/+9
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold4-126/+230
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+2
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold3-15/+15
2005-06-26Made the FM frequency setting wrap aroundLinus Nielsen Feltzing1-2/+2
2005-06-25Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli...Jens Arnold2-13/+10
2005-06-24Fixed yellow FM builds, and changed the function type names according to the ...Jens Arnold1-2/+6
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold3-15/+34
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold2-7/+4
2005-06-15use the 160 pixels wide logo for wider LCDs too (for now at least)Daniel Stenberg2-2/+2
2005-06-06Killed some warningsLinus Nielsen Feltzing1-1/+2
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold3-12/+12
2005-06-04New recording feature: Don't split every 24 hours if timesplit is off, but on...Jens Arnold1-2/+8
2005-06-04Recording screen rework: (1) Fixed irregular LED blinking on pause/ armed tri...Jens Arnold1-176/+140
2005-06-04Bugfix: The peakmeter drew too much cpu power when recording, occasionally ca...Jens Arnold1-7/+5
2005-05-31iRiver remote LCD is only 128x64Linus Nielsen Feltzing2-2/+2
2005-05-26Proper indentation.Jens Arnold1-12/+12
2005-05-08Made it build warning-free on the sim. This could not have worked in the simDaniel Stenberg1-5/+5
2005-05-07include autoconf for the endian definesDaniel Stenberg1-0/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-2/+1
2005-05-07Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a...Jens Arnold1-2/+0
2005-05-01Bugfix: The recording screen must not touch the LED if the LED is only simula...Jens Arnold1-0/+10
2005-04-26Removed 'static' keyword from non-static variables.Thom Johansen1-2/+2
2005-04-25Long policy againLinus Nielsen Feltzing1-1/+2
2005-04-25Long policyLinus Nielsen Feltzing1-1/+1
2005-04-25New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing1-1/+2
2005-04-25New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing1-184/+153
2005-04-15IRiver: show logo on startup at remote lcdChristian Gmeiner2-3/+3
2005-04-10FM preset menu: store current preset immediately after leaving.Jens Arnold1-3/+2
2005-04-10FM preset menu: Set cursor to the current preset on enter. Added a generic fu...Jens Arnold1-0/+2
2005-04-04Triggered recording fixes: (1) Made it compile for Ondio FM recorder (no led,...Jens Arnold2-19/+13
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-13/+14
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-27/+28
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing3-92/+573
2005-04-01Forgot to include sound.hLinus Nielsen Feltzing1-0/+1
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing2-30/+31
2005-03-06Bugfix: Stop running recording when leaving the radio screen with the radio r...Jens Arnold1-0/+4
2005-03-01Ondio activity icon changed to MMC/flash symbol (thanks Jens)Jörg Hohensohn2-7/+10
2005-02-22fprintf() => fdprintf()Daniel Stenberg1-1/+1
2005-02-19Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn2-0/+23
2005-02-16long policyJean-Philippe Bernardy2-3/+3
2005-02-08Recording keys assignments for gmini 120Jean-Philippe Bernardy1-0/+5
2005-02-07Keyboard rework & fixes: (1) Separator line no longr wraps at the right borde...Jens Arnold1-116/+73
2005-02-02make this build on systems with no HW codec (iriver/gmini)Daniel Stenberg1-5/+26
2005-02-02initial iriver keypad supportDaniel Stenberg1-0/+5
2005-01-31New function for formatting large-range values for output, both printed and v...Jens Arnold1-3/+13
2005-01-30Renamed the config variable for the battery display type to battery_display t...Jens Arnold1-3/+3
2005-01-25Enabled logo display for gmini.Jens Arnold2-3/+3
2005-01-23Added button definitions for gmini build. Prettified formatting.Jens Arnold1-0/+13
2005-01-16scrollbar(): Code size optimisation; fixed overflow with large parameters (fi...Jens Arnold1-29/+26