[gsl-issues] [Issue 115343] graphite: subtition rule rejected when ZWSP inserted beetwen syllable

2010-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343





--- Additional comments from kstrib...@openoffice.org Thu Nov  4 06:17:50 
+ 2010 ---
So I would suggest that in the conjunction case you drop the ZWSP completely and
improve your transliteration process so that it can handle that case without a
ZWSP. If it really needs a marker then perhaps use WJ in the conjunction case
and ZWSP between normal syllables.

If I'm reading the source correctly, then it looks like OOo only uses
SwControlCharPortion for 2 characters, those are ZWSP and WJ, so if you chose WJ
then it will probably still have the same problem for rendering, though WJ is
not painted with the subscript / as ZWSP is. 
sw/source/core/text/itrform2.cxx SwTxtFormatter::NewPortion
sw/source/core/text/porrst.cxx SwControlCharPortion::Paint

I hope to integrate GraphiteNG in OOo 3.4, so I'll try and make sure context is
considered in front of the string as well as after it when I do that. However,
relying on context outside the requested range is somewhat risky. It can cause
characters to be rendered twice: once as part of the portion that OOo puts the
character in; and, once as part of a ligature or attachment to a portion that
excluded the character, but had the character available as context.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115343] graphite: subtition rule rejected when ZWSP inserted beetwen syllable

2010-11-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343





--- Additional comments from kstrib...@openoffice.org Wed Nov  3 06:05:48 
+ 2010 ---
OK, I'm just surprised that the ZWSP here represents a word break. I really
wonder whether these ZWSP are only present in that position because of an
erroneous conversion from a non-Unicode font. In scripts that I'm familiar with
using a virama (mainly Myanmar) you would have an invisible syllable break where
you have placed a ZWSP but you would never have a word break or line break and
so you would not insert a ZWSP in that position. 

If you have use a ZWSP like this, then you have to be sure that you want line
breaks in that position in the middle of the conjunct. If you do get a line
break, then the Consonant Ya will change its shape which seems unlikely to be
desirable. i.e. you will get:

[end of some line] U+1B2D U+1B44 U+200B
U+1B2C [start of next line, rendered as normal, not as conjunct]

I am starting to look at the next generation of Graphite NG and as part of
this I'm experimenting with caching graphite results on a word by word basis to
improve rendering speed. I'm not aware of any scripts which require context
across a space boundary, though some do require start/end of line
contextualisation. If Balinese does require contextualisation between words (as
opposed to between syllables) then it will not be able to take advantage of such
optimisations and I will need to add special code to detect cross-space
contextualisation rules.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115343] graphite: subtition rule rejected when ZWSP inserted beetwen syllable

2010-11-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343





--- Additional comments from kstrib...@openoffice.org Wed Nov  3 13:46:37 
+ 2010 ---
Sorry to keep questioning you, but I just want to make sure I understand the
purpose of using ZWSP properly. What did the yes of course refer to?
   a) ZWSP=word break + possible line break
or b) ZWSP=word break but no line break

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115343] graphite: subtition rule rejected when ZWSP inserted beetwen syllable

2010-11-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343





--- Additional comments from kstrib...@openoffice.org Wed Nov  3 16:10:41 
+ 2010 ---
if a) is the situation the ZWSP is a reasonable solution, but we need to fix OOo
if b) then you might want to consider using a character like U+2060 WJ or U+200D
ZWJ instead. WJ is probably better.
I'm not sure off hand if writer considers WJ, ZWJ as formatting marks.

If case b) is the situation, why do you want to mark up words anyway?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 115343] graphite: subtition rule rejected when ZWSP inserted beetwen syllable

2010-11-02 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115343





--- Additional comments from kstrib...@openoffice.org Tue Nov  2 15:03:27 
+ 2010 ---
Graphite does already consider the context after that requested in
GraphiteLayout::CreateSegment() - see the EXTRA_CONTEXT_LENGTH which is used
when CTL is enabled as it is in this case. Unfortunately, I think this example
requires the context beforehand, which isn't currently passed in.

I am rather surprised to see ZWSP in the middle of a cluster like this since
ZWSP would normally indicate that you can insert a line break there. Is it
really correct to allow a line break between the Virama and the U+1B2C Ya? If
you do get a line break there, then does the modified U+1B2C glyph need to be
rendered at the start of the new line taking into account the virama at the end
of the previous line? If so, I think we are going to run into more problems.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 114765] only first-letter underli ning in lists with Graphite fonts

2010-09-27 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114765





--- Additional comments from kstrib...@openoffice.org Mon Sep 27 12:05:53 
+ 2010 ---
This seems to be due to an oversight on my part when I added the
GraphiteLayout::expandOrCondense() method. It adjusts the glyph positions, but
it fails to update the mnWidth variable, so a following call to
GraphiteLayout::FillDXArray(NULL) fails to return the correct width.

A work around seems to be to insert a non-underlined space at the start of the
line. Patch to follow.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 114765] only first-letter underli ning in lists with Graphite fonts

2010-09-27 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114765


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71860)
patch to update mnW
|  |idth when mnLayoutWidth is
|  | nonzero






--- Additional comments from kstrib...@openoffice.org Mon Sep 27 12:10:28 
+ 2010 ---
Created an attachment (id=71860)
patch to update mnWidth when mnLayoutWidth is nonzero


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 74188] inconsistency on positioni ng the cursor after deleting components of com bined indic characters

2010-09-06 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74188





--- Additional comments from kstrib...@openoffice.org Mon Sep  6 10:22:46 
+ 2010 ---
I came across i112788 while looking into i114222. I wonder if nTextPortionStart
couldn't be used instead of computing nStartCalc. Also, I noticed that a
different font was being used after the 

SvxFont aTmpFont( pParaPortion-GetNode()-GetCharAttribs().GetDefFont() );

from the one that was originally used for the portion in
ImpEditEngine::CreateLines, though I haven't tried your latest patch.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-09-06 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71584)
revised patch with 
|  |fixes in GetCaretPositions
|  |






--- Additional comments from kstrib...@openoffice.org Mon Sep  6 10:48:26 
+ 2010 ---
Created an attachment (id=71584)
revised patch with fixes in GetCaretPositions


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-09-06 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Mon Sep  6 10:55:48 
+ 2010 ---
GetCaretPositions is used in the Format Cells dialog for cursor positioning. The
behaviour of this method needs to take into account the logic in
MultiSalLayout::GetCaretPositions, which assumes that characters with dropped
glyphs in a fallback layout will have a negative position. This is addressed in
the last attachment. It also fixes nxPos in case where there were empty visual
items before the current one.

