rink.nu / projects / musixbox / shortlog
 
7 months ago ago Rink Springer Implement resource 'tone:' as a x Hz tone default tip
7 months ago ago Rink Springer Fully initialize the libao structure before using it
8 months ago ago Rink Springer Add MIDI-file decoding via Timidity as embedded in SDL_mixer
8 months ago ago Rink Springer S3M are usually Amige Modules, and IMF are generally AdLib tune - get rid of the overlap in decoder extensions
8 months ago ago Rink Springer Add support for AdLib music files using libadplug
16 months ago ago Rink Springer More minor fixups, mostly in comments.
16 months ago ago Rink Springer Minor cleanups.
16 months ago ago Rink Springer Build fix with more recent GCC compilers.
16 months ago ago Rink Springer Fix a typo that has been bugging me for months now.
16 months ago ago Rink Springer musixcurses: Besides F10, also accept escape as exit.
18 months ago ago Rink Springer Include the correct things needed.
2010-01-02 ago Rink Springer Implement InfoFactory::construct(), which can be used to obtain track information.
2009-12-30 ago Rink Springer Add support for decoding ID3 tags using id3lib.
2009-12-30 ago Rink Springer Set the 'be quiet' parameter in libmpg123.
2009-12-29 ago Rink Springer Implement support for custom read/seek-routines in the libmpg123 MP3 decoder.
2009-12-27 ago Rink Springer Introduce a libmpg123-based MP3 decoder, including ID3v[12] tag support.
2009-12-20 ago Rink Springer Add support for displaying the track number / year.
2009-12-20 ago Rink Springer Fix a serious bug relating to decoder-selection based on extension.
2009-12-20 ago Rink Springer Add support for obtaining year/track number information in FLAC.
2009-12-20 ago Rink Springer Add support for obtaining the track's year and track number.
2009-12-10 ago Rink Springer Lowercase the extension before looking it up.
2009-04-09 ago Rink Springer Implement spacebar for pausing musixplay; this has the nice benefit of removing any signal stuff.
2009-04-09 ago Rink Springer Improve playlist usage: flip icons/text in browser and notify user we are enqueuing.
2009-04-09 ago Rink Springer Don't rely on a SIGALRM to update the status; we can just timeout after a select(2) on stdin.
2009-04-06 ago Rink Springer Make this warnings-clean; there were some casts missing.
2009-03-20 ago Rink Springer Introduce a playing indication, which is useful to see if the song is paused.
2009-03-20 ago Rink Springer Implement Player::isStopped() to see if the calling play() will start the song.
2009-03-08 ago dwight Forgot to update before commit, merge commit.
2009-03-08 ago dwight Switched play/pause icon during playback, indicating the action instead
2009-03-08 ago Rink Springer If the player can't find a valid decoder, refuse to initialize. This fixes segfaults when no decoders are present.
2009-02-25 ago rink Explicitely include <string.h> for strerror(3)
2009-02-14 ago Rink Springer Remove needless buttons (it's getting way to crammed up there!) and restructure the positioning of controls to make it easier to hit them.
2009-02-14 ago Rink Springer Add a simple script to convert the FreeType fonts for our use.
2009-02-14 ago Rink Springer Use the default font if NULL is supplied to Control::setFont()
2009-02-14 ago Rink Springer Rework font rendering in the UI library:
2009-02-14 ago Rink Springer Rework the font format/tools:
2009-02-14 ago Rink Springer Make this compile out-of-the-box on Linux, too.
2009-02-08 ago Rink Springer Make the player advance logic more like mpg321: the first ^C will skip the current track, while more subsequent ^C's will terminate the player.
2009-02-08 ago Rink Springer Introduce MusiXPlay, a commandline tool to play any supported music file (like mpg321, ogg123 etc)
2009-02-08 ago Rink Springer If a playlist entry has completed, remove it from the playlist.
2009-02-07 ago Rink Springer Implement support for lyrics text emphasis.
2009-02-01 ago Rink Springer Introduce playlist support in MusiXBox!
2009-02-01 ago Rink Springer Instead of blanking them out, hide unused folder entries.
2009-02-01 ago Rink Springer Eliminate leftover debugging residue.
2009-02-01 ago Rink Springer Form::run() now returns a value, that can be set using Form::setReturnValue()
2009-02-01 ago Rink Springer Move all images to a Image module.
2009-02-01 ago Rink Springer Add a simple tool to read touch-values from the AVR, useful for debugging purposes.
2009-02-01 ago Rink Springer Hide characters for which we have no folders (i.e. if there are no folders starting with Q, don't show the Q in the alphabet browser)
2009-01-31 ago Rink Springer Configure fix: conditionals always need to be set, so in the !SDL case, forced SDLGFX to false.
2009-01-25 ago Rink Springer Implement an alphabet browser: the first charachter of an artist must be entered seperately (A-Z), and the directory browser will only show bands matching /^[A-Z]/ for the given charachter.
2009-01-25 ago Rink Springer This should have been part of the previous commit.
2009-01-25 ago Rink Springer Only handle interactions that arrive >500ms after the last one.
2009-01-25 ago Rink Springer Stop after handling one control interaction.
2009-01-25 ago Rink Springer Introduce functionality to make controls invisible.
2009-01-25 ago Rink Springer Introduce Folder:;isFolderRoot(), which can be used to determine whether the current folder is root.
2009-01-23 ago Rink Springer Remove leftover debugging printf...
2009-01-23 ago Rink Springer Implement zoom factor for SDL; using '-z n', the output is magnified n times.
2009-01-12 ago Rink Springer Redirect stderr to stdout while performing lyric lookups, so errors get properly reported.
2008-12-29 ago Rink Springer Fix a segfault that could accur if lyrics would automatically be fetched if the end of the playlist was reached.
2008-12-29 ago Rink Springer Use the new message -> response approach as implemented in the touchscreen code, and synchronize before attempting to use the AVR.
Powered by FreeBSD, PostgreSQL and Perl
© 2001 - 2011 Rink Springer