DIA for Win32

2000-02-05 Thread Hans Breuer
Hi James et. al., based on tml's great work on Gimp and GTK, I've ported DIA to Windoze in almost one weekend. There are only small changes in the original sources needed. The whole patch (including hand written make- and export-files) consist of an only 22K zip file. Most of the work were

Re: DIA for Win32

2000-02-07 Thread Hans Breuer
At 08:20 07.02.00 +0800, James Henstridge wrote: On Sun, 6 Feb 2000, Alexander Larsson wrote: - the color variables (color_black, gdk_color_black, ...) in lib/color.h need to be exported explicitly when compiling libdia.dll and to be imported from the other modules to get

Re: DIA for WIN32

2000-02-07 Thread Hans Breuer
At 20:25 06.02.00 -0500, Sean Doull-Connolly wrote: Just a thoughtsome of us (eg me!) are using Linux so that we can eliminate Microsoft hassles (eg poor software, poor value, high cost, etc) from our lives. Although the mail of James does include almost everything about to say on this

dia-0.84 Win32 Patch

2000-03-01 Thread Hans Breuer
Hi James, attached a small patch (mainly missing includes). But there one thing I need your advice. properties.h uses GIMPVAR to export prop_std_line_width_data, etc. Thanks for using it, but because later on there is used a pointer to these vars, which breaks the built (initializer is not a

Re: Dia for Win32

2000-03-01 Thread Hans Breuer
At 23:52 29.02.00 -0600, David Thompson wrote: The link on the Dia developer page to Dia for Win32 is dead. Could someone tell me where Dia for Win32 can be downloaded from ? http://hans.breuer.org/dia/ This may not work for some browser/connections. The longer form

Re: Dia for Win32

2000-03-01 Thread Hans Breuer
At 23:52 29.02.00 -0600, David Thompson wrote: The link on the Dia developer page to Dia for Win32 is dead. Could someone tell me where Dia for Win32 can be downloaded from ? http://hans.breuer.org/dia/ This may not work for some browser/connections. The longer form

Dia 0.84 for Win32

2000-03-04 Thread Hans Breuer
DIA 0.84 for Win32 will be available at http://hans.breuer.org/dia within the next hours. There are still issues with interchanging tml's GTK version compiled with GCC and mine compiled with MSVC, but at least starting DIA without crash is possible with tml's 2215 version. I'll upload my

Re: Win32? [3 questions/1 comment]

2000-04-15 Thread Hans Breuer
At 01:33 16.04.00 +0800, Paul Fuller wrote: 3 Questions 1. Why can't i drag a UML class shape to expand/shrink, it got dark blue coloured points on the corners. I can drag light green coloured shapes, like the square and circle. This is AFAIK not Win32 specific. I don't know the real reason

dia-0.84 Win32 Patch

2000-04-18 Thread Hans Breuer
ames, it's the same issue recently discussed on PyGtk list) At 00:52 02.03.00 +0100, Hans Breuer wrote: ... properties.h uses GIMPVAR to export prop_std_line_width_data, etc. Thanks for using it, but because later on there is used a pointer to these vars, which breaks the built (i

Two and a half more export filters

2000-05-31 Thread Hans Breuer
There are three more exports filters for Dia available. Two of them may be of interest for the whole Dia community. In detail: plug-ins/hpgl/hpgl.c - Hewlett Packard Graphics Language Exports at least simple geometric commands to the common plotter language. plug-ins/wpg/wpg_defs.h - WPG

Re: Two and a half more export filters

2000-06-03 Thread Hans Breuer
At 12:37 02.06.00 +0800, James Henstridge wrote: On Wed, 31 May 2000, Hans Breuer wrote: ... ... Every renderer function is implemented, only the bezier functions produce some strange graphical effects, because WPG's Poly Curve appears not to be compatible with Dia's Bezier

Re: Two and a half more export filters

2000-06-03 Thread Hans Breuer
At 19:47 02.06.00 +0800, James Henstridge wrote: On Wed, 31 May 2000, Hans Breuer wrote: plug-ins/wpg/wpg.c - WordPerfect Graphics Metafile Export. This export filter generates WPG 1.0 [...] It would be nice if someone could compile and test the first two filters on Linux. I am still

WPG Export (Was: Re: Two and a half more export filters)

2000-06-05 Thread Hans Breuer
At 23:06 03.06.00 +0800, James Henstridge wrote: On Sat, 3 Jun 2000, Hans Breuer wrote: There is structure packaging with M$VC as well and there is the #pragma pack directive to fix or produce problems with it. Generally, it is not a good idea to write structures directly to a file unless

Re: First draft of Dia FAQ

2000-10-06 Thread Hans Breuer
At 14:56 05.10.00 +0800, James Henstridge wrote: ... One last FAQ for win32 dia users: Q: Why does my copy of dia die when I try to load it? A: because the HOME environment variable is not set. Add a line like this to your autoexec.bat file: set HOME=c:\home then restart your

Re: imlib support

2000-10-06 Thread Hans Breuer
At 14:39 06.10.00 +0200, Alexander Larsson wrote: On Fri, 6 Oct 2000, James Henstridge wrote: [...] Would anyone mind if the imlib support was dropped completely? Go for it! Ok with me and the win32 port. Hans Hans "at" Breuer "dot" Org --- Tell me what you need,

Re: Problems with Dia on Windows 95.

2000-10-09 Thread Hans Breuer
At 13:13 09.10.00 +0200, Hans-Olof Danielsson wrote: Hello, I have downloaded the ziped files 'dia-bin-2000-05-24' and 'gtk+-bin-2000-03-04' and installed them on Windows 95. When Dia starts it display the following message: gdk_imlib-WARNING**: Cannot find Pallette. A Pallete is

Objects/Align/Equal Distance

2000-10-27 Thread Hans Breuer
the recent NLS patch has triggered a bug related to every menu callback functions. The bug shows up with Object/Align */* and every View/Zoom/* menu operation. Looking in the current Gtk sources shows two valid declarations for the menu callback functions: typedef void

Re: Objects/Align/Equal Distance

2000-10-31 Thread Hans Breuer
At 09:14 31.10.00 +0800, James Henstridge wrote: On Fri, 27 Oct 2000, Hans Breuer wrote: the recent NLS patch has triggered a bug related to every menu callback functions. [...] If someone with an older version of gtk could check it on *ix, or noone objects I could commit to cvs

Re: Dia for Win32

2000-09-22 Thread Hans Breuer
At 11:10 22.09.00 +0200, Gérald Quintana wrote: Hi, The link to Dia for Win32 ( http://hans.breuer.org/dia/ ) seems to be broken, where can I find it ? The link is correct, but I'm not sure if my provider is ... Further investigating, Hans Hans "at" Breuer "dot" Org

Re: Objects/Align/Equal Distance

2001-01-05 Thread Hans Breuer
At 10:30 02.11.00 +0800, James Henstridge wrote: On Tue, 31 Oct 2000, Hans Breuer wrote: At 09:14 31.10.00 +0800, James Henstridge wrote: On Fri, 27 Oct 2000, Hans Breuer wrote: the recent NLS patch has triggered a bug related to every menu callback functions. [...] Ugh

Re: Middle mouse button on WINDOWS 98

2001-01-10 Thread Hans Breuer
At 13:06 10.01.01 +1300, Chris Goldie wrote: Anyone know how to access the middle mouse button when using a 2 button mouse with Dia Win32 port Any help would be appreciated For Dia's second context menu use ctrl-right mouse button. (My notebook has only two buttons as well) Hans

Re: ANNOUNCE: DiaExportFilter to be written in Python

2001-01-12 Thread Hans Breuer
At 17:02 12.01.01 +0800, James Henstridge wrote: On Fri, 5 Jan 2001, Hans Breuer wrote: [...] dia.register_export ("PyDia Export Example", "diapye", Renderer()) -end example.py There are two kinds of filter implementations possible: - Implement a renderer : Th

Re: Win Installation Problem (fwd)

2001-02-06 Thread Hans Breuer
At 10:11 05.02.01 +0100, Alexander Larsson wrote: Got this, it is probably some HOME env problem, but i'll let someone else anwer. Yeah. The one and only FAQ on my Dia page (, the "official" Dia for win32 address). For everyone who hasn't noticed yet: http://hans.breuer.org/dia BTW:

Re: windows install problem

2001-02-08 Thread Hans Breuer
At 15:19 08.02.01 -0600, Chuck Fuqua wrote: I have installed dia correctly once, but had to uninstall it for a couple of days. Now that I am trying to install it again I am getting an error message: "** Error **: Could not create per-user dia config directory" Aborting "**

Re: Taking care of UML

2001-02-20 Thread Hans Breuer
At 12:00 20.02.01 -0600, Lars Clausen wrote: Now I've gotten started on fixing properties for the UML objects, there are a couple of things that seem odd. For instance, both small_package and component has a stereotype and a name field that aren't used. Are these relics from a cut-and-paste,

Property Api, was: Re: Taking care of UML

2001-02-23 Thread Hans Breuer
At 16:37 20.02.01 -0600, Lars Clausen wrote: On Tue, 20 Feb 2001, Hans Breuer wrote: The whole property api should be re-thought, when converting to gobject usage anyway ... And the text handling when converting to Pango usage. NO!!! Nonononono! Please, please, pretty please with sugar

Property Api (Import Filter)

2001-02-23 Thread Hans Breuer
Have Fun, Hans /* Dia -- an diagram creation/manipulation program * Copyright (C) 1998 Alexander Larsson * * diaimport.c -- A renderer which renders towards Dia. It creates *new "Standard" objects in a given diagram * * Copyright (C) 2001, Hans Breuer. * * This prog

Re: CVS commit: config.h inclusion

2001-02-23 Thread Hans Breuer
At 23:49 23.02.01 +0800, James Henstridge wrote: On Fri, 23 Feb 2001, Hans Breuer wrote: Thanks for breaking the win32 build. :-( ... Kjartan was doing a clean up, as some files were not seeing the ENABLE_NLS define, so even though translatable strings were being marked, they weren't being

Re: Property Api, was: Re: Taking care of UML

2001-02-23 Thread Hans Breuer
At 00:23 24.02.01 +0800, James Henstridge wrote: On Fri, 23 Feb 2001, Hans Breuer wrote: At 16:37 20.02.01 -0600, Lars Clausen wrote: On Tue, 20 Feb 2001, Hans Breuer wrote: The whole property api should be re-thought, when converting to gobject usage anyway ... And the text handling

Re: Printing / DIA /Win32

2001-02-25 Thread Hans Breuer
At 15:11 25.02.01 -0500, Vincent Kelly wrote: Is it possible to print in the Win32 version of DIA. I use Windows ME with a Lexmark Z11 printer and am not familiar with the Print UI in DIA. Are you familiar with programming the Printer API on win32? Than you could take the source of

Re: dia release

2001-03-21 Thread Hans Breuer
At 20:50 19.03.01 +0100, Cyrille Chepelov wrote: Oh, (sorry, I sorely lacked time to report this) ; when exporting files with ISO8859-1 characters (such as ) (\'e\`e\'a\^a\^e in latexish) into WMF, it looks like something in the process converts stuff into UTF8, but doesn't do it all the way: in

more showstoppers (was: Re: dia release)

2001-03-23 Thread Hans Breuer
At 20:50 19.03.01 +0100, Cyrille Chepelov wrote: Oh, (sorry, I sorely lacked time to report this) ; when exporting files with ISO8859-1 characters (such as ) (\'e\`e\'a\^a\^e in latexish) into WMF, it looks like something in the process converts stuff into UTF8, but doesn't do it all the way: in

Re: bug?

2001-04-05 Thread Hans Breuer
At 15:13 05.04.01 -0500, Lars Clausen wrote: On Thu, 05 Apr 2001, David C. Thompson wrote: Yes, but assuming the directory separator is '/'... which of course any good OS accepts, and even some of the poor ones accept it internally ;-) If Glib had a function to tell me the seperator,

Re: plug-ins/renderer.inc

2001-04-10 Thread Hans Breuer
At 22:23 09.04.01 +0200, Cyrille Chepelov wrote: What's this file ? Why don't plug-ins import directly "render.h" ? If you look deeper into it, it's simply a way to avoid as much code duplication as possible for "my" export filters, without loosing type-safety. With a more modern programming

Re: plug-ins/renderer.inc

2001-04-11 Thread Hans Breuer
At 06:52 11.04.01 +0200, Cyrille Chepelov wrote: Le mar, avr 10, 2001, 11:21:00 +0200, Hans Breuer a crit: [...] Can't renderer_draw_ellipse_by_arc be defined in a better place (and once, by the way) ? IMO there are some more renderer functions which should probably be defined by some

Target Gtk+2.0 (was Re: plug-ins/renderer.inc)

2001-04-13 Thread Hans Breuer
At 06:42 12.04.01 +0200, Cyrille Chepelov wrote: [...] As for renderer_draw_ellipse_by_arc, I really don't see why we have to wait for GObject or a conversion to C++ to put it (extern instead of static) in libdia and have plug-ins which need it reference it directly. The only issue I see is to

Re: dia png and HTML Maps (fwd)

2001-04-13 Thread Hans Breuer
At 11:36 12.04.01 +0200, Alexander Larsson wrote: Forwarding to list. / Alex -- Forwarded message -- Date: Tue, 10 Apr 2001 21:26:35 +0200 (MET DST) From: poete stephane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: dia png and HTML Maps Using dia, I usually export dia

Re: Target Gtk+2.0 (was Re: plug-ins/renderer.inc)

2001-04-15 Thread Hans Breuer
At 12:04 15.04.01 -0500, Lars Clausen wrote: On Sun, 15 Apr 2001, Cyrille Chepelov wrote: Le dim, avr 15, 2001, 10:16:30 -0500, Lars Clausen a crit: I agree on this; aiming for a fast semi-stable release would give us time to then do the more serious improvements (better fonts, standard

Re: New version soon?

2001-05-01 Thread Hans Breuer
At 08:56 30.04.01 -0500, Lars Clausen wrote: On Mon, 30 Apr 2001, Claus Sørensen wrote: What is the roadmap for the next version? Let's see if all the developers/users can agree on this ? Dia 0.87 should: - work on all major platforms, (Does this include Gnome 1.4; anyone using Gnome 1.4

Bounding Box Bugs

2001-05-01 Thread Hans Breuer
when trying to see the whole Diagram you probably hit Ctrl-a. If some of the objects think that they are rather huge this will not work properly. The bug is - with recent Cvs compiled for win32 - visible with at least the EML-demo file. Further investigation gave some probably uninitialized

Re: New version soon?

2001-05-02 Thread Hans Breuer
At 22:21 01.05.01 +0200, Claus Sørensen - ProjectHouse wrote: Fra: Hans Breuer [EMAIL PROTECTED] One of the main engines in Open Source/Free Softeware projects is release often so you don't have these huge gaps between releases. Wow, what a deep insight. I've always thought the main

Re: New version soon?

2001-05-02 Thread Hans Breuer
At 22:26 01.05.01 +0200, Dag Wieers wrote: On Tue, 1 May 2001, Hans Breuer wrote: Let's see if all the developers/users can agree on this ? Dia 0.87 should: - work on all major platforms, (Does this include Gnome 1.4; anyone using Gnome 1.4 out there ?) Yes, and the packages on my

Re: New version soon?

2001-05-02 Thread Hans Breuer
At 15:11 02.05.01 -0300, Fernando Lozano wrote: Hans and list, Just droping my 2 cents on the isse of making a new release: I am the kind of user who can get CVS builds and compile them. But most users cannot, and this impacts me as a consultant, because my customers cannot get from cvs and

Re: dia Win32 Installer 0.88

2001-05-14 Thread Hans Breuer
At 21:29 14.05.01 +0200, Cyrille Chepelov wrote: Le lun, mai 14, 2001, à 08:37:14 +0200, Steffen Macke a écrit: Once again, it's build from Hans' dia Win32 version. It would be nice if someone could test it before the 'official' announcement. Some little problems w.r.t WMF export and SADT

Re: Error Message on Win32

2001-05-19 Thread Hans Breuer
At 18:07 18.05.01 -0700, Tushar Medhi wrote: Hello Again, First I've turned off the Auto-reply receipt features, so now my mails won't bug you. Seems not to work ... After a struggle I was able to make the Dia run on Win98. The problem I was having is that the dir name C:\home is

Re: Error Message on Win32

2001-05-19 Thread Hans Breuer
At 17:46 19.05.01 +0800, James Henstridge wrote: On Sat, 19 May 2001, Steffen Macke wrote: James, Hans and the rest: Once again, I think that we should get 0,88 out officially on our web pages, etc. Yes. I have put a 0.88.1 tarball up on master.gnome.org (it only differs from 0.88 in that