I think the cursor tracking issue in the formula bar that I noticed is not
directly related to fallback and was caused by i112788.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-31 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 10:00:38 
+ 2010 ---
There are several related issues concerning cursor tracking in the format code
control of the Format Cells/Numbers Currency control and also in the formula bar
with the Hindi format code string.

The behaviour in the format code control seems to be related to
UniscribeLayout::GetCaretPositions. I haven't tracked down yet what is causing
the problems in the formula bar.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





--- Additional comments from kstrib...@openoffice.org Mon Aug 30 14:03:02 
+ 2010 ---
I would have thought k =0 might make more sense:

if ( k = 0 )
 mpLogClusters[ k ]= static_castWORD(nRelGlyphPos);

Unfortunately, I'm still unable to reproduce this bug, so I can't easily
investigate why it is negative. It might be worth stepping through from at least
the GetItemSubrange call downwards. I wonder if it might in some way be related
to the Left to Right Embedding and Pop Directional Formatting codes, but that is
just a guess.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:49:25 
+ 2010 ---
Created an attachment (id=71490)
simple test case showing bad rendering in formula bar


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:50:22 
+ 2010 ---
Created an attachment (id=71491)
bad fallback in formula bar


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:50:55 
+ 2010 ---
Created an attachment (id=71492)
correct fallback in formula bar


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:51:29 
+ 2010 ---
Created an attachment (id=71493)
bad format for formula code


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222
 Issue #|114222
 Summary|Bad fallback positioning with multiple Uniscribe scrip
|t items for currency format
   Component|Spreadsheet
 Version|DEV300m83
Platform|Unknown
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:48:02 
+ 2010 ---
The currency format dialog in Calc often shows bad glyph positioning of the
format code when font fallback occurs. It can also be seen in the formula bar of
Calc for strings such as:
रु.$रु

This can be broken down to a fallback scenario involving 4 Uniscribe script 
items:
fallback runnon-fallback runnon-fallback runfallback run
The second non-fallback run is incorrectly positioned because
UniscribeLayout::MoveGlyph only adjusts the offset of the currently active
visual item. MultiSalLayout::AdjustLayout only calls MoveGlyph for the first
glyph in a continuous run from a single layout. Normally a single run
corresponds to a single ScriptItem, so this is OK, but in this case it isn't.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222





--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:52:05 
+ 2010 ---
Created an attachment (id=71494)
correct fallback for format code


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 114222] Bad fallback positioning with multiple Uniscribe script items for curre ncy format

2010-08-30 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114222


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71495)
patch to apply move
|  | to subsequent visual item
|  |s






--- Additional comments from kstrib...@openoffice.org Tue Aug 31 04:57:08 
+ 2010 ---
Created an attachment (id=71495)
patch to apply move to subsequent visual items


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 114134] Graphite integration with multiple features turned on does not always w ork correctly

2010-08-28 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114134





--- Additional comments from kstrib...@openoffice.org Sat Aug 28 06:45:07 
+ 2010 ---
Created an attachment (id=71445)
Output of graphite grsvg utility showing alternate NFC/NFD lines - the NFD 
lines are I believe correct


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 114134] Graphite integration with multiple features turned on does not always w ork correctly

2010-08-27 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114134


User kstribley changed the following:

What|Old value |New value

  CC|''|'kstribley'





--- Additional comments from kstrib...@openoffice.org Fri Aug 27 06:03:09 
+ 2010 ---
I can reproduce this rendering in Graphite software outside of OpenOffice so I
don't think this is an OpenOffice bug.
I found that I can get the correct rendering by retyping your text as decomposed
characters with combining diacritic marks. Is it possible that WorldPad is
performing Unicode Normalization on the text into NFD and hence it renders
correctly in WorldPad?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

2010-08-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





--- Additional comments from kstrib...@openoffice.org Wed Aug 25 04:39:25 
+ 2010 ---
If SAL_DISABLE_GRAPHITE=0 doesn't make any difference, then I don't think this
has anything to do with Graphite fonts. i96925 was not directly graphite
related, but I originally added the i96925 patch to the graphite01 CWS because I
observed the bug while testing fallback between Graphite and OpenType fonts.

This may have something to do with the interrelation between font fallback and
the UniscribeLayout renderer, which is triggered by the currency symbols.
However, I don't understand how the IME would modify that process, so I still
think it is possible that the root cause lies elsewhere.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

2010-08-23 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





--- Additional comments from kstrib...@openoffice.org Mon Aug 23 14:49:37 
+ 2010 ---
Looking at the stacktrace more carefully, fallback fonts are involved, because
MultiSalLayout is present. You could try looking into MultiSalLayout and see if
you can find the problem font or the sequence of fallback fonts which it is
using. I would also try to identify the Unicode code points involved when the
crash happens. This might then enable the crash to be reproduced outside of that
dialog, and without use of the Office IME by explicitly typing those code points
and selecting the font which doesn't contain them. Perhaps the Office 
IME is causing a font to be set, which isn't otherwise, and which somehow
exposes a bug in the fallback code.

You can identify whether the problem is caused directly by Graphite rendering
code by setting the SAL_DISABLE_GRAPHITE=1 environment variable before you start
OpenOffice and seeing if the crash still occurs. However, when a Graphite font
is used, with SAL_DISABLE_GRAPHITE=0 or unset, then UniscribeLayout will not be
called at all for the Graphite font, GraphiteWinLayout will be used instead.
Microsoft fonts, won't have Graphite tables, but you may have Gentium Basic
installed.

Several fixes have been made to the OOo Graphite integration code (but not to
the UniscribeLayout class that you highlighted). If SAL_DISABLE_GRAPHITE makes a
difference, then it might be worth checking that the problem still exists on the
OOO330 code line.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

2010-08-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681





--- Additional comments from kstrib...@openoffice.org Sun Aug 22 14:17:57 
+ 2010 ---
@bluedwarf that code was originally added as a fix for i96925. Your patch
results in bad rendering of the file attached to that issue. Please can you try
to find out what the parameters are when those lines are called which cause the
crash. Is mpOutGlyphs being accessed out of range? Is font fallback involved
when the crash happens?

