publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -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">

View file

@ -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 -->

View file

@ -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"/>

View file

@ -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 -->

View file

@ -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"/>

View file

@ -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"/>

View file

@ -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)

View file

@ -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