log audacious/mainwin.c @ 2236:ae7c17c4ef8b trunk

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