log src/audacious/main.h @ 4596:a77d02342ee1

age author description
Mon, 19 May 2008 01:29:46 +0300 Matti Hamalainen Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Mon, 12 May 2008 23:01:06 +0200 mf0102 removed variable "has_x11_connection" from main.c, needed to hookify some functions therefore
Thu, 08 May 2008 22:49:52 +0200 mf0102 moved away some stuff from main.c
Wed, 23 Apr 2008 22:20:35 +0200 mf0102 cleaned up some more
Thu, 17 Apr 2008 00:33:15 +0300 Matti Hamalainen Empty declaration of AUDDBG is slightly dangerous, use "do { } while (0)" construct instead.
Sat, 12 Apr 2008 19:24:55 +0200 mf0102 introduce function aud_quit(), which is basically mainwin_quit_cb(), but
Mon, 31 Mar 2008 09:21:02 +0300 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
Mon, 31 Mar 2008 06:47:48 +0300 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
Mon, 31 Mar 2008 06:06:39 +0300 Matti Hamalainen Pfft, we are Audacious and this is SPARTA!
Mon, 31 Mar 2008 05:59:24 +0300 Matti Hamalainen Some stupid header cleanups.
Mon, 31 Mar 2008 06:06:39 +0300 Matti Hamalainen Pfft, we are Audacious and this is SPARTA!
Sun, 16 Mar 2008 22:23:59 +0100 mf0102 Split BmpConfig from main.c and main.h; move around some other stuff too
Thu, 13 Mar 2008 16:31:48 +0100 mf0102 removed report_error() and reimplemented some error routines
Sat, 16 Feb 2008 01:47:30 +0300 Eugene Zagidullin added passthrough mode. tested with ape and flac
Sun, 10 Feb 2008 07:19:45 +0300 Eugene Zagidullin - src stuff traveled to src_flow.c
Wed, 06 Feb 2008 22:42:32 +0300 Eugene Zagidullin adaptive scaler added, disabled hard limiter
Thu, 31 Jan 2008 21:43:51 +0300 Eugene Zagidullin RG icon added. some changes
Wed, 30 Jan 2008 01:22:37 +0300 Eugene Zagidullin 1st attempt to integrate dithering and RG engine
Sun, 27 Jan 2008 23:00:32 +0200 Cristi Magherusan mostly works, but the VIS is broken, and the eq window is too large...more bugs
Sun, 27 Jan 2008 19:43:53 +0200 Cristi Magherusan doublesize -> custom scale:
Tue, 25 Dec 2007 19:15:44 +0900 Yoshiki Yazawa remember filter entry in jtf dialog is extremely useful when jtf deals with large playlist. now this feature is configurable.
Sun, 09 Dec 2007 13:56:34 +0100 Tomasz Mon introduce WIDGET_FONT_BTN
Thu, 06 Dec 2007 02:52:12 +0300 Eugene Zagidullin #if changed to #ifdef
Wed, 05 Dec 2007 05:55:46 +0900 Yoshiki Yazawa introduce common debug print macro.
Sat, 17 Nov 2007 06:21:00 -0600 William Pitcock Work around the issues with broken Gtk-Qt-Engine and Modern skins with inline GTK.
Sun, 14 Oct 2007 02:47:41 -0500 William Pitcock more fixing
Sun, 14 Oct 2007 00:01:53 -0500 William Pitcock some tweaks
Tue, 18 Sep 2007 10:12:20 -0500 William Pitcock Add new configuration option: Software Volume Control. trunk
Sun, 26 Aug 2007 23:00:02 +0930 Kieran Clancy Add new playlists directory to paths
Sun, 12 Aug 2007 16:10:45 -0700 Ben Tucker Implemented TrackChange, StatusChange signals, with a stub for CapsChange. trunk