Unfortunately, my development machine is running Vista and I only have the
Microsoft IME, not the Microsoft Office IME 2007, so I can't reproduce your
crash to put a debugger on it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

2010-08-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109681


User kstribley changed the following:

What|Old value |New value

  CC|'bluedwarf,enoki,jeongkyu,|'bluedwarf,enoki,jeongkyu,
|kamataki,khirano,md,mechti|kamataki,khirano,kstribley
|lde'  |,md,mechtilde'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113731] OOO330_m3: vcl/source/gly phs/graphite_layout.cxx:1061: warning: convert ing negative value '-0x000000001' to 'unsigned int'

2010-08-09 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113731





--- Additional comments from kstrib...@openoffice.org Mon Aug  9 09:57:27 
+ 2010 ---
Yes, casting explicitly to an int looks like a good solution. I would be happy
with that.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113301] hyphenation within Graphi te ligatures can freeze OpenOffice.org

2010-07-28 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113301





--- Additional comments from kstrib...@openoffice.org Wed Jul 28 14:21:03 
+ 2010 ---
@hdu: thanks for applying the patch. I had problems with my connection today, so
still waiting for the pull.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113301] hyphenation within Graphi te ligatures can freeze OpenOffice.org

2010-07-26 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113301





--- Additional comments from kstrib...@openoffice.org Mon Jul 26 06:13:03 
+ 2010 ---
SwTxtPainter::DrawTextLine calls the Paint method on each portion in the line in
turn. 
sw/source/core/text/itrpaint.cxx line 421

For a hyphenated word, the text before the hyphen is an SwTxtPortion and so the
paint is SwTxtPortion::Paint.
sw/source/core/text/portxt.cxx line 575
The hyphen itself is derived from an SwExpandPortion, whose paint method is:
sw/source/core/text/porexp.cxx line 108
SwExpandPortion::Paint

Both of these paint methods call rInf.DrawBackBrush() before they paint the
text. The way to avoid the clipping, would presumably be to separate the
painting of the background (DrawBackBrush) and the painting of the text
(DrawText). This would require 2 loops over the portions in the line, one for
the background and one for the actual text. However, this might have a
performance impact.
This isn't graphite specific, so I suspect this would be better handled as a
separate issue.  @hdu are you aware of an existing issue for the clipping 
problem?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113301] hyphenation within Graphi te ligatures can freeze OpenOffice.org

2010-07-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113301


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70800)
patch to avoid call
|  |ing graphite with zero len
|  |gth and avoid using cached
|  | segments stradling ligatu
|  |re






--- Additional comments from kstrib...@openoffice.org Sat Jul 24 14:09:11 
+ 2010 ---
Created an attachment (id=70800)
patch to avoid calling graphite with zero length and avoid using cached 
segments stradling ligature


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113301] hyphenation within Graphi te ligatures can freeze OpenOffice.org

2010-07-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113301





--- Additional comments from kstrib...@openoffice.org Sat Jul 24 14:24:50 
+ 2010 ---
The patch prevents the crash by avoiding calling graphite when mnMinCharPos ==
mnEndCharPos. On windows the example document didn't crash when I changed the
format of the highlighted text, but that seems to be because it happened to use
an existing longer segment from the cache.
The positioning bug appears to be due to the cache of Graphite Segments held by
OOo. Normally, it is alright to use a cached segment which is for a longer
string than was requested, in the CTL case such context is often necessary to
get correct positions. However, in this case the cached segment had the
ligature, whereas the requested text does not due to the hyphen break. The patch
adds code to detect this case by querying the cached segment to determine if the
character at mnEndCharPos-1 maps to a glyph and if so whether that glyph spans
characters outside the requested range. If there is no glyph mapped for that
character or the glyph is a ligature crossing the run boundary, then the cached
segment is ignored and a new segment created with just the requested text.
There seems to be a remaining problem with the hyphenation highlighted in red,
because the top right hand end of the ff ligature is clipped by the rendering of
the background for the hyphen. I haven't yet tracked down where the background
is drawn from to see if it is possible to prevent that happening.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 113301] hyphenation within Graphi te ligatures can freeze OpenOffice.org

2010-07-21 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113301


User kstribley changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from kstrib...@openoffice.org Wed Jul 21 14:39:41 
+ 2010 ---
Unfortunately the problem does seem to be present in CWS graphite03. Looking at
it in the debugger, OutputDevice::GetTextWidth is being called with a zero
length at a position in the middle of the paragraph. This seems to cause
Graphite to try to use an out of bounds array index, which causes a crash, when
I test it, rather than a freeze.
The solution is probably to trap this case and avoid calling graphite, though I
need to be careful that the rest of the GraphiteLayout can handle the
consequences of not having a segment.

The positioning issue with the hyphenated word being rendered assuming the width
as if the ligature spanning the hyphenation point is still present will probably
be much harder to fix.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

2010-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112730





--- Additional comments from kstrib...@openoffice.org Tue Jun 29 14:39:51 
+ 2010 ---
I have nothing more planned at this stage. I was rather hoping these changes
might be able to get into 3.3, since they are more bug fixes than an 
enhancement.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 108220] Grahpite compile errors

2010-06-27 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108220


User kstribley changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |112730

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from kstrib...@openoffice.org Sun Jun 27 10:42:31 
+ 2010 ---
The updated patch in issue 112730 includes changes to RtTextSrc.h and
GrSlotState.h which should fix these build warnings. However, I don't have
access to an Opteron machine to confirm on that platform.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111768] crash: Control characters are not counted in signalIMDeleteSurrounding causing IndexOutOfBoundsException

2010-06-08 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111768





--- Additional comments from kstrib...@openoffice.org Tue Jun  8 09:32:06 
+ 2010 ---
@od: great, thanks for checking and committing the changes.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111768] Control characters are no t counted in signalIMDeleteSurrounding causing IndexOutOfBoundsException

2010-05-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111768
 Issue #|111768
 Summary|Control characters are not counted in signalIMDeleteSu
|rrounding causing IndexOutOfBoundsException
   Component|Word processor
 Version|DEV300m77
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|writerneedsconfirm
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Sat May 22 10:10:09 
+ 2010 ---
Using the ibus-kmfl input method (available from packages.sil.org for Ubuntu)
Writer can be crashed by typing a sequence which causes a delete of a control
character to be triggered.

