Tue, 02 Jan 2007 21:57:04 -0800 |
nenolod |
[svn] - rename equalizer.c to ui_equalizer.c
trunk
|
Tue, 02 Jan 2007 16:48:38 -0800 |
giacomo |
[svn] - migration from gtkitemfactory to actions and uimanager; main menu has been ported, still much work and test to do
trunk
|
Sun, 31 Dec 2006 19:57:29 -0800 |
nenolod |
[svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm.
trunk
|
Sun, 31 Dec 2006 11:40:27 -0800 |
nenolod |
[svn] - mark several tooltips in Preferences as translatable.
trunk
|
Sat, 23 Dec 2006 03:47:44 -0800 |
giacomo |
[svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h
trunk
|
Fri, 22 Dec 2006 20:10:22 -0800 |
marvin |
[svn] - two realcolour modes for voiceprint vis: Fire and Ice
trunk
|
Fri, 22 Dec 2006 00:54:43 -0800 |
nhjm449 |
[svn] - Added comment so it won't happen again ;)
trunk
|
Fri, 22 Dec 2006 00:52:22 -0800 |
nhjm449 |
[svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode.
trunk
|
Fri, 22 Dec 2006 00:17:31 -0800 |
nhjm449 |
[svn] - Fix the number of analyzer bars drawn in shaded mode.
trunk
|
Tue, 19 Dec 2006 07:32:23 -0800 |
nenolod |
[svn] - fix skin.hints parsing for textbox
trunk
|
Mon, 18 Dec 2006 18:04:05 -0800 |
marvin |
[svn] Fixed wrong number of entries in the vis-mode submenu which caused an
trunk
|
Mon, 18 Dec 2006 13:11:23 -0800 |
giacomo |
[svn] - allow user to choose a regex library between gnu (default), oniguruma, pcre (experimental); oniguruma and pcre support utf-8 encoding
trunk
|
Mon, 18 Dec 2006 09:56:52 -0800 |
nenolod |
[svn] - gdk_image_destroy -> g_object_unref
trunk
|
Mon, 18 Dec 2006 08:44:33 -0800 |
nenolod |
[svn] - patch to add a scrolling voiceprint to the mini visualizer.
trunk
|
Mon, 18 Dec 2006 06:53:52 -0800 |
yaz |
[svn] - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit.
trunk
|
Sun, 17 Dec 2006 11:48:12 -0800 |
giacomo |
[svn] - jump to file: use G_TYPE_UINT to store the song number in the model
trunk
|
Sun, 17 Dec 2006 10:10:21 -0800 |
giacomo |
[svn] - jump to file: detach model from treeview before updating its rows, then reattach it
trunk
|
Sat, 16 Dec 2006 05:18:19 -0800 |
giacomo |
[svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well
trunk
|
Sat, 16 Dec 2006 04:49:16 -0800 |
giacomo |
[svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too
trunk
|
Sat, 16 Dec 2006 02:52:03 -0800 |
giacomo |
[svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme
trunk
|
Fri, 15 Dec 2006 21:18:34 -0800 |
nenolod |
[svn] - don't use deprecated function playlist_get().
trunk
|
Fri, 15 Dec 2006 20:33:34 -0800 |
nenolod |
[svn] - use g_object_ref() on the list store when we disassociate to make
trunk
|
Fri, 15 Dec 2006 20:20:46 -0800 |
nenolod |
[svn] - while building the jump to file list, disassociate the GtkListStore
trunk
|
Fri, 15 Dec 2006 16:04:22 -0800 |
giacomo |
[svn] regex-powered jump to file - should be considerably faster than the old one
trunk
|
Fri, 15 Dec 2006 07:38:23 -0800 |
nenolod |
[svn] - add some basic code for the manipulation of temporary playlists
trunk
|
Tue, 12 Dec 2006 08:38:32 -0800 |
nenolod |
[svn] - move to GPLv2-only. Based on my interpretation of the license, we are
trunk
|
Mon, 11 Dec 2006 04:48:05 -0800 |
nenolod |
[svn] - update mainwin.c to new API
trunk
|
Sat, 09 Dec 2006 01:55:27 -0800 |
nenolod |
[svn] - fix urldecode dependencies
trunk
|
Wed, 29 Nov 2006 19:49:30 -0800 |
nenolod |
[svn] - make sure the mainwin is redrawn correctly when doublesized. reported by Tom St. Denis, closes #674.
trunk
|
Wed, 29 Nov 2006 13:09:07 -0800 |
nenolod |
[svn] - seeking by keypad should seek 5s, not 1s. closes #673.
trunk
|
Sat, 25 Nov 2006 09:25:21 -0800 |
yaz |
[svn] jump to file improvement:
trunk
|
Wed, 22 Nov 2006 21:05:20 -0800 |
nenolod |
[svn] - remove newui
trunk
|
Sun, 12 Nov 2006 06:55:04 -0800 |
nenolod |
[svn] - some newui stuff (and also turn it off again, giacomo will need to look at a few things)
trunk
|
Sun, 12 Nov 2006 06:15:11 -0800 |
nenolod |
[svn] - some code for seekbar
trunk
|
Mon, 06 Nov 2006 04:00:12 -0800 |
nenolod |
[svn] - make doublesize work with modern skins
trunk
|
Mon, 06 Nov 2006 00:10:47 -0800 |
nenolod |
[svn] - use values from the skin loader instead of constants (should make doublesize work with Osmosis)
trunk
|
Sun, 05 Nov 2006 18:00:14 -0800 |
nenolod |
[svn] - fix potential display corruption problem in doublesize
trunk
|
Sun, 05 Nov 2006 17:45:59 -0800 |
nenolod |
[svn] - do not evaluate mainwinHeight() or mainwinWidth() in skin scripts if doublesize is on
trunk
|
Sun, 05 Nov 2006 13:59:09 -0800 |
nenolod |
[svn] - require at least 3 bytes of data to search
trunk
|
Sun, 05 Nov 2006 13:55:21 -0800 |
nenolod |
[svn] - optimize for single-character searches (dramatic JTF speedboost)
trunk
|
Sun, 05 Nov 2006 13:49:20 -0800 |
nenolod |
[svn] - improve algorithm further
trunk
|
Sun, 05 Nov 2006 13:33:25 -0800 |
nenolod |
[svn] - use g_strcasecmp instead of several g_strdowns to speed up jump-to-file performance. closes #56
trunk
|
Sun, 05 Nov 2006 13:29:22 -0800 |
nenolod |
[svn] - add keypad-enter binding for queueing files in jump-to-file. closes #295.
trunk
|
Sun, 05 Nov 2006 12:17:53 -0800 |
nenolod |
[svn] - improve doublesize
trunk
|
Sun, 05 Nov 2006 04:43:16 -0800 |
nenolod |
[svn] - DoubleSize support.
trunk
|
Tue, 24 Oct 2006 00:34:35 -0700 |
nenolod |
[svn] - oops, missed a requirement (sorry about that)
trunk
|
Tue, 24 Oct 2006 00:34:00 -0700 |
nenolod |
[svn] - fix A-B repetition
trunk
|
Mon, 23 Oct 2006 13:04:21 -0700 |
nenolod |
[svn] - set status text when loop-point A has been set to "LOOP-POINT A HAS BEEN SET."
trunk
|
Mon, 23 Oct 2006 12:56:12 -0700 |
nenolod |
[svn] - integrate A-B patch, with a few changes:
trunk
|
Sat, 14 Oct 2006 18:50:37 -0700 |
nhjm449 |
[svn] - Properly handle shading when mainwin_width is greater than the shaded width.
trunk
|
Wed, 11 Oct 2006 18:23:22 -0700 |
nenolod |
[svn] - add mainwinMinimizeX, mainwinMinimizeY, mainwinShadeX, mainwinShadeY, mainwinCloseX, mainwinCloseY
trunk
|
Wed, 11 Oct 2006 17:53:03 -0700 |
nenolod |
[svn] - avoid recreating the window unless an actual size-dimensional change has occured.
trunk
|
Wed, 11 Oct 2006 17:47:31 -0700 |
nenolod |
[svn] - don't use hardcoded values for the time indicator area
trunk
|
Mon, 09 Oct 2006 03:56:32 -0700 |
nenolod |
[svn] - resize fixes
trunk
|
Mon, 09 Oct 2006 03:44:50 -0700 |
nenolod |
[svn] - add audacious_pixmap_resize() for resizing a skin pixmap on demand.
trunk
|
Mon, 09 Oct 2006 02:58:18 -0700 |
nenolod |
[svn] - replace several occurances of MAINWIN_WIDTH with bmp_active_skin->properties.mainwin_width.
trunk
|
Thu, 05 Oct 2006 22:41:09 -0700 |
nenolod |
[svn] - actually, apparently we need that... fucking apple
trunk
|
Thu, 05 Oct 2006 22:38:01 -0700 |
nenolod |
[svn] - only set window hints after the resize
trunk
|
Thu, 05 Oct 2006 21:31:27 -0700 |
nhjm449 |
[svn] - Make mainwin shading work correctly.
trunk
|
Thu, 05 Oct 2006 19:50:10 -0700 |
nhjm449 |
[svn] - revert to 2599
trunk
|
Thu, 05 Oct 2006 07:39:43 -0700 |
nenolod |
[svn] - fixes for resize bug
trunk
|
Thu, 05 Oct 2006 07:09:01 -0700 |
nenolod |
[svn] - use gtk_window_present() to make X render the right sized skin
trunk
|
Thu, 05 Oct 2006 02:28:23 -0700 |
nenolod |
[svn] - revert
trunk
|
Thu, 05 Oct 2006 02:12:02 -0700 |
nenolod |
[svn] - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp.
trunk
|
Wed, 04 Oct 2006 23:09:40 -0700 |
nenolod |
[svn] - more hardcoded values removed
trunk
|
Wed, 04 Oct 2006 23:05:41 -0700 |
nenolod |
[svn] - make sure all size requests match the skin size
trunk
|
Wed, 04 Oct 2006 23:01:26 -0700 |
nenolod |
[svn] - it'd probably help if we passed the right stuff to gtk_window_resize().
trunk
|
Wed, 04 Oct 2006 22:56:57 -0700 |
nenolod |
[svn] - don't use dock_resize.
trunk
|
Wed, 04 Oct 2006 21:46:00 -0700 |
nenolod |
[svn] - mainwinEQButtonX, mainwinEQButtonY, mainwinPLButtonX, mainwinPLButtonY, mainwinAboutX,
trunk
|
Wed, 04 Oct 2006 20:10:32 -0700 |
nenolod |
[svn] - othertext visibility enforcement
trunk
|
Wed, 04 Oct 2006 19:39:30 -0700 |
nenolod |
[svn] - implement mainwinTextVisible, mainwinVisVisible, mainwinOthertextVisible hints
trunk
|
Wed, 04 Oct 2006 19:00:09 -0700 |
nenolod |
[svn] - really preserve the old message on othertext info
trunk
|
Wed, 04 Oct 2006 18:52:37 -0700 |
nenolod |
[svn] - another oops in my oops fix, sorry
trunk
|
Wed, 04 Oct 2006 18:51:58 -0700 |
nenolod |
[svn] - i made an oops
trunk
|
Wed, 04 Oct 2006 18:48:49 -0700 |
nenolod |
[svn] - implement mainwinOthertextIsStatus property.
trunk
|
Wed, 04 Oct 2006 16:00:03 -0700 |
nenolod |
[svn] - add:
trunk
|
Wed, 04 Oct 2006 15:27:00 -0700 |
nenolod |
[svn] - allow the menurow to be set invisible
trunk
|
Wed, 04 Oct 2006 03:39:41 -0700 |
nenolod |
[svn] - implement [skin.hints:mainwinVisWidth] property.
trunk
|
Wed, 04 Oct 2006 03:05:39 -0700 |
nenolod |
[svn] - implement [skin.hints:mainwinPlayStatus(X,Y)] properties.
trunk
|
Wed, 04 Oct 2006 02:31:31 -0700 |
nenolod |
[svn] - support for: [skin.hints:mainwinNumber(0-4)(X,Y)] properties.
trunk
|
Wed, 04 Oct 2006 02:22:04 -0700 |
nenolod |
[svn] - support for the [skin.hints:mainwinTextWidth] property.
trunk
|
Wed, 04 Oct 2006 02:15:22 -0700 |
yaz |
[svn] improvement of shaded playlist window
trunk
|
Wed, 04 Oct 2006 01:45:01 -0700 |
nenolod |
[svn] - allow elements to be repositioned if they are mentioned in skin.hints
trunk
|
Thu, 28 Sep 2006 10:01:28 -0700 |
yaz |
[svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode.
trunk
|
Fri, 15 Sep 2006 07:46:49 -0700 |
nenolod |
[svn] - DND fixes
trunk
|
Wed, 13 Sep 2006 08:06:57 -0700 |
chainsaw |
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>.
trunk
|
Tue, 12 Sep 2006 23:31:24 -0700 |
nenolod |
[svn] - new DND handler
trunk
|
Tue, 12 Sep 2006 23:11:07 -0700 |
nenolod |
[svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562)
trunk
|
Thu, 07 Sep 2006 22:26:54 -0700 |
nenolod |
[svn] - revert back to r2216
trunk
|
Thu, 07 Sep 2006 17:25:29 -0700 |
nenolod |
[svn] - gtkquartz compatibility, pass 1
trunk
|
Tue, 29 Aug 2006 19:55:37 -0700 |
nhjm449 |
[svn] - Add ability to show/hide main player window.
trunk
|
Fri, 11 Aug 2006 05:13:11 -0700 |
yaz |
[svn] jump to file dialog now accepts multi-byte input.
trunk
|
Thu, 10 Aug 2006 13:51:08 -0700 |
nenolod |
[svn] - dependency cleanup part 2
trunk
|
Thu, 10 Aug 2006 13:47:58 -0700 |
nenolod |
[svn] - dependency cleanup (pass 1 of many probably)
trunk
|
Wed, 09 Aug 2006 02:47:22 -0700 |
nenolod |
[svn] this massive commit does the following:
trunk
|
Wed, 02 Aug 2006 16:00:13 -0700 |
chainsaw |
[svn] Fix postal code.
trunk
|
Wed, 02 Aug 2006 15:44:07 -0700 |
chainsaw |
[svn] Update FSF address in copyright notices. Update autotools templates.
trunk
|
Fri, 07 Jul 2006 08:33:43 -0700 |
yaz |
[svn] - next/previous button failed to work in some environments. 150ms seems little bit too short.
trunk
|
Tue, 23 May 2006 13:56:14 -0700 |
nemo |
[svn] Make certain playlist gets redrawn after docked move. (transparent background may have changed)
trunk
|
Tue, 16 May 2006 21:57:16 -0700 |
nenolod |
[svn] - fix snapto mainwindow
trunk
|
Tue, 16 May 2006 20:38:22 -0700 |
nenolod |
[svn] - fix dock.c
trunk
|
Tue, 16 May 2006 17:12:36 -0700 |
nenolod |
[svn] - revert back to dock.c 2/2 (hope it works)
trunk
|
Tue, 16 May 2006 17:05:47 -0700 |
nenolod |
[svn] - revert back to dock.c, commit 1/2.
trunk
|
Sun, 14 May 2006 11:45:51 -0700 |
nenolod |
[svn] - gtk_window_set_decorated()
trunk
|
Sun, 14 May 2006 11:10:01 -0700 |
nenolod |
[svn] - make mainwin moveable again
trunk
|
Sun, 14 May 2006 10:31:46 -0700 |
nenolod |
[svn] - remove X11-incompliant dock.c, dock.h (sorry)
trunk
|
Sun, 14 May 2006 01:20:40 -0700 |
nhjm449 |
[svn] mainwin.c:
trunk
|
Sat, 13 May 2006 11:20:11 -0700 |
nenolod |
[svn] - remove comment
trunk
|
Thu, 11 May 2006 20:58:33 -0700 |
nhjm449 |
[svn] - If GTK is going to show its own search box for the JTF treeview, at least make it search the correct column
trunk
|
Wed, 26 Apr 2006 21:06:14 -0700 |
nhjm449 |
[svn] - Correctly display >1000 kbps bitrates when using modern skins
trunk
|
Wed, 12 Apr 2006 11:07:10 -0700 |
nenolod |
[svn] - konqueror hack was breaking standards here, fix a crash
trunk
|
Wed, 29 Mar 2006 23:22:03 -0800 |
nhjm449 |
[svn] - 'stop after current song' feature
trunk
|
Mon, 27 Mar 2006 17:23:36 -0800 |
nhjm449 |
[svn] * No Playlist Advance context menu checkmark fix (bug #456)
trunk
|
Mon, 27 Mar 2006 13:05:09 -0800 |
nenolod |
[svn] Gapless support. This comes with a few caveats, that I will mention here:
trunk
|
Mon, 27 Mar 2006 11:02:35 -0800 |
nenolod |
[svn] - Unbreak headless support. This probably needs to be backported to 0.2.4.
trunk
|
Fri, 17 Mar 2006 18:21:50 -0800 |
nenolod |
[svn] - initial work on skin.hints support (the first step to modernizing our
trunk
|
Fri, 17 Mar 2006 10:25:25 -0800 |
nenolod |
[svn] - reinit the visualizer for VIS_SCOPE too.
trunk
|
Fri, 10 Mar 2006 08:20:15 -0800 |
nenolod |
[svn] - Fix a ton and a half of memory leaks, via the wonderful Leonardo Boshell <leonardop -at- gentoo.org>.
trunk
|
Sat, 04 Mar 2006 12:17:20 -0800 |
nenolod |
[svn] - add corrected version of Aerdan's jump to file patch
trunk
|
Thu, 02 Mar 2006 08:14:36 -0800 |
nenolod |
[svn] Add error reporting for many places, patch by external contributor Derek
trunk
|
Tue, 21 Feb 2006 13:09:39 -0800 |
chainsaw |
[svn] Fix logic for shaded mode. With TIME_REMAINING and a song of unknown length, we got just the :, and not the time.
trunk
|
Sun, 12 Feb 2006 07:12:26 -0800 |
chainsaw |
[svn] Do not show 00:00 when stopped in shaded mode, closes bug #390.
trunk
|
Mon, 06 Feb 2006 17:10:47 -0800 |
chainsaw |
[svn] GCC 4.1 warning fixes by Diego 'Flameeyes' Petteno from Gentoo.
trunk
|
Wed, 01 Feb 2006 19:42:23 -0800 |
nenolod |
[svn] Remove the elusive playlistwin visualiser that we do not use.
trunk
|
Sun, 29 Jan 2006 14:17:45 -0800 |
giacomo |
[svn] reverted changes applied in r564, the backward seek behaved strangely
trunk
|
Sat, 28 Jan 2006 09:21:21 -0800 |
nenolod |
[svn] remove libaudcore, we never did anything with it
trunk
|
Sat, 28 Jan 2006 09:14:54 -0800 |
nenolod |
[svn] per laci, use stock icons in the menu
trunk
|
Fri, 27 Jan 2006 21:29:56 -0800 |
nenolod |
[svn] throw out duplicate XEvents... again, for speed purposes we don't need
trunk
|
Mon, 23 Jan 2006 14:07:43 -0800 |
nenolod |
[svn] Always on top fix.
trunk
|
Mon, 23 Jan 2006 13:53:26 -0800 |
nenolod |
[svn] Convert Xlib stuff to GDK/GTK. This isn't entirely set in stone yet --
trunk
|
Mon, 23 Jan 2006 12:24:48 -0800 |
nenolod |
[svn] Remove ALL Xlib stuff from the skinning engine and use GDK where
trunk
|
Wed, 18 Jan 2006 16:03:38 -0800 |
nenolod |
[svn] Rename about.c to credits.c
trunk
|
Wed, 18 Jan 2006 14:03:32 -0800 |
giacomo |
[svn] use labs() instead of abs() for long types
trunk
|
Wed, 18 Jan 2006 13:55:23 -0800 |
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
|
Wed, 18 Jan 2006 11:21:11 -0800 |
giacomo |
[svn] fixed width of the fwd button
trunk
|
Tue, 17 Jan 2006 12:39:37 -0800 |
nenolod |
[svn] Possibly play nicer with X11 in the skinning engine's event loop.
trunk
|
Mon, 16 Jan 2006 21:39:45 -0800 |
nenolod |
[svn] Revert pause on seek stuff as it did no good anyway and just caused
trunk
|
Mon, 16 Jan 2006 13:19:11 -0800 |
nenolod |
[svn] Stop playing while seeking the player.
trunk
|
Sat, 14 Jan 2006 18:19:36 -0800 |
nenolod |
[svn] Smarter algorithm for detecting differentials between button presses, now takes seconds into account.
trunk
|
Sat, 14 Jan 2006 18:12:15 -0800 |
nenolod |
[svn] Take matters of seconds into consideration.
trunk
|
Sat, 14 Jan 2006 18:09:54 -0800 |
nenolod |
[svn] - Scroll by 1000 frames when using the keypad (7 && 9) inside the player window to
trunk
|
Sat, 14 Jan 2006 17:57:44 -0800 |
nenolod |
[svn] Logic stuff relating to tristate-seek. Now I just need to work it into the event loop.
trunk
|
Sat, 14 Jan 2006 17:21:16 -0800 |
nenolod |
[svn] Convert prev/next buttons to tristate, via create_pbutton_ex().
trunk
|
Tue, 03 Jan 2006 12:54:18 -0800 |
nenolod |
[svn] - Rename playlistwin stuff to ui_playlist.*
trunk
|
Sun, 01 Jan 2006 04:57:22 -0800 |
chainsaw |
[svn] Remove last bits of the dirbrowser.
trunk
|
Fri, 30 Dec 2005 14:17:35 -0800 |
nenolod |
[svn] Checking path for NULL wont work in the for() loop, so we have to check elsewhere.
trunk
|
Sun, 25 Dec 2005 12:34:53 -0800 |
chainsaw |
[svn] Remove Add Directory option as it is broken. Patch by laci, closes bug #377.
trunk
|
Wed, 14 Dec 2005 11:36:27 -0800 |
nenolod |
[svn] possible DND fix for konqueror. (cleaned up version of fixed version of my cleanups...
trunk
|
Wed, 14 Dec 2005 08:35:56 -0800 |
nenolod |
[svn] Update header locations.
trunk
|
Fri, 09 Dec 2005 18:12:22 -0800 |
nenolod |
[svn] Merge a cleaned up version of the patch included with #383. Audacious
trunk
|
Sat, 26 Nov 2005 17:22:55 -0800 |
nenolod |
[svn] Closer, but doesn't do it properly.
trunk
|
Sat, 26 Nov 2005 17:08:15 -0800 |
nenolod |
[svn] Force redraw of audacious playlist window.
trunk
|
Sat, 26 Nov 2005 14:08:34 -0800 |
nenolod |
[svn] Always update the playlist information, regardless of whether it is shaded or not. To ensure this happens, I've attached playlistwin_update_list() to the GUI event loop,
trunk
|
Fri, 25 Nov 2005 19:29:04 -0800 |
nenolod |
[svn] Add Winamp-style numeric keypad shortcut key support.
trunk
|
Tue, 15 Nov 2005 20:21:50 -0800 |
nenolod |
[svn] Split up generic events into audcore_generic_events(), and client-specific stuff remains in mainwin_idle_func().
trunk
|
Tue, 15 Nov 2005 19:24:17 -0800 |
nenolod |
[svn] - Fix playback-stop RPC call crash.
trunk
|
Mon, 14 Nov 2005 23:43:39 -0800 |
nenolod |
[svn] headless now working, use --headless if you wish to experiment.
trunk
|
Mon, 07 Nov 2005 22:13:25 -0800 |
nenolod |
[svn] Bring back support for winamp-style bitmap fonts. :)
trunk
|
Tue, 01 Nov 2005 00:11:27 -0800 |
nenolod |
[svn] Fix the missing separator in the playback menu. (oops)
trunk
|
Tue, 01 Nov 2005 00:08:25 -0800 |
nenolod |
[svn] More work on the main menu...
trunk
|
Mon, 31 Oct 2005 23:46:59 -0800 |
nenolod |
[svn] - Add a few things to the main menu.
trunk
|
Mon, 31 Oct 2005 21:16:49 -0800 |
nenolod |
[svn] s/static GTKItemFactoryEntry/GTKItemFactoryEntry/g.
trunk
|
Mon, 24 Oct 2005 03:06:47 -0700 |
nenolod |
[svn] Import audacious source.
trunk
|