features

2001-10-09 Thread Maiorana, Jason
I joined this list to ask about these features for Dia: * beziergon: in the middle click menu or anywhere else- there seems to be no way to convert a segment to a line (instead of a curve). The usual symmetric, smooth and cusp commands are there- but there is no way to a

RE: features

2001-10-09 Thread Maiorana, Jason
thanks for the reply, very informative. >The filling options are limited because Dia isn't a vector drawing program, >it's a diagramming program. For a vector drawing program, try Sketch >http://sketch.sourceforge.net/> or Gyve http://www.gyve.org/>. Despite the end purposes being different,

RE: More keybindings, 2nd thoughts...

2001-12-18 Thread Maiorana, Jason
>That's one problem with standards (UI or otherwise). >Why shouldn't my graphics application use [a-zA-Z] as >efficient, intuitive shortcuts, just because a word >processor can't? my word processor (vim) does just that :) ___ Dia-list mailing list

RE: Unit selection input

2002-01-23 Thread Maiorana, Jason
>> Once the render interface settles, dia could do all the fancy font >> rendering with rotation/scaling/offsetting directly with the xserver >> or through the GDI, and avoid the mess that open office and abiword >> got into (wrt fonts) >Yeah, once that settles. Unfortunately, we don't know whe

RE: Font size and screen resolution

2002-01-30 Thread Maiorana, Jason
>I seems I am officially in charge of font handling now, due to trying to >hack up FreeType support:) I'm trying to get away from the frankly >horribly hard-coded font list in there now, but I'm having trouble with the >ctual rendering for FreeType. I'm guessing the trouble you see lies in >suc

RE: Do you know why I cant be able to use tildes and accents

2002-04-26 Thread Maiorana, Jason
>I have no idea how to do non-ascii input[1], much less how to handle it in >a program. For characters typed directly from the keyboard, I think it >should work (any confirmation), but we don't handle multi-key input. there are things such as XIM, etc, which are supposed to handle this at the

RE: Do you know why I cant be able to use tildes and accents

2002-04-26 Thread Maiorana, Jason
>I don't know if it helps but I have to tell you and Lars >that I am able to get the correct glyphs from different GTK >apps like gedit and the gnome Env itself, so it seems to be >more a problem of the widget used in DIA. I'm wright? Leo. just for curiosity, do you have the problem in all parts

RE: Do you know why I cant be able to use tildes and accents

2002-04-26 Thread Maiorana, Jason
>I see the problem, in several different incarnations. When using freetype, >it doesn't render the characters right, but they seem to go in there. When >I try to save, it loops with 'xmlEncodeEntitiesReentrant : input not UTF-8'. >I can't try without UTF-8, as the --disable-unicode settin

RE: CVS and uncompressed Dia files? (RE: Is there a more stable version than 0.88.1?)

2002-04-29 Thread Maiorana, Jason
>I wonder how practical it would be for multiple people to >work on the same Dia file simultaneously, merging there >changes through CVS? I suppose one could even optimize >the file format for that. Just a thought. your main problem would be conflicts: youd need a conflict resolution system

RE: CVS and uncompressed Dia files? (RE: Is there a more stable version than 0.88.1?)

2002-04-29 Thread Maiorana, Jason
>Diff doesn't actually know anything about the semantics >of the language, though, right? Which is why CVS works >seamlessly with C, Pascal, or readme files. I think it >is line oriented. The only thing it cares about when >merging two changes derived from the same revision of a >file is their

RE: Dia format

2002-05-13 Thread Maiorana, Jason
>I was wondering why all strings are enclosed with '#' in my dia files (UML objects). Thanks in >advance. I as well am annoyed by that, to my thinking the default XML encoding is UTF-8, which is more than enough for internationalization, which I believe had something to do with it... __

RE: 0.90.RC1 available

2002-05-15 Thread Maiorana, Jason
I downloaded the rc1 windows version (im at work, and no have visio installed) Ive noticed that dia is not accepting unicode input from the GUI. (this may be a limitation in the version of gtk as built with that version?) that got me wondering what the state of utf-8 support is within dia at th

RE: 0.90.RC1 available

2002-05-15 Thread Maiorana, Jason
>Uhmm. How do you expect 'unicode input' to work ? Using those >funny Umlauts printed at least at german keyboards does work >finally and Alt-Numeric Keyboard Keys does work as well ... hrm, maybe its the font available: im using a regular us/english setup, and if i insert some japanese utf-8

utf-8 test diagram

2002-05-15 Thread Maiorana, Jason
tiny example diagram attached: does this attached diagram show up for anyone in their version of dia. It should contain a flowchart box with: "begin:運多教, end" inside it temp.dia Description: temp.dia

RE: utf-8 test diagram

2002-05-29 Thread Maiorana, Jason
thx for the reply Loli, >> tiny example diagram attached: >> does this attached diagram show up for anyone >> in their version of dia. It should contain >> a flowchart box with: >> "begin:XXX, end" >I dont know if the diagram I saw is just what you excepted: there are >some differences betw

RE: RE: utf-8 test diagram

2002-05-30 Thread Maiorana, Jason
>To display glyphs on a screen, you need that the whole process >is able to process said glyphs (and much more: xfs, X11, etc.). Currently, >dia 0.90-RC# is able to process UTF-8 data; however, one of its modules >can't. That module is called gtk. ok, thanks for the reply Cyrille. I was suspic

RE: Pango, UTF-8 & Latin1

2002-07-31 Thread Maiorana, Jason
>I see the problem. This is a very important bug, and I wish I knew more >about encodings and stuff so that I could fix it. Make sure to submit a >bug report on it. In fact, there should probably be several separate >reports: One that Dia doesn't assume that files without specific encoding >is

RE: Pango, UTF-8 & Latin1

2002-08-01 Thread Maiorana, Jason
>> > It may be sufficient for dia to only support utf-8. You generally dont >> > create dia files by hand, so you probably shouldnt care which encoding >> > they are in. >> >> We need to support non-utf8 encodings for two reasons: Backwards >> compatibility and diagrams created by other progra

RE: Pango, UTF-8 & Latin1

2002-08-01 Thread Maiorana, Jason
>I guess this issue is over ? Well, The latin-1 diagram still makes v0.90 for windos segfault :) Error: file font.c line 1178: assertion Failed (name!=NULL) abroting... ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo

RE: lock unlock aspect ratio, rotation, the future? [was Re: Good job guys!!]

2002-08-19 Thread Maiorana, Jason
>I wish the gtk-win32 maintainers were bold enough to add a "render rotated text" >API function (which shouldn't be very hard to implement on Win32), and >implement it on X as a g_warning("FIXME: X sucks at rotating fonts"). Just >to get the things in motion. This should not be hard under gtk2,

RE: Dia extensions

2002-08-20 Thread Maiorana, Jason
>My idea was to write a program to help CS students from Barcelona's CS >Faculty (FIB) to choose among the different optional subjects. Rather try to hard-code all that information into an application such as dia, you might wish to consider creating a simple cgi application, with a databse b