The input method thinks that the control character can be deleted, so it sends
the delete surrounding signal, but
GtkSalFrame::IMHandler::signalIMDeleteSurrounding uses an
XAccessibleEditableText object to perform the delete, which has had the control
character (e.g. ZWSP U+200B) removed. It therefore tries to delete with an out
of bounds index causing the com::sun::star::lang::IndexOutOfBoundsException,
which is uncaught and so takes down OOo.

The exception can be fixed by checking the indexes passed in by the input
method. However, this alone will cause an extra delete mid-line, confusing the
user and ibus-kmfl. The XAccessibleEditableText returned in Calc, Draw and
Impress does include the control character, so there is no problem there. For
consistency, it would therefore make sense for XAccessibleEditableText to
include the control characters in SwAccessiblePortionData::Special so that the
Input Method is not confused.

To demonstrate the bug I used the kmfl file available at:
http://www.thanlwinsoft.org/cgi-bin/hgwebdir.cgi/ekaya/raw-file/e0f671bca9d4/ekaya/kmfl/myWin.kmn
and placed it in the ~/.kmfl directory.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111768] Control characters are no t counted in signalIMDeleteSurrounding causing IndexOutOfBoundsException

2010-05-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111768


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69570)
Patch to check IM i
|  |ndices and include control
|  | characters in SwAccessibl
|  |ePortionData






--- Additional comments from kstrib...@openoffice.org Sat May 22 10:12:57 
+ 2010 ---
Created an attachment (id=69570)
Patch to check IM indices and include control characters in 
SwAccessiblePortionData


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111768] Control characters are no t counted in signalIMDeleteSurrounding causing IndexOutOfBoundsException

2010-05-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111768





--- Additional comments from kstrib...@openoffice.org Sat May 22 10:17:55 
+ 2010 ---
The patch fixes the problem for me and protects against out of bounds input from
the IM.

I forgot to mention, using the ibus-kmfl + myWin.kmn configuration already
mentioned, the original bug is triggered by typing the sequence 'au'. This
corresponds to:

a = U+200B U+1031
au = DEL DEL U+1000 U+1031


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Wed May  5 07:49:33 
+ 2010 ---
 Until Graphite gets these reliable instructions about where Writer wants his 
 line 
 starts/ends Graphite must disable these special ligatures.

Yes, it is disabled already, see graphite_layout.cxx line 547.
maLayout.setStartOfLine(false);
maLayout.setEndOfLine(false);

  As regards scripts without OOo hyphenators, Myanmar script based languages
are one example.
  In Myanmar spaces are more common at phrase boundaries than word boundaries.

 This is good example of the where the OOo hyphenator can and should be
extended. AFAIK the 
 hyphenator in lingucomponent just needs its syllable list extended for it.

I think a word break iterator should be sufficient to identify words since there
are usually no spaces between them. It is on my to do list! Myanmar Unicode
keyboards are generally not using ZWSP between syllables (unlike Khmer) because
this makes it harder to implement a dictionary based word breaker.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392
 Issue #|111392
 Summary|Glyphs within a cluster (cell) are rendered on top of 
|each other when drawn along an arc with FontWork
   Component|Drawing
 Version|DEV300m73
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|graphicsneedsconfirm
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:22:28 
+ 2010 ---
Text on a curve containing multiple spacing glyphs in a cell cluster has all the
glyphs within a cell drawn on top of each other. This is fine if the glyphs have
the same x-offset, but not if they are spacing marks.

The attached file shows an example using 2 different Myanmar fonts. One uses
Graphite for rendering, the other OpenType and both exhibit the same bug
indicating it is not a problem with the rendering engine. The text consists of 8
code points in 4 cells of 2 glyphs each.

Fonts are available from:

http://scripts.sil.org/Padauk
http://www.myanmarnlp.net.mm/

Further analysis suggests that it is due to an incorrectly scaled DXArray which
is rounded to have zero values as passed in from
drawinglayer/source/processor2d/vclprocessor2d.cxx 
VclProcessor2D::RenderTextSimpleOrDecoratedPortionPrimitive2D(). Indeed, the bug
goes away if the DX array is disabled. 

However, I think the real bug is in 
svx/source/svdraw/svdotextpathdecomposition.cxx 
where the dx array needs to have the cumulative offset from preceding clusters
subtracted and then be scaled by the font size and scale factor. Example patch
to follow.

I'm not sure where else svdotextpathdecomposition is called from - I hope this
fix won't upset other areas of the code.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:24:03 
+ 2010 ---
Created an attachment (id=69304)
Document showing bug


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:25:25 
+ 2010 ---
Created an attachment (id=69305)
bad layout of 2nd glyph in each cluster


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69306)
Patch adjusting the
|  | DX array offset and scali
|  |ng






--- Additional comments from kstrib...@openoffice.org Wed May  5 10:31:14 
+ 2010 ---
Created an attachment (id=69306)
Patch adjusting the DX array offset and scaling


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:32:31 
+ 2010 ---
Created an attachment (id=69307)
correct rendering of text on path


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for exp anded text with Graphite fonts (spacing, line width)

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69248)
Revised patch fixin
|  |g justification regression
|  |, includes fix for issue 1
|  |11272






--- Additional comments from kstrib...@openoffice.org Mon May  3 06:08:53 
+ 2010 ---
Created an attachment (id=69248)
Revised patch fixing justification regression, includes fix for issue 111272


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:14:10 
+ 2010 ---
Created an attachment (id=69249)
Example using 'surfing' which expects hyphenation mid-ligature


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:20:46 
+ 2010 ---
The latest patch attached to issue 111054, attachment 69248, should render the
fiLigHyph document correctly. I got round the potential problem with the
ligature spanning the hyphenation point by disabling extra context being used to
create the segment when SAL_LAYOUT_COMPLEX_DISABLED is set and adjusting the
caching to not return a segment with a cluster spanning the requested 
mnEndCharPos.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:23:03 
+ 2010 ---
Created an attachment (id=69250)
Example showing Myanmar line breaking, which regresses with current fix.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:25:03 
+ 2010 ---
Created an attachment (id=69251)
Correct rendering when klbHyphenBreak is used


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:26:17 
+ 2010 ---
Created an attachment (id=69252)
Bad rendering when klbLetterBreak


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:40:20 
+ 2010 ---
The Myanmar attachments above show that line breaking occurs mid-syllable when
there are no spaces on a line. The first paragraph has Myanmar punctuation, so
presumably ICU prefers to break after those code points, which results in
reasonable rendering. In practice, Myanmar typists do normally type some spaces,
but it can be problematic in narrow columns.

