Re: Aligning center of circle to grid point

2007-01-28 Thread Grégoire Dooms
Grégoire Dooms wrote: > A problem you might experience with connection points I meant grid points and grid alignment. -- Greg. ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.

re: Aligning center of circle to grid point

2007-01-28 Thread Grégoire Dooms
> How can I draw a circle so that its center is aligned with a grid point? > (I'm using snap-to-grid). > Just grab the circle by its central handle and move it the the grid point. It should snap to that point. If your object is very small you might have to zoom at a very high factor to diffe

Re: font problem with the dia export in eps

2006-10-01 Thread Grégoire Dooms
Dear Renaud, In the export window you can chose the export format in a drop-down menu. There is one entry for eps with latin-1 postscript fonts and another entry for eps with pango fonts. Hope this answers your question; see you on monday. -- Greg [EMAIL PROTECTED] wrote: > Dear list, > I am

Re: A small annoyance regarding 'paste'

2006-08-26 Thread Grégoire Dooms
I second you on this annoyance. Yet another solution is to paste the object at the exact same coordinates of the copied object (in particular when pasting in another diagram). This is done for instance in ooffice presenter and is very efficient to produce animated sequences of slides. To pro

Re: Graph::ASCII::Dia

2006-03-23 Thread Grégoire Dooms
Aaron Trevena wrote: On 23/03/06, Rob McDonald <[EMAIL PROTECTED]> wrote: It seems to me that you have a pretty short memory... I'd say Hans didn't start the flaming. Sorry, Hans has basically said 'tough shit, use python or get lost' repeatedly on list whenever anybody talks about us

Re: Time for 0.95 pre-release?

2006-01-27 Thread Grégoire Dooms
Hans Breuer a écrit : [4] http://cvs.gnome.org/viewcvs/dia/NEWS?rev=HEAD&view=markup Just a correction here: * Most Objects now have a center point, which allows to connect to but the line starts at the bounding box of the object. It is not the bounding box but the border of the object. Bes

Re: decorated edges

2005-12-05 Thread Grégoire Dooms
center. You just need to attach a line/bez/arc/etc... to the center connectoin point of an object and see the result. You might also like trying out the dia export of the graphviz tools. It does not use autogap yet but produces a similar result. Best, -- Grégoire Dooms

autogap handling of handles

2005-11-16 Thread Grégoire Dooms
What do you think of this ? PS: Nice to see you back active on the list, Lars -- Grégoire Dooms ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at

Re: More compiler errors

2005-09-05 Thread Grégoire Dooms
This is my fault, I'm sorry about it. -- Grégoire Dave Klotzbach wrote: From the latest CVS we have the following C++ constructs in C code. This causes compiler errors on any real C compiler! 1. From ->objects\standard\textobj.c(269) : error C2275: 'Point' : illegal use of this type as an e

revival of vertical text alignment

2005-08-25 Thread Grégoire Dooms
Hi, I once posted a patch implementing top/middle/bottom vertical alignment for text objects: http://mail.gnome.org/archives/dia-list/2005-March/msg00064.html I like and need this feature. It's not in CVS. What should I do to get it applied ? Best, -- Grégoire

Re: Feedback wanted: Autogap and mainpoints

2005-08-05 Thread Grégoire Dooms
Simon Kagstrom wrote: I'm afraid I'm don't know that much about GTK, but isn't it possible to check the state of regular keys as well? If so, it would be possible to use 'A' for autograb instead. Is this possible in GTK? I don't know much about GTK either but I bet it is straightforward to

Re: Feedback wanted: Autogap and mainpoints

2005-08-05 Thread Grégoire Dooms
Pontus Pihlgren wrote: Autograb can be on all the time, if you don't like it while moving the whole line, just press(and hold) the modification key to turn it of I think this is a good idea. If autograb is that easy to switch on and off, I would advise to have a simpler behaviour for it th

Re: Dia ChangeLog report for 2005-08-05 03:00:00 UTC (Fri 05 Aug)

2005-08-05 Thread Grégoire Dooms
Dia ChangeLog Daemon wrote: Snapshots available at http://www.raeder.dk/~larsrc/Dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2005-08-01 05:00:50.0 +0200 +++ dia-cvs-snapshot/ChangeLog 2005-08-05 05:00:04.958382208 +0200 @@ -1,3 +1,14 @@ +2005-08-02 Lars Clausen

Re: Feedback wanted: Autogap and mainpoints

2005-08-04 Thread Grégoire Dooms
Lars Clausen wrote: As avid users of CVS HEAD may have noticed, we have switched back and forth between two modes of connection recently: One where any line can be connected to any object by dragging the end anywhere within the object (let's call this autograb), and one where there's a visible

[PATCH] arc autogap finally working

2005-07-25 Thread Grégoire Dooms
Hi folks, I took a few hours to work on debugging my arc autogap code. I is now useable. There is still a small bug when the non connected end of the arc is very close to the border of the connected object. I think this is due to rounding errors in the code for SHIFT-move handle which is reused

Re: Complex polygons via building blocks ???

2005-06-15 Thread Grégoire Dooms
helices wrote: OK. How does the `polygon' work? All I get is three (3) green boxes. How can I get _more_ than three? right click / add corner -- Grégoire Dooms ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/lis

arc autogap

2005-05-16 Thread Grégoire Dooms
green handle. This code combined with a bisection search on the end angle should do it. It is implemented and only works in a few cases. I have no time to debug this currently. As Lars suggested, I release the code as is so someone can fix it before me. All the best, -- Grégoire Dooms

Re: Request: dia2png, dia2eps, dia2etc...

2005-04-04 Thread Grégoire Dooms
problem with color conversion for exporting to png in command-line mode (in dia v0.94 w/ python plugin) : ** (dia-python:6038): WARNING **: Can't color_convert in non-interactive app (w/o color_init()) this problem doesn't happen in cvs without python plugin. Hope this helps, -- Grég

Re: Dia ChangeLog report for 2005-03-18 04:00:00 UTC (Fri 18 Mar)

2005-03-18 Thread Grégoire Dooms
TECTED]>: Fixes two bugs. Also autogap no longer a + property. Nope autogap still a property in bezier.c. But I shall change this soon. -- Grégoire Dooms ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/di

Re: drawing graphs with dia

2005-03-13 Thread Grégoire Dooms
I merged both of your answers here. I reply in the text Lars Clausen wrote: On Sat, 2005-03-12 at 20:11 +0100, Grégoire Dooms wrote: Lars Clausen wrote: First option is exactly what I had in mind for after 0.95. We have code that does line-gap well for almost all objects, but only with

Re: drawing graphs with dia

2005-03-12 Thread Grégoire Dooms
hould I check-out from scratch ? Is that from today? There's something about how automake doesn't quite force the creation of it, but if you 'make dia-list-icons.h' in lib it's created. Works fine, I also had to autogen.sh in order to rebuild the configure script. T

drawing graphs with dia

2005-03-11 Thread Grégoire Dooms
de/arc (with lots of code copy-pasted from ellipse.c and line.c) - any other way ? PS: I tried to compile CVS HEAD on 2005-03-11 and got this error: widgets.c:30:27: dia-lib-icons.h: No such file or directory (I did cvs up -d to update my cvs tree) should I check-out from scratch

Re: new icons tools

2004-08-26 Thread Grégoire Dooms
Dom domedia wrote: Hi, I just post some icons done in my free time for replace the tools icons. It's just a suggestion :) ( just need color ) do what you want with them. Tell me if you want some change on it. I'd like to see the central handle in the ellipse icon. What do you guys think about