On 2013-09-06 09:57-0700 Alan W. Irwin wrote:
> On 2013-09-06 10:09+0100 Andrew Ross wrote:
>> Some comments:
>>
>> The cmake support is not too robust at the moment as my testing shows. We
>> probably need to test for e.g. fop if that is required so that it fails
>> gracefully (and with a helpful
On 2013-10-05 02:03-0700 phil rosenberg wrote:
> at the moment in wxWidgets at least, the string gets broken into
chunks and parsed to deal with superscript and newlines etc then the
chunks get passed for drawing. this is wy wxWidgets built in underline
doesn't work as we want, because it draws th
at the moment in wxWidgets at least, the string gets broken into chunks and
parsed to deal with superscript and newlines etc then the chunks get passed for
drawing. this is wy wxWidgets built in underline doesn't work as we want,
because it draws the sb/superscript chunks separately. We'll ne