summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.c (follow)
Commit message (Expand)AuthorAge
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Fix the %cs tag for the pitchscreen and playlist viewerJonathan Gordon2011-06-13
* Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz2011-02-01
* Ugh, remove debug output.Thomas Martitz2011-01-29
* Improve sometimes glitchy touchscreen handling in the pitchscreen.Thomas Martitz2011-01-29
* Make pitchscreen absolute point mode compatible.Thomas Martitz2010-10-25
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Correct a small misaligned brace.Thomas Martitz2009-10-15
* Use the center align viewport flag to draw top and bottom text centered.Thomas Martitz2009-10-15
* Pitchscreen: Don't clear the whole display, but only the parent viewport.Thomas Martitz2009-10-15
* Slight const police and avoid copying a lang stringNils Wallménius2009-10-10
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* Slightly reduce the bin size by using ushort instead of int in arraysAlexander Levin2009-07-13
* Correctly compute the array size regardless of the element typeAlexander Levin2009-07-13
* Unify semitone and cent macros and make the formula a bit more obviousAlexander Levin2009-07-12
* Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2009-07-11
* Oops.Steve Bavin2009-06-22
* Allow use of timestretch with semitones in the pitchscreen. Rename variables ...Steve Bavin2009-06-22
* Display speed as relative to real-time, not timestretch amount.Steve Bavin2009-06-20
* Slightly rearrange statements. No functional change but RAM and binary are re...Alexander Levin2009-06-19
* Renamed routines and changed comments for clarity.Steve Bavin2009-06-16
* FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...Steve Bavin2009-06-12
* Simplify some redundant boolean expressionsBertrik Sikken2009-05-21
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Clean up some more #includesBertrik Sikken2009-03-08
* Minor quickscreen and pitchscreen fixesThomas Martitz2009-02-05
* Some cleanup (such as #include cleanup, clearer variable names) in pitchscree...Thomas Martitz2009-01-28
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* yes... i'm just trying to boost my ohloh score!Jonathan Gordon2008-10-05
* bit of code policeJonathan Gordon2008-10-05
* Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.Jonathan Gordon2008-10-05
* Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye2008-09-07
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Prototype declaration strictness fixes.Bertrik Sikken2008-05-08
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* move the pitchscreen out of screens.c.. no functional changesJonathan Gordon2008-05-05