I can see 2 possible ways to resolve the regression for Burmese with Padauk. 
1) implement a proper dictionary based line breaker for OOo
2) adjust break weight used in GetTextBreak according to whether
SAL_LAYOUT_COMPLEX_DISABLED is set

2) does not necessarily exclude 1), but it is dependent on there being no
complex scripts for which hyphenation is used.
1) is the best long term solution anyway, but would also need to be implemented
for Shan, Mon, Karen and probably several others.

NB: Although the Padauk font uses the klbHyphenBreak, no hyphen should be 
rendered.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for exp anded text with Graphite fonts (spacing, line width)

2010-05-03 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054





--- Additional comments from kstrib...@openoffice.org Mon May  3 06:59:58 
+ 2010 ---
I've noticed that if expanded text is used with Arabic, then Kashida's are
introduced for large expansions. This seems to affect both the Graphite code and
the ICU code on Linux. Is that actually correct? I don't know any Arabic, but if
I compare it with where they are inserted for justification they don't look to
be the same positions. @hdu are you able to comment on this?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-01 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272





--- Additional comments from kstrib...@openoffice.org Sat May  1 14:21:03 
+ 2010 ---
Thanks very much @nemeth and @hdu for reporting and investigating this and
explaining more about what GetTextBreak() needs to return. I think the long term
solution, will need to take into account the expanded text problem in issue
111054, which will exclude the use of Segment::findNextBreakPoint(...), since
there is no way to tell it in advance the extra char factor. We definitely, want
to avoid recreating a RangeSegment there because of the performance hit, but as
@hdu's TODO suggests that could probably be retrieved from the cache.

As far as the break weights are concerned, the information from the Graphite
GlyphInfo objects is returning a breakweight of +30 for all the letters, which
equates to klbLetterBreak, so in theory that should be sufficient, though
perhaps findNextBreakPoint requires a range like 
findNextBreakPoint(mnMinCharPos, gr::klbLetterBreak, gr::klbClipBreak,
targetWidth, fBreakWidth ); I think using gr::klbClipBreak will probably cause
problems with SE Asian scripts.

I think the biggest problem may be with the fi and fii ligatures. In the case of
in-suffi-cient it isn't too bad because the hyphenation point isn't
mid-ligature. However, with a word like surfing, it will be more difficult. I've
tweaked my patch for issue 111054 to use gr::klbLetterBreak and the best I get
is surfi-ng.  I'm not sure whether it is possible to get graphite to give a
different break-weight mid-ligature. If the GlyphInfo data is used, then it
certainly won't, since the info per Glyph.

Graphite has the ability to set start and end of line flags when a segment is
created. Currently these are not set, because it can cause trailing space to be
dropped in position calculations, which gives bad results in some of the other
layout methods. In the case of GetTextBreak it might be better to set at least
the end of line flag. The Segment::hasLineBoundaryContext() method could perhaps
be used to optimize this. However, afaik there is no way to know the start of
line context from the current OOo API in VCL. Even if the start and end of line
flags were set, it doesn't change the problem with hyphenation based on a
hyphenation engine external to Graphite. This would probably require an
extension to the Graphite API to allow this information to be passed into the
Graphite Text Source.

As regards scripts without OOo hyphenators, Myanmar script based languages are
one example. In Myanmar spaces are more common at phrase boundaries than word
boundaries. The Padauk graphite font has syllable based boundaries, which is an
improvement on space based though the best approach uses a combination of a
syllable algorithm and a word list. I hope to develop this for Burmese, soon. I
have tested it in the past, but the original word list I was given had copyright
issues, so I need to switch to another one.

My current patch for issue 111054 has a regression for justification, so I won't
post an update until I've diagnosed that.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for exp anded text with Graphite fonts (spacing, line width)

2010-04-26 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69132)
Line breaking patch
|  | for expanded condensed gr
|  |aphite text






--- Additional comments from kstrib...@openoffice.org Mon Apr 26 17:10:58 
+ 2010 ---
Created an attachment (id=69132)
Line breaking patch for expanded condensed graphite text


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for exp anded text with Graphite fonts (spacing, line width)

2010-04-26 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054





--- Additional comments from kstrib...@openoffice.org Mon Apr 26 17:24:44 
+ 2010 ---
The problem was in the GraphiteLayout::GetTextBreak method. It subtracted the
extra character spacing for all glyphs in a run before computing where the Line
Break point lay. If the number of characters being tested was much more than the
number that could fit, this resulted in line breaking occurring in a much
narrower width than it should have been.

Originally, I was using Graphite's LineFillSegment object to calculate the line
break point, however, this is not possible when extra spacing is being applied
per character. I've therefore decided to record the break weights from the
Graphite segment when it is first analyzed in the appendCluster method. These
can then be used to compute an appropriate break point even when there is extra
character spacing. 

The attached patch fixes the issue for me on Linux and I hope to test it some
more on Windows later in the week. It also includes a fix for incorrect
rendering of expanded/condensed Graphite text in the preview window of the
Character dialog (the expansion/condensation wasn't being applied).

PS: I think my previous comment about Padauk being OK was erroneous. Perhaps
fallback was confusing the issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for Gra phite fonts in OOo3.2 (spacing, line width)

2010-04-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054





--- Additional comments from kstrib...@openoffice.org Thu Apr 22 12:12:33 
+ 2010 ---
It seems to be the Spacing expanded by 0.5pt (on the Position tab) which is
doing it. If Spacing is Normal it goes back to rendering correctly. To be
honest, I don't think I ever tested this combination. I will look into in more
detail, but it may take several days.

I notice that if the font is changed to Padauk, which is another Graphite font,
it does render sensibly. Padauk isn't a good font for German since it doesn't
have umlauts, but perhaps it is related to Graphite's line breaking algorithm,
which will depend on the rules in the font.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 111054] formatting borked for Gra phite fonts in OOo3.2 (spacing, line width)

2010-04-22 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054





