Re: How to compile dia on windows using Visual Studio

2020-10-17 Thread Vahid Bashiri via dia-list
I have done it with MSVS 6.0 years ago. If I remember correctly there is a makefile you set the path to the visual studio compiler in it and run make. I remember it was working perfectly. You need VS 6.0 command line tools. On Mon, Oct 12, 2020 at 2:50 PM Andrey Repin via dia-list < dia-list@gnome

Object Tool-tips

2020-04-01 Thread Vahid Bashiri via dia-list
Hi all Any ideas how to add object tool-tips to show when you hover mouse over an object on the canvas? ___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http:/

Re: maybe a bug

2019-05-10 Thread Vahid Bashiri via dia-list
) you have an object with a handle connected to a non existing object. I think the solution is to add an else before connected_list = g_list_next (connected_list); at line 744. On Fri, May 10, 2019 at 7:57 PM Zander Brown wrote: > On Thu, 2019-05-09 at 22:28 +0430, Vahid Bashiri via dia-list wr

maybe a bug

2019-05-09 Thread Vahid Bashiri via dia-list
consider following simple case where an object connected to a zigzagline at one end and the other end is free. The zigzagline has two handles at each end, you can connect to, let say handle[0] and handle[1]. If handle[1] connected to object and handle[0] is free, if you select the obj and press de

maybe a bug

2019-05-03 Thread Vahid Bashiri via dia-list
Hi all I made a skim of file "diagram.c" and in the function diagram_selected_break_external there are little things that might lead to erroneous behavior in case that multiple objects connected to single connection point. I am not sure about it being a bug so I am posting here in case someone tak

Re: Dia xml format

2019-03-01 Thread Vahid Bashiri via dia-list
> include an acknowledgement of/link to Dia > > > On Fri, 2019-03-01 at 09:39 +0100, Tomas Pospisek wrote: > > Hello, > > > > Am 21.02.19 um 19:21 schrieb Vahid Bashiri via dia-list: > > > Hi > > > I'd like to use the specific xml format of Dia i

Dia xml format

2019-02-21 Thread Vahid Bashiri via dia-list
Hi I'd like to use the specific xml format of Dia in my application to store diagrams. Because of the non GNU code I am using, I decided to write my own code similar to Dia which is greatly inspired by it (but not copied). My question is if I use the xml format, will I have a licencing problem. Is