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