--- Additional comments from kstrib...@openoffice.org Thu Apr 22 12:15:26 
+ 2010 ---
It seems to be the Spacing expanded by 0.5pt (on the Position tab) which is
doing it. If Spacing is Normal it goes back to rendering correctly. To be
honest, I don't think I ever tested this combination. I will look into in more
detail, but it may take several days.

I notice that if the font is changed to Padauk, which is another Graphite font,
it does render sensibly. Padauk isn't a good font for German since it doesn't
have umlauts, but perhaps it is related to Graphite's line breaking algorithm,
which will depend on the rules in the individual font.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 107415] vcl: resizing with large size graphite font displays badly

2009-12-07 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107415





--- Additional comments from kstrib...@openoffice.org Mon Dec  7 11:29:14 
+ 2009 ---
Thanks for applying the patch Herbert.

The mfScaling parameter is related to the SalLayout::mnUnitsPerPixel which afaik
is always set to 1 on Linux, whereas it varies on Windows.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 107415] vcl: resizing with large size graphite font displays badly

2009-12-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107415


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |66502)
Patch to add font s
|  |cale to cache






--- Additional comments from kstrib...@openoffice.org Sat Dec  5 18:42:01 
+ 2009 ---
Created an attachment (id=66502)
Patch to add font scale to cache


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 107415] vcl: resizing with large size graphite font displays badly

2009-12-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107415





--- Additional comments from kstrib...@openoffice.org Sat Dec  5 18:48:24 
+ 2009 ---
I can reproduce the problem by changing the font size of Test. with DoulosSIL.

Previously, I had omitted to check the font scaling parameter before reusing the
glyph vectors from the GrSegRecord cache. The attached patch stores the
fontscale in the GrSegRecord (there was already a field for it, it just wasn't
being used). The scale is then checked before the glyph vectors are reused.

@roydalpra Please could you check whether this patch fixes the bug for you.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 104523] mingw port graphite

2009-08-27 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104523





--- Additional comments from kstrib...@openoffice.org Thu Aug 27 12:11:31 
+ 2009 ---
@hdu: I've had a quick scan through it and it looks fine to me.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 103400] PDF horizontal layout bug when glyphs are out of order

2009-07-08 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103400





--- Additional comments from kstrib...@openoffice.org Wed Jul  8 06:19:38 
+ 2009 ---
Created an attachment (id=63422)
file showing bad PDF rendering


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 103400] PDF horizontal layout bug when glyphs are out of order

2009-07-08 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103400





--- Additional comments from kstrib...@openoffice.org Wed Jul  8 06:21:40 
+ 2009 ---
Created an attachment (id=63423)
bad rendering


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 103400] PDF horizontal layout bug when glyphs are out of order

2009-07-08 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103400





--- Additional comments from kstrib...@openoffice.org Wed Jul  8 06:23:04 
+ 2009 ---
Created an attachment (id=63424)
correct rendering


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 69129] Add support for Graphite f ont technology

2009-07-08 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69129


User kstribley changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from kstrib...@openoffice.org Wed Jul  8 10:20:12 
+ 2009 ---
Graphite support has been implemented in CWS graphite01.
Some test files (including fonts) are available at: 
http://www.thanlwinsoft.co.uk/ThanLwinSoft/Downloads/OpenOffice/OOoGrTests.zip
(I think its too big to attach)
The PDFs are reliant on the fix for Issue 102603 for correct rendering.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 103400] PDF horizontal layout bug when glyphs are out of order

2009-07-07 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103400
 Issue #|103400
 Summary|PDF horizontal layout bug when glyphs are out of order
   Component|gsl
 Version|DEV300m49
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kstribley
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Wed Jul  8 05:20:43 
+ 2009 ---
Some glyphs in a PDF export are displaced with Burmese text using the Padauk 
font.

The fix for i100522 uses an abs to fix the problem with 180 degree rotated text.
This assumes that the glyphs are strictly in left to right order. However, the
abs also takes affect when you have a negative advance between two glyphs with
zero rotation causing incorrect positioning. A better fix would be to invert the
sign of the correction only in the case where the angle is really 180 (PI).


Index: vcl/source/gdi/pdfwriter_impl.cxx
===
--- vcl/source/gdi/pdfwriter_impl.cxx   (revision 272475)
+++ vcl/source/gdi/pdfwriter_impl.cxx   (working copy)
@@ -6680,7 +6680,9 @@
 appendHex( rGlyphs[nPos].m_nMappedGlyphId, aUnkernedLine );
 // check for adjustment
 double fTheoreticalGlyphWidth = rGlyphs[nPos].m_aPos.X() -
rGlyphs[nPos-1].m_aPos.X();
-fTheoreticalGlyphWidth = fabs( fTheoreticalGlyphWidth ); //
#i100522# workaround until #i87686# gets fixed
+// #i100522# workaround until #i87686# gets fixed
+if (fAngle  M_PI - 0.005  fAngle  M_PI + 0.005)
+fTheoreticalGlyphWidth = -fTheoreticalGlyphWidth;
 fTheoreticalGlyphWidth = 1000.0 * fTheoreticalGlyphWidth / fXScale
/ double(nPixelFontHeight);
 sal_Int32 nAdjustment = rGlyphs[nPos-1].m_nNativeWidth -
sal_Int32(fTheoreticalGlyphWidth+0.5);
 if( nAdjustment != 0 )

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 93645] Add a Graphite module to s upport Graphite Smart Fonts

2009-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93645


User kstribley changed the following:

What|Old value |New value

 Assigned to|hdu   |kstribley

  Status|STARTED   |NEW





--- Additional comments from kstrib...@openoffice.org Mon Jun 29 08:32:45 
+ 2009 ---
The graphite module is present and working in the graphite01 CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 93645] Add a Graphite module to s upport Graphite Smart Fonts

2009-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93645


User kstribley changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from kstrib...@openoffice.org Mon Jun 29 08:33:29 
+ 2009 ---
Fixed in graphite01 CWS

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 69129] Add support for Graphite f ont technology

2009-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69129



This issue depends on issue 93645, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 69131] Glyphs with zero area caus e the built in freetype to crash

2009-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69131


User kstribley changed the following:

What|Old value |New value

  CC|'hdu' |'hdu,kstribley'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2009-06-29 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818


