gdk3 1.2.3-x86-mingw32 → 1.2.4-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/gdk3/extconf.rb +1 -1
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/share/themes/Greybird/gtk-3.0/apps/granite-widgets.css +9 -5
- data/vendor/local/share/themes/Greybird/gtk-3.0/apps/lightdm-gtk-greeter.css +4 -0
- data/vendor/local/share/themes/Greybird/gtk-3.0/gtk-widgets.css +17 -5
- metadata +8 -8
data/ext/gdk3/extconf.rb
CHANGED
@@ -44,7 +44,7 @@ end
|
|
44
44
|
|
45
45
|
rcairo_options = {}
|
46
46
|
rcairo_source_dir_names = ["rcairo"]
|
47
|
-
if /mingw|cygwin|
|
47
|
+
if /mingw|cygwin|mswin/ =~ RUBY_PLATFORM
|
48
48
|
rcairo_source_dir_names.unshift("rcairo.win32")
|
49
49
|
end
|
50
50
|
rcairo_source_dir_names.each do |rcairo_source_dir_name|
|
data/lib/1.9/gdk3.so
CHANGED
Binary file
|
data/lib/2.0/gdk3.so
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -203,11 +203,15 @@ GraniteWidgetsPopOver .button:hover:active {
|
|
203
203
|
}
|
204
204
|
|
205
205
|
GraniteWidgetsPopOver .entry {
|
206
|
-
|
207
|
-
|
208
|
-
|
206
|
+
border-color: shade(@menu_bg_color, 0.7);
|
207
|
+
background-color: @menu_bg_color;
|
208
|
+
background-image: none;
|
209
|
+
color: @menu_fg_color;
|
210
|
+
}
|
209
211
|
|
210
|
-
|
212
|
+
GraniteWidgetsPopOver .entry:active,
|
213
|
+
GraniteWidgetsPopOver .entry:focus {
|
214
|
+
border-color: shade(@theme_selected_bg_color, 0.8);
|
211
215
|
}
|
212
216
|
|
213
217
|
.button.app {
|
@@ -270,4 +274,4 @@ GraniteWidgetsPopOver .entry {
|
|
270
274
|
}
|
271
275
|
|
272
276
|
.notify .critical {
|
273
|
-
}
|
277
|
+
}
|
@@ -1040,6 +1040,11 @@ GtkTreeMenu .menuitem * {
|
|
1040
1040
|
color: @menu_fg_color;
|
1041
1041
|
}
|
1042
1042
|
|
1043
|
+
.menuitem .entry:active,
|
1044
|
+
.menuitem .entry:focus {
|
1045
|
+
border-color: shade(@theme_selected_bg_color, 0.8);
|
1046
|
+
}
|
1047
|
+
|
1043
1048
|
.menuitem .accelerator {
|
1044
1049
|
color: alpha(@menu_fg_color, 0.6);
|
1045
1050
|
}
|
@@ -1699,16 +1704,23 @@ GtkComboBox .separator {
|
|
1699
1704
|
background-repeat: no-repeat;
|
1700
1705
|
}
|
1701
1706
|
|
1707
|
+
.spinner:active {
|
1708
|
+
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
1709
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
1710
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
1711
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
1712
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
1713
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
1714
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
1715
|
+
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
|
1716
|
+
animation: spinner 1s infinite linear;
|
1717
|
+
}
|
1718
|
+
|
1702
1719
|
.menu.spinner,
|
1703
|
-
.primary-toolbar .spinner,
|
1704
1720
|
.primary-toolbar .spinner {
|
1705
1721
|
color: @theme_selected_bg_color;
|
1706
1722
|
}
|
1707
1723
|
|
1708
|
-
.spinner:active {
|
1709
|
-
animation: spinner 1s infinite linear;
|
1710
|
-
}
|
1711
|
-
|
1712
1724
|
/*******
|
1713
1725
|
* osd *
|
1714
1726
|
*******/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.4
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: atk
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.2.
|
21
|
+
version: 1.2.4
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.2.
|
29
|
+
version: 1.2.4
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: pango
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ! '>='
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 1.2.
|
37
|
+
version: 1.2.4
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 1.2.
|
45
|
+
version: 1.2.4
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: gdk_pixbuf2
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - ! '>='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.2.
|
53
|
+
version: 1.2.4
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 1.2.
|
61
|
+
version: 1.2.4
|
62
62
|
description: Ruby/GDK3 is a Ruby binding of GDK-3.x.
|
63
63
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
64
64
|
executables: []
|