Mercurial > audlegacy
graph
-
[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
-
[svn] - ensure that the module symtable is consistantly unique on Mach-O bundles trunk2006-09-09, by nenolod
-
[svn] PulseAudio output plugin. Ported from the XMMS plugin by Lennart Poettering. trunk2006-09-08, by chainsaw
-
[svn] - abstractionalize a lot of stuff, build still broken, live with it trunk2006-09-08, by nenolod
-
[svn] - wma.c: use av_malloc() instead of directly using posix_memalign() trunk2006-09-07, by nenolod
-
[svn] - fully working CoreAudio plugin, based on the OSS plugin and an incomplete xmms coreaudio plugin (fink) trunk2006-09-07, by nenolod
-
[svn] - why is this here? it really fucks with my SVN client on OS X, so I am deleting it as it's unreferenced trunk2006-09-05, by nenolod
-
[svn] - do not show filepopup for blank region when a playlist is shorter than the playlist window. trunk2006-09-05, by yaz
-
[svn] - comment out some gtk_window_set_transient_for() which hide mainwin unexpectedly. trunk2006-08-30, by yaz
-
[svn] - filepopup follows change of pointed song, i.e. it will hide while scrolling. trunk2006-08-28, by yaz
-
[svn] Fix up the warning fixes; by Torbjörn Svensson (a.k.a. Azoff on #audacious). trunk2006-08-27, by chainsaw
-
[svn] - Tracks with unknown lengths shouldn't be considered 0 seconds long! :P trunk2006-08-27, by nhjm449
-
[svn] - precision in title format is regarded as character count, not byte count. trunk2006-08-25, by yaz
-
[svn] Additional (PPC?) warning squashing by Joseph Jezak from Gentoo. trunk2006-08-24, by chainsaw
-
[svn] Sync with upstream. ADL is now dual licensed, and RIX has had a pitch fixup. Free warning fix included. trunk2006-08-24, by chainsaw
-
[svn] - use bmp_title_input_new(), as XMMS_NEW_TITLEINPUT() is a deprecated and unsafe API trunk2006-08-20, by nenolod
-
[svn] xspf.c needs round trip encoding conversion between locale encoding and utf8. trunk2006-08-11, by yaz
-
[svn] - if uri == NULL, then continue looking for URIs in the XSPF playlist trunk2006-08-11, by nenolod
-
[svn] - wma: use posix_memalign() instead of memalign() in some more spots trunk2006-08-11, by nenolod
-
[svn] Do not allow widgetcore private includes to be referenced directly. trunk2006-08-10, by nenolod
-
[svn] - add widgetcore.h (replaces directly including all of that junk) trunk2006-08-10, by nenolod
-
[svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539. trunk2006-08-09, by nenolod
-
[svn] - fix geometry hinting so that it is ICCCM compliant. patch by whereami. trunk2006-08-09, by nenolod
-
[svn] - allow configdb::pnxmms::preset to set what pn preset to load on start trunk2006-08-08, by nenolod
-
[svn] - it might help if i actually ran bison on the script parser eh :) trunk2006-08-08, by nenolod
-
[svn] - hook up paranormal -- client interface code doesn't exist yet though trunk2006-08-08, by nenolod
-
[svn] - make Unknown Track, Unknown Artist, Unknown Album translatable. trunk2006-08-04, by nenolod
-
[svn] - fix the real_ip<InputPlugin *>.set_info mapping properly when InputPlugin cue_ip::stop() is reached. trunk2006-08-04, by nenolod
-
[svn] - use $(NOTIFY_LIBS) and $(NOTIFY_CFLAGS)... not really much of difference, but yeah trunk2006-08-04, by nenolod
-
[svn] use -1 to indicate "drop the original nsf/gbs/nsfe file, but silently error" trunk2006-08-03, by nenolod
-
[svn] use -1 to indicate "drop the original cue file, but silently error" trunk2006-08-03, by nenolod
-
[svn] - remove pointless finetune_seek stuff. didn't work right anyway, and it works better without it. trunk2006-08-03, by nenolod
-
[svn] - support the notion of a watchdog function to keep things bound to the proper playlist entry. (half there) trunk2006-08-03, by nenolod