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