User kstribley changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from kstrib...@openoffice.org Mon Jun 29 10:28:07 
+ 2009 ---
Fixed in CWS graphite01

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 69129] Add support for Graphite f ont technology

2009-06-15 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69129


User kstribley changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.2





--- Additional comments from kstrib...@openoffice.org Mon Jun 15 06:58:37 
+ 2009 ---
I hope for 3.2.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 99604] Multi digit numbers are ma rked as misspelt for digits in scripts other t han 0-9

2009-04-20 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99604





--- Additional comments from kstrib...@openoffice.org Mon Apr 20 16:02:19 
+ 2009 ---
Excellent, thanks for committing this and for fixing the surrogate handling.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 101178] pkg-config check fails fo r freetype when system libs aren't used

2009-04-17 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101178
 Issue #|101178
 Summary|pkg-config check fails for freetype when system libs a
|ren't used
   Component|tools
 Version|DEV300m43
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|configure
 Assigned to|rene
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Sat Apr 18 05:08:48 
+ 2009 ---
./configure --enable-werror --disable-build-mozilla
fails with the error:
1351  checking which libwpd to use... internal
1352  NEXTchecking whether freetype is available... checking for FREETYPE...
configure: error: in `/space/termite/slavedir/Ubuntu-64-Sun/workdir´:
1353  NEXTconfigure: error: The pkg-config script could not be found or is
too old.  Make sure it
1354  is in your PATH or set the PKG_CONFIG environment variable to the 
full
1355  path to pkg-config.
1356  
1357  Alternatively, you may set the environment variables 
FREETYPE_CFLAGS
1358  and FREETYPE_LIBS to avoid the need to call pkg-config.
1359  See the pkg-config man page for more details.
1360  
1361  To get pkg-config, see http://pkg-config.freedesktop.org/.
1362  See `config.log´ for more details.
1363  + exit 1

As far as I can tell this is caused by there being a PKG_CHECK_MODULES call in
libwpd which is conditional on --with-system-libs being used. If system-libs
aren't used, then pkg-config is not
checked for correctly. It seems to be possible to avoid this by reordering
configure.in so that the libwpd is
after freetype, which is needed even without system-libs being enabled.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 99604] Multi digit numbers are ma rked as misspelt for digits in scripts other t han 0-9

2009-02-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99604
 Issue #|99604
 Summary|Multi digit numbers are marked as misspelt for digits 
|in scripts other than 0-9
   Component|Word processor
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ama
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Wed Feb 25 02:20:37 
+ 2009 ---
Myanmar numbers are marked as misspelt for multi-digit numbers. I assume this is
the case for other systems using digits other than arabic 0-9. There are 2
places where this could be fixed. One is in hunspell, but that is hard since it
is using utf-8 and the number check is done with single bytes. 

The following patch modifies the HasDigits method in the linguistic component to
check for digits in all scripts.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 99604] Multi digit numbers are ma rked as misspelt for digits in scripts other t han 0-9

2009-02-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99604


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |60459)
multiscript numbers
|  | for HasDigits






--- Additional comments from kstrib...@openoffice.org Wed Feb 25 02:22:02 
+ 2009 ---
Created an attachment (id=60459)
multiscript numbers for HasDigits


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 99604] Multi digit numbers are ma rked as misspelt for digits in scripts other t han 0-9

2009-02-24 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99604





--- Additional comments from kstrib...@openoffice.org Wed Feb 25 02:25:19 
+ 2009 ---
A sample dictionary is available at 
http://www.thanlwinsoft.org/ThanLwinSoft/Downloads/OpenOffice/my-MMDict.oxt

Some Burmese numbers are:
၁၂၃၄၅ ၆၇၈ ၉၀

A suitable font is: http://scripts.sil.org/Padauk


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 93645] Add a Graphite module to s upport Graphite Smart Fonts

2008-12-15 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93645





--- Additional comments from kstrib...@openoffice.org Mon Dec 15 11:07:15 
+ 2008 ---
@rene: Thanks for adding the --with-system-graphite option. I've modified the
check slightly so that it also checks that the system STL is being used.
Otherwise, if you have graphite built with system STL and OOo built with Stlport
you will get a crash since graphite uses stl objects in its interface.

I also moved the graphite check further down in the sequence order since this
seemed to avoid some obscure problems I was getting with 
--with-system-graphite=no

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 96925] Bad rtl fallback with cour ier new and deja vu sans

2008-12-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96925





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:35:21 + 
2008 ---
Created an attachment (id=58528)
2 lines show the fallback bug, the others show correct rendering of rtl


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 96372] Typing zwsp U+1031 causes infinite loop

2008-11-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96372
 Issue #|96372
 Summary|Typing zwsp U+1031 causes infinite loop
   Component|l10n
 Version|DEV300m35
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|i18npool
 Assigned to|er
 Reported by|kstribley





--- Additional comments from [EMAIL PROTECTED] Thu Nov 20 04:52:18 + 
2008 ---
If I type U+200B U+1031 I get an infinite loop at line 105 in
source/breakiterator/breakiteratorImpl.cxx
I think this may indicate that i80923 was only partially fixed. The brackets are
different on this line to the others in the same method, so that if ch is a ZWSP
then nPos is not checked.
Patch to fix this will follow.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 96372] Typing zwsp U+1031 causes infinite loop

2008-11-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96372





--- Additional comments from [EMAIL PROTECTED] Thu Nov 20 04:54:41 + 
2008 ---
Created an attachment (id=58128)
Type a few characters in this file to trigger loop from zwsp


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 96372] Typing zwsp U+1031 causes infinite loop

2008-11-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96372


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |58129)
Moves brackets to f
|  |ix loop






--- Additional comments from [EMAIL PROTECTED] Thu Nov 20 04:56:43 + 
2008 ---
Created an attachment (id=58129)
Moves brackets to fix loop


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 87405] SSH key for my.openoffice. org

2008-11-11 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87405


User kstribley changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |94002
  is|  |

  Status|CLOSED|REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Nov 12 06:28:54 + 
2008 ---
Please use the second of the attached keys to give me SVN access.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2008-11-11 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002


User kstribley changed the following:

What|Old value |New value

 IssuesThisDependsOn|2473,9924,11472,18828,1985|2473,9924,11472,18828,1985
