• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


RSS
Révision l'heure Auteur
0db5013 1998-10-01 06:25:16 Alexander Larsson

Added call to gtk_spin_button_set_numeric for linewidth spinner
in property dialog.

5016836 1998-09-30 07:59:57 Alexander Larsson

ChangeLog updated for last bunch of changes.

77b9885 1998-09-30 07:57:30 Alexander Larsson

Changed handle->connectable to handle->connect_type.
Now handles can be HANDLE_CONNECTABLE_NOBREAK, which means
that their connections don't break when moving objects.

48a6bfc 1998-09-30 07:55:00 Alexander Larsson

Always select the last handle in an object that has
the closest distance.

0e33510 1998-09-30 07:52:13 Alexander Larsson

Added rectangle_add_point function.

a229748 1998-09-27 20:51:08 Alexander Larsson

Changed the way object properties are edited. Now there is only one properties
dialog, and when you double-click on an object the properties-dialog is updated
with widgets from that objects.
Also updated all objects to use the new scheme.

9214d57 1998-09-14 10:37:56 Nuno Ferreira

Changes to work with srcdir != builddir.

1998-09-14 Nuno Ferreira <nmrf@rnl.ist.utl.pt>

* */Makefile.am (INCLUDES): Changes to work with srcdir !=
builddir.

* autogen.sh: New file. Copied from gtk and added a call to
libtoolize. Anyone knows why this isn't done in gtk?

* Removed autogenerated files.

d8b30ff 1998-09-13 00:08:53 Alexander Larsson

Aaaaaargh! Damn locale made my postscript-files bad.

Aaaaaargh!
Damn locale made my postscript-files bad.

* Added call setlocale(LC_NUMERIC, "C") so that formating of
floating-point numbers in postscript output will be correct.
* Did some cleanup of generated postscript files.

228eee6 1998-09-11 15:40:17 Alexander Larsson

Removed finished things from TODO.

de2050c 1998-09-05 21:51:11 Alexander Larsson

Added rubber-band selecting of objects.

4b6a59d 1998-09-03 06:40:28 Alexander Larsson

Added some .cvsignore that i missed.

ef3b05b first 1998-09-01 03:33:59 Alexander Larsson

DIA first import

fd25f1d 1998-09-01 03:33:59 Alexander Larsson

Initial revision

ee0da65 1997-01-04 09:20:05 James Henstridge

don't use diagram_export_to_eps to export the files. Instead, use

1999-12-20 James Henstridge <james@daa.com.au>

* app/app_procs.c (app_init): don't use diagram_export_to_eps to
export the files. Instead, use filter_guess_export_filter to
guess the correct format to save in and use the appropriate filter.
It defaults to postscript for compatibility.

* app/diagram.[ch] (diagram_export_to_eps): removed export to eps
function.

* app/commands.[ch]: removed export to eps functions.

* app/menus.c: removed export to eps menu items.

* app/app_procs.c: register new export filters.

* app/load_save.[ch]: define dia native export filter.

* app/render_eps.[ch]: define eps export filter.

* lib/filter.h: added diafilename argument to the DiaExportFunc
prototype. This is useful for putting the source of the diagram
into the output file for instance.

1999d1e 1997-01-03 23:46:01 James Henstridge

Forgot to commit these files.