log audacious/mainwin.c @ 837:7d998597254e trunk

age author description
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