[Libreoffice-commits] core.git: starmath/inc starmath/source

2020-09-07 Thread Luke Dixon (via logerrit)
5267b6c04eed2662726bb90899eb40414779fcb3 Author: Luke Dixon AuthorDate: Tue Sep 8 01:37:23 2020 +0100 Commit: Noel Grandin CommitDate: Tue Sep 8 08:17:59 2020 +0200 starmath: stop change to caret pos graph when moving after brace Currently, the code that moves the cursor after the brace changes the

[Libreoffice-commits] core.git: starmath/source

2020-09-02 Thread Luke Dixon (via logerrit)
starmath/source/cursor.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c13671108fa7cee0cc1801e4c08800de1daab850 Author: Luke Dixon AuthorDate: Sun Aug 30 13:35:20 2020 +0100 Commit: Noel Grandin CommitDate: Wed Sep 2 20:55:25 2020 +0200 Fix crash

blanket license statement

2012-05-10 Thread Luke Dixon
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Regards, Luke Dixon ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Undo Redo Re: [REVIEW] Re: SmNodeToTextVisitor Fixes

2011-02-15 Thread Luke Dixon
for all your help :) might not have got there otherwise. Let's hope it will be okay. Regards, Luke >From e39c1f9efe25e62bae09f3c0aeabaa16db174fb8 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Tue, 15 Feb 2011 22:46:54 + Subject: [PATCH] Make Undo & Re

Re: [Libreoffice] Undo Redo Re: [REVIEW] Re: SmNodeToTextVisitor Fixes

