Displaying 8 results from an estimated 8 matches for "miter".
Did you mean:
iter
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...;
+ sodipodi:rx="22.727272"
+ sodipodi:cy="31.636364"
+ sodipodi:cx="32.727272"
+ id="path10014"
+ style="opacity:1;fill:#000000;fill-opacity:0.49714285;stroke:none;stroke-width:1.50907874;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter11994)"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:url(#radialGradient3151);fill-opacity:1.0;stroke:url(#line...
2014 Jun 29
0
[PATCH 3/6] chain/partiter: adjust error reporting
...error("Unable to find requested disk / partition combination.");
goto bail;
}
}
diff --git a/com32/chain/mangle.c b/com32/chain/mangle.c
index ffdaab8..6963574 100644
--- a/com32/chain/mangle.c
+++ b/com32/chain/mangle.c
@@ -562,7 +562,7 @@ int manglepe_hide(struct part_iter *miter)
}
}
- if (pi_errored(iter))
+ if (iter->status < 0)
goto bail;
/* last update */
@@ -663,7 +663,7 @@ int manglepe_fixchs(struct part_iter *miter)
}
}
- if (pi_errored(iter))
+ if (iter->status < 0)
goto bail;
/* last update */
diff --git...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...="scale(-1,1)"
+ y="197.69031"
+ x="-372.27765"
+ height="614.0354"
+ width="277.56537"
+ id="rect5773"
+ style="fill:#00385a;fill-opacity:1;stroke:#000000;stroke-width:3.24642348;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </clipPath>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="505.3093"
+ x2="372.27765"
+ y1="505.3093"
+ x1="97.288727"
+ id=&quo...
2014 Jun 29
10
[PATCH 0/6] chain.c32 patches
This small set fixes few bugs, improves gpt handling (under buggy conditions)
and implements strict flag with more fine grained control which should fix
issues with sanity checks against disk sizes.
If this set is allright I'd want to do what I mentioned in older discussion
with Ady - backport missing patches from 6.x to 5.x and 4.x so all versions
have up to date chain version.
Michal
2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...E (stroke));
+ g_return_if_fail (cr != NULL);
+ g_return_if_fail (path != NULL);
+ g_return_if_fail (trans != NULL);
+ g_return_if_fail (ratio < 65536);
+
+ cairo_set_line_cap (cr, stroke->start_cap);
+ cairo_set_line_join (cr, stroke->join);
+ if (stroke->join == CAIRO_LINE_JOIN_MITER)
+ cairo_set_miter_limit (cr, stroke->miter_limit);
+
swfdec_stroke_append_path_snapped (cr, path);
color = swfdec_color_apply_morph (stroke->start_color, stroke->end_color, ratio);
color = swfdec_color_apply_transform (color, trans);
@@ -124,6 +135,9 @@ swfdec_stroke_class_ini...
2005 Jun 08
8
Building on Windows
...const> const&,
Xapian::Database const&)'
api/.libs/libapi.a(omdatabase.o): In function
`_ZNK6Xapian8Database14allterms_beginEv':/cygdrive/c/xapian-core-0.9.0/a
pi/omdatabase.cc:170: undefined reference to
`MultiAllTermsList::MultiAllTermsList[in-charge](std::vector<Xapian::Ter
mIterator::Internal*, std::allocator<Xapian::TermIterator::Internal*> >
const&)'
api/.libs/libapi.a(omdocument.o): In function
`_ZN6Xapian8DocumentC2Ev':/cygdrive/c/xapian-core-0.9.0/api/omdocument.c
c:45: undefined reference to
`InMemoryPositionList::InMemoryPositionList[in-charge](...
2020 Feb 02
0
Wine release 5.1
...KeyName() gets a smart quote.
Gabriel Iv?ncescu (1):
comctl32/datetime: Simplify last digits calculation.
Gerald Pfeifer (2):
winedump: Add a default case to numeric_leaf().
msi: Properly declare variables in msi/tests/utils.h as extern.
Giovanni Mascellani (9):
d2d1: Fix miter drawing for degenerated rectangles.
d2d1: Implement rounded rectangle drawing.
d2d1: Implement ellipse drawing.
d2d1/tests: Add tests for rounded rectangle drawing.
d2d1/tests: Add geometry filling tests.
d2d1/tests: Check that hollow figures are not filled.
d2d1...