Compare commits
1 Commits
master
...
feature/na
Author | SHA1 | Date | |
---|---|---|---|
|
44d0e24cd9 |
2
.gitignore
vendored
@ -347,5 +347,3 @@ healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
start*.sh
|
||||
|
27
.vscode/launch.json
vendored
@ -5,32 +5,11 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"preLaunchTask": "build-and-start-debug-server",
|
||||
"name": "Start and Attach",
|
||||
"type": "mono",
|
||||
"request": "attach",
|
||||
"address": "localhost",
|
||||
"port": 55555,
|
||||
},
|
||||
{
|
||||
"preLaunchTask": "Attach",
|
||||
"name": "Attach",
|
||||
"type": "mono",
|
||||
"request": "attach",
|
||||
"address": "localhost",
|
||||
"port": 55555,
|
||||
},
|
||||
{
|
||||
"preLaunchTask": "build",
|
||||
"name": "Launch",
|
||||
"type": "mono",
|
||||
"type": "xamarin",
|
||||
"request": "launch",
|
||||
"console": "internalConsole",
|
||||
"program": "${workspaceFolder}/Aurora.gtk/bin/Debug/Aurora.gtk.exe",
|
||||
"args": [
|
||||
"--debug",
|
||||
"--debuggre-agent=transport=dt_socket,server=y,address=127.0.0.1:5555"
|
||||
]
|
||||
"package": "com.your.app.package",
|
||||
"intent": ""
|
||||
}
|
||||
]
|
||||
}
|
45
.vscode/tasks.json
vendored
@ -1,45 +0,0 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "msbuild",
|
||||
"args": [
|
||||
// Ask msbuild to generate full paths for file names.
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/t:build"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
{
|
||||
"label": "build-and-start-debug-server",
|
||||
"type": "shell",
|
||||
"isBackground": true,
|
||||
"command": "./start.sh",
|
||||
// This task is run before some debug tasks.
|
||||
// Problem is, it's a watch script, and since it never exits, VSCode
|
||||
// complains. All this is needed so VSCode just lets it run.
|
||||
"problemMatcher": [
|
||||
{
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": ".",
|
||||
"file": 1,
|
||||
"location": 2,
|
||||
"message": 3
|
||||
}
|
||||
],
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": ".",
|
||||
"endsPattern": ".",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Xamarin.Forms.4.3.0.991211\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.4.3.0.991211\build\Xamarin.Forms.props')" />
|
||||
<Import Project="..\packages\Grpc.Tools.2.25.0\build\Grpc.Tools.props" Condition="Exists('..\packages\Grpc.Tools.2.25.0\build\Grpc.Tools.props')" />
|
||||
<Import Project="..\packages\Xamarin.Forms.3.6.0.344457\build\Xamarin.Forms.props" Condition="Exists('..\packages\Xamarin.Forms.3.6.0.344457\build\Xamarin.Forms.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
||||
@ -48,29 +47,29 @@
|
||||
</Reference>
|
||||
<Reference Include="Mono.Posix" />
|
||||
<Reference Include="Xamarin.Forms.Core">
|
||||
<HintPath>..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.3.6.0.344457\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform">
|
||||
<HintPath>..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.3.6.0.344457\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Xaml">
|
||||
<HintPath>..\packages\Xamarin.Forms.4.3.0.991211\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.3.6.0.344457\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OpenTK">
|
||||
<HintPath>..\packages\OpenTK.3.1.0\lib\net20\OpenTK.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.Platform.GTK.3.6.0.344457\lib\net45\OpenTK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="webkit-sharp">
|
||||
<HintPath>..\packages\Xamarin.Forms.Platform.GTK.4.3.0.991211\lib\net45\webkit-sharp.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.Platform.GTK.3.6.0.344457\lib\net45\webkit-sharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.Platform.GTK">
|
||||
<HintPath>..\packages\Xamarin.Forms.Platform.GTK.4.3.0.991211\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath>
|
||||
<HintPath>..\packages\Xamarin.Forms.Platform.GTK.3.6.0.344457\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reflection">
|
||||
<HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="mscorlib" />
|
||||
<Reference Include="System.Reflection.TypeExtensions">
|
||||
<HintPath>..\packages\System.Reflection.TypeExtensions.4.6.0\lib\net461\System.Reflection.TypeExtensions.dll</HintPath>
|
||||
<HintPath>..\packages\System.Reflection.TypeExtensions.4.4.0\lib\net461\System.Reflection.TypeExtensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization.Primitives">
|
||||
<HintPath>..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
|
||||
@ -79,106 +78,18 @@
|
||||
<Reference Include="taglib-sharp">
|
||||
<HintPath>..\packages\taglib-sharp-netstandard2.0.2.1.0\lib\netstandard2.0\taglib-sharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xamarin.Forms.DataGrid">
|
||||
<HintPath>..\packages\Xamarin.Forms.DataGrid.3.1.0\lib\netstandard2.0\Xamarin.Forms.DataGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NAudio">
|
||||
<HintPath>..\packages\NAudio.1.9.0\lib\net35\NAudio.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="Microsoft.Threading.Tasks">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Threading.Tasks.Extensions">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Net" />
|
||||
<Reference Include="System.ValueTuple">
|
||||
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LibVLCSharp">
|
||||
<HintPath>..\packages\LibVLCSharp.3.3.1\lib\net40\LibVLCSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LibVLCSharp.Forms">
|
||||
<HintPath>..\packages\LibVLCSharp.Forms.3.3.1\lib\netstandard2.0\LibVLCSharp.Forms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.InteropServices.RuntimeInformation">
|
||||
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LibVLCSharp.GTK">
|
||||
<HintPath>..\packages\LibVLCSharp.GTK.3.3.1\lib\net47\LibVLCSharp.GTK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="LibVLCSharp.Forms.Platforms.GTK">
|
||||
<HintPath>..\packages\LibVLCSharp.Forms.GTK.3.3.1\lib\net47\LibVLCSharp.Forms.Platforms.GTK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Google.Protobuf">
|
||||
<HintPath>..\packages\Google.Protobuf.3.10.1\lib\net45\Google.Protobuf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Interactive.Async">
|
||||
<HintPath>..\packages\System.Interactive.Async.4.0.0\lib\net461\System.Interactive.Async.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Grpc.Core.Api">
|
||||
<HintPath>..\packages\Grpc.Core.Api.2.25.0\lib\net45\Grpc.Core.Api.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="Grpc.Core">
|
||||
<HintPath>..\packages\Grpc.Core.2.25.0\lib\net45\Grpc.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Plugin.Settings.Abstractions">
|
||||
<HintPath>..\packages\Xam.Plugins.Settings.3.1.1\lib\net45\Plugin.Settings.Abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Plugin.Settings">
|
||||
<HintPath>..\packages\Xam.Plugins.Settings.3.1.1\lib\net45\Plugin.Settings.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Sharpnado.Infrastructure">
|
||||
<HintPath>..\packages\Sharpnado.Forms.HorizontalListView.1.3.0\lib\netstandard2.0\Sharpnado.Infrastructure.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Sharpnado.Presentation.Forms">
|
||||
<HintPath>..\packages\Sharpnado.Forms.HorizontalListView.1.3.0\lib\netstandard2.0\Sharpnado.Presentation.Forms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Buffers">
|
||||
<HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics.Vectors">
|
||||
<HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Memory">
|
||||
<HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Tasks.Extensions">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Bcl.AsyncInterfaces">
|
||||
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Linq.Async">
|
||||
<HintPath>..\packages\System.Linq.Async.4.0.0\lib\net461\System.Linq.Async.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OpenTK.GLControl">
|
||||
<HintPath>..\packages\OpenTK.GLControl.3.0.1\lib\net20\OpenTK.GLControl.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DLToolkit.Forms.Controls.FlowListView">
|
||||
<HintPath>..\packages\DLToolkit.Forms.Controls.FlowListView.2.0.11\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+netstandard1.0\DLToolkit.Forms.Controls.FlowListView.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CarouselView.FormsPlugin.Abstractions">
|
||||
<HintPath>..\packages\CarouselView.FormsPlugin.5.2.0\lib\netstandard2.0\CarouselView.FormsPlugin.Abstractions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Autofac">
|
||||
<HintPath>..\packages\Autofac.5.0.0\lib\net461\Autofac.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ComponentModel.Composition" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="gtk-gui\gui.stetic">
|
||||
<LogicalName>gui.stetic</LogicalName>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="LibVLCSharp.GTK.dll.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="LibVLCSharp.dll.config">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="gtk-gui\generated.cs" />
|
||||
@ -186,10 +97,11 @@
|
||||
<Compile Include="gtk-gui\MainWindow.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Helpers\Settings.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
<None Include="webkit-sharp.dll.config" />
|
||||
<None Include="OpenTK.dll.config" />
|
||||
<None Include="Themes\apps.rc" />
|
||||
<None Include="Themes\assets-dark.svg" />
|
||||
<None Include="Themes\assets.svg" />
|
||||
@ -503,11 +415,6 @@
|
||||
<None Include="Themes\assets-dark\treeview-rtl-button-active.png" />
|
||||
<None Include="Themes\assets-dark\treeview-rtl-button-hover.png" />
|
||||
<None Include="Themes\assets-dark\treeview-rtl-button.png" />
|
||||
<None Include="libvlc.dylib">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="OpenTK.dll.config" />
|
||||
<None Include="webkit-sharp.dll.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Aurora\Aurora.csproj">
|
||||
@ -515,35 +422,6 @@
|
||||
<Name>Aurora</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Resources\play.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\like.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\forwards.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\backward.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\pause.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\menu.png">
|
||||
</Content>
|
||||
<Content Include="Resources\shuffle.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\loop.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\Grpc.Tools.2.25.0\build\Grpc.Tools.targets" Condition="Exists('..\packages\Grpc.Tools.2.25.0\build\Grpc.Tools.targets')" />
|
||||
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
||||
<Import Project="..\packages\Grpc.Core.2.25.0\build\net45\Grpc.Core.targets" Condition="Exists('..\packages\Grpc.Core.2.25.0\build\net45\Grpc.Core.targets')" />
|
||||
<Import Project="..\packages\VideoLAN.LibVLC.Mac.3.1.3.1\build\VideoLAN.LibVLC.Mac.targets" Condition="Exists('..\packages\VideoLAN.LibVLC.Mac.3.1.3.1\build\VideoLAN.LibVLC.Mac.targets')" />
|
||||
<Import Project="..\packages\Xamarin.Forms.4.3.0.991211\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.4.3.0.991211\build\Xamarin.Forms.targets')" />
|
||||
<Import Project="..\packages\Xamarin.Forms.3.6.0.344457\build\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.3.6.0.344457\build\Xamarin.Forms.targets')" />
|
||||
</Project>
|
@ -1,44 +0,0 @@
|
||||
/*
|
||||
// Helpers/Settings.cs This file was automatically added when you installed the Settings Plugin. If you are not using a PCL then comment this file back in to use it.
|
||||
using Plugin.Settings;
|
||||
using Plugin.Settings.Abstractions;
|
||||
|
||||
namespace Aurora.gtk.Helpers
|
||||
{
|
||||
/// <summary>
|
||||
/// This is the Settings static class that can be used in your Core solution or in any
|
||||
/// of your client applications. All settings are laid out the same exact way with getters
|
||||
/// and setters.
|
||||
/// </summary>
|
||||
public static class Settings
|
||||
{
|
||||
private static ISettings AppSettings
|
||||
{
|
||||
get
|
||||
{
|
||||
return CrossSettings.Current;
|
||||
}
|
||||
}
|
||||
|
||||
#region Setting Constants
|
||||
|
||||
private const string SettingsKey = "settings_key";
|
||||
private static readonly string SettingsDefault = string.Empty;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
public static string GeneralSettings
|
||||
{
|
||||
get
|
||||
{
|
||||
return AppSettings.GetValueOrDefault(SettingsKey, SettingsDefault);
|
||||
}
|
||||
set
|
||||
{
|
||||
AppSettings.AddOrUpdateValue(SettingsKey, value);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}*/
|
@ -1,91 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="opengl32.dll"
|
||||
target="libGL.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="glu32.dll"
|
||||
target="libGLU.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="openal32.dll"
|
||||
target="libopenal.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="alut.dll"
|
||||
target="libalut.so.0"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="opencl.dll"
|
||||
target="libOpenCL.so"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="libX11"
|
||||
target="libX11.so.6"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="libXi"
|
||||
target="libXi.so.6"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="SDL2.dll"
|
||||
target="libSDL2-2.0.so.0"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="opengl32.dll"
|
||||
target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="openal32.dll"
|
||||
target="/System/Library/Frameworks/OpenAL.framework/OpenAL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="alut.dll"
|
||||
target="/System/Library/Frameworks/OpenAL.framework/OpenAL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLES.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLESv1_CM.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLESv2.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="opencl.dll"
|
||||
target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="SDL2.dll"
|
||||
target="libSDL2.dylib"/><!-- XQuartz compatibility (X11 on Mac) -->
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGL.so.1"
|
||||
target="/usr/X11/lib/libGL.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libX11"
|
||||
target="/usr/X11R6/lib/libX11.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXcursor.so.1"
|
||||
target="/usr/X11/lib/libXcursor.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXi"
|
||||
target="/usr/X11/lib/libXi.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXinerama"
|
||||
target="/usr/X11/lib/libXinerama.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXrandr.so.2"
|
||||
target="/usr/X11/lib/libXrandr.dylib"/>
|
||||
</configuration>
|
@ -1,91 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="opengl32.dll"
|
||||
target="libGL.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="glu32.dll"
|
||||
target="libGLU.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="openal32.dll"
|
||||
target="libopenal.so.1"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="alut.dll"
|
||||
target="libalut.so.0"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="opencl.dll"
|
||||
target="libOpenCL.so"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="libX11"
|
||||
target="libX11.so.6"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="libXi"
|
||||
target="libXi.so.6"/>
|
||||
<dllmap
|
||||
os="linux"
|
||||
dll="SDL2.dll"
|
||||
target="libSDL2-2.0.so.0"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="opengl32.dll"
|
||||
target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="openal32.dll"
|
||||
target="/System/Library/Frameworks/OpenAL.framework/OpenAL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="alut.dll"
|
||||
target="/System/Library/Frameworks/OpenAL.framework/OpenAL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLES.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLESv1_CM.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGLESv2.dll"
|
||||
target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="opencl.dll"
|
||||
target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="SDL2.dll"
|
||||
target="libSDL2.dylib"/><!-- XQuartz compatibility (X11 on Mac) -->
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libGL.so.1"
|
||||
target="/usr/X11/lib/libGL.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libX11"
|
||||
target="/usr/X11R6/lib/libX11.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXcursor.so.1"
|
||||
target="/usr/X11/lib/libXcursor.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXi"
|
||||
target="/usr/X11/lib/libXi.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXinerama"
|
||||
target="/usr/X11/lib/libXinerama.dylib"/>
|
||||
<dllmap
|
||||
os="osx"
|
||||
dll="libXrandr.so.2"
|
||||
target="/usr/X11/lib/libXrandr.dylib"/>
|
||||
</configuration>
|
@ -1,25 +1,25 @@
|
||||
<configuration>
|
||||
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
|
||||
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
|
||||
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
|
||||
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
|
||||
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
|
||||
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
|
||||
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
|
||||
<dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0"/>
|
||||
<dllmap os="osx" dll="opengl32.dll" target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
|
||||
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv1_CM.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
|
||||
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
|
||||
<!-- XQuartz compatibility (X11 on Mac) -->
|
||||
<dllmap os="osx" dll="libGL.so.1" target="/usr/X11/lib/libGL.dylib"/>
|
||||
<dllmap os="osx" dll="libX11" target="/usr/X11/lib/libX11.dylib"/>
|
||||
<dllmap os="osx" dll="libXcursor.so.1" target="/usr/X11/lib/libXcursor.dylib"/>
|
||||
<dllmap os="osx" dll="libXi" target="/usr/X11/lib/libXi.dylib"/>
|
||||
<dllmap os="osx" dll="libXinerama" target="/usr/X11/lib/libXinerama.dylib"/>
|
||||
<dllmap os="osx" dll="libXrandr.so.2" target="/usr/X11/lib/libXrandr.dylib"/>
|
||||
</configuration>
|
||||
<configuration>
|
||||
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
|
||||
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
|
||||
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
|
||||
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
|
||||
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
|
||||
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
|
||||
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
|
||||
<dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0"/>
|
||||
<dllmap os="osx" dll="opengl32.dll" target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
|
||||
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
|
||||
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv1_CM.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
|
||||
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
|
||||
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
|
||||
<!-- XQuartz compatibility (X11 on Mac) -->
|
||||
<dllmap os="osx" dll="libGL.so.1" target="/usr/X11/lib/libGL.dylib"/>
|
||||
<dllmap os="osx" dll="libX11" target="/usr/X11/lib/libX11.dylib"/>
|
||||
<dllmap os="osx" dll="libXcursor.so.1" target="/usr/X11/lib/libXcursor.dylib"/>
|
||||
<dllmap os="osx" dll="libXi" target="/usr/X11/lib/libXi.dylib"/>
|
||||
<dllmap os="osx" dll="libXinerama" target="/usr/X11/lib/libXinerama.dylib"/>
|
||||
<dllmap os="osx" dll="libXrandr.so.2" target="/usr/X11/lib/libXrandr.dylib"/>
|
||||
</configuration>
|
||||
|
@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using LibVLCSharp.Forms.Shared;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Platform.GTK;
|
||||
using Xamarin.Forms.Platform.GTK.Helpers;
|
||||
|
||||
namespace Aurora.gtk
|
||||
{
|
||||
@ -10,14 +11,12 @@ namespace Aurora.gtk
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Gtk.Application.Init();
|
||||
LibVLCSharpFormsRenderer.Init();
|
||||
DLToolkit.Forms.Controls.FlowListView.Init();
|
||||
Forms.Init();
|
||||
|
||||
// For some reason, Xamarin does not pick the LibVLCSharp.Form.Platforms.Gtk assembly as a renderer assembly.
|
||||
// Add it manually.
|
||||
|
||||
//Also css doesn't work without adding the Xaml assembly
|
||||
global::Xamarin.Forms.Forms.Init(new[] { typeof(LibVLCSharp.Forms.Platforms.GTK.VideoViewRenderer).Assembly, typeof(Xamarin.Forms.Xaml.ArrayExtension).Assembly });
|
||||
if (PlatformHelper.GetGTKPlatform() == GTKPlatform.Windows)
|
||||
{
|
||||
GtkThemes.LoadCustomTheme("Themes/gtkrc-dark");
|
||||
}
|
||||
|
||||
var app = new App();
|
||||
var window = new FormsWindow();
|
||||
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB |
92
Aurora.gtk/Themes/apps.rc
Executable file
@ -0,0 +1,92 @@
|
||||
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et:
|
||||
#
|
||||
# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g.
|
||||
# custom widgets, programs giving us a chance to alter their UI to fit more with
|
||||
# the theme or stuff that is supposed to look different, like panels.
|
||||
|
||||
# TODO: This could really look nicer
|
||||
style "gimp_spin_scale" {
|
||||
# Spin background
|
||||
bg[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/pan-up-alt-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down-alt.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/pan-down-alt-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome_gtk_frame" {
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
}
|
||||
|
||||
# Disable spin button assets for GimpSpinScale
|
||||
class "GimpSpinScale" style "gimp_spin_scale"
|
||||
|
||||
# Chromium lets us define some colours and settings for better integration
|
||||
class "ChromeGtkFrame" style "chrome_gtk_frame"
|
657
Aurora.gtk/Themes/assets-dark.svg
Executable file
@ -0,0 +1,657 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="200" height="480" viewBox="0 0 200 480">
|
||||
<sodipodi:namedview showgrid="true">
|
||||
<inkscape:grid empspacing="4"/>
|
||||
</sodipodi:namedview>
|
||||
|
||||
<rect sodipodi:insensitive="true" width="200" height="480" fill="url(#color-bg)"/>
|
||||
|
||||
<defs>
|
||||
<filter id="1" color-interpolation-filters="sRGB" x="0" y="0" width="1" height="1">
|
||||
<!-- <feDropShadow dx="0" dy="1" stdDeviation="1.5" flood-color="#000000" flood-opacity="0.12"/> -->
|
||||
<!-- <feDropShadow dx="0" dy="1" stdDeviation="1" flood-color="#000000" flood-opacity="0.24"/> -->
|
||||
|
||||
<feFlood flood-color="#000000" flood-opacity="0.12" result="flood"/>
|
||||
<feComposite operator="in" in="flood" in2="SourceGraphic" result="composite1"/>
|
||||
<feGaussianBlur stdDeviation="1.5" in="composite1" result="blur"/>
|
||||
<feOffset dx="0" dy="1" result="offset"/>
|
||||
<feComposite in="SourceGraphic" in2="offset" result="fbSourceGraphic"/>
|
||||
|
||||
<feFlood flood-color="#000000" flood-opacity="0.24" result="flood"/>
|
||||
<feComposite operator="in" in="flood" in2="fbSourceGraphic" result="composite1"/>
|
||||
<feGaussianBlur stdDeviation="1" in="composite1" result="blur"/>
|
||||
<feOffset dx="0" dy="1" result="offset"/>
|
||||
<feComposite in="fbSourceGraphic" in2="offset" result="composite2"/>
|
||||
</filter>
|
||||
|
||||
<linearGradient id="color-fg">
|
||||
<stop stop-color="#FFFFFF"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-fg-insensitive">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-fg-secondary">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-fg-secondary-insensitive">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-trough-insensitive">
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0.12"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-primary">
|
||||
<stop stop-color="#42A5F5"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-accent">
|
||||
<stop stop-color="#FF4081"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-accent-insensitive">
|
||||
<stop stop-color="#FF4081" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-bg">
|
||||
<stop stop-color="#44545c"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-bg-lighter">
|
||||
<stop stop-color="#596e79"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-base">
|
||||
<stop stop-color="#50636c"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-base-alt">
|
||||
<stop stop-color="#4a5c64"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="color-border">
|
||||
<stop stop-color="#000000" stop-opacity="0.2"/>
|
||||
</linearGradient>
|
||||
|
||||
<rect id="1x1" width="1" height="1"/>
|
||||
<rect id="2x2" width="2" height="2"/>
|
||||
<rect id="4x4" width="4" height="4"/>
|
||||
|
||||
<rect id="16x16" width="16" height="16" opacity="0"/>
|
||||
<rect id="17x17" width="17" height="17" opacity="0"/>
|
||||
<rect id="24x24" width="24" height="24" opacity="0"/>
|
||||
|
||||
<clipPath id="left">
|
||||
<rect width="10" height="20"/>
|
||||
</clipPath>
|
||||
<clipPath id="right">
|
||||
<rect width="10" height="20" x="10"/>
|
||||
</clipPath>
|
||||
<clipPath id="left-top">
|
||||
<rect width="10" height="10"/>
|
||||
</clipPath>
|
||||
<clipPath id="left-bottom">
|
||||
<rect width="10" height="10" y="10"/>
|
||||
</clipPath>
|
||||
<clipPath id="right-top">
|
||||
<rect width="10" height="10" x="10"/>
|
||||
</clipPath>
|
||||
<clipPath id="right-bottom">
|
||||
<rect width="10" height="10" x="10" y="10"/>
|
||||
</clipPath>
|
||||
|
||||
<g id="base-box">
|
||||
<rect width="20" height="20" opacity="0"/>
|
||||
<rect x="2" y="2" width="16" height="16" rx="2" ry="2"/>
|
||||
</g>
|
||||
|
||||
<use xlink:href="#base-box" id="base-flat-button" fill="url(#color-fg)" opacity="0"/>
|
||||
<use xlink:href="#base-box" id="base-flat-button-hover" fill="url(#color-fg)" opacity="0.15"/>
|
||||
<use xlink:href="#base-box" id="base-flat-button-active" fill="url(#color-fg)" opacity="0.3"/>
|
||||
<use xlink:href="#base-box" id="base-flat-button-insensitive" fill="url(#color-fg)" opacity="0"/>
|
||||
|
||||
<use xlink:href="#base-box" id="base-button" fill="url(#color-bg-lighter)" filter="url(#1)"/>
|
||||
<use xlink:href="#base-button" id="base-button-hover" filter="url(#1)"/>
|
||||
<g id="base-button-active">
|
||||
<use xlink:href="#base-button-hover"/>
|
||||
<use xlink:href="#base-flat-button-active"/>
|
||||
</g>
|
||||
<use xlink:href="#base-box" id="base-button-insensitive" fill="url(#color-trough-insensitive)"/>
|
||||
|
||||
<use xlink:href="#1x1" id="base-entry-background" fill="url(#color-base)"/>
|
||||
<use xlink:href="#1x1" id="base-entry-background-insensitive" fill="url(#color-base-alt)"/>
|
||||
|
||||
<use xlink:href="#base-box" id="base-entry-box" fill="url(#color-base)" filter="url(#1)"/>
|
||||
<use xlink:href="#base-entry-box" id="base-entry-box-active" filter="url(#1)"/>
|
||||
<use xlink:href="#base-box" id="base-entry-box-insensitive" fill="url(#color-base-alt)" filter="url(#1)"/>
|
||||
|
||||
<rect id="background-fill" width="20" height="20"/>
|
||||
|
||||
<g id="base-entry">
|
||||
<use xlink:href="#background-fill"/>
|
||||
<use xlink:href="#base-entry-box"/>
|
||||
</g>
|
||||
|
||||
<g id="base-entry-active">
|
||||
<use xlink:href="#background-fill"/>
|
||||
<use xlink:href="#base-entry-box-active"/>
|
||||
</g>
|
||||
|
||||
<g id="base-entry-insensitive">
|
||||
<use xlink:href="#background-fill"/>
|
||||
<use xlink:href="#base-entry-box-insensitive"/>
|
||||
</g>
|
||||
|
||||
<use clip-path="url(#left)" xlink:href="#base-button" id="base-combo-rtl-button"/>
|
||||
<use clip-path="url(#left)" xlink:href="#base-button-hover" id="base-combo-rtl-button-hover"/>
|
||||
<use clip-path="url(#left)" xlink:href="#base-button-active" id="base-combo-rtl-button-active"/>
|
||||
<use clip-path="url(#left)" xlink:href="#base-button-insensitive" id="base-combo-rtl-button-insensitive"/>
|
||||
|
||||
<use clip-path="url(#right)" xlink:href="#base-button" id="base-combo-ltr-button"/>
|
||||
<use clip-path="url(#right)" xlink:href="#base-button-hover" id="base-combo-ltr-button-hover"/>
|
||||
<use clip-path="url(#right)" xlink:href="#base-button-active" id="base-combo-ltr-button-active"/>
|
||||
<use clip-path="url(#right)" xlink:href="#base-button-insensitive" id="base-combo-ltr-button-insensitive"/>
|
||||
|
||||
<use clip-path="url(#left-top)" xlink:href="#base-button" id="base-spin-rtl-up"/>
|
||||
<use clip-path="url(#left-top)" xlink:href="#base-button-hover" id="base-spin-rtl-up-hover"/>
|
||||
<use clip-path="url(#left-top)" xlink:href="#base-button-active" id="base-spin-rtl-up-active"/>
|
||||
<use clip-path="url(#left-top)" xlink:href="#base-button-insensitive" id="base-spin-rtl-up-insensitive"/>
|
||||
|
||||
<use clip-path="url(#left-bottom)" xlink:href="#base-button" id="base-spin-rtl-down"/>
|
||||
<use clip-path="url(#left-bottom)" xlink:href="#base-button-hover" id="base-spin-rtl-down-hover"/>
|
||||
<use clip-path="url(#left-bottom)" xlink:href="#base-button-active" id="base-spin-rtl-down-active"/>
|
||||
<use clip-path="url(#left-bottom)" xlink:href="#base-button-insensitive" id="base-spin-rtl-down-insensitive"/>
|
||||
|
||||
<use clip-path="url(#right-top)" xlink:href="#base-button" id="base-spin-ltr-up"/>
|
||||
<use clip-path="url(#right-top)" xlink:href="#base-button-hover" id="base-spin-ltr-up-hover"/>
|
||||
<use clip-path="url(#right-top)" xlink:href="#base-button-active" id="base-spin-ltr-up-active"/>
|
||||
<use clip-path="url(#right-top)" xlink:href="#base-button-insensitive" id="base-spin-ltr-up-insensitive"/>
|
||||
|
||||
<use clip-path="url(#right-bottom)" xlink:href="#base-button" id="base-spin-ltr-down"/>
|
||||
<use clip-path="url(#right-bottom)" xlink:href="#base-button-hover" id="base-spin-ltr-down-hover"/>
|
||||
<use clip-path="url(#right-bottom)" xlink:href="#base-button-active" id="base-spin-ltr-down-active"/>
|
||||
<use clip-path="url(#right-bottom)" xlink:href="#base-button-insensitive" id="base-spin-ltr-down-insensitive"/>
|
||||
|
||||
<use clip-path="url(#left)" xlink:href="#base-entry" id="base-combo-ltr-entry"/>
|
||||
<use clip-path="url(#left)" xlink:href="#base-entry-active" id="base-combo-ltr-entry-active"/>
|
||||
<use clip-path="url(#left)" xlink:href="#base-entry-insensitive" id="base-combo-ltr-entry-insensitive"/>
|
||||
|
||||
<use clip-path="url(#right)" xlink:href="#base-entry" id="base-combo-rtl-entry"/>
|
||||
<use clip-path="url(#right)" xlink:href="#base-entry-active" id="base-combo-rtl-entry-active"/>
|
||||
<use clip-path="url(#right)" xlink:href="#base-entry-insensitive" id="base-combo-rtl-entry-insensitive"/>
|
||||
|
||||
<path id="checkbox-unchecked-path" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>
|
||||
<path id="checkbox-checked-path" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
|
||||
<path id="checkbox-mixed-path" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>
|
||||
<path id="radio-unchecked-path" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
|
||||
<path id="radio-checked-path" d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
|
||||
<path id="radio-mixed-path" d="m12 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm0 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm-5 7v2h10v-2h-10z"/>
|
||||
|
||||
<path id="menu-checkbox-unchecked-path" d="m2 0a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-12zm0 2h12v12h-12v-12z"/>
|
||||
<path id="menu-checkbox-checked-path" d="m2 0a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-12zm10.6 3.59l1.41 1.41-8 8-4-4 1.41-1.41 2.59 2.59 6.59-6.59z"/>
|
||||
<path id="menu-checkbox-mixed-path" d="m2 0a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-12zm2 7h8v2h-8v-2z"/>
|
||||
<path id="menu-radio-unchecked-path" d="m8 0a8 8 0 0 0 -8 8 8 8 0 0 0 8 8 8 8 0 0 0 8 -8 8 8 0 0 0 -8 -8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1 -6 6 6 6 0 0 1 -6 -6 6 6 0 0 1 6 -6z"/>
|
||||
<path id="menu-radio-checked-path" d="m8 0a8 8 0 0 0 -8 8 8 8 0 0 0 8 8 8 8 0 0 0 8 -8 8 8 0 0 0 -8 -8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1 -6 6 6 6 0 0 1 -6 -6 6 6 0 0 1 6 -6zm0 2a4 4 0 0 0 -4 4 4 4 0 0 0 4 4 4 4 0 0 0 4 -4 4 4 0 0 0 -4 -4z"/>
|
||||
<path id="menu-radio-mixed-path" d="m8 0a8 8 0 0 0 -8 8 8 8 0 0 0 8 8 8 8 0 0 0 8 -8 8 8 0 0 0 -8 -8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1 -6 6 6 6 0 0 1 -6 -6 6 6 0 0 1 6 -6zm-4 5v2h8v-2h-8z"/>
|
||||
|
||||
<rect id="button-fill" width="24" height="24" rx="2" ry="2"/>
|
||||
|
||||
<g id="base-checkbox-unchecked">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#checkbox-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-unchecked-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#checkbox-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-unchecked-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#checkbox-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-checked">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#checkbox-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-checked-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#checkbox-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-checked-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#checkbox-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-mixed">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#checkbox-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-mixed-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#checkbox-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-checkbox-mixed-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#checkbox-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-unchecked">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#radio-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-unchecked-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#radio-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-unchecked-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#radio-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-checked">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#radio-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-checked-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#radio-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-checked-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#radio-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-mixed">
|
||||
<use xlink:href="#button-fill" opacity="0"/>
|
||||
<use xlink:href="#radio-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-mixed-hover">
|
||||
<use xlink:href="#button-fill" opacity="0.15"/>
|
||||
<use xlink:href="#radio-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-radio-mixed-active">
|
||||
<use xlink:href="#button-fill" opacity="0.3"/>
|
||||
<use xlink:href="#radio-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-checkbox-unchecked">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-checkbox-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-checkbox-checked">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-checkbox-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-checkbox-mixed">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-checkbox-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-radio-unchecked">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-radio-unchecked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-radio-checked">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-radio-checked-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-menu-radio-mixed">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#menu-radio-mixed-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-slider">
|
||||
<use xlink:href="#24x24"/>
|
||||
<circle cx="12" cy="12" r="7" fill="url(#color-accent)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-slider-hover">
|
||||
<use xlink:href="#24x24"/>
|
||||
<circle cx="12" cy="12" r="8" fill="url(#color-accent)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-slider-active">
|
||||
<use xlink:href="#24x24"/>
|
||||
<circle cx="12" cy="12" r="9" fill="url(#color-accent)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-slider-insensitive">
|
||||
<use xlink:href="#24x24"/>
|
||||
<circle cx="12" cy="12" r="7" fill="url(#color-bg)"/>
|
||||
<circle cx="12" cy="12" r="6" fill="none" stroke="url(#color-trough-insensitive)" stroke-width="2"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-horz-trough">
|
||||
<use xlink:href="#24x24"/>
|
||||
<rect width="12" height="2" x="6" y="11"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scale-vert-trough">
|
||||
<use xlink:href="#24x24"/>
|
||||
<rect width="2" height="12" x="11" y="6"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scrollbar-horz-slider">
|
||||
<use xlink:href="#17x17" y="-1"/>
|
||||
<rect width="9" height="8" x="4" y="4" ry="4"/>
|
||||
</g>
|
||||
|
||||
<g id="base-scrollbar-horz-trough">
|
||||
<use xlink:href="#base-border" y="-1"/>
|
||||
<use xlink:href="#base-entry-background"/>
|
||||
</g>
|
||||
|
||||
<use xlink:href="#base-scrollbar-horz-slider" id="base-scrollbar-vert-ltr-slider" transform="rotate(-90 8.5 8.5)"/>
|
||||
|
||||
<use xlink:href="#base-scrollbar-horz-trough" id="base-scrollbar-vert-ltr-trough" transform="rotate(-90 0.5 0.5)"/>
|
||||
|
||||
<use xlink:href="#base-scrollbar-horz-slider" id="base-scrollbar-vert-rtl-slider" transform="rotate(90 8 8)"/>
|
||||
|
||||
<use xlink:href="#base-scrollbar-horz-trough" id="base-scrollbar-vert-rtl-trough" transform="rotate(90 0.5 0.5)"/>
|
||||
|
||||
<g id="base-handle-horz">
|
||||
<circle cx="2" cy="2" r="2"/>
|
||||
<circle cx="8" cy="2" r="2"/>
|
||||
<circle cx="14" cy="2" r="2"/>
|
||||
</g>
|
||||
|
||||
<use xlink:href="#base-handle-horz" id="base-handle-vert" transform="rotate(90 2 2)"/>
|
||||
|
||||
<path id="pan-path" d="M 13,6 8,11 3,6 Z"/>
|
||||
|
||||
<g id="base-pan-down">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path"/>
|
||||
</g>
|
||||
|
||||
<g id="base-pan-up">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path" transform="rotate(180 8 8)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-pan-left">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path" transform="rotate(90 8 8)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-pan-right">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path" transform="rotate(-90 8 8)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-pan-left-semi">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path" transform="rotate(45 8 8)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-pan-right-semi">
|
||||
<use xlink:href="#16x16"/>
|
||||
<use xlink:href="#pan-path" transform="rotate(-45 8 8)"/>
|
||||
</g>
|
||||
|
||||
<use xlink:href="#1x1" id="base-border" fill="url(#color-border)"/>
|
||||
|
||||
<use xlink:href="#1x1" id="base-tab" fill="url(#color-primary)"/>
|
||||
|
||||
<use xlink:href="#4x4" id="base-progressbar-progress" fill="url(#color-primary)"/>
|
||||
|
||||
<g id="base-progressbar-trough">
|
||||
<use xlink:href="#4x4" fill="url(#color-bg)"/>
|
||||
<use xlink:href="#base-progressbar-progress" opacity="0.3"/>
|
||||
</g>
|
||||
|
||||
<rect id="base-frame" x="0.5" y="0.5" width="2" height="2" fill="none" stroke="url(#color-border)" stroke-width="1"/>
|
||||
|
||||
<g id="base-frame-notebook">
|
||||
<rect width="3" height="3" fill="url(#color-border)"/>
|
||||
<use xlink:href="#1x1" x="1" y="1" fill="url(#color-base)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-frame-inline">
|
||||
<rect width="3" height="2" fill="url(#color-border)"/>
|
||||
<use xlink:href="#1x1" x="1" fill="url(#color-base-alt)"/>
|
||||
</g>
|
||||
|
||||
<rect id="base-focus" x="1" y="1" width="3" height="3" rx="1" ry="1" fill="none" stroke="url(#color-fg)" stroke-width="2" opacity="0.3"/>
|
||||
|
||||
<g id="base-treeview-ltr-button">
|
||||
<use xlink:href="#2x2" fill="url(#color-base)"/>
|
||||
<use xlink:href="#2x2" fill="url(#color-border)"/>
|
||||
<use xlink:href="#1x1" fill="url(#color-base)"/>
|
||||
</g>
|
||||
|
||||
<g id="base-treeview-ltr-button-hover">
|
||||
<use xlink:href="#base-treeview-ltr-button"/>
|
||||
<use xlink:href="#1x1" fill="url(#color-fg)" opacity="0.05"/>
|
||||
</g>
|
||||
|
||||
<g id="base-treeview-ltr-button-active">
|
||||
<use xlink:href="#base-treeview-ltr-button"/>
|
||||
<use xlink:href="#1x1" fill="url(#color-fg)" opacity="0.3"/>
|
||||
</g>
|
||||
|
||||
<use xlink:href="#base-treeview-ltr-button" id="base-treeview-rtl-button" transform="scale(-1 1)"/>
|
||||
<use xlink:href="#base-treeview-ltr-button-hover" id="base-treeview-rtl-button-hover" transform="scale(-1 1)"/>
|
||||
<use xlink:href="#base-treeview-ltr-button-active" id="base-treeview-rtl-button-active" transform="scale(-1 1)"/>
|
||||
</defs>
|
||||
|
||||
<use x="8" y="8" xlink:href="#base-flat-button" id="flat-button"/>
|
||||
<use x="8" y="28" xlink:href="#base-flat-button-hover" id="flat-button-hover"/>
|
||||
<use x="8" y="48" xlink:href="#base-flat-button-active" id="flat-button-active"/>
|
||||
<use x="8" y="68" xlink:href="#base-flat-button-insensitive" id="flat-button-insensitive"/>
|
||||
|
||||
<use x="32" y="8" xlink:href="#base-button" id="button"/>
|
||||
<use x="32" y="28" xlink:href="#base-button-hover" id="button-hover"/>
|
||||
<use x="32" y="48" xlink:href="#base-button-active" id="button-active"/>
|
||||
<use x="32" y="68" xlink:href="#base-button-insensitive" id="button-insensitive"/>
|
||||
|
||||
<use x="52" y="8" xlink:href="#base-combo-rtl-button" id="combo-rtl-button"/>
|
||||
<use x="52" y="28" xlink:href="#base-combo-rtl-button-hover" id="combo-rtl-button-hover"/>
|
||||
<use x="52" y="48" xlink:href="#base-combo-rtl-button-active" id="combo-rtl-button-active"/>
|
||||
<use x="52" y="68" xlink:href="#base-combo-rtl-button-insensitive" id="combo-rtl-button-insensitive"/>
|
||||
|
||||
<use x="56" y="8" xlink:href="#base-combo-ltr-button" id="combo-ltr-button"/>
|
||||
<use x="56" y="28" xlink:href="#base-combo-ltr-button-hover" id="combo-ltr-button-hover"/>
|
||||
<use x="56" y="48" xlink:href="#base-combo-ltr-button-active" id="combo-ltr-button-active"/>
|
||||
<use x="56" y="68" xlink:href="#base-combo-ltr-button-insensitive" id="combo-ltr-button-insensitive"/>
|
||||
|
||||
<use x="76" y="8" xlink:href="#base-spin-rtl-up" id="spin-rtl-up"/>
|
||||
<use x="76" y="28" xlink:href="#base-spin-rtl-up-hover" id="spin-rtl-up-hover"/>
|
||||
<use x="76" y="48" xlink:href="#base-spin-rtl-up-active" id="spin-rtl-up-active"/>
|
||||
<use x="76" y="68" xlink:href="#base-spin-rtl-up-insensitive" id="spin-rtl-up-insensitive"/>
|
||||
|
||||
<use x="76" y="8" xlink:href="#base-spin-rtl-down" id="spin-rtl-down"/>
|
||||
<use x="76" y="28" xlink:href="#base-spin-rtl-down-hover" id="spin-rtl-down-hover"/>
|
||||
<use x="76" y="48" xlink:href="#base-spin-rtl-down-active" id="spin-rtl-down-active"/>
|
||||
<use x="76" y="68" xlink:href="#base-spin-rtl-down-insensitive" id="spin-rtl-down-insensitive"/>
|
||||
|
||||
<use x="80" y="8" xlink:href="#base-spin-ltr-up" id="spin-ltr-up"/>
|
||||
<use x="80" y="28" xlink:href="#base-spin-ltr-up-hover" id="spin-ltr-up-hover"/>
|
||||
<use x="80" y="48" xlink:href="#base-spin-ltr-up-active" id="spin-ltr-up-active"/>
|
||||
<use x="80" y="68" xlink:href="#base-spin-ltr-up-insensitive" id="spin-ltr-up-insensitive"/>
|
||||
|
||||
<use x="80" y="8" xlink:href="#base-spin-ltr-down" id="spin-ltr-down"/>
|
||||
<use x="80" y="28" xlink:href="#base-spin-ltr-down-hover" id="spin-ltr-down-hover"/>
|
||||
<use x="80" y="48" xlink:href="#base-spin-ltr-down-active" id="spin-ltr-down-active"/>
|
||||
<use x="80" y="68" xlink:href="#base-spin-ltr-down-insensitive" id="spin-ltr-down-insensitive"/>
|
||||
|
||||
<use x="104" y="8" xlink:href="#base-entry-background" id="entry-background"/>
|
||||
<use x="104" y="16" xlink:href="#base-entry-background-insensitive" id="entry-background-insensitive"/>
|
||||
|
||||
<use x="104" y="28" xlink:href="#base-entry" fill="url(#color-bg)" id="entry"/>
|
||||
<use x="104" y="48" xlink:href="#base-entry-active" fill="url(#color-bg)" id="entry-active"/>
|
||||
<use x="104" y="68" xlink:href="#base-entry-insensitive" fill="url(#color-bg)" id="entry-insensitive"/>
|
||||
|
||||
<use x="124" y="28" xlink:href="#base-combo-ltr-entry" fill="url(#color-bg)" id="combo-ltr-entry"/>
|
||||
<use x="124" y="48" xlink:href="#base-combo-ltr-entry-active" fill="url(#color-bg)" id="combo-ltr-entry-active"/>
|
||||
<use x="124" y="68" xlink:href="#base-combo-ltr-entry-insensitive" fill="url(#color-bg)" id="combo-ltr-entry-insensitive"/>
|
||||
|
||||
<use x="128" y="28" xlink:href="#base-combo-rtl-entry" fill="url(#color-bg)" id="combo-rtl-entry"/>
|
||||
<use x="128" y="48" xlink:href="#base-combo-rtl-entry-active" fill="url(#color-bg)" id="combo-rtl-entry-active"/>
|
||||
<use x="128" y="68" xlink:href="#base-combo-rtl-entry-insensitive" fill="url(#color-bg)" id="combo-rtl-entry-insensitive"/>
|
||||
|
||||
<use x="152" y="28" xlink:href="#base-entry" fill="url(#color-base)" id="notebook-entry"/>
|
||||
<use x="152" y="48" xlink:href="#base-entry-active" fill="url(#color-base)" id="notebook-entry-active"/>
|
||||
<use x="152" y="68" xlink:href="#base-entry-insensitive" fill="url(#color-base)" id="notebook-entry-insensitive"/>
|
||||
|
||||
<use x="172" y="28" xlink:href="#base-combo-ltr-entry" fill="url(#color-base)" id="notebook-combo-ltr-entry"/>
|
||||
<use x="172" y="48" xlink:href="#base-combo-ltr-entry-active" fill="url(#color-base)" id="notebook-combo-ltr-entry-active"/>
|
||||
<use x="172" y="68" xlink:href="#base-combo-ltr-entry-insensitive" fill="url(#color-base)" id="notebook-combo-ltr-entry-insensitive"/>
|
||||
|
||||
<use x="176" y="28" xlink:href="#base-combo-rtl-entry" fill="url(#color-base)" id="notebook-combo-rtl-entry"/>
|
||||
<use x="176" y="48" xlink:href="#base-combo-rtl-entry-active" fill="url(#color-base)" id="notebook-combo-rtl-entry-active"/>
|
||||
<use x="176" y="68" xlink:href="#base-combo-rtl-entry-insensitive" fill="url(#color-base)" id="notebook-combo-rtl-entry-insensitive"/>
|
||||
|
||||
<use x="8" y="92" xlink:href="#base-checkbox-unchecked" fill="url(#color-fg-secondary)" id="checkbox-unchecked"/>
|
||||
<use x="8" y="124" xlink:href="#base-checkbox-unchecked-hover" fill="url(#color-fg)" id="checkbox-unchecked-hover"/>
|
||||
<use x="8" y="156" xlink:href="#base-checkbox-unchecked-active" fill="url(#color-fg)" id="checkbox-unchecked-active"/>
|
||||
<use x="8" y="188" xlink:href="#base-checkbox-unchecked" fill="url(#color-fg-secondary-insensitive)" id="checkbox-unchecked-insensitive"/>
|
||||
|
||||
<use x="40" y="92" xlink:href="#base-checkbox-checked" fill="url(#color-accent)" id="checkbox-checked"/>
|
||||
<use x="40" y="124" xlink:href="#base-checkbox-checked-hover" fill="url(#color-accent)" id="checkbox-checked-hover"/>
|
||||
<use x="40" y="156" xlink:href="#base-checkbox-checked-active" fill="url(#color-accent)" id="checkbox-checked-active"/>
|
||||
<use x="40" y="188" xlink:href="#base-checkbox-checked" fill="url(#color-accent-insensitive)" id="checkbox-checked-insensitive"/>
|
||||
|
||||
<use x="72" y="92" xlink:href="#base-checkbox-mixed" fill="url(#color-accent)" id="checkbox-mixed"/>
|
||||
<use x="72" y="124" xlink:href="#base-checkbox-mixed-hover" fill="url(#color-accent)" id="checkbox-mixed-hover"/>
|
||||
<use x="72" y="156" xlink:href="#base-checkbox-mixed-active" fill="url(#color-accent)" id="checkbox-mixed-active"/>
|
||||
<use x="72" y="188" xlink:href="#base-checkbox-mixed" fill="url(#color-accent-insensitive)" id="checkbox-mixed-insensitive"/>
|
||||
|
||||
<use x="104" y="92" xlink:href="#base-radio-unchecked" fill="url(#color-fg-secondary)" id="radio-unchecked"/>
|
||||
<use x="104" y="124" xlink:href="#base-radio-unchecked-hover" fill="url(#color-fg)" id="radio-unchecked-hover"/>
|
||||
<use x="104" y="156" xlink:href="#base-radio-unchecked-active" fill="url(#color-fg)" id="radio-unchecked-active"/>
|
||||
<use x="104" y="188" xlink:href="#base-radio-unchecked" fill="url(#color-fg-secondary-insensitive)" id="radio-unchecked-insensitive"/>
|
||||
|
||||
<use x="136" y="92" xlink:href="#base-radio-checked" fill="url(#color-accent)" id="radio-checked"/>
|
||||
<use x="136" y="124" xlink:href="#base-radio-checked-hover" fill="url(#color-accent)" id="radio-checked-hover"/>
|
||||
<use x="136" y="156" xlink:href="#base-radio-checked-active" fill="url(#color-accent)" id="radio-checked-active"/>
|
||||
<use x="136" y="188" xlink:href="#base-radio-checked" fill="url(#color-accent-insensitive)" id="radio-checked-insensitive"/>
|
||||
|
||||
<use x="168" y="92" xlink:href="#base-radio-mixed" fill="url(#color-accent)" id="radio-mixed"/>
|
||||
<use x="168" y="124" xlink:href="#base-radio-mixed-hover" fill="url(#color-accent)" id="radio-mixed-hover"/>
|
||||
<use x="168" y="156" xlink:href="#base-radio-mixed-active" fill="url(#color-accent)" id="radio-mixed-active"/>
|
||||
<use x="168" y="188" xlink:href="#base-radio-mixed" fill="url(#color-accent-insensitive)" id="radio-mixed-insensitive"/>
|
||||
|
||||
<use x="12" y="220" xlink:href="#base-menu-checkbox-unchecked" fill="url(#color-fg-secondary)" id="menu-checkbox-unchecked"/>
|
||||
<use x="12" y="244" xlink:href="#base-menu-checkbox-unchecked" fill="url(#color-fg-secondary-insensitive)" id="menu-checkbox-unchecked-insensitive"/>
|
||||
|
||||
<use x="44" y="220" xlink:href="#base-menu-checkbox-checked" fill="url(#color-accent)" id="menu-checkbox-checked"/>
|
||||
<use x="44" y="244" xlink:href="#base-menu-checkbox-checked" fill="url(#color-accent-insensitive)" id="menu-checkbox-checked-insensitive"/>
|
||||
|
||||
<use x="76" y="220" xlink:href="#base-menu-checkbox-mixed" fill="url(#color-accent)" id="menu-checkbox-mixed"/>
|
||||
<use x="76" y="244" xlink:href="#base-menu-checkbox-mixed" fill="url(#color-accent-insensitive)" id="menu-checkbox-mixed-insensitive"/>
|
||||
|
||||
<use x="108" y="220" xlink:href="#base-menu-radio-unchecked" fill="url(#color-fg-secondary)" id="menu-radio-unchecked"/>
|
||||
<use x="108" y="244" xlink:href="#base-menu-radio-unchecked" fill="url(#color-fg-secondary-insensitive)" id="menu-radio-unchecked-insensitive"/>
|
||||
|
||||
<use x="140" y="220" xlink:href="#base-menu-radio-checked" fill="url(#color-accent)" id="menu-radio-checked"/>
|
||||
<use x="140" y="244" xlink:href="#base-menu-radio-checked" fill="url(#color-accent-insensitive)" id="menu-radio-checked-insensitive"/>
|
||||
|
||||
<use x="172" y="220" xlink:href="#base-menu-radio-mixed" fill="url(#color-accent)" id="menu-radio-mixed"/>
|
||||
<use x="172" y="244" xlink:href="#base-menu-radio-mixed" fill="url(#color-accent-insensitive)" id="menu-radio-mixed-insensitive"/>
|
||||
|
||||
<use x="8" y="268" xlink:href="#base-scale-slider" id="scale-slider"/>
|
||||
<use x="8" y="300" xlink:href="#base-scale-slider-hover" id="scale-slider-hover"/>
|
||||
<use x="8" y="332" xlink:href="#base-scale-slider-active" id="scale-slider-active"/>
|
||||
<use x="8" y="364" xlink:href="#base-scale-slider-insensitive" id="scale-slider-insensitive"/>
|
||||
|
||||
<use x="40" y="268" xlink:href="#base-scale-horz-trough" fill="url(#color-fg-secondary-insensitive)" id="scale-horz-trough"/>
|
||||
<use x="40" y="332" xlink:href="#base-scale-horz-trough" fill="url(#color-accent)" id="scale-horz-trough-active"/>
|
||||
<use x="40" y="364" xlink:href="#base-scale-horz-trough" fill="url(#color-trough-insensitive)" id="scale-horz-trough-insensitive"/>
|
||||
|
||||
<use x="72" y="268" xlink:href="#base-scale-vert-trough" fill="url(#color-fg-secondary-insensitive)" id="scale-vert-trough"/>
|
||||
<use x="72" y="332" xlink:href="#base-scale-vert-trough" fill="url(#color-accent)" id="scale-vert-trough-active"/>
|
||||
<use x="72" y="364" xlink:href="#base-scale-vert-trough" fill="url(#color-trough-insensitive)" id="scale-vert-trough-insensitive"/>
|
||||
|
||||
<use x="104" y="268" xlink:href="#base-scrollbar-horz-slider" fill="url(#color-fg-insensitive)" id="scrollbar-horz-slider"/>
|
||||
<use x="104" y="292" xlink:href="#base-scrollbar-horz-slider" fill="url(#color-fg-secondary)" id="scrollbar-horz-slider-hover"/>
|
||||
<use x="104" y="316" xlink:href="#base-scrollbar-horz-slider" fill="url(#color-fg)" id="scrollbar-horz-slider-active"/>
|
||||
<use x="104" y="340" xlink:href="#base-scrollbar-horz-slider" fill="url(#color-fg-secondary-insensitive)" id="scrollbar-horz-slider-insensitive"/>
|
||||
|
||||
<use x="104" y="364" xlink:href="#base-scrollbar-horz-trough" id="scrollbar-horz-trough"/>
|
||||
|
||||
<use x="128" y="268" xlink:href="#base-scrollbar-vert-ltr-slider" fill="url(#color-fg-insensitive)" id="scrollbar-vert-ltr-slider"/>
|
||||
<use x="128" y="292" xlink:href="#base-scrollbar-vert-ltr-slider" fill="url(#color-fg-secondary)" id="scrollbar-vert-ltr-slider-hover"/>
|
||||
<use x="128" y="316" xlink:href="#base-scrollbar-vert-ltr-slider" fill="url(#color-fg)" id="scrollbar-vert-ltr-slider-active"/>
|
||||
<use x="128" y="340" xlink:href="#base-scrollbar-vert-ltr-slider" fill="url(#color-fg-secondary-insensitive)" id="scrollbar-vert-ltr-slider-insensitive"/>
|
||||
|
||||
<use x="128" y="364" xlink:href="#base-scrollbar-vert-ltr-trough" id="scrollbar-vert-ltr-trough"/>
|
||||
|
||||
<use x="152" y="268" xlink:href="#base-scrollbar-vert-rtl-slider" fill="url(#color-fg-insensitive)" id="scrollbar-vert-rtl-slider"/>
|
||||
<use x="152" y="292" xlink:href="#base-scrollbar-vert-rtl-slider" fill="url(#color-fg-secondary)" id="scrollbar-vert-rtl-slider-hover"/>
|
||||
<use x="152" y="316" xlink:href="#base-scrollbar-vert-rtl-slider" fill="url(#color-fg)" id="scrollbar-vert-rtl-slider-active"/>
|
||||
<use x="152" y="340" xlink:href="#base-scrollbar-vert-rtl-slider" fill="url(#color-fg-secondary-insensitive)" id="scrollbar-vert-rtl-slider-insensitive"/>
|
||||
|
||||
<use x="152" y="364" xlink:href="#base-scrollbar-vert-rtl-trough" id="scrollbar-vert-rtl-trough"/>
|
||||
|
||||
<use x="176" y="292" xlink:href="#base-handle-horz" fill="url(#color-fg-insensitive)" id="handle-horz"/>
|
||||
<use x="176" y="328" xlink:href="#base-handle-horz" fill="url(#color-fg-secondary)" id="handle-horz-hover"/>
|
||||
<use x="176" y="364" xlink:href="#base-handle-horz" fill="url(#color-fg)" id="handle-horz-active"/>
|
||||
|
||||
<use x="176" y="268" xlink:href="#base-handle-vert" fill="url(#color-fg-insensitive)" id="handle-vert"/>
|
||||
<use x="176" y="304" xlink:href="#base-handle-vert" fill="url(#color-fg-secondary)" id="handle-vert-hover"/>
|
||||
<use x="176" y="340" xlink:href="#base-handle-vert" fill="url(#color-fg)" id="handle-vert-active"/>
|
||||
|
||||
<use x="8" y="396" xlink:href="#base-pan-up" fill="url(#color-fg)" id="pan-up"/>
|
||||
<use x="8" y="416" xlink:href="#base-pan-up" fill="url(#color-fg-insensitive)" id="pan-up-insensitive"/>
|
||||
<use x="8" y="436" xlink:href="#base-pan-up" fill="url(#color-fg-secondary)" id="pan-up-alt"/>
|
||||
<use x="8" y="456" xlink:href="#base-pan-up" fill="url(#color-fg-secondary-insensitive)" id="pan-up-alt-insensitive"/>
|
||||
|
||||
<use x="28" y="396" xlink:href="#base-pan-down" fill="url(#color-fg)" id="pan-down"/>
|
||||
<use x="28" y="416" xlink:href="#base-pan-down" fill="url(#color-fg-insensitive)" id="pan-down-insensitive"/>
|
||||
<use x="28" y="436" xlink:href="#base-pan-down" fill="url(#color-fg-secondary)" id="pan-down-alt"/>
|
||||
<use x="28" y="456" xlink:href="#base-pan-down" fill="url(#color-fg-secondary-insensitive)" id="pan-down-alt-insensitive"/>
|
||||
|
||||
<use x="48" y="396" xlink:href="#base-pan-left" fill="url(#color-fg)" id="pan-left"/>
|
||||
<use x="48" y="416" xlink:href="#base-pan-left" fill="url(#color-fg-insensitive)" id="pan-left-insensitive"/>
|
||||
<use x="48" y="436" xlink:href="#base-pan-left" fill="url(#color-fg-secondary)" id="pan-left-alt"/>
|
||||
<use x="48" y="456" xlink:href="#base-pan-left" fill="url(#color-fg-secondary-insensitive)" id="pan-left-alt-insensitive"/>
|
||||
|
||||
<use x="68" y="396" xlink:href="#base-pan-right" fill="url(#color-fg)" id="pan-right"/>
|
||||
<use x="68" y="416" xlink:href="#base-pan-right" fill="url(#color-fg-insensitive)" id="pan-right-insensitive"/>
|
||||
<use x="68" y="436" xlink:href="#base-pan-right" fill="url(#color-fg-secondary)" id="pan-right-alt"/>
|
||||
<use x="68" y="456" xlink:href="#base-pan-right" fill="url(#color-fg-secondary-insensitive)" id="pan-right-alt-insensitive"/>
|
||||
|
||||
<use x="88" y="396" xlink:href="#base-pan-left-semi" fill="url(#color-fg)" id="pan-left-semi"/>
|
||||
|
||||
<use x="108" y="396" xlink:href="#base-pan-right-semi" fill="url(#color-fg)" id="pan-right-semi"/>
|
||||
|
||||
<use x="132" y="396" xlink:href="#base-border" id="border"/>
|
||||
|
||||
<use x="144" y="396" xlink:href="#base-tab" id="tab"/>
|
||||
|
||||
<use x="156" y="396" xlink:href="#base-progressbar-progress" id="progressbar-progress"/>
|
||||
<use x="168" y="396" xlink:href="#base-progressbar-trough" id="progressbar-trough"/>
|
||||
|
||||
<use x="132" y="408" xlink:href="#base-frame" id="frame"/>
|
||||
<use x="144" y="408" xlink:href="#base-frame-notebook" id="frame-notebook"/>
|
||||
<use x="156" y="408" xlink:href="#base-frame-inline" id="frame-inline"/>
|
||||
|
||||
<use x="168" y="408" xlink:href="#base-focus" id="focus"/>
|
||||
|
||||
<use x="180" y="396" xlink:href="#base-treeview-ltr-button" id="treeview-ltr-button"/>
|
||||
<use x="180" y="404" xlink:href="#base-treeview-ltr-button-hover" id="treeview-ltr-button-hover"/>
|
||||
<use x="180" y="412" xlink:href="#base-treeview-ltr-button-active" id="treeview-ltr-button-active"/>
|
||||
|
||||
<use x="190" y="396" xlink:href="#base-treeview-rtl-button" id="treeview-rtl-button"/>
|
||||
<use x="190" y="404" xlink:href="#base-treeview-rtl-button-hover" id="treeview-rtl-button-hover"/>
|
||||
<use x="190" y="412" xlink:href="#base-treeview-rtl-button-active" id="treeview-rtl-button-active"/>
|
||||
</svg>
|
After Width: | Height: | Size: 34 KiB |
BIN
Aurora.gtk/Themes/assets-dark/border.png
Executable file
After Width: | Height: | Size: 140 B |
BIN
Aurora.gtk/Themes/assets-dark/button-active.png
Executable file
After Width: | Height: | Size: 374 B |
BIN
Aurora.gtk/Themes/assets-dark/button-hover.png
Executable file
After Width: | Height: | Size: 381 B |
BIN
Aurora.gtk/Themes/assets-dark/button-insensitive.png
Executable file
After Width: | Height: | Size: 204 B |
BIN
Aurora.gtk/Themes/assets-dark/button.png
Executable file
After Width: | Height: | Size: 365 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-checked-active.png
Executable file
After Width: | Height: | Size: 367 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-checked-hover.png
Executable file
After Width: | Height: | Size: 350 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-checked-insensitive.png
Executable file
After Width: | Height: | Size: 329 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-checked.png
Executable file
After Width: | Height: | Size: 334 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-mixed-active.png
Executable file
After Width: | Height: | Size: 268 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-mixed-hover.png
Executable file
After Width: | Height: | Size: 258 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-mixed-insensitive.png
Executable file
After Width: | Height: | Size: 233 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-mixed.png
Executable file
After Width: | Height: | Size: 232 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-unchecked-active.png
Executable file
After Width: | Height: | Size: 245 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-unchecked-hover.png
Executable file
After Width: | Height: | Size: 252 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-unchecked-insensitive.png
Executable file
After Width: | Height: | Size: 223 B |
BIN
Aurora.gtk/Themes/assets-dark/checkbox-unchecked.png
Executable file
After Width: | Height: | Size: 216 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-button-active.png
Executable file
After Width: | Height: | Size: 294 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-button-hover.png
Executable file
After Width: | Height: | Size: 298 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-button-insensitive.png
Executable file
After Width: | Height: | Size: 195 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-button.png
Executable file
After Width: | Height: | Size: 285 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-entry-active.png
Executable file
After Width: | Height: | Size: 293 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-entry-insensitive.png
Executable file
After Width: | Height: | Size: 269 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-ltr-entry.png
Executable file
After Width: | Height: | Size: 275 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-button-active.png
Executable file
After Width: | Height: | Size: 279 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-button-hover.png
Executable file
After Width: | Height: | Size: 280 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-button-insensitive.png
Executable file
After Width: | Height: | Size: 187 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-button.png
Executable file
After Width: | Height: | Size: 275 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-entry-active.png
Executable file
After Width: | Height: | Size: 301 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-entry-insensitive.png
Executable file
After Width: | Height: | Size: 274 B |
BIN
Aurora.gtk/Themes/assets-dark/combo-rtl-entry.png
Executable file
After Width: | Height: | Size: 281 B |
BIN
Aurora.gtk/Themes/assets-dark/entry-active.png
Executable file
After Width: | Height: | Size: 367 B |
BIN
Aurora.gtk/Themes/assets-dark/entry-background-insensitive.png
Executable file
After Width: | Height: | Size: 142 B |
BIN
Aurora.gtk/Themes/assets-dark/entry-background.png
Executable file
After Width: | Height: | Size: 142 B |
BIN
Aurora.gtk/Themes/assets-dark/entry-insensitive.png
Executable file
After Width: | Height: | Size: 317 B |
BIN
Aurora.gtk/Themes/assets-dark/entry.png
Executable file
After Width: | Height: | Size: 313 B |
BIN
Aurora.gtk/Themes/assets-dark/flat-button-active.png
Executable file
After Width: | Height: | Size: 210 B |
BIN
Aurora.gtk/Themes/assets-dark/flat-button-hover.png
Executable file
After Width: | Height: | Size: 204 B |
BIN
Aurora.gtk/Themes/assets-dark/flat-button-insensitive.png
Executable file
After Width: | Height: | Size: 152 B |
BIN
Aurora.gtk/Themes/assets-dark/flat-button.png
Executable file
After Width: | Height: | Size: 152 B |
BIN
Aurora.gtk/Themes/assets-dark/focus.png
Executable file
After Width: | Height: | Size: 191 B |
BIN
Aurora.gtk/Themes/assets-dark/frame-inline.png
Executable file
After Width: | Height: | Size: 159 B |
BIN
Aurora.gtk/Themes/assets-dark/frame-notebook.png
Executable file
After Width: | Height: | Size: 162 B |
BIN
Aurora.gtk/Themes/assets-dark/frame.png
Executable file
After Width: | Height: | Size: 157 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-horz-active.png
Executable file
After Width: | Height: | Size: 186 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-horz-hover.png
Executable file
After Width: | Height: | Size: 199 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-horz.png
Executable file
After Width: | Height: | Size: 194 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-vert-active.png
Executable file
After Width: | Height: | Size: 182 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-vert-hover.png
Executable file
After Width: | Height: | Size: 189 B |
BIN
Aurora.gtk/Themes/assets-dark/handle-vert.png
Executable file
After Width: | Height: | Size: 188 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-checked-insensitive.png
Executable file
After Width: | Height: | Size: 306 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-checked.png
Executable file
After Width: | Height: | Size: 305 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed-insensitive.png
Executable file
After Width: | Height: | Size: 222 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-mixed.png
Executable file
After Width: | Height: | Size: 221 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked-insensitive.png
Executable file
After Width: | Height: | Size: 209 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-checkbox-unchecked.png
Executable file
After Width: | Height: | Size: 209 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-checked-insensitive.png
Executable file
After Width: | Height: | Size: 536 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-checked.png
Executable file
After Width: | Height: | Size: 544 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-mixed-insensitive.png
Executable file
After Width: | Height: | Size: 462 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-mixed.png
Executable file
After Width: | Height: | Size: 470 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-unchecked-insensitive.png
Executable file
After Width: | Height: | Size: 363 B |
BIN
Aurora.gtk/Themes/assets-dark/menu-radio-unchecked.png
Executable file
After Width: | Height: | Size: 441 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-active.png
Executable file
After Width: | Height: | Size: 287 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry-insensitive.png
Executable file
After Width: | Height: | Size: 262 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-ltr-entry.png
Executable file
After Width: | Height: | Size: 266 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-active.png
Executable file
After Width: | Height: | Size: 295 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry-insensitive.png
Executable file
After Width: | Height: | Size: 266 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-combo-rtl-entry.png
Executable file
After Width: | Height: | Size: 273 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-entry-active.png
Executable file
After Width: | Height: | Size: 353 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-entry-insensitive.png
Executable file
After Width: | Height: | Size: 318 B |
BIN
Aurora.gtk/Themes/assets-dark/notebook-entry.png
Executable file
After Width: | Height: | Size: 320 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-down-alt-insensitive.png
Executable file
After Width: | Height: | Size: 198 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-down-alt.png
Executable file
After Width: | Height: | Size: 206 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-down-insensitive.png
Executable file
After Width: | Height: | Size: 197 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-down.png
Executable file
After Width: | Height: | Size: 181 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-left-alt-insensitive.png
Executable file
After Width: | Height: | Size: 201 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-left-alt.png
Executable file
After Width: | Height: | Size: 209 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-left-insensitive.png
Executable file
After Width: | Height: | Size: 201 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-left-semi.png
Executable file
After Width: | Height: | Size: 206 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-left.png
Executable file
After Width: | Height: | Size: 196 B |
BIN
Aurora.gtk/Themes/assets-dark/pan-right-alt-insensitive.png
Executable file
After Width: | Height: | Size: 203 B |