log

age author description
2006-01-18 giacomo [svn] use labs() instead of abs() for long types trunk
2006-01-18 giacomo [svn] seek with tristate prev/next buttons now works just like the seek bar (no seek until the button is released, no seek at all if it should move to the prev/next song) trunk
2006-01-18 chainsaw [svn] Clean up after myself, reverting botched fix to ffmpeg code. trunk
2006-01-18 giacomo [svn] fixed width of the fwd button trunk
2006-01-18 nenolod [svn] Remove header that got moved. Oops. trunk
2006-01-18 nenolod [svn] Fork off the rcfile backend for conversion into an XML file-based preferences option using GMarkup. This does not work trunk
2006-01-18 nenolod [svn] Move xml_document stuff into libaudacious. trunk
2006-01-18 nenolod [svn] Remove EQ again. *grr* trunk
2006-01-18 nenolod [svn] Further speedups trunk
2006-01-18 nenolod [svn] Change logic used for drawing the line between the numbers and the trunk
2006-01-18 chainsaw [svn] Temporarily stop building the WMA plugin until it can be fixed. trunk
2006-01-18 chainsaw [svn] More complete title reporting and make coding style consistent with the rest of audacious. Contributed by Kiyoshi Aman <kiyoshi.aman -at- gmail.com>. trunk
2006-01-17 chainsaw [svn] Revert to revision 379, unable to fix fallout from 450, still segfaults intermittently. trunk
2006-01-17 nenolod [svn] Possibly play nicer with X11 in the skinning engine's event loop. trunk
2006-01-17 nenolod [svn] Revert pause on seek stuff as it did no good anyway and just caused trunk
2006-01-17 giacomo [svn] added a new column in the treeview model to store the skin name trunk
2006-01-17 nenolod [svn] Make "Unarchived Winamp 2.x skin" &c translatable. trunk
2006-01-16 nenolod [svn] Use g_object_(get|set)_data() on the thumbnail object to store the skin trunk
2006-01-16 nenolod [svn] Dissect the pango markup using scanf and various string delimiter hacks. trunk
2006-01-16 nenolod [svn] new pango-based skin selection sexyness. trunk
2006-01-16 nenolod [svn] Revert hack that had no effect. The blips apparently occur on the output side of things. trunk
2006-01-16 nenolod [svn] lets not output audio when paused. really. trunk
2006-01-16 nenolod [svn] vis fixes trunk
2006-01-16 nenolod [svn] Stop playing while seeking the player. trunk
2006-01-16 nenolod [svn] The default skin is now distributed as a png skin, not a bmp one due to trunk
2006-01-16 nenolod [svn] Be less spammy in the audacious trace log about not being able to find trunk
2006-01-16 nenolod [svn] This commit allows for the use of alternate formats to bmp in skin trunk
2006-01-16 nenolod [svn] Add a hackhack for FreeBSD ports. trunk
2006-01-15 chainsaw [svn] Pinch nicer file info dialog from BMP-WMA. trunk
2006-01-15 nenolod [svn] Add `Apply' button to the presets window. Patch via NhJm. trunk
2006-01-15 nenolod [svn] Smarter algorithm for detecting differentials between button presses, now takes seconds into account. trunk
2006-01-15 nenolod [svn] Take matters of seconds into consideration. trunk
2006-01-15 nenolod [svn] Ditto for playlist window. trunk
2006-01-15 nenolod [svn] - Scroll by 1000 frames when using the keypad (7 && 9) inside the player window to trunk
2006-01-15 nenolod [svn] Logic stuff relating to tristate-seek. Now I just need to work it into the event loop. trunk
2006-01-15 nenolod [svn] Convert prev/next buttons to tristate, via create_pbutton_ex(). trunk
2006-01-15 chainsaw [svn] Hello includes. Goodbye warnings. trunk
2006-01-15 nenolod [svn] create_pbutton() should hook on release, not on push. My bad. :P trunk
2006-01-15 nenolod [svn] This commit rips out the old equalization engine with a dynamic engine trunk
2006-01-14 chainsaw [svn] This file is not used. trunk
2006-01-14 chainsaw [svn] Sync with upstream CVS. This implements RIX playback. trunk
2006-01-14 chainsaw [svn] That removed so much that it does not play anymore. Add a line of code back. trunk
2006-01-14 nenolod [svn] Reliability fixes. trunk
2006-01-14 nenolod [svn] timidity fixes... remove duplicated code provided by produce_audio() trunk
2006-01-14 nenolod [svn] Buttons are now tri-state, meaning they have both callbacks for push and trunk
2006-01-14 nenolod [svn] - remove fullscreen.c, fullscreen.h (I know of nothing for audacious trunk
2006-01-14 nenolod [svn] Install input.h and output.h headers. trunk
2006-01-13 nenolod [svn] SPC titleinput fix. Contributed by Kiyoshi Aman <kiyoshi.aman -at- gmail.com>. trunk
2006-01-13 nenolod [svn] Remove equalization code. We do this same processing in the core in 0.2. trunk
2006-01-13 nenolod [svn] FreeBSD 6.x/7.x newata cdrio fixes. (I now have an ia32 box to work with ;)) trunk
2006-01-11 nenolod [svn] Add a sanity check for crappily written plugins in the decoder cache. trunk
2006-01-11 chainsaw [svn] Use FMT_S16_NE instead of unnecessary #ifdef WORDS_BIGENDIAN trickery. trunk
2006-01-11 chainsaw [svn] Convert to produce_audio usage. trunk
2006-01-10 chainsaw [svn] Use FMT_S16_NE instead of unnecessary #ifdef WORDS_BIGENDIAN trickery. trunk
2006-01-10 chainsaw [svn] Convert all input plugins (except timidity & wav-sndfile) to produce_audio. trunk
2006-01-09 nenolod [svn] Change copying of scaling properties from factor 11 -> 12, to factor 12 trunk
2006-01-09 chainsaw [svn] Support .cmf .sci & .laa without stealing .mid from timidity. trunk
2006-01-09 chainsaw [svn] Care about pointer signedness. trunk
2006-01-09 chainsaw [svn] Experimental fix for the 56 warnings emitted by GCC4 when it encounters PsxBios.c; by an anonymous contributor. Stability to be assessed in the coming weeks. trunk
2006-01-09 chainsaw [svn] Care about pointer signedness. trunk
2006-01-08 chainsaw [svn] Disable unused function: audmp4_strip_spaces trunk
2006-01-08 chainsaw [svn] Use glib function for glib types and care about pointer signedness. trunk
2006-01-08 chainsaw [svn] Use the pkg-config database to link with libbinio in a portable way. Requires libbinio 1.4 (or higher). trunk
2006-01-08 chainsaw [svn] Initialize variables to zero where required. trunk