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