publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -15,7 +15,7 @@ Useful Links:
|
|||
<A HREF="http://forums.winamp.com/forumdisplay.php?forumid=81">online forums</A> - for preset sharing, troubleshooting,
|
||||
comments, and feature requests
|
||||
<A HREF="http://www.winamp.com/">Nullsoft Winamp</A>
|
||||
<A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
|
||||
<A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
|
||||
<A HREF="http://www.milkdrop.co.uk/">milkdrop.co.uk</A> - an excellent third-party preset community site
|
||||
|
||||
|
||||
|
@ -67,7 +67,7 @@ presets from MilkDrop 1.
|
|||
however, we strongly recommend a GeForce 5700 (or better),
|
||||
or a Radeon 9600 (or better).
|
||||
3. Winamp 5.12 or later ( <A HREF="http://www.winamp.com/">http://www.winamp.com/</A> ).
|
||||
4. DirectX 9.0 or later ( <A HREF="http://www.microsoft.com/windows/directx/">http://www.microsoft.com/windows/directx/</A> ).
|
||||
4. DirectX 9.0 or later ( <A HREF="http://www.microsoft.com/arch/directx/">http://www.microsoft.com/arch/directx/</A> ).
|
||||
|
||||
|
||||
|
||||
|
@ -151,7 +151,7 @@ presets from MilkDrop 1.
|
|||
|
||||
The answer, nowadays, is a resounding "32". Video memory
|
||||
is plentiful these days; use 32 bit color, for both your
|
||||
windows desktop (...so that MilkDrop's windowed mode can
|
||||
arch desktop (...so that MilkDrop's windowed mode can
|
||||
run at 32 bits) and for MilkDrop's Fullscreen Display Mode
|
||||
setting (where "8888" denotes 32 bits).
|
||||
|
||||
|
@ -545,7 +545,7 @@ presets from MilkDrop 1.
|
|||
|
||||
2. [RE]INSTALL DIRECTX
|
||||
|
||||
Make sure you have a quasi-recent version of <A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
|
||||
Make sure you have a quasi-recent version of <A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
|
||||
installed. In reality, though, almost every PC in the world has
|
||||
DirectX 9 on it at this point, so this shouldn't be a problem.
|
||||
If you go to download it, you'll only be able to find DirectX 10 -
|
||||
|
@ -1236,7 +1236,7 @@ presets from MilkDrop 1.
|
|||
-tightened A/V sync by 5 ms (raised audio latency from 25 to 30 ms).
|
||||
-fixed &'s in song titles (as displayed when you hit F2)
|
||||
-F7,F8 were switched in the help screen (F1)
|
||||
-when running in desktop mode, if you have a pattern on your windows
|
||||
-when running in desktop mode, if you have a pattern on your arch
|
||||
background, it gets nuked. Before, if you had a pattern, the
|
||||
pattern would remain and you'd only be able to see milkdrop through
|
||||
the small boxes of your desktop icons' background text. I didn't
|
||||
|
@ -1270,7 +1270,7 @@ presets from MilkDrop 1.
|
|||
(before, software blit was really only available for YUV-type overlays.)
|
||||
-desktop mode compatibility improved: more likely to work at higher resolutions now
|
||||
-desktop mode: fixed YUV-type *non-mmx* software blits when Windows is in 16-bit color.
|
||||
(weren't implemented before; it just assumed windows was in 32-bit color,
|
||||
(weren't implemented before; it just assumed arch was in 32-bit color,
|
||||
and the result would look munged.)
|
||||
-improved mmx memcpy: will now copy as long as the (difference between two
|
||||
pointers) % 8 is zero. (before, they both had to be a multiple of 8).
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -31,7 +31,7 @@
|
|||
</groupdef>
|
||||
|
||||
<!-- =================================================================================================== -->
|
||||
Resizable windows with a status bar, ie: playlist editor, media library
|
||||
Resizable arch with a status bar, ie: playlist editor, media library
|
||||
<!-- =================================================================================================== -->
|
||||
|
||||
<container id="resizable_status" name=":componenttitle" dynamic="1" hold="@all@" default_x="275" default_y="0">
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
|
||||
<!-- =================================================================================================== -->
|
||||
Resizable windows without a status bar
|
||||
Resizable arch without a status bar
|
||||
<!-- =================================================================================================== -->
|
||||
|
||||
<container id="resizable_nostatus" name=":componenttitle" dynamic="1" hold="@all@" default_x="275" default_y="0">
|
||||
|
@ -69,7 +69,7 @@
|
|||
|
||||
|
||||
<!-- =================================================================================================== -->
|
||||
modal windows, window intended to look like dialog boxes or messageboxes
|
||||
modal arch, window intended to look like dialog boxes or messageboxes
|
||||
<!-- =================================================================================================== -->
|
||||
<container id="modal" name=":componenttitle" dynamic="1" hold="@all@" default_x="275" default_y="0">
|
||||
|
||||
|
@ -87,7 +87,7 @@
|
|||
|
||||
|
||||
<!-- =================================================================================================== -->
|
||||
static windows, ie: preferences
|
||||
static arch, ie: preferences
|
||||
<!-- =================================================================================================== -->
|
||||
<container id="static" name=":componenttitle" dynamic="1" hold="@all@" default_x="275" default_y="0">
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<!-- Buttons -->
|
||||
<color id="studio.button.text" value="0,0,0"/> <!-- Buttons text color -->
|
||||
<color id="studio.button.hiliteText" value="0,240,0"/> <!-- Buttons hilite text color, used by tab windows-->
|
||||
<color id="studio.button.hiliteText" value="0,240,0"/> <!-- Buttons hilite text color, used by tab arch-->
|
||||
<color id="studio.button.dimmedText" value="64,64,64"/> <!-- Buttons dimmed text color, when disabled -->
|
||||
|
||||
<!-- Popup menus -->
|
||||
|
@ -49,7 +49,7 @@
|
|||
<color id="studio.component.title.foreground" value="255,255,255"/> <!-- Old title bar text color when using TTF -->
|
||||
<color id="studio.component.title.border" value="1,1,1"/> <!-- Old title bar text outline when using TTF -->
|
||||
|
||||
<!-- labeled windows -->
|
||||
<!-- labeled arch -->
|
||||
<color id="common.labelwnd.foreground" value="220,220,220"/> <!-- Text foreground color -->
|
||||
<color id="common.labelwnd.background" value="0,0,0"/> <!-- Text drop shadow color -->
|
||||
|
||||
|
|
|
@ -11,13 +11,13 @@
|
|||
|
||||
<bitmap id="studio.BaseTexture" file="window/background.png" gammagroup="Backgrounds"/>
|
||||
|
||||
<!-- Frame windows -->
|
||||
<!-- Frame arch -->
|
||||
<bitmap id="studio.framewnd.verticaldivider" file="window/window-elements.png" x="124" y="53" h="65" w="8" gammagroup="Backgrounds"/>
|
||||
<bitmap id="studio.framewnd.verticalgrabber" file="window/window-elements.png" x="115" y="53" h="65" w="8" gammagroup="Backgrounds"/>
|
||||
<bitmap id="studio.framewnd.horizontaldivider" file="window/window-elements.png" x="40" y="97" h="8" w="65" gammagroup="Backgrounds"/>
|
||||
<bitmap id="studio.framewnd.horizontalgrabber" file="window/window-elements.png" x="40" y="106" h="8" w="65" gammagroup="Backgrounds"/>
|
||||
<!--
|
||||
<bitmap id="studio.framewnd.windowshade" file="window/framewnd-windowshade.png" gammagroup="Backgrounds"/>
|
||||
<bitmap id="studio.framewnd.archhade" file="window/framewnd-archhade.png" gammagroup="Backgrounds"/>
|
||||
-->
|
||||
|
||||
<bitmap id="wasabi.frame.divider.arrow.left" file="window/window-elements.png" x="56" y="124" h="7" w="4"/>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
<!-- Buttons -->
|
||||
<color id="wasabi.button.text" value="0,0,0" gammagroup="Text"/> <!-- Buttons text color -->
|
||||
<color id="wasabi.button.hiliteText" value="0,240,0" gammagroup="Text"/> <!-- Buttons hilite text color, used by tab windows-->
|
||||
<color id="wasabi.button.hiliteText" value="0,240,0" gammagroup="Text"/> <!-- Buttons hilite text color, used by tab arch-->
|
||||
<color id="wasabi.button.dimmedText" value="64,64,64" gammagroup="Text"/> <!-- Buttons dimmed text color, when disabled -->
|
||||
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
|||
<color id="wasabi.component.title.border" value="1,1,1" gammagroup="Text Backgrounds"/> <!-- Old title bar text outline when using TTF -->
|
||||
|
||||
|
||||
<!-- labeled windows -->
|
||||
<!-- labeled arch -->
|
||||
<color id="wasabi.labelwnd.foreground" value="220,220,220" gammagroup="Text"/> <!-- Text foreground color -->
|
||||
<color id="wasabi.labelwnd.background" value="0,0,0" gammagroup="Text Backgrounds"/> <!-- Text drop shadow color -->
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
<elementalias id="studio.basetexture" target="wasabi.basetexture" />
|
||||
|
||||
|
||||
<!-- Frame windows -->
|
||||
<!-- Frame arch -->
|
||||
<elementalias id="studio.framewnd.verticaldivider" target="wasabi.framewnd.verticaldivider"/>
|
||||
<elementalias id="studio.framewnd.verticalgrabber" target="wasabi.framewnd.verticalgrabber"/>
|
||||
<elementalias id="studio.framewnd.horizontaldivider" target="wasabi.framewnd.horizontaldivider"/>
|
||||
<elementalias id="studio.framewnd.horizontalgrabber" target="wasabi.framewnd.horizontalgrabber"/>
|
||||
<elementalias id="studio.framewnd.windowshade" target="wasabi.framewnd.windowshade"/>
|
||||
<elementalias id="studio.framewnd.archhade" target="wasabi.framewnd.archhade"/>
|
||||
|
||||
<!-- Generic Lists and Trees -->
|
||||
<elementalias id="studio.list.background" target="wasabi.list.background"/>
|
||||
|
@ -164,7 +164,7 @@
|
|||
<elementalias id="studio.component.title.border" target="wasabi.component.title.border"/>
|
||||
|
||||
|
||||
<!-- labeled windows -->
|
||||
<!-- labeled arch -->
|
||||
<elementalias id="common.labelwnd.foreground" target="wasabi.labelwnd.foreground"/>
|
||||
<elementalias id="common.labelwnd.background" target="wasabi.labelwnd.background"/>
|
||||
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
<!-- Base Texture -->
|
||||
<bitmap id="wasabi.basetexture" file="window/background.png" gammagroup="Backgrounds"/>
|
||||
|
||||
<!-- Frame windows -->
|
||||
<!-- Frame arch -->
|
||||
<bitmap id="wasabi.framewnd.verticaldivider" file="window/window-elements.png" x="124" y="53" h="65" w="8" gammagroup="Backgrounds"/>
|
||||
<bitmap id="wasabi.framewnd.verticalgrabber" file="window/window-elements.png" x="115" y="53" h="65" w="8" gammagroup="Backgrounds"/>
|
||||
<bitmap id="wasabi.framewnd.horizontaldivider" file="window/window-elements.png" x="40" y="97" h="8" w="65" gammagroup="Backgrounds"/>
|
||||
<bitmap id="wasabi.framewnd.horizontalgrabber" file="window/window-elements.png" x="40" y="106" h="8" w="65" gammagroup="Backgrounds"/>
|
||||
<bitmap id="wasabi.framewnd.windowshade" file="window/framewnd-windowshade.png" gammagroup="Backgrounds"/>
|
||||
<bitmap id="wasabi.framewnd.archhade" file="window/framewnd-archhade.png" gammagroup="Backgrounds"/>
|
||||
|
||||
<bitmap id="wasabi.frame.divider.arrow.up" file="window/window-elements.png" x="64" y="124" h="4" w="7"/>
|
||||
<bitmap id="wasabi.frame.divider.arrow.down" file="window/window-elements.png" x="64" y="128" h="4" w="7"/>
|
||||
|
|
|
@ -1048,7 +1048,7 @@ sm_edit_ok.onLeftClick ()
|
|||
}
|
||||
|
||||
|
||||
// Is one of the edit windows closed?
|
||||
// Is one of the edit arch closed?
|
||||
system.onHideLayout (Layout _layout)
|
||||
{
|
||||
if (_layout == quicklink_name_layout)
|
||||
|
|
|
@ -29,9 +29,9 @@ Function initPages();
|
|||
#define CUSTOM_OPTIONSMENU_ITEMS "{1828D28F-78DD-4647-8532-EBA504B8FC04}"
|
||||
Global ConfigItem optionsmenu_page;
|
||||
|
||||
// this is the page that maps its items to the windows menu (aka View), you can add attribs or more pages (submenus)
|
||||
// this is the page that maps its items to the arch menu (aka View), you can add attribs or more pages (submenus)
|
||||
#define CUSTOM_WINDOWSMENU_ITEMS "{6559CA61-7EB2-4415-A8A9-A2AEEF762B7F}"
|
||||
Global ConfigItem custom_windows_page;
|
||||
Global ConfigItem custom_arch_page;
|
||||
|
||||
// non exposed attribs page
|
||||
#define CUSTOM_PAGE_NONEXPOSED "{E9C2D926-53CA-400f-9A4D-85E31755A4CF}"
|
||||
|
@ -51,7 +51,7 @@ initPages()
|
|||
// load up the cfgpage in which we'll insert our custom page
|
||||
optionsmenu_page = Config.getItem(CUSTOM_OPTIONSMENU_ITEMS);
|
||||
|
||||
custom_windows_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
custom_arch_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Useful Links:
|
|||
feature requests:
|
||||
<A HREF="http://www.milkdrop.co.uk/">www.milkdrop.co.uk, an excellent third-party site</A>
|
||||
<A HREF="http://classic.winamp.com/">Nullsoft Winamp</A>
|
||||
<A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
|
||||
<A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
|
||||
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@ journey through sound.
|
|||
1. Windows 98, ME, 2000, or XP.
|
||||
2. Hardware-based 3D graphics acceleration (i.e. a video card with 3D support)
|
||||
with at least 8 MB of video memory; however, 32 MB or more is recommended.
|
||||
3. DirectX 8.0 or later ( <A HREF="http://www.microsoft.com/windows/directx/">http://www.microsoft.com/windows/directx/</A> )
|
||||
3. DirectX 8.0 or later ( <A HREF="http://www.microsoft.com/arch/directx/">http://www.microsoft.com/arch/directx/</A> )
|
||||
4. Winamp 2.72 or later ( <A HREF="http://classic.winamp.com/">http://classic.winamp.com/</A> ),
|
||||
or <A HREF="http://www.winamp.com/">Winamp 3.xx</A> with the <A HREF="http://www.winamp.com/components3/detail.jhtml?componentId=122130">Classic Visualization</A> component installed.
|
||||
|
||||
|
@ -406,7 +406,7 @@ journey through sound.
|
|||
|
||||
1. [RE]INSTALL DIRECTX
|
||||
|
||||
Make sure you have the latest version of <A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
|
||||
Make sure you have the latest version of <A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
|
||||
(9.x at the time this documentation was written). Even if
|
||||
you already have it, consider re-installing it, since files
|
||||
can be corrupted over time, and because poorly-written video
|
||||
|
@ -946,7 +946,7 @@ journey through sound.
|
|||
-tightened A/V sync by 5 ms (raised audio latency from 25 to 30 ms).
|
||||
-fixed &'s in song titles (as displayed when you hit F2)
|
||||
-F7,F8 were switched in the help screen (F1)
|
||||
-when running in desktop mode, if you have a pattern on your windows
|
||||
-when running in desktop mode, if you have a pattern on your arch
|
||||
background, it gets nuked. Before, if you had a pattern, the
|
||||
pattern would remain and you'd only be able to see milkdrop through
|
||||
the small boxes of your desktop icons' background text. I didn't
|
||||
|
@ -980,7 +980,7 @@ journey through sound.
|
|||
(before, software blit was really only available for YUV-type overlays.)
|
||||
-desktop mode compatibility improved: more likely to work at higher resolutions now
|
||||
-desktop mode: fixed YUV-type *non-mmx* software blits when Windows is in 16-bit color.
|
||||
(weren't implemented before; it just assumed windows was in 32-bit color,
|
||||
(weren't implemented before; it just assumed arch was in 32-bit color,
|
||||
and the result would look munged.)
|
||||
-improved mmx memcpy: will now copy as long as the (difference between two
|
||||
pointers) % 8 is zero. (before, they both had to be a multiple of 8).
|
||||
|
|
|
@ -443,7 +443,7 @@ Winamp 5.6 [Nov 27 2010]
|
|||
Winamp 5.5.81 [Jul 12 2010]
|
||||
* Improved: [pmp_android/usb] Disk-performance of metadata cache
|
||||
* Fixed: [gen_ml] Minor resource leak fix, plus other optimizations
|
||||
* Fixed: [gen_ff] Tooltip issue causing dialog windows to vanish underneath Winamp
|
||||
* Fixed: [gen_ff] Tooltip issue causing dialog arch to vanish underneath Winamp
|
||||
* Fixed: [ml_disc] CD drives not appearing in ML tree when ML starts not-visible
|
||||
* Fixed: [ml_wire] Sort by date before auto-downloading podcasts
|
||||
* Fixed: [pmp_android] Settings not being saved
|
||||
|
@ -694,16 +694,16 @@ Winamp 5.5.5 [Feb 27 2009]
|
|||
Winamp 5.5.41 [Aug 4 2008]
|
||||
* Improved: [pmp_ipod] Better auto-detection of newer iPod models
|
||||
* Fixed: Filetype icons in Windows Explorer not updating when changed in Prefs
|
||||
* Fixed: ML & Vis appear under other overlapping modern skin windows
|
||||
* Fixed: ML & Vis appear under other overlapping modern skin arch
|
||||
* Fixed: No error message when trying to edit metadata for Read-Only files
|
||||
* Fixed: Potential security vulnerability in NowPlaying
|
||||
* Fixed: [gen_ff] Keyboard shortcuts in modern skin playlist windowshade mode
|
||||
* Fixed: [gen_ff] Keyboard shortcuts in modern skin playlist archhade mode
|
||||
* Fixed: [gen_ml] Scrolling to bottom of AlbumArt pane & other misc scrollbar issues
|
||||
* Fixed: [in_mp3] Broken '307 - Temporary Redirect' url's
|
||||
* Fixed: [ml_local] AlbumArt icon selection glitch
|
||||
* Fixed: [ml_playlists] Play and Enqueue actions reversed if Enqueue is set as default
|
||||
* Fixed: [ml_rg] ReplayGain analysis of 20bit files
|
||||
* Misc: Double-click Modern pledit songticker now toggles windowshade mode again
|
||||
* Misc: Double-click Modern pledit songticker now toggles archhade mode again
|
||||
* Misc: More miscellaneous general tweaks, improvements, fixes and optimizations
|
||||
|
||||
Winamp 5.5.4 [Jul 8 2008]
|
||||
|
@ -728,7 +728,7 @@ Winamp 5.5.4 [Jul 8 2008]
|
|||
* Fixed: Alt+F4 closing Winamp instead of individual dialogs
|
||||
* Fixed: Bento browser redirecting network drive url's to Winamp Search
|
||||
* Fixed: Blank playlist when in docked toolbar mode and Winamp is minimized
|
||||
* Fixed: Modern skin component windows appearing individually in Alt+Tab
|
||||
* Fixed: Modern skin component arch appearing individually in Alt+Tab
|
||||
* Fixed: Multi-flashing on startup when previously closed whilst minimized to systray
|
||||
* Fixed: Pure Virtual Function Call runtime crash errors
|
||||
* Fixed: Redraw issue when built-in classic vis is disabled
|
||||
|
@ -755,7 +755,7 @@ Winamp 5.5.4 [Jul 8 2008]
|
|||
* Fixed: [ml_disc] Small resource leak
|
||||
* Fixed: [ml_playlists] Autoscroll broken when dragging items in large playlists
|
||||
* Fixed: [ml_playlists] Enter/Shift+Enter broken for selected ML Playlist items
|
||||
* Fixed: [ml_playlists] Not respecting overlapping external windows on item drag+drop
|
||||
* Fixed: [ml_playlists] Not respecting overlapping external arch on item drag+drop
|
||||
* Fixed: [ml_playlists / ml_transcode] Sending playlists from ML tree to Transcoder
|
||||
* Fixed: [ml_wire] 404/timeout with valid rss feeds on Vista
|
||||
* Misc: Miscellaneous localization tweaks, fixes & updates
|
||||
|
@ -1110,7 +1110,7 @@ Winamp 5.3.4 [Apr 20 2007]
|
|||
* Fixed: Folder locking bug after using Open Files/Folder dialog
|
||||
* Fixed: Installation of Sonic Engine on systems with other Sonic/Roxio products
|
||||
* Fixed: Installer resets cwd= to the install dir
|
||||
* Fixed: Redraw bug when moving external windows over Pledit
|
||||
* Fixed: Redraw bug when moving external arch over Pledit
|
||||
* Fixed: Tab orders in Preferences
|
||||
* Fixed: Various media library accessibility/focus issues
|
||||
* Fixed: Video crash when using WinKey+L
|
||||
|
@ -1228,7 +1228,7 @@ Winamp 5.3.2 [Nov 21 2006]
|
|||
* Fixed: [in_mp4] unable to play truncated M4A files
|
||||
* Fixed: [in_vorbis] crash with very short files
|
||||
* Fixed: [jnetlib] HTTP timeouts on streams with character 255 in HTTP headers
|
||||
* Fixed: [ml_disc] CD View sometimes causing flickering of all open windows
|
||||
* Fixed: [ml_disc] CD View sometimes causing flickering of all open arch
|
||||
* Fixed: [ml_history] crash when disabling & re-enabling view
|
||||
* Fixed: [ml_playlists] corrupt display when scrolling
|
||||
* Fixed: [ml_wire] crash when parsing podcasts with badly formed dates
|
||||
|
@ -1568,7 +1568,7 @@ Winamp 5.1.2 [Dec 12 2005]
|
|||
* Fixed: [in_mp4] unicode metadata writing
|
||||
* Fixed: [in_wm/in_dshow] mms:// streaming video playback
|
||||
* Fixed: [in_cdda] audio cd bitrate display
|
||||
* Fixed: [in_cdda] Sonic engine on 64bit windows (thanks STanger)
|
||||
* Fixed: [in_cdda] Sonic engine on 64bit arch (thanks STanger)
|
||||
* Fixed: lots of small bugs ...
|
||||
* Updated: Sonic CD Engine 2.2.50
|
||||
* Updated: libmp4v2 1.4.1
|
||||
|
@ -1726,7 +1726,7 @@ Winamp 5.0.4 [Jul 28 2004]
|
|||
* Added screenshots of classic/modern mode in installer
|
||||
* Fixed MP3 bitrate calculation (in_mp3 was reporting incorrect lengths on some MP3s)
|
||||
* Fixed incorrect length reporting on long WMA files
|
||||
* Better fix for pledit/video windows showing up at startup when minimized
|
||||
* Better fix for pledit/video arch showing up at startup when minimized
|
||||
* Fixed db text bug when moving EQ sliders
|
||||
* Upgraded MP3 encoding to LAME v3.96
|
||||
* Fixed crash in WMA playback when using WMA v8 codecs
|
||||
|
@ -1760,7 +1760,7 @@ Winamp 5.0.4 [Jul 28 2004]
|
|||
* Added sdk support for multiple audio/video tracks in video input plug-ins (see wa_ipc.h
|
||||
for ITrackSelector class)
|
||||
* Added multiple audio avi support (right click video window, select "Audio Tracks")
|
||||
* Fixed multimonitor problem when toggling a windowshade on one monitor while playing
|
||||
* Fixed multimonitor problem when toggling a archhade on one monitor while playing
|
||||
a fullscreen video on the other
|
||||
* Added ML_IPC_EDITQUERY and ML_IPC_EDITVIEW
|
||||
* Fixed pledit drawing bug under winxp/cleartype
|
||||
|
@ -1775,12 +1775,12 @@ Winamp 5.0.4 [Jul 28 2004]
|
|||
* Made ui:preferences global hotkey open the prefs to the previously opened page
|
||||
* Fixed a few preferences cosmetic 'bugs'
|
||||
* Modern skin updates :
|
||||
- Fixed windowshade repeat-track button state
|
||||
- Fixed archhade repeat-track button state
|
||||
- Fixed scaling docked toolbars
|
||||
- Fixed 5.03 assert on deletion of newGroupAsLayout()
|
||||
- Fixed floating video windows coordinates dropping to 0,0
|
||||
- Fixed floating video arch coordinates dropping to 0,0
|
||||
- Fixed auto opaque when layouts are loaded already docked as toolbars
|
||||
- Fixed fadein/fadeout not used on notification window when linking all normal windows'
|
||||
- Fixed fadein/fadeout not used on notification window when linking all normal arch'
|
||||
alpha
|
||||
- Fixed docked toolbars moving when some other window docked to them switches to an
|
||||
alternative layout
|
||||
|
@ -1801,7 +1801,7 @@ Winamp 5.0.4 [Jul 28 2004]
|
|||
proportions
|
||||
- Fixed docking bug when using snapadjustleft
|
||||
- Fixed buggy calculation of time display default width conflicting with right text alignment
|
||||
- Fixed windows moving after changing screen resolution
|
||||
- Fixed arch moving after changing screen resolution
|
||||
- Fixed rare always on top desync with classic skins
|
||||
|
||||
Winamp 5.0.3 [Mar 24 2004]
|
||||
|
@ -1827,7 +1827,7 @@ Winamp 5.0.3 [Mar 24 2004]
|
|||
* Updated VP6 video decoder to latest VP6.2 code
|
||||
* Fixed crash when launching Winamp with very long filenames from explorer
|
||||
* Made registration dialog to appear in Explorer's taskbar when installing pro version
|
||||
* Fixed pledit/video windows showing up at startup when minimized
|
||||
* Fixed pledit/video arch showing up at startup when minimized
|
||||
* Modern skins updates :
|
||||
- Winamp modern skin now uses a 3 state repeat button: no repeat/repeat all/repeat track
|
||||
- Added appplication desktop toolbars capabilities for layouts, add
|
||||
|
@ -1837,7 +1837,7 @@ Winamp 5.0.3 [Mar 24 2004]
|
|||
of course we continue to support 0.8 to 1.1)
|
||||
- (Very) limited maki debugger (for now you can bring it up with invokeDebugger(); in a
|
||||
script then use 'x' to continue and 'i' to trace into)
|
||||
- Fixed obscure capture problem with dragging windows
|
||||
- Fixed obscure capture problem with dragging arch
|
||||
- Fixed rectrgn being forced to 1 in xml xuiobject buttons that are originally imageless
|
||||
- Fixed hilited state not on after clicking on buttons while the mouse stays in area
|
||||
- Fixed scripted onEnterArea/onLeaveArea not being always correctly called while mouse
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@
|
|||
<id>rtl</id>
|
||||
<name>RTL</name>
|
||||
<type>radio</type>
|
||||
<url>http://radio.rtl.fr/windowsmediacenter/</url>
|
||||
<url>http://radio.rtl.fr/archmediacenter/</url>
|
||||
<thumbnail>256x256/todae_radio_rtl.png</thumbnail>
|
||||
<stream>http://streaming.radio.rtl.fr:80/rtl-1-44-96</stream>
|
||||
<comments>La première radio de France</comments>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<id>nrj</id>
|
||||
<name>NRJ</name>
|
||||
<type>radio</type>
|
||||
<url>http://ops.nrj.fr/windows-media-center/</url>
|
||||
<url>http://ops.nrj.fr/arch-media-center/</url>
|
||||
<thumbnail>256x256/todae_radio_nrj.png</thumbnail>
|
||||
<stream>http://mp3.live.tv-radio.com/nrj/all/nrj_113225.mp3</stream>
|
||||
<comments>HIT MUSIC ONLY</comments>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
downImage="config.button.selected"
|
||||
activeImage="config.button.selected"
|
||||
/>
|
||||
<layer x="0" y="0" image="config.button.text.windowsizing" ghost="1"/>
|
||||
<layer x="0" y="0" image="config.button.text.archizing" ghost="1"/>
|
||||
</groupdef>
|
||||
|
||||
<groupdef id="bucket.entry.3" windowtype="skin.config" w="98" h="18">
|
||||
|
@ -90,39 +90,39 @@
|
|||
<groupdef id="optionsgroup.autoresize" h="91" w="209">
|
||||
|
||||
<togglebutton x="-2" y="14" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize"
|
||||
/>
|
||||
<togglebutton x="1" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize" />
|
||||
|
||||
<togglebutton x="-2" y="0" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized"
|
||||
/>
|
||||
<togglebutton x="1" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized" />
|
||||
|
||||
<togglebutton x="-2" y="28" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width"
|
||||
/>
|
||||
<togglebutton x="1" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width" />
|
||||
|
||||
|
||||
<layer x="1" y="45" image="config.windowsizing.titlebar.text" ghost="1" />
|
||||
<layer x="1" y="45" image="config.archizing.titlebar.text" ghost="1" />
|
||||
|
||||
<togglebutton x="-2" y="59" h="12" w="74" rectrgn="1"
|
||||
hoverImage="config.windowsizing.titlebar.maximize.hover"
|
||||
hoverImage="config.archizing.titlebar.maximize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick"
|
||||
/>
|
||||
<togglebutton x="1" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick" />
|
||||
|
||||
<togglebutton x="67" y="59" h="12" w="129" rectrgn="1"
|
||||
hoverImage="config.windowsizing.titlebar.shade.hover"
|
||||
hoverImage="config.archizing.titlebar.shade.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick"
|
||||
/>
|
||||
<togglebutton x="70" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick" />
|
||||
|
||||
<layer x="1" y="0" image="config.windowsizing.text" ghost="1" />
|
||||
<layer x="1" y="0" image="config.archizing.text" ghost="1" />
|
||||
|
||||
</groupdef>
|
||||
|
||||
|
@ -323,7 +323,7 @@
|
|||
hoverImage="config.notifier.sub.hover"
|
||||
/>
|
||||
<layer id="notifier.show" x="72" y="0" image="config.notifier.text.always" ghost="1"/>
|
||||
<script file="../Big Bento/scripts/imagecontrol.maki" param="notifier.show|4|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always;config.notifier.text.always|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized;config.notifier.text.shade_minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized;config.notifier.text.minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show;config.notifier.text.never" />
|
||||
<script file="../Big Bento/scripts/imagecontrol.maki" param="notifier.show|4|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always;config.notifier.text.always|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized;config.notifier.text.shade_minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized;config.notifier.text.minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show;config.notifier.text.never" />
|
||||
|
||||
<button
|
||||
action="switchto;optionsgroup.notifier.location;subpage" action_target="skin.config.target"
|
||||
|
@ -364,9 +364,9 @@
|
|||
|
||||
<togglebutton x="-2" y="14" h="12" w="199" rectrgn="1"
|
||||
hoverImage="config.notifier.show.hover"
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized"
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized"
|
||||
/>
|
||||
<togglebutton x="1" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized" />
|
||||
<togglebutton x="1" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized" />
|
||||
|
||||
<togglebutton x="-2" y="28" h="12" w="199" rectrgn="1"
|
||||
hoverImage="config.notifier.show.hover"
|
||||
|
@ -575,19 +575,19 @@
|
|||
<groupdef id="optionsgroup.visualization" h="91" w="159">
|
||||
|
||||
<togglebutton x="-1" y="14" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View"
|
||||
/>
|
||||
<togglebutton x="1" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View" />
|
||||
|
||||
<togglebutton x="-1" y="28" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)"
|
||||
/>
|
||||
<togglebutton x="1" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)" />
|
||||
|
||||
<togglebutton x="-1" y="42" h="12" w="208" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)"
|
||||
/>
|
||||
<togglebutton x="1" y="42" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)" />
|
||||
|
|
|
@ -493,7 +493,7 @@
|
|||
|
||||
<!-- Config -->
|
||||
|
||||
<bitmap id="config.button.text.windowsizing" file="window/config.png" x="0" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.archizing" file="window/config.png" x="0" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.visualization" file="window/config.png" x="72" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.songticker" file="window/config.png" x="0" y="14" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.colorthemes" file="window/config.png" x="0" y="28" h="14" w="72" gammagroup="DisplayText"/>
|
||||
|
@ -508,10 +508,10 @@
|
|||
<bitmap id="config.checkbox.active" file="window/config.png" x="158" y="84" h="12" w="12" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.checkbox.inactive" file="window/config.png" x="170" y="84" h="12" w="12" gammagroup="DisplayText"/>
|
||||
|
||||
<bitmap id="config.windowsizing.text" file="window/config.png" x="0" y="70" h="74" w="158" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.windowsizing.autoresize.hover" file="window/config.png" x="158" y="70" h="12" w="158" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.windowsizing.titlebar.maximize.hover" file="window/config.png" x="158" y="70" h="12" w="54" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.windowsizing.titlebar.shade.hover" file="window/config.png" x="158" y="70" h="12" w="89" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.text" file="window/config.png" x="0" y="70" h="74" w="158" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.archizing.autoresize.hover" file="window/config.png" x="158" y="70" h="12" w="158" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.titlebar.maximize.hover" file="window/config.png" x="158" y="70" h="12" w="54" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.titlebar.shade.hover" file="window/config.png" x="158" y="70" h="12" w="89" gammagroup="SelectionBg"/>
|
||||
|
||||
<bitmap id="config.appearance.text" file="window/config.png" x="0" y="144" h="74" w="158" gammagroup="DisplayText"/>
|
||||
|
||||
|
|
|
@ -29,9 +29,9 @@ Function initPages();
|
|||
#define CUSTOM_OPTIONSMENU_ITEMS "{1828D28F-78DD-4647-8532-EBA504B8FC04}"
|
||||
Global ConfigItem optionsmenu_page;
|
||||
|
||||
// this is the page that maps its items to the windows menu (aka View), you can add attribs or more pages (submenus)
|
||||
// this is the page that maps its items to the arch menu (aka View), you can add attribs or more pages (submenus)
|
||||
#define CUSTOM_WINDOWSMENU_ITEMS "{6559CA61-7EB2-4415-A8A9-A2AEEF762B7F}"
|
||||
Global ConfigItem custom_windows_page;
|
||||
Global ConfigItem custom_arch_page;
|
||||
|
||||
// non exposed attribs page
|
||||
#define CUSTOM_PAGE_NONEXPOSED "{E9C2D926-53CA-400f-9A4D-85E31755A4CF}"
|
||||
|
@ -51,7 +51,7 @@ initPages()
|
|||
// load up the cfgpage in which we'll insert our custom page
|
||||
optionsmenu_page = Config.getItem(CUSTOM_OPTIONSMENU_ITEMS);
|
||||
|
||||
custom_windows_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
custom_arch_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ Global ConfigAttribute notifier_fadeintime_attrib;
|
|||
Global ConfigAttribute notifier_fadeouttime_attrib;
|
||||
Global ConfigAttribute notifier_holdtime_attrib;
|
||||
Global ConfigAttribute notifier_hideinfullscreen_attrib;
|
||||
Global ConfigAttribute notifier_windowshade_attrib;
|
||||
Global ConfigAttribute notifier_archhade_attrib;
|
||||
|
||||
//Global ConfigAttribute notifier_opennowplaying_attrib;
|
||||
Global ConfigAttribute notifier_artworkinnotification_attrib;
|
||||
|
@ -74,7 +74,7 @@ initAttribs_notifier()
|
|||
ConfigItem custom_page_notifier = addConfigSubMenu(optionsmenu_page, "Notifications", CUSTOM_PAGE_NOTIFIER);
|
||||
|
||||
notifier_always_attrib = custom_page_notifier.newAttribute("Show always", "1");
|
||||
notifier_windowshade_attrib = custom_page_notifier.newAttribute("Show with windowshade and when minimized", "0");
|
||||
notifier_archhade_attrib = custom_page_notifier.newAttribute("Show with archhade and when minimized", "0");
|
||||
notifier_minimized_attrib = custom_page_notifier.newAttribute("Show only when minimized", "0");
|
||||
notifier_minimized_attrib = custom_page_notifier.newAttribute("Show only when minimized", "0");
|
||||
notifier_never_attrib = custom_page_notifier.newAttribute("Never show", "0");
|
||||
|
@ -131,7 +131,7 @@ notifier_always_attrib.onDataChanged()
|
|||
attribs_mychange = 1;
|
||||
notifier_never_attrib.setData("0");
|
||||
notifier_minimized_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,7 @@ notifier_never_attrib.onDataChanged()
|
|||
attribs_mychange = 1;
|
||||
notifier_always_attrib.setData("0");
|
||||
notifier_minimized_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
|
@ -153,11 +153,11 @@ notifier_minimized_attrib.onDataChanged()
|
|||
attribs_mychange = 1;
|
||||
notifier_never_attrib.setData("0");
|
||||
notifier_always_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
notifier_windowshade_attrib.onDataChanged()
|
||||
notifier_archhade_attrib.onDataChanged()
|
||||
{
|
||||
if (attribs_mychange) return;
|
||||
NOOFF
|
||||
|
|
|
@ -58,9 +58,9 @@ initAttribs_windowpage()
|
|||
{
|
||||
initPages();
|
||||
|
||||
sui_eq_attrib = custom_windows_page.newAttribute("Equalizer\tAlt+G", "0");
|
||||
// sui_browser_attrib = custom_windows_page.newAttribute("Web Browser\tAlt+X", "0");
|
||||
sui_config_attrib = custom_windows_page.newAttribute("Skin Settings\tAlt+C", "0");
|
||||
sui_eq_attrib = custom_arch_page.newAttribute("Equalizer\tAlt+G", "0");
|
||||
// sui_browser_attrib = custom_arch_page.newAttribute("Web Browser\tAlt+X", "0");
|
||||
sui_config_attrib = custom_arch_page.newAttribute("Skin Settings\tAlt+C", "0");
|
||||
|
||||
custom_page_fileinfo = addConfigSubMenu(optionsmenu_page, "Multi Content View", CUSTOM_PAGE_FILEINFO);
|
||||
|
||||
|
|
Binary file not shown.
|
@ -188,7 +188,7 @@ Int checkPref(int bypassfs) {
|
|||
if (!bypassfs && notifier_hideinfullscreen_attrib.getData() == "1" && isVideoFullscreen()) return 1;
|
||||
if (notifier_never_attrib.getData() == "1") return 1;
|
||||
if (notifier_minimized_attrib.getData() == "1" && !isMinimized()) return 1;
|
||||
if (notifier_windowshade_attrib.getData() == "1") {
|
||||
if (notifier_archhade_attrib.getData() == "1") {
|
||||
if (isMinimized()) return 0;
|
||||
Container c = getContainer("main");
|
||||
if (!c) return 1;
|
||||
|
|
Binary file not shown.
|
@ -45,7 +45,7 @@
|
|||
downImage="config.button.selected"
|
||||
activeImage="config.button.selected"
|
||||
/>
|
||||
<layer x="0" y="0" image="config.button.text.windowsizing" ghost="1"/>
|
||||
<layer x="0" y="0" image="config.button.text.archizing" ghost="1"/>
|
||||
</groupdef>
|
||||
|
||||
<groupdef id="bucket.entry.3" windowtype="skin.config" w="128" h="20">
|
||||
|
@ -102,38 +102,38 @@
|
|||
<groupdef id="optionsgroup.autoresize">
|
||||
|
||||
<togglebutton x="102" y="14" h="12" w="238" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize"
|
||||
/>
|
||||
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0542AFA4-48D9-4c9f-8900-5739D52C114F};Prevent video resize" />
|
||||
|
||||
<togglebutton x="102" y="0" h="12" w="238" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized"
|
||||
/>
|
||||
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Autoresize Main Window if maximized" />
|
||||
|
||||
<togglebutton x="102" y="28" h="12" w="238" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width"
|
||||
/>
|
||||
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Link shade and player width" />
|
||||
|
||||
<layer x="106" y="45" image="config.windowsizing.titlebar.text" ghost="1" />
|
||||
<layer x="106" y="45" image="config.archizing.titlebar.text" ghost="1" />
|
||||
|
||||
<togglebutton x="102" y="59" h="12" w="89" rectrgn="1"
|
||||
hoverImage="config.windowsizing.titlebar.maximize.hover"
|
||||
hoverImage="config.archizing.titlebar.maximize.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick"
|
||||
/>
|
||||
<togglebutton x="106" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Maximize Window on Titlebar Doubleclick" />
|
||||
|
||||
<togglebutton x="171" y="59" h="12" w="138" rectrgn="1"
|
||||
hoverImage="config.windowsizing.titlebar.shade.hover"
|
||||
hoverImage="config.archizing.titlebar.shade.hover"
|
||||
cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick"
|
||||
/>
|
||||
<togglebutton x="175" y="59" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{E704AB5A-108E-4309-B54B-43EBA5C0C3AA};Switch to Shade on Titlebar Doubleclick" />
|
||||
|
||||
<layer x="106" y="0" image="config.windowsizing.text" ghost="1" />
|
||||
<layer x="106" y="0" image="config.archizing.text" ghost="1" />
|
||||
|
||||
</groupdef>
|
||||
|
||||
|
@ -334,7 +334,7 @@
|
|||
hoverImage="config.notifier.sub.hover"
|
||||
/>
|
||||
<layer id="notifier.show" x="177" y="0" image="config.notifier.text.always" ghost="1"/>
|
||||
<script file="scripts/imagecontrol.maki" param="notifier.show|4|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always;config.notifier.text.always|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized;config.notifier.text.shade_minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized;config.notifier.text.minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show;config.notifier.text.never" />
|
||||
<script file="scripts/imagecontrol.maki" param="notifier.show|4|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show always;config.notifier.text.always|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized;config.notifier.text.shade_minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show only when minimized;config.notifier.text.minimized|{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Never show;config.notifier.text.never" />
|
||||
|
||||
<button
|
||||
action="switchto;optionsgroup.notifier.location;subpage" action_target="skin.config.target"
|
||||
|
@ -375,9 +375,9 @@
|
|||
|
||||
<togglebutton x="103" y="14" h="12" w="179" rectrgn="1"
|
||||
hoverImage="config.notifier.show.hover"
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized"
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized"
|
||||
/>
|
||||
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized" />
|
||||
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized" />
|
||||
|
||||
<togglebutton x="103" y="28" h="12" w="179" rectrgn="1"
|
||||
hoverImage="config.notifier.show.hover"
|
||||
|
@ -586,19 +586,19 @@
|
|||
<groupdef id="optionsgroup.visualization" >
|
||||
|
||||
<togglebutton x="103" y="14" h="12" w="218" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View"
|
||||
/>
|
||||
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Big Component View" />
|
||||
|
||||
<togglebutton x="103" y="28" h="12" w="218" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)"
|
||||
/>
|
||||
<togglebutton x="106" y="28" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (stretched)" />
|
||||
|
||||
<togglebutton x="103" y="42" h="12" w="218" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)"
|
||||
/>
|
||||
<togglebutton x="106" y="42" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{090B63DE-FD24-4528-ABE5-A522615E8AE9};Open in Multi Content View (mini)" />
|
||||
|
@ -610,13 +610,13 @@
|
|||
<groupdef id="optionsgroup.playlist" >
|
||||
|
||||
<togglebutton x="103" y="0" h="12" w="218" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist"
|
||||
/>
|
||||
<togglebutton x="106" y="0" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Enlarge Playlist" />
|
||||
|
||||
<togglebutton x="103" y="14" h="12" w="218" rectrgn="1"
|
||||
hoverImage="config.windowsizing.autoresize.hover"
|
||||
hoverImage="config.archizing.autoresize.hover"
|
||||
cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Show Album Art if Playlist is enlarged"
|
||||
/>
|
||||
<togglebutton x="106" y="14" image="config.checkbox.inactive" activeImage="config.checkbox.active" ghost="1" cfgattrib="{0167CFD9-5D35-404a-8F03-80ED5B89DEDF};Show Album Art if Playlist is enlarged" />
|
||||
|
|
|
@ -482,7 +482,7 @@
|
|||
|
||||
<!-- Config -->
|
||||
|
||||
<bitmap id="config.button.text.windowsizing" file="window/config.png" x="0" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.archizing" file="window/config.png" x="0" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.visualization" file="window/config.png" x="72" y="0" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.songticker" file="window/config.png" x="0" y="14" h="14" w="72" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.button.text.colorthemes" file="window/config.png" x="0" y="28" h="14" w="72" gammagroup="DisplayText"/>
|
||||
|
@ -498,10 +498,10 @@
|
|||
<bitmap id="config.checkbox.active" file="window/config.png" x="158" y="84" h="12" w="12" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.checkbox.inactive" file="window/config.png" x="170" y="84" h="12" w="12" gammagroup="DisplayText"/>
|
||||
|
||||
<bitmap id="config.windowsizing.text" file="window/config.png" x="0" y="70" h="74" w="158" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.windowsizing.autoresize.hover" file="window/config.png" x="158" y="70" h="12" w="158" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.windowsizing.titlebar.maximize.hover" file="window/config.png" x="158" y="70" h="12" w="54" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.windowsizing.titlebar.shade.hover" file="window/config.png" x="158" y="70" h="12" w="89" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.text" file="window/config.png" x="0" y="70" h="74" w="158" gammagroup="DisplayText"/>
|
||||
<bitmap id="config.archizing.autoresize.hover" file="window/config.png" x="158" y="70" h="12" w="158" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.titlebar.maximize.hover" file="window/config.png" x="158" y="70" h="12" w="54" gammagroup="SelectionBg"/>
|
||||
<bitmap id="config.archizing.titlebar.shade.hover" file="window/config.png" x="158" y="70" h="12" w="89" gammagroup="SelectionBg"/>
|
||||
|
||||
<bitmap id="config.appearance.text" file="window/config.png" x="0" y="144" h="84" w="158" gammagroup="DisplayText"/>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
<!-- edit wnds -->
|
||||
<color id="wasabi.window.background" value="color.window.bg" gammagroup="ComponentFrame"/> <!--window background. - If this color is not defined, a whole container is created in memory to extract a pixel, so specifying it makes skin loading faster -->
|
||||
<color id="wasabi.window.text" value="color.window.txt" gammagroup="WindowText"/> <!--text color within windows -->
|
||||
<color id="wasabi.window.text" value="color.window.txt" gammagroup="WindowText"/> <!--text color within arch -->
|
||||
<color id="wasabi.border.sunken" value="73,76,77" gammagroup="ComponentFrame"/> <!-- color of dividers and sunken borders -->
|
||||
|
||||
<color id="wasabi.scrollbar.foreground" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- scrollbar foreground color -->
|
||||
|
@ -63,7 +63,7 @@
|
|||
<color id="wasabi.scrollbar.background.inverted" value="20,21,22" gammagroup="ScrollBarTrack"/> <!-- inverse scrollbar background color -->
|
||||
|
||||
<color id="wasabi.button.text" value="color.window.txt" gammagroup="Column Text"/> <!-- Buttons text color -->
|
||||
<color id="wasabi.button.hiliteText" value="color.display" gammagroup="DisplayText"/> <!-- Buttons hilite text color, used by tab windows-->
|
||||
<color id="wasabi.button.hiliteText" value="color.display" gammagroup="DisplayText"/> <!-- Buttons hilite text color, used by tab arch-->
|
||||
<color id="wasabi.button.dimmedText" value="149,156,169" gammagroup="PlayerButton"/> <!-- Buttons dimmed text color, when disabled -->
|
||||
|
||||
<bitmap id="wasabi.tree.background" file="$solid" h="64" w="64" color="8,9,10" gammagroup="PlayerDisplay"/><!-- Tree background bitmap (tile) -->
|
||||
|
|
|
@ -102,12 +102,12 @@
|
|||
<bitmap id="wasabi.button.radio" file="window/window-elements.png" x="79" y="77" h="7" w="7" gammagroup="PlayerDisplay"/>
|
||||
<bitmap id="wasabi.button.radio.pressed" file="window/window-elements.png" x="72" y="77" h="7" w="7" gammagroup="DisplayText"/>
|
||||
|
||||
<!-- Frame windows -->
|
||||
<!-- Frame arch -->
|
||||
<bitmap id="wasabi.framewnd.verticaldivider" file="window/window-elements.png" x="124" y="53" h="65" w="8" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.framewnd.verticalgrabber" file="window/window-elements.png" x="115" y="53" h="65" w="8" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.framewnd.horizontaldivider" file="window/window-elements.png" x="40" y="97" h="8" w="65" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.framewnd.horizontalgrabber" file="window/window-elements.png" x="40" y="106" h="8" w="65" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.framewnd.windowshade" file="window/framewnd-windowshade.png" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.framewnd.archhade" file="window/framewnd-archhade.png" gammagroup="Frame_Borders"/>
|
||||
|
||||
<bitmap id="wasabi.frame.divider.arrow.up" file="window/window-elements.png" x="64" y="124" h="4" w="7" gammagroup="Frame_Borders"/>
|
||||
<bitmap id="wasabi.frame.divider.arrow.down" file="window/window-elements.png" x="64" y="128" h="4" w="7" gammagroup="Frame_Borders"/>
|
||||
|
|
Binary file not shown.
|
@ -12,7 +12,7 @@
|
|||
// this is the page that maps its items to the options menu, you can add attribs or more pages (submenus)
|
||||
#define CUSTOM_OPTIONSMENU_ITEMS "{1828D28F-78DD-4647-8532-EBA504B8FC04}"
|
||||
|
||||
// this is the page that maps its items to the windows menu (aka View), you can add attribs or more pages (submenus)
|
||||
// this is the page that maps its items to the arch menu (aka View), you can add attribs or more pages (submenus)
|
||||
#define CUSTOM_WINDOWSMENU_ITEMS "{6559CA61-7EB2-4415-A8A9-A2AEEF762B7F}"
|
||||
|
||||
// custom options submenu item page, you can add more, just use guidgen and Config.newItem()
|
||||
|
@ -24,7 +24,7 @@
|
|||
// menubars config page
|
||||
#define CUSTOM_PAGE_MENUBARS "{12ED320E-6813-45ac-9F8E-78EE5B2B5F6D}"
|
||||
|
||||
// main windowshade config page
|
||||
// main archhade config page
|
||||
#define CUSTOM_PAGE_WINDOWSHADE "{58F07E21-AE96-4899-B7BC-3640B40029FB}"
|
||||
|
||||
// vis button config page
|
||||
|
@ -62,9 +62,9 @@ Global ConfigAttribute menubar_main_attrib;
|
|||
Global ConfigAttribute menubar_pe_attrib;
|
||||
Global ConfigAttribute menubar_ml_attrib;
|
||||
|
||||
Global ConfigAttribute windowshade_linkall_attrib;
|
||||
Global ConfigAttribute windowshade_linkposition_attrib;
|
||||
Global ConfigAttribute windowshade_linknone_attrib;
|
||||
Global ConfigAttribute archhade_linkall_attrib;
|
||||
Global ConfigAttribute archhade_linkposition_attrib;
|
||||
Global ConfigAttribute archhade_linknone_attrib;
|
||||
|
||||
Global ConfigAttribute beatvisualization_attrib;
|
||||
|
||||
|
@ -72,7 +72,7 @@ Global ConfigAttribute viscmd_config_attrib;
|
|||
Global ConfigAttribute viscmd_menu_attrib;
|
||||
|
||||
Global ConfigAttribute notifier_minimized_attrib;
|
||||
Global ConfigAttribute notifier_windowshade_attrib;
|
||||
Global ConfigAttribute notifier_archhade_attrib;
|
||||
Global ConfigAttribute notifier_always_attrib;
|
||||
Global ConfigAttribute notifier_never_attrib;
|
||||
Global ConfigAttribute notifier_fadeintime_attrib;
|
||||
|
@ -95,7 +95,7 @@ initAttribs() {
|
|||
ConfigItem custom_page = Config.newItem("Winamp Modern", CUSTOM_PAGE);
|
||||
ConfigItem custom_page_drawer = Config.newItem("Drawers", CUSTOM_PAGE_DRAWER);
|
||||
ConfigItem custom_page_menubars = Config.newItem("Menus", CUSTOM_PAGE_MENUBARS);
|
||||
ConfigItem custom_page_windowshade = Config.newItem("Main Windowshade Mode", CUSTOM_PAGE_WINDOWSHADE);
|
||||
ConfigItem custom_page_archhade = Config.newItem("Main Windowshade Mode", CUSTOM_PAGE_WINDOWSHADE);
|
||||
ConfigItem custom_page_viscmd = Config.newItem("Vis Buttons", CUSTOM_PAGE_VISCMD);
|
||||
ConfigItem custom_page_notifier = Config.newItem("Notifications", CUSTOM_PAGE_NOTIFIER);
|
||||
ConfigItem custom_page_songticker = Config.newItem("Songticker", CUSTOM_PAGE_SONGTICKER);
|
||||
|
@ -104,7 +104,7 @@ initAttribs() {
|
|||
|
||||
// load up the cfgpage in which we'll insert our custom page
|
||||
ConfigItem custom_options_page = Config.getItem(CUSTOM_OPTIONSMENU_ITEMS);
|
||||
ConfigItem custom_windows_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
ConfigItem custom_arch_page = Config.getItem(CUSTOM_WINDOWSMENU_ITEMS);
|
||||
|
||||
// this creates a submenu for this attribute
|
||||
ConfigAttribute submenuattrib = custom_options_page.newAttribute("Winamp Modern", "");
|
||||
|
@ -116,8 +116,8 @@ initAttribs() {
|
|||
ConfigAttribute menubarssubmenu = custom_page.newAttribute("Menus", "");
|
||||
menubarssubmenu.setData(CUSTOM_PAGE_MENUBARS);
|
||||
|
||||
ConfigAttribute windowshadesubmenu = custom_page.newAttribute("Main Windowshade Mode", "");
|
||||
windowshadesubmenu.setData(CUSTOM_PAGE_WINDOWSHADE);
|
||||
ConfigAttribute archhadesubmenu = custom_page.newAttribute("Main Windowshade Mode", "");
|
||||
archhadesubmenu.setData(CUSTOM_PAGE_WINDOWSHADE);
|
||||
|
||||
ConfigAttribute viscmdsubmenu = custom_page.newAttribute("Vis Shortcut Button", "");
|
||||
viscmdsubmenu.setData(CUSTOM_PAGE_VISCMD);
|
||||
|
@ -145,21 +145,21 @@ initAttribs() {
|
|||
sep = custom_page.newAttribute("sep1", ""); sep.setData("-");
|
||||
vis_detach_attrib = custom_page.newAttribute("Detach Vis Window", "0");
|
||||
video_detach_attrib = custom_page.newAttribute("Detach Video Window", "0");
|
||||
eq_visible_attrib = custom_windows_page.newAttribute("Equalizer\tAlt+G", "0");
|
||||
albumart_visible_attrib = custom_windows_page.newAttribute("Album Art\tAlt+A", "1");
|
||||
eq_visible_attrib = custom_arch_page.newAttribute("Equalizer\tAlt+G", "0");
|
||||
albumart_visible_attrib = custom_arch_page.newAttribute("Album Art\tAlt+A", "1");
|
||||
|
||||
sep = custom_page.newAttribute("sep2", ""); sep.setData("-");
|
||||
beatvisualization_attrib = custom_page.newAttribute("Enable Beat Visualization", "1");
|
||||
|
||||
windowshade_linkall_attrib = custom_page_windowshade.newAttribute("Link Position and Width", "1");
|
||||
windowshade_linkposition_attrib = custom_page_windowshade.newAttribute("Link Position, Unlink Width", "0");
|
||||
windowshade_linknone_attrib = custom_page_windowshade.newAttribute("Unlink Position and Width", "0");
|
||||
archhade_linkall_attrib = custom_page_archhade.newAttribute("Link Position and Width", "1");
|
||||
archhade_linkposition_attrib = custom_page_archhade.newAttribute("Link Position, Unlink Width", "0");
|
||||
archhade_linknone_attrib = custom_page_archhade.newAttribute("Unlink Position and Width", "0");
|
||||
|
||||
viscmd_menu_attrib = custom_page_viscmd.newAttribute("Open Context Menu", "1");
|
||||
viscmd_config_attrib = custom_page_viscmd.newAttribute("Open Configuration", "0");
|
||||
|
||||
notifier_always_attrib = custom_page_notifier.newAttribute("Show always", "0");
|
||||
notifier_windowshade_attrib = custom_page_notifier.newAttribute("Show with windowshade and when minimized", "0");
|
||||
notifier_archhade_attrib = custom_page_notifier.newAttribute("Show with archhade and when minimized", "0");
|
||||
notifier_minimized_attrib = custom_page_notifier.newAttribute("Show only when minimized", "0");
|
||||
notifier_never_attrib = custom_page_notifier.newAttribute("Never show", "1");
|
||||
sep = custom_page_notifier.newAttribute("sep1", ""); sep.setData("-");
|
||||
|
@ -205,30 +205,30 @@ drawer_directionbottom_attrib.onDataChanged() {
|
|||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
windowshade_linkall_attrib.onDataChanged() {
|
||||
archhade_linkall_attrib.onDataChanged() {
|
||||
if (attribs_mychange) return;
|
||||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
windowshade_linkposition_attrib.setData("0");
|
||||
windowshade_linknone_attrib.setData("0");
|
||||
archhade_linkposition_attrib.setData("0");
|
||||
archhade_linknone_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
windowshade_linkposition_attrib.onDataChanged() {
|
||||
archhade_linkposition_attrib.onDataChanged() {
|
||||
if (attribs_mychange) return;
|
||||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
windowshade_linkall_attrib.setData("0");
|
||||
windowshade_linknone_attrib.setData("0");
|
||||
archhade_linkall_attrib.setData("0");
|
||||
archhade_linknone_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
windowshade_linknone_attrib.onDataChanged() {
|
||||
archhade_linknone_attrib.onDataChanged() {
|
||||
if (attribs_mychange) return;
|
||||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
windowshade_linkall_attrib.setData("0");
|
||||
windowshade_linkposition_attrib.setData("0");
|
||||
archhade_linkall_attrib.setData("0");
|
||||
archhade_linkposition_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
|
@ -255,7 +255,7 @@ notifier_always_attrib.onDataChanged() {
|
|||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
notifier_never_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
notifier_minimized_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
@ -265,7 +265,7 @@ notifier_never_attrib.onDataChanged() {
|
|||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
notifier_always_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
notifier_minimized_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
@ -275,12 +275,12 @@ notifier_minimized_attrib.onDataChanged() {
|
|||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
notifier_never_attrib.setData("0");
|
||||
notifier_windowshade_attrib.setData("0");
|
||||
notifier_archhade_attrib.setData("0");
|
||||
notifier_always_attrib.setData("0");
|
||||
attribs_mychange = 0;
|
||||
}
|
||||
|
||||
notifier_windowshade_attrib.onDataChanged() {
|
||||
notifier_archhade_attrib.onDataChanged() {
|
||||
if (attribs_mychange) return;
|
||||
NOOFF
|
||||
attribs_mychange = 1;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -166,8 +166,8 @@ Global Layout __main;
|
|||
Global Container __maincontainer;
|
||||
|
||||
Global String __myname;
|
||||
Global Int __windowshade_openvid;
|
||||
Global Int __windowshade_openvis;
|
||||
Global Int __archhade_openvid;
|
||||
Global Int __archhade_openvis;
|
||||
|
||||
Global int __maximized;
|
||||
Global int __oldx,__oldy,__oldw,__oldh;
|
||||
|
@ -963,22 +963,22 @@ __maincontainer.onBeforeSwitchToLayout(Layout oldl, Layout newl) {
|
|||
int window_content=getPrivateInt("winamp5", __myname+"State", 2);
|
||||
if (oldl == __main && window_status == OPEN && window_content == CONTENT_VIDEO && getStatus() == STATUS_PLAYING && isVideo()) {
|
||||
drawer_disablePSOVC();
|
||||
__windowshade_openvid = 1;
|
||||
__archhade_openvid = 1;
|
||||
}
|
||||
if (oldl == __main && window_status == OPEN && window_content == CONTENT_VIS) {
|
||||
__windowshade_openvis = 1;
|
||||
__archhade_openvis = 1;
|
||||
}
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
__maincontainer.onSwitchToLayout(Layout newl) {
|
||||
// these do not call drawer_doDetachVis or drawer_doDetachVideo but showDetachVis and showDetachVideo so that the change is temporary
|
||||
if (__windowshade_openvid) {
|
||||
__windowshade_openvid = 0;
|
||||
if (__archhade_openvid) {
|
||||
__archhade_openvid = 0;
|
||||
drawer_linkup_showVideo();
|
||||
}
|
||||
if (__windowshade_openvis) {
|
||||
__windowshade_openvis = 0;
|
||||
if (__archhade_openvis) {
|
||||
__archhade_openvis = 0;
|
||||
drawer_linkup_showVis();
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -141,7 +141,7 @@ Int checkPref(int bypassfs) {
|
|||
if (!bypassfs && notifier_disablefullscreen_attrib.getData() == "1" && isVideoFullscreen()) return 1;
|
||||
if (notifier_never_attrib.getData() == "1") return 1;
|
||||
if (notifier_minimized_attrib.getData() == "1" && !isMinimized()) return 1;
|
||||
if (notifier_windowshade_attrib.getData() == "1") {
|
||||
if (notifier_archhade_attrib.getData() == "1") {
|
||||
if (isMinimized()) return 0;
|
||||
Container c = getContainer("main");
|
||||
if (!c) return 1;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,20 +5,20 @@ Function updateLinkage(int type);
|
|||
|
||||
System.onScriptLoaded() {
|
||||
initAttribs();
|
||||
if (windowshade_linkall_attrib.getData() == "1") windowshade_linkall_attrib.onDataChanged();
|
||||
if (windowshade_linkposition_attrib.getData() == "1") windowshade_linkposition_attrib.onDataChanged();
|
||||
if (windowshade_linknone_attrib.getData() == "1") windowshade_linknone_attrib.onDataChanged();
|
||||
if (archhade_linkall_attrib.getData() == "1") archhade_linkall_attrib.onDataChanged();
|
||||
if (archhade_linkposition_attrib.getData() == "1") archhade_linkposition_attrib.onDataChanged();
|
||||
if (archhade_linknone_attrib.getData() == "1") archhade_linknone_attrib.onDataChanged();
|
||||
}
|
||||
|
||||
windowshade_linkall_attrib.onDataChanged() {
|
||||
archhade_linkall_attrib.onDataChanged() {
|
||||
if (getData() == "1") updateLinkage(2);
|
||||
}
|
||||
|
||||
windowshade_linkposition_attrib.onDataChanged() {
|
||||
archhade_linkposition_attrib.onDataChanged() {
|
||||
if (getData() == "1") updateLinkage(1);
|
||||
}
|
||||
|
||||
windowshade_linknone_attrib.onDataChanged() {
|
||||
archhade_linknone_attrib.onDataChanged() {
|
||||
if (getData() == "1") updateLinkage(0);
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -83,7 +83,7 @@ System.onScriptLoaded() {
|
|||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
// grab a handle to the windowshade layout, can't get it in onScriptLoaded since it doesn't exists yet
|
||||
// grab a handle to the archhade layout, can't get it in onScriptLoaded since it doesn't exists yet
|
||||
// also, first time we are shown, we update the viscmd button's action
|
||||
//------------------------------------------------------------------------
|
||||
main.onSetVisible(int show) {
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -787,7 +787,7 @@
|
|||
rectrgn="1"
|
||||
/>
|
||||
<togglebutton
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with windowshade and when minimized"
|
||||
cfgattrib="{1AB968B3-8687-4a35-BA70-FCF6D92FB57F};Show with archhade and when minimized"
|
||||
x="10" y="13"
|
||||
image="drawer.options.radio.w181.off"
|
||||
hoverImage="drawer.options.radio.w181.hover"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<!-- edit wnds -->
|
||||
<color id="wasabi.window.background" value="127,135,149" gammagroup="Backgrounds"/> <!--window background. - If this color is not defined, a whole container is created in memory to extract a pixel, so specifying it makes skin loading faster -->
|
||||
<color id="wasabi.window.text" value="255,255,255" gammagroup="listText"/> <!--text color within windows -->
|
||||
<color id="wasabi.window.text" value="255,255,255" gammagroup="listText"/> <!--text color within arch -->
|
||||
<color id="wasabi.border.sunken" value="204,208,217" gammagroup="Backgrounds"/> // color of dividers and sunken borders
|
||||
|
||||
<color id="wasabi.scrollbar.foreground" value="28,61,125" gammagroup="ListBackground"/> <!-- scrollbar foreground color -->
|
||||
|
@ -52,7 +52,7 @@
|
|||
<color id="wasabi.scrollbar.background.inverted" value="0,0,0" gammagroup="ListBackground"/> <!-- inverse scrollbar background color -->
|
||||
|
||||
<color id="wasabi.button.text" value="0,0,0" gammagroup="ButtonText"/> <!-- Buttons text color -->
|
||||
<color id="wasabi.button.hiliteText" value="0,0,0" gammagroup="ButtonText"/> <!-- Buttons hilite text color, used by tab windows-->
|
||||
<color id="wasabi.button.hiliteText" value="0,0,0" gammagroup="ButtonText"/> <!-- Buttons hilite text color, used by tab arch-->
|
||||
<color id="wasabi.button.dimmedText" value="149,156,169" gammagroup="ButtonText"/> <!-- Buttons dimmed text color, when disabled -->
|
||||
|
||||
</elements>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue