Mercurial > audlegacy
graph
-
[svn] - set status text when loop-point A has been set to "LOOP-POINT A HAS BEEN SET." trunk2006-10-23, by nenolod
-
[svn] - add --disable-rpath option to disable hardbinding an rpath to the audacious binaries trunk2006-10-23, by nenolod
-
[svn] - enforce extern status here. we do not provide an inlined iir(), so that shouldn't be declared inline. trunk2006-10-21, by nenolod
-
[svn] - remove comment about remote access as there's no GUI options exposed for it in audacious trunk2006-10-15, by nenolod
-
[svn] - Properly handle shading when mainwin_width is greater than the shaded width. trunk2006-10-15, by nhjm449
-
[svn] - only attempt to build the intl objective if INTL_OBJECTIVE is defined. trunk2006-10-14, by nenolod
-
[svn] - rename libaudacious/Makefile.in -> libaudacious/Makefile as autoconf macro expansion is not needed here trunk2006-10-14, by nenolod
-
[svn] - audacious_determine_session_type() would crash if audacious_session_uri had value. trunk2006-10-13, by yaz
-
[svn] - fix another regression where mainwin_othertext_visible is TRUE even though the skin doesn't want trunk2006-10-12, by nenolod
-
[svn] - for fucks sake, properties::mainwin_text_visible should be initialised to TRUE trunk2006-10-12, by nenolod
-
[svn] - main texture: resize to 425x100; add a colon to delimit minutes from seconds. trunk2006-10-12, by nenolod
-
[svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY trunk2006-10-12, by nenolod
-
[svn] - avoid recreating the window unless an actual size-dimensional change has occured. trunk2006-10-12, by nenolod
-
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine. trunk2006-10-11, by nenolod
-
[svn] - add audacious_pixmap_resize() for resizing a skin pixmap on demand. trunk2006-10-09, by nenolod
-
[svn] - replace several occurances of MAINWIN_WIDTH with bmp_active_skin->properties.mainwin_width. trunk2006-10-09, by nenolod
-
[svn] - Make sure to redraw shaded playlistwin when toggling bitmap fonts. trunk2006-10-07, by nhjm449
-
[svn] - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp. trunk2006-10-05, by nenolod
-
[svn] - try not to reject tuples that have an mtime of 0. (special tuples referring to URIs) trunk2006-10-05, by nenolod
-
[svn] - default values for all properties (fixes wa2 skins/amsf 1.0 skins) trunk2006-10-05, by nenolod
-
[svn] - create the windows during skin load process after the skin.hints has been loaded trunk2006-10-05, by nenolod
-
[svn] - it'd probably help if we passed the right stuff to gtk_window_resize(). trunk2006-10-05, by nenolod
-
[svn] - mainwinEQButtonX, mainwinEQButtonY, mainwinPLButtonX, mainwinPLButtonY, mainwinAboutX, trunk2006-10-05, by nenolod
-
[svn] - implement mainwinTextVisible, mainwinVisVisible, mainwinOthertextVisible hints trunk2006-10-05, by nenolod
-
[svn] - 1.2 skin, EARLY VERSION OF IT. I am *sure* nhjm449 will tweak it a lot. trunk2006-10-04, by nenolod
-
[svn] - allow elements to be repositioned if they are mentioned in skin.hints trunk2006-10-04, by nenolod
-
[svn] - always zero-out stack variables, as stack memory may be dirty on x86 and friends trunk2006-10-02, by nenolod
-
[svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode. trunk2006-09-28, by yaz
-
[svn] - fix for "bmp_rcfile_write_string: assertion `value != NULL' failed" trunk2006-09-28, by yaz
-
[svn] Interpret set_string for a NULL value as a key unset action, as gconf will not store NULL values. trunk2006-09-24, by chainsaw
-
[svn] Revert botched workaround, the actual 3 NULL writes will have to be addressed. trunk2006-09-23, by chainsaw
-
[svn] - use proper X11 hinting here to ensure that the about window isn't decorated on broken WMs (e.g. quartz-wm) trunk2006-09-22, by nenolod
-
[svn] Mute while seeking for playback resume, tighten the loop. We want a responsive GUI ASAP. trunk2006-09-21, by chainsaw
-
[svn] - avoid conflict of mkdtemp() declaration between util.h and stdlib.h. trunk2006-09-20, by yaz
-
[svn] - add back a test for libxml2, that way we'll still use xspf as default if available trunk2006-09-18, by nenolod
-
[svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunk2006-09-18, by nenolod
-
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunk2006-09-16, by js
-
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunk2006-09-15, by nenolod
-
[svn] - enforce support of our file extensions through use of the .SUFFIXES target trunk2006-09-14, by nenolod
-
[svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunk2006-09-14, by giacomo
-
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunk2006-09-14, by js
-
[svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunk2006-09-14, by js
-
[svn] Added BSD make to the recommended make versions since it's officially supported now. trunk2006-09-13, by js
-
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunk2006-09-13, by nenolod
-
[svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>. trunk2006-09-13, by chainsaw
-
[svn] Remove unused bmp_player.xpm; as requested by Mikachu on #audacious. trunk2006-09-13, by chainsaw
-
[svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562) trunk2006-09-13, by nenolod
-
[svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins. trunk2006-09-11, by chainsaw
-
[svn] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265. trunk2006-09-10, by chainsaw