Dia ChangeLog report for Mon Feb 10 08:23:02 2003 (UTC)

2003-02-10 Thread Dia ChangeLog Daemon
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots *** Recent ChangeLog entries: --- ChangeLog.previous 2003-02-09 09:23:45.0 +0100 +++ dia-cvs-snapshot/ChangeLog 2003-02-10 09:23:07.0 +0100 @@ -1,5 +1,11 @@ 2003-02-09 Lars Clausen <[EMAIL PROTECTED]> +

text boxes with snap grid broken?

2003-02-10 Thread Hans Busch
It looks like snapGrid is broken for most of the box-like objects that derive their extent from the text. These objects snap to the upper left corner leaving most of the connections off the grid. Snap to grid is so important, because with an active grid of about halve to fourth of the visible gr

Re: Problems with dia-0.91-pre1

2003-02-10 Thread Ian Britten
On Fri, 7 Feb 2003 09:19:06 +0100 Cyrille Chepelov <[EMAIL PROTECTED]> wrote: > > That may well be true. There's an Input Methods menu on the diagram menu, > > too, which you should be able to assign appropriate hot keys to. > > Yep, it would be very interesting to know whether the IM menu works

Re: Problems with dia-0.91-pre1

2003-02-10 Thread Cyrille Chepelov
Le Fri, Feb 07, 2003, à 08:51:28PM +0800, Zhang Linbo (?) a écrit: > I have just noticed another interesting thing that the hot keys > work well in all dialogue boxes of Dia except in the text fields > of a diagram, so I can use the hot keys to switch the input > context by first clicking

Re: direct text input for UML-message

2003-02-10 Thread Lars Clausen
On Mon, 10 Feb 2003, Hans Busch wrote: > I tried dia for designing sequence diagrams. It produces nice > charts! Unfortunately the input mechanisms via popup menus is slow. > So I had a look at the code and although it's C and not C++ I was > surprised to find such well structured code that it too

Re: Printing letter size 91-pre1

2003-02-10 Thread Lars Clausen
On Fri, 7 Feb 2003, Alejandro Aguilar Sierra wrote: > Hello: > > Usually I export my diagrams to eps without any problem. Now I want to > print an entire letter size sheet. I configure the size in the print > setup, however, the ps obtained is A4. Am I doing something wrong? Looked into this, and

Greek Fonts in Dia...

2003-02-10 Thread Armand Bankhead
Hello, I can't find anything on dia's support for Greek lettering. I want to be able to label in Greek in my dia diagrams. Is this possible? Thanks! [EMAIL PROTECTED] ___ Dia-list mailing list [EMAIL PROTECTED] http://mai

Re: Greek Fonts in Dia...

2003-02-10 Thread Lars Clausen
On Mon, 10 Feb 2003, Armand Bankhead wrote: > Hello, > I can't find anything on dia's support for Greek lettering. I > want to be able to label in Greek in my dia diagrams. Is this > possible? There's no explicit support, but any Greek font can be used with either a freetype-compiled 0.90

Re: Problems with dia-0.91-pre1

2003-02-10 Thread Lars Clausen
On 07 Feb 2003, Zhang Linbo wrote: > > I have also noticed a possible bug in the calculations when > exporting an EPS file. Please see attached diagram which > generates floating point exceptions when exporting to the > EPS format ('nan' numbers in the EPS file). I see it. It happens whenever on

Text Entry [Re: direct text input for UML-message]

2003-02-10 Thread Alan Horkan
On 10 Feb 2003, Lars Clausen wrote: > Date: 10 Feb 2003 12:31:22 -0600 > From: Lars Clausen <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: direct text input for UML-message > I have some (more) long-term plans for UML that you might be able to look > int

Re: Text Entry [Re: direct text input for UML-message]

2003-02-10 Thread Lars Clausen
On Mon, 10 Feb 2003, Alan Horkan wrote: > > If you use TAB to move between fields then you cannot put tabs in your > text boxes. True, unless we add some escape sequence. But how often do you need to put a tab in a text box? They don't really have a well-defined meaning there. Tab is so commonl

dia 9.1-pre2 crash on startup

2003-02-10 Thread Martin Hans
Hi, I just managed to compile dia 9.1-pre2 on my Mandrake 8.2 box (which was not easy since upgrading pango required me to upgrade a lot of other stuff including glibc, XFree86, tetex and gcc. This also meant my X was broken and so is currently my CTRL-key and some of the fonts - today is not a

Re: dia 9.1-pre2 crash on startup

2003-02-10 Thread Lars Clausen
On Tue, 11 Feb 2003, Martin Hans wrote: > Hi, I just managed to compile dia 9.1-pre2 on my Mandrake 8.2 box (which > was not easy since upgrading pango required me to upgrade a lot of other > stuff including glibc, XFree86, tetex and gcc. This also meant my X was > broken and so is currently my CTR

Re: Text Entry [Re: direct text input for UML-message]

2003-02-10 Thread James K. Lowden
On 10 Feb 2003 16:21:03 -0600, Lars Clausen <[EMAIL PROTECTED]> wrote: > On Mon, 10 Feb 2003, Alan Horkan wrote: > > > > If you use TAB to move between fields then you cannot put tabs in your > > text boxes. > > True, unless we add some escape sequence. But how often do you need to > put a tab i

Re: Text Entry [Re: direct text input for UML-message]

2003-02-10 Thread Lars Clausen
On Mon, 10 Feb 2003, James K. Lowden wrote: > On 10 Feb 2003 16:21:03 -0600, Lars Clausen <[EMAIL PROTECTED]> wrote: >> On Mon, 10 Feb 2003, Alan Horkan wrote: >> > >> > If you use TAB to move between fields then you cannot put tabs in your >> > text boxes. >> >> True, unless we add some escape s

Re: Problems with dia-0.91-pre1

2003-02-10 Thread Zhang Lin-bo
On Mon, 10 Feb 2003, Cyrille Chepelov wrote: > Le Fri, Feb 07, 2003, à 08:51:28PM +0800, Zhang Linbo (?) a écrit: > > So what's missing, basically, is that the code we have in lib/text.c, which > handles text entry, does not handle it as good as the code in gtk's > GtkEntry-derived widgets