Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
591a84de
Commit
591a84de
authored
Dec 20, 2017
by
James T. Lee
Browse files
Copy from puppet-manifests repository
parent
829ee6d1
Changes
287
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
46 additions
and
12 deletions
+46
-12
examples/init.pp
examples/init.pp
+0
-12
files/chromium/chromium-enable-scaled-font-hinting.patch
files/chromium/chromium-enable-scaled-font-hinting.patch
+17
-0
files/chromium/chromium-skia-allow-full-hinting-with-subpixel-positioning.patch
...m-skia-allow-full-hinting-with-subpixel-positioning.patch
+14
-0
files/cursors/Breeze/cursors/00000000000000020006000e7e9ffc3f
...s/cursors/Breeze/cursors/00000000000000020006000e7e9ffc3f
+1
-0
files/cursors/Breeze/cursors/00008160000006810000408080010102
...s/cursors/Breeze/cursors/00008160000006810000408080010102
+1
-0
files/cursors/Breeze/cursors/03b6e0fcb3499374a867c041f52298f0
...s/cursors/Breeze/cursors/03b6e0fcb3499374a867c041f52298f0
+1
-0
files/cursors/Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
...s/cursors/Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
+1
-0
files/cursors/Breeze/cursors/1081e37283d90000800003c07f3ef6bf
...s/cursors/Breeze/cursors/1081e37283d90000800003c07f3ef6bf
+1
-0
files/cursors/Breeze/cursors/3085a0e285430894940527032f8b26df
...s/cursors/Breeze/cursors/3085a0e285430894940527032f8b26df
+1
-0
files/cursors/Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599
...s/cursors/Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599
+1
-0
files/cursors/Breeze/cursors/4498f0e0c1937ffe01fd06f973665830
...s/cursors/Breeze/cursors/4498f0e0c1937ffe01fd06f973665830
+1
-0
files/cursors/Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
...s/cursors/Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
+1
-0
files/cursors/Breeze/cursors/6407b0e94181790501fd1e167b474872
...s/cursors/Breeze/cursors/6407b0e94181790501fd1e167b474872
+1
-0
files/cursors/Breeze/cursors/640fb0e74195791501fd1ed57b41487f
...s/cursors/Breeze/cursors/640fb0e74195791501fd1ed57b41487f
+1
-0
files/cursors/Breeze/cursors/9081237383d90e509aa00f00170e968f
...s/cursors/Breeze/cursors/9081237383d90e509aa00f00170e968f
+1
-0
files/cursors/Breeze/cursors/9d800788f1b08800ae810202380a0822
...s/cursors/Breeze/cursors/9d800788f1b08800ae810202380a0822
+1
-0
files/cursors/Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8
...s/cursors/Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8
+1
-0
files/cursors/Breeze/cursors/alias
files/cursors/Breeze/cursors/alias
+0
-0
files/cursors/Breeze/cursors/all-scroll
files/cursors/Breeze/cursors/all-scroll
+0
-0
files/cursors/Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8
...s/cursors/Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8
+1
-0
No files found.
examples/init.pp
deleted
100644 → 0
View file @
829ee6d1
# The baseline for module testing used by Puppet Inc. is that each manifest
# should have a corresponding test manifest that declares that class or defined
# type.
#
# Tests are then run by using puppet apply --noop (to check for compilation
# errors and view a log of events) or by fully applying the test in a virtual
# environment (to compare the resulting system state to the desired state).
#
# Learn more about module testing here:
# https://docs.puppet.com/guides/tests_smoke.html
#
include
::nest
files/chromium/chromium-enable-scaled-font-hinting.patch
0 → 100644
View file @
591a84de
diff --git a/ui/gfx/font_render_params_linux.cc b/ui/gfx/font_render_params_linux.cc
index 92f9edc5edd8..d0d4d3ee16c6 100644
--- a/ui/gfx/font_render_params_linux.cc
+++ b/ui/gfx/font_render_params_linux.cc
@@ -278,12 +278,6 @@
FontRenderParams GetFontRenderParams(const FontRenderParamsQuery& query,
params.hinting = FontRenderParams::HINTING_FULL;
params.subpixel_rendering = FontRenderParams::SUBPIXEL_RENDERING_NONE;
params.subpixel_positioning = false;
- } else {
- params.subpixel_positioning = actual_query.device_scale_factor > 1.0f;
-
- // To enable subpixel positioning, we need to disable hinting.
- if (params.subpixel_positioning)
- params.hinting = FontRenderParams::HINTING_NONE;
}
// Use the first family from the list if Fontconfig didn't suggest a family.
files/chromium/chromium-skia-allow-full-hinting-with-subpixel-positioning.patch
0 → 100644
View file @
591a84de
--- a/third_party/skia/src/ports/SkFontHost_FreeType.cpp 2017-09-29 13:14:59.607873200 -0400
+++ b/third_party/skia/src/ports/SkFontHost_FreeType.cpp 2017-09-29 13:15:06.452887969 -0400
@@ -677,11 +677,6 @@
// collapse full->normal hinting if we're not doing LCD
h = SkPaint::kNormal_Hinting;
}
- if ((rec->fFlags & SkScalerContext::kSubpixelPositioning_Flag)) {
- if (SkPaint::kNo_Hinting != h) {
- h = SkPaint::kSlight_Hinting;
- }
- }
// rotated text looks bad with hinting, so we disable it as needed
if (!isAxisAligned(*rec)) {
files/cursors/Breeze/cursors/00000000000000020006000e7e9ffc3f
0 → 120000
View file @
591a84de
progress
\ No newline at end of file
files/cursors/Breeze/cursors/00008160000006810000408080010102
0 → 120000
View file @
591a84de
size_ver
\ No newline at end of file
files/cursors/Breeze/cursors/03b6e0fcb3499374a867c041f52298f0
0 → 120000
View file @
591a84de
circle
\ No newline at end of file
files/cursors/Breeze/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
0 → 120000
View file @
591a84de
progress
\ No newline at end of file
files/cursors/Breeze/cursors/1081e37283d90000800003c07f3ef6bf
0 → 120000
View file @
591a84de
copy
\ No newline at end of file
files/cursors/Breeze/cursors/3085a0e285430894940527032f8b26df
0 → 120000
View file @
591a84de
alias
\ No newline at end of file
files/cursors/Breeze/cursors/3ecb610c1bf2410f44200f48c40d3599
0 → 120000
View file @
591a84de
progress
\ No newline at end of file
files/cursors/Breeze/cursors/4498f0e0c1937ffe01fd06f973665830
0 → 120000
View file @
591a84de
dnd-move
\ No newline at end of file
files/cursors/Breeze/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
0 → 120000
View file @
591a84de
help
\ No newline at end of file
files/cursors/Breeze/cursors/6407b0e94181790501fd1e167b474872
0 → 120000
View file @
591a84de
copy
\ No newline at end of file
files/cursors/Breeze/cursors/640fb0e74195791501fd1ed57b41487f
0 → 120000
View file @
591a84de
alias
\ No newline at end of file
files/cursors/Breeze/cursors/9081237383d90e509aa00f00170e968f
0 → 120000
View file @
591a84de
dnd-move
\ No newline at end of file
files/cursors/Breeze/cursors/9d800788f1b08800ae810202380a0822
0 → 120000
View file @
591a84de
pointer
\ No newline at end of file
files/cursors/Breeze/cursors/a2a266d0498c3104214a47bd64ab0fc8
0 → 120000
View file @
591a84de
alias
\ No newline at end of file
files/cursors/Breeze/cursors/alias
0 → 100644
View file @
591a84de
File added
files/cursors/Breeze/cursors/all-scroll
0 → 100644
View file @
591a84de
File added
files/cursors/Breeze/cursors/b66166c04f8c3109214a4fbd64a50fc8
0 → 120000
View file @
591a84de
copy
\ No newline at end of file
Prev
1
2
3
4
5
…
15
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment