summaryrefslogtreecommitdiffstats
path: root/apps/gui/pitchscreen.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-44/+44
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+3
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-78/+0
2019-02-04pitchscreen: Fix compile on HWCODEC players.Solomon Peachy1-1/+5
2019-02-03Add speech feedback in pitchscreenSolomon Peachy1-0/+75
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+1
2011-06-13Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon1-0/+3
2011-02-01Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz1-2/+2
2011-01-29Ugh, remove debug output.Thomas Martitz1-1/+0
2011-01-29Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz1-7/+24
2010-10-25Make pitchscreen absolute point mode compatible.Thomas Martitz1-20/+164
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-8/+7
2009-10-15Correct a small misaligned brace.Thomas Martitz1-1/+1
2009-10-15Use the center align viewport flag to draw top and bottom text centered.Thomas Martitz1-7/+7
2009-10-15Pitchscreen: Don't clear the whole display, but only the parent viewport.Thomas Martitz1-1/+2
2009-10-10Slight const police and avoid copying a lang stringNils Wallménius1-4/+4
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-2/+1
2009-07-13Slightly reduce the bin size by using ushort instead of int in arraysAlexander Levin1-3/+3
2009-07-13Correctly compute the array size regardless of the element typeAlexander Levin1-2/+2
2009-07-12Unify semitone and cent macros and make the formula a bit more obviousAlexander Levin1-40/+37
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin1-129/+552
2009-06-22Oops.Steve Bavin1-1/+1
2009-06-22Allow use of timestretch with semitones in the pitchscreen. Rename variables ...Steve Bavin1-54/+38
2009-06-20Display speed as relative to real-time, not timestretch amount.Steve Bavin1-3/+4
2009-06-19Slightly rearrange statements. No functional change but RAM and binary are re...Alexander Levin1-2/+2
2009-06-16Renamed routines and changed comments for clarity.Steve Bavin1-1/+1
2009-06-12FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin1-96/+232
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-1/+1
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Clean up some more #includesBertrik Sikken1-0/+3
2009-02-05Minor quickscreen and pitchscreen fixesThomas Martitz1-3/+2
2009-01-28Some cleanup (such as #include cleanup, clearer variable names) in pitchscree...Thomas Martitz1-26/+23
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-10-05yes... i'm just trying to boost my ohloh score!Jonathan Gordon1-25/+25
2008-10-05bit of code policeJonathan Gordon1-9/+6
2008-10-05Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.Jonathan Gordon1-62/+143
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-7/+7
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-12/+14
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-08Prototype declaration strictness fixes.Bertrik Sikken1-0/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-05move the pitchscreen out of screens.c.. no functional changesJonathan Gordon1-0/+284