|9,22848,23777,26723,27875,|9,22848,23777,26723,27875,
|27886,46753,48869,51164,51|27886,46753,48869,51164,51
|393,59258,60496,62341,7130|393,59258,60496,62341,7130
|4,72737,76325,76386,76989,|4,72737,76325,76386,76989,
|81987,82387,83175,84111,84|81987,82387,83175,84111,84
|258,84288,89492,90059,9066|258,84288,87405,89492,9005
|6,91383,91634,93109,93346,|9,90666,91383,91634,93109,
|94021,94084,94091,94093,94|93346,94021,94084,94091,94
|095,94138,94143,94144 |093,94095,94138,94143



This issue depends on issue 87405, which changed state:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|FIXED |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 69129] Add support for Graphite f ont technology

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69129


User kstribley changed the following:

What|Old value |New value

 Assigned to|timseves  |kstribley





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 08:06:21 + 
2008 ---
I've taken over from Tim since he is now concentrating on other things.

Working Graphite patches are in the graphite01 CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 69129] Add support for Graphite f ont technology

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69129


User kstribley changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 08:12:16 + 
2008 ---
See the graphite01 CWS for the current state of the patches and also i93645
since we will need the graphite library itself as a module.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818
 Issue #|95818
 Summary|Dotted circle + mark should both be in same font
   Component|l10n
 Version|DEV300m31
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|code
 Assigned to|kstribley
 Reported by|kstribley





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 08:59:57 + 
2008 ---
A dotted circle U+25CC (which has a weak script type) is sometimes used in
combination with a mark to show that the mark is normally attached to a base
consonant. In this case the current Latin/CTL font selection algorithm puts a
script break in between the dotted circle if the preceding text is latin and the
following text is CTL. This causes a bad rendering when the Latin/CTL fonts are
different.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 09:07:43 + 
2008 ---
Created an attachment (id=57690)
Sample doc showing the bug


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |57692)
Patch to fix this i
|  |n writer and calc






--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 09:11:13 + 
2008 ---
Created an attachment (id=57692)
Patch to fix this in writer and calc


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 09:22:16 + 
2008 ---
Created an attachment (id=57693)
PDF generated in patched version of DEV300_m31


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 95818] Dotted circle + mark shoul d both be in same font

2008-11-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95818





--- Additional comments from [EMAIL PROTECTED] Tue Nov  4 09:09:31 + 
2008 ---
Created an attachment (id=57691)
PDF of bad rendering from OOo 2.4.1 on Ubuntu


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-10-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349





--- Additional comments from [EMAIL PROTECTED] Mon Oct  6 04:40:07 + 
2008 ---
Thanks very much for fixing the NatNum issues. 
Yes, I was building against ICU 4.0, so that might explain the build problems
for collation.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349


User kstribley changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 07:58:56 + 
2008 ---
Thanks for questioning the choice of defaults. I had been concentrating on
getting the choices right and overlooked that.
It would be better to default to Myanmar digits for Number, Currency, Date and
Time. The more technical formats can stay as they are. For some reason, setting
the medium FIXED_NUMBER [NatNum1]General to default didn't seem to take effect,
though the others do.

The attached patch (to follow) fixes that and includes the change of collator
from ICU's to the custom collator that the previous patch puts in
i18npool/source/collator/data/my_dictionary.txt. It needs to be applied in
addition to myCollator-i83349.diff.
I used the term dictionary, because the collation follows that used in the
Myanmar Language Commission Dictionary and has been described by John Okell as
dictionary order (Burmese: an introduction to the script, Northern Illinois
University, 1994). Other collations are possible based on Pali for example.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 08:03:16 + 
2008 ---
Created an attachment (id=56631)
Changes collator and defaults to natural numbers


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-17 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349





--- Additional comments from [EMAIL PROTECTED] Wed Sep 17 16:53:34 + 
2008 ---
Great thanks for committing that.
I've now tested using the collation rules in i18npool/source/collator/data/ in
which case the entry my_MM.xml for the collator needs to be changed to:

Collator unoid=dictionary default=true /

and it needs an additional patch. Do you want this in a separate issue? I'll
attach it here for now.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-17 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |56591)
data for i18npool/s
|  |ource/collator/data/






--- Additional comments from [EMAIL PROTECTED] Wed Sep 17 16:57:16 + 
2008 ---
Created an attachment (id=56591)
data for i18npool/source/collator/data/


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-11 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |56420)
patch for DEV300_m3
|  |1






--- Additional comments from [EMAIL PROTECTED] Thu Sep 11 14:33:27 + 
2008 ---
Created an attachment (id=56420)
patch for DEV300_m31


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-09-11 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349





--- Additional comments from [EMAIL PROTECTED] Thu Sep 11 14:40:52 + 
2008 ---
The last attachment patches some additional files as suggested by Javier Sola.

binfilter/bf_svtools/source/config/svt_ctloptions.cxx
cppcanvas/source/mtfrenderer/implrenderer.cxx
svtools/source/config/ctloptions.cxx
svx/source/dialog/optgdlg.cxx
wizards/com/sun/star/wizards/letter/LocaleCodes.java

It also includes a currency fix when using natural numbers so that the currency
is displayed in Myanmar script as well rather than using K.

The collation data still isn't included in the patch, so ICU 4 still needs to be
patched with the my collation data from the CLDR.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[l10n-issues] [Issue 83349] Patch to Add Myanmar local e support

2008-08-16 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83349


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55803)
updated patch for d
|  |ev300_m21






--- Additional comments from [EMAIL PROTECTED] Sun Aug 17 04:22:53 + 
2008 ---
Created an attachment (id=55803)
updated patch for dev300_m21


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 87405] SSH key for my.openoffice. org

2008-06-19 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87405


User kstribley changed the following:

What|Old value |New value

 Assigned to|ssh2key   |st





--- Additional comments from [EMAIL PROTECTED] Thu Jun 19 17:48:18 + 
2008 ---
Please can you use the second of the attached keys for both my.openoffice.org
and the Graphite CWS.

thanks,
Keith

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 87405] SSH key for my.openoffice. org

2008-06-18 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87405


User kstribley changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Jun 18 11:16:21 + 
2008 ---
Unfortunately this key was created with a compromised key generator
(http://www.ubuntu.com/taxonomy/term/2?page=1).

Please can you change my key to the second attachment.

thanks,
Keith Stribley


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >