log audacious/mainwin.c @ 1968:b5fe3edc3fac trunk

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