2011-02-14 Thread Luke Dixon
Hi Jonas, On Mon, 2011-02-14 at 20:17 +0100, Jonas Finnemann Jensen wrote: > > I think it ought to be that easy... More documentation would speedup > development and reduce bugs dramatically... > (Maybe we should write a few doxygen comments for EditEngine, if we > figure out how it work

Re: [Libreoffice] Undo Redo Re: [REVIEW] Re: SmNodeToTextVisitor Fixes

2011-02-13 Thread Luke Dixon
Hi Jonas, On Sun, 2011-02-13 at 21:44 +0100, Jonas Finnemann Jensen wrote: > It would be major step to get that issue fixed... And you're going the > right way, but your patch doesn't work if the formula is written in > multiple lines... > try, writing the formula 3+3+3 \n \n \n \n +4+4 (replace

[Libreoffice] Undo Redo Re: [REVIEW] Re: SmNodeToTextVisitor Fixes

2011-02-13 Thread Luke Dixon
efault, and with undo/redo, perhaps it is now possible? Regards, Luke >From 9851ff6a87a3701fa5387aeccc1a7fdd3dd05e07 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Sun, 13 Feb 2011 16:28:22 + Subject: [PATCH] Make Undo & Redo work with the visual formula ed

Re: [Libreoffice] [REVIEW] Re: SmNodeToTextVisitor Fixes

2011-02-10 Thread Luke Dixon
Hello Michael, Jonas, Caolán, > Great - pushed there; > > Thanks, > > Michael. > I hope I'm not waffling, but I'm very thankful to you guys for looking at this. And thanks for taking care of closing the bugs. Thanks, Luke

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2011-02-08 Thread Luke Dixon
89a1788783c0a3db708396e16197a Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Tue, 8 Feb 2011 20:15:21 + Subject: [PATCH] Fix for bugs 32759 and 32755 on freedesktop bugzilla --- starmath/source/visitors.cxx |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2011-01-29 Thread Luke Dixon
ame kind as the one from last time. It can be a bit difficult to get the right node tree for the test from the parser, which also seems to put in more expression nodes than doing it with the cursor, which confused me for a bit. Regards, Luke >From 124f5c0f593f477ca30014f7b7ac0be977292895 Mon

Re: [Libreoffice] starmath / cppunit breakage in master

2011-01-03 Thread Luke Dixon
Hello, I'm very sorry the code I was playing with has caused problems. I guess I wasn't thinking when adding the first header outside the guards. The assertion_traits struct, I was expecting this to be a problem, but I didn't know what to do about it, sorry. Apologies, Luke ___

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-12-19 Thread Luke Dixon
ven't looked at it any further at this point. The libreoffice-3-3 version seems to work fine though. Regards, Luke >From a4a4205c85373ba1a26f8cf5930aaba483172ae4 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Sun, 19 Dec 2010 15:24:46 + Subject: [PATCH] Put bra

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-12-07 Thread Luke Dixon
uess that it would be better to work out what is going wrong. I haven't worked it out yet, but I thought it would be best to mention it. Sorry, for so much in one email. Regards, Luke >From 902c47b34b3cfa78628f5aafb92a0d2c1ceb9c9a Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4.

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-11-25 Thread Luke Dixon
ink that you are right about tweaking it so it doesn't depend on these though, trying to fake the other parts would be a nightmare. I would offer to help, but I don't think I would know where to begin. I'm very sorry. Regards, Luke >From 79c433a9735346329c5cd812ce63cb2a5d8d3707 Mon

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2010-11-24 Thread Luke Dixon
or... > Anyway, it's a good thing to keep in mind.. Ever since I saw that other test added there a couple of weeks ago, I've been feeling guilty about it and kept wondering if it was put there as a hint. Thanks again, Luke >From aac1d002c9e47238217c2ed13de5b2a9770075ed Mon Sep 17 0

Re: [Libreoffice] SmNodeToTextVisitor Fixes

2010-11-23 Thread Luke Dixon
> Sorry, forgot something. And of course I forgot to add the attachments :( >From 1313f82a72ca5c361eead3a86d55f3be394514e0 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Tue, 23 Nov 2010 16:17:23 + Subject: [PATCH] Fix matrices with blank elements. --- sta

Re: [Libreoffice] SmNodeToTextVisitor Fixes

2010-11-23 Thread Luke Dixon
Hello again, Sorry, forgot something. > 3. Some of the subs & sups seemed to need extra brackets when used with > an operator node (for example int or sum). 4. Matrices with blank elements seem to cause problems so I added more brackets (supposed to be removing them :( ). Also, I've made the code

[Libreoffice] SmNodeToTextVisitor Fixes

2010-11-23 Thread Luke Dixon
e of things from the todo list (maybe it ought to be an unnumbered list, so all the numbers don't need changing each time). Regards, Luke >From 7cb737c90fa6b4f5bcef96add805c2f47b441a86 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Tue, 23 Nov 2010 10:36:18 + Su

Re: [Libreoffice] [PUSHED]Re: Blinking cursor progress

2010-11-16 Thread Luke Dixon
bb3fab0d224a6cae86dfdd0caf37056ddcf76c Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Tue, 16 Nov 2010 23:37:09 + Subject: [PATCH] Draw a visible line under the current line in the visual formula editor. --- starmath/inc/cursor.hxx |2 +- starmath/inc/vi

[Libreoffice] Easy Hack: Don't draw caret when visual formula editor looses focus

2010-11-01 Thread Luke Dixon
Hello, I thought I'd try one of the visual formula editor easy hacks, as Michael had recommended. This one seemed the easiest of the three there. Hope it's okay. Regards, Luke >From 9de527f33cd410422e706da547fae67d6a5adbee Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...

Re: [Libreoffice] [Pushed] Easy Task - systray build progress tracker

2010-10-26 Thread Luke Dixon
Hello Michael, > > Heh; I guess default_icons/ should have a bus-load of artwork in it. I've looked there, I can't really see one that really does it. Maybe the default icon is good enough. > Wonderful - thanks; merged it now - I added the 'sleep' inside > zenity_close - to avoid it

[Libreoffice] Easy Task - systray build progress tracker

2010-10-25 Thread Luke Dixon
t makes very easy to jump in and try to help. Luke Dixon >From f82a3310c62331440c57930138ee33b9bad707b3 Mon Sep 17 00:00:00 2001 From: Luke Dixon <6b8b4...@gmail.com> Date: Mon, 25 Oct 2010 23:14:05 +0100 Subject: [PATCH] Add zenity systray support to the build. Adds also a configure opt