| Commit message (Expand) | Author | Age | Files | Lines |
* | replaced some "string" parameters with "const string" | tobigun | 2008-03-06 | 6 | -29/+22 |
* | Added all contents of the orginal Audacity FFT-file although it might be repl... | tobigun | 2008-03-06 | 1 | -4/+258 |
* | added first steps to building some unit tests. | jaybinks | 2008-03-06 | 8 | -26/+744 |
* | do we need the file UPliki.pas? | f1fth_freed0m | 2008-03-06 | 1 | -0/+2 |
* | Translated German comments to English | f1fth_freed0m | 2008-03-06 | 8 | -31/+55 |
* | add ini file option SDLBufferSize to set the buffersize for the sdl playback ... | s_alexander | 2008-03-06 | 3 | -48/+72 |
* | Translated Some Variables | f1fth_freed0m | 2008-03-06 | 8 | -289/+289 |
* | Translated so Variable Names | f1fth_freed0m | 2008-03-06 | 11 | -184/+184 |
* | fixed compile errors with delphi | s_alexander | 2008-03-06 | 1 | -1/+1 |
* | Translated Variable Names and Types | f1fth_freed0m | 2008-03-05 | 11 | -589/+589 |
* | many cleanups in code | s_alexander | 2008-03-05 | 1 | -413/+309 |
* | made jokers in Song Selection screen hidden. | jaybinks | 2008-03-05 | 1 | -2/+4 |
* | FFT support for SDL/Portaudio playback | tobigun | 2008-03-05 | 4 | -44/+106 |
* | Some cleanup | tobigun | 2008-03-05 | 1 | -59/+59 |
* | Equalizer (Analyser) is displayed again with BASS | tobigun | 2008-03-05 | 1 | -19/+2 |
* | removed overuse of DecimalSeperator | jaybinks | 2008-03-04 | 4 | -56/+16 |
* | added code to handle , or . decimal seperators in song text files. | jaybinks | 2008-03-04 | 1 | -26/+26 |
* | Patchs from AlexanderS & f1fth_freed0m | jaybinks | 2008-03-04 | 3 | -56/+83 |
* | Patch from AlexanderS | jaybinks | 2008-03-04 | 1 | -1/+1 |
* | delphi 7 compatibility (inline was introduced with delphi 2005) | tobigun | 2008-03-03 | 8 | -21/+40 |
* | - Input now supports multiple SampleRates (not fixed to 44100Hz anymore) | tobigun | 2008-03-03 | 11 | -896/+1534 |
* | - some windows/lclintf dependencies removed | tobigun | 2008-03-03 | 2 | -114/+125 |
* | - actual.. -> current.. | tobigun | 2008-03-03 | 6 | -34/+69 |
* | GetName added for AudioDecoder-Classes | tobigun | 2008-03-03 | 1 | -7/+8 |
* | - commented out some log-outputs that spammed the debug-output | tobigun | 2008-03-03 | 1 | -2/+2 |
* | - removed some windows/lclintf dependencies | tobigun | 2008-03-03 | 1 | -30/+24 |
* | - replaced some Actual... vars with Current... | tobigun | 2008-03-03 | 4 | -1062/+1020 |
* | - Portaudio-Core added (at the moment just one helper function) | tobigun | 2008-03-03 | 2 | -4/+101 |
* | FPC delphi-compatibility (-Sd) removed | tobigun | 2008-03-03 | 1 | -1/+1 |
* | [Alt+Return] enabled | tobigun | 2008-02-26 | 1 | -2/+3 |
* | tidy up from my previous commit | jaybinks | 2008-02-26 | 1 | -16/+16 |
* | added patch to toggle full screen with F11 | jaybinks | 2008-02-26 | 2 | -14/+57 |
* | Implemented resizable windowed mode.. | jaybinks | 2008-02-26 | 2 | -3/+10 |
* | Fixed compilation on Mac OS X (XCode). | eddie-0815 | 2008-02-24 | 4 | -369/+126 |
* | Linux fullscreen fix | tobigun | 2008-02-22 | 2 | -7/+2 |
* | forgot a dependency for debian-package target | tobigun | 2008-02-22 | 1 | -2/+1 |
* | - added "make install" target for global installation | tobigun | 2008-02-21 | 3 | -32/+106 |
* | Uses SDL now instead of Portaudio for playback in linux | tobigun | 2008-02-21 | 1 | -1/+2 |
* | updated build script. | jaybinks | 2008-02-21 | 1 | -4/+6 |
* | compatibility for fpc < 2.2.0 (at least 2.0.4) | tobigun | 2008-02-21 | 2 | -0/+8 |
* | Delphi evaluates every $IF-directive even if it is disabled by a surrounding ... | tobigun | 2008-02-21 | 1 | -0/+11 |
* | - Resampling support added | tobigun | 2008-02-20 | 9 | -844/+1262 |
* | libsamplerate header-files. Ported from C to Pascal by profoX` with some mino... | tobigun | 2008-02-20 | 1 | -0/+205 |
* | FFT library taken from Audacity and ported to Pascal. | tobigun | 2008-02-20 | 1 | -0/+345 |
* | Made the midi-stuff FPC (for windows) compatible. | tobigun | 2008-02-20 | 9 | -63/+93 |
* | all screens now inherit their OnShow | jaybinks | 2008-02-20 | 32 | -4/+62 |
* | fixed line endings for windows. | jaybinks | 2008-02-20 | 1 | -13/+12 |
* | fixed video looping and background video playback on linux.. | jaybinks | 2008-02-20 | 2 | -702/+696 |
* | Fixed a bug in the directory-handling routine. | tobigun | 2008-02-20 | 1 | -44/+49 |
* | fixed that damn bug with the NG path hack... grrr | jaybinks | 2008-02-20 | 2 | -2/+3 |