• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

作図ソフト dia の改良版


RSS
Rev. Time Author
349519e dia-0-96 2008-03-16 22:02:48 Hans Breuer

added missing exports

2008-03-16 Hans Breuer <hans@breuer.org>

* lib/libdia.def : added missing exports

[merged from svn://svn.gnome.org/svn/dia/branches/dia_0_96 revision 3657]

2007-03-29 Lars Clausen <lars@raeder.dk>

* NEWS:
* RELEASE-PROCESS:
* config.h.win32:
* doc/en/dia.xml:
* doc/pl/dia.xml:
* doc/eu/dia.xml:
* configure.in: Release 0.96.1 is a brown-bag release for empty
initial line problem in shapes, and a couple other bugs.

* app/diapsrenderer.c (draw_text_line): Use language-independent
float conversion in new text rendering code. Fixes bug #424052.

* plug-ins/vdx/vdx-import.c: Updated to version 0.9.4 to fix shape
problems and text errors. Fixes bug #417956.

* lib/text.c (text_key_event): Treat keypad enter like return.
Fixes bug #423480.

* plug-ins/dxf/dxf-import.c: Load closed polyline as polygon,
patch from Ben Abbott fixes font height problems. Fixes bug #421250.

2007-03-28 Lars Clausen <lars@raeder.dk>

* objects/custom/custom_object.c (custom_update_data): Use newer
way to get text ascent. Fixes bug #423351.

[end merge]

svn path=/branches/dia-0-96/; revision=3918

414c14e DIA_0_96 2007-03-27 05:18:26 Hans Breuer

dia/lib bindings with the help of SWIG, for details see:

2007-03-26 Hans Breuer <hans@breuer.org>

* bindings/* : dia/lib bindings with the help of SWIG, for details
see: http://mail.gnome.org/archives/dia-list/2007-March/msg00092.html


svn path=/trunk/; revision=3651

2fac3bc 2007-03-26 03:44:09 Lars Clausen

Release 0.96

svn path=/trunk/; revision=3650

dd8b852 2007-03-21 22:48:33 Raivis Dejus

Updated Latvian Translation.

2007-03-21 Raivis Dejus <orvils@gmail.com>

* lv.po: Updated Latvian Translation.

svn path=/trunk/; revision=3649

ce9f628 2007-03-21 22:48:07 Raivis Dejus

Updated Latvian Translation.

2007-03-18 Raivis Dejus <orvils@gmail.com>

* lv.po: Updated Latvian Translation.

svn path=/trunk/; revision=3648

988824c 2007-03-21 22:12:28 Gintautas Miliauskas

Updated Lithuanian translation.

2007-03-21 Gintautas Miliauskas <gintas@akl.lt>

* lt.po: Updated Lithuanian translation.


svn path=/trunk/; revision=3647

ef6bed3 2007-03-21 16:28:05 Takeshi AIHANA

Updated Japanese translation.

2007-03-21 Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Updated Japanese translation.

svn path=/trunk/; revision=3646

241bd80 2007-03-20 07:06:37 Hans Breuer

glib/gstdio.h was protected by #if GLIB_CHECK_VERSION(2,8,0) but it is

2007-03-18 Hans Breuer <hans@breuer.org>

* app/load_save.c : glib/gstdio.h was protected by
#if GLIB_CHECK_VERSION(2,8,0) but it is supposed to be available
since glib-2-6. We rely on that anyway.


svn path=/trunk/; revision=3645

8623e87 2007-03-19 16:29:23 Hans Breuer

avoid stumbling over libxml2 preprocessor tricks for LIBXML_THREAD_ENABLED

2007-03-18 Hans Breuer <hans@breuer.org>

* app/app_procs.c : avoid stumbling over libxml2 preprocessor
tricks for LIBXML_THREAD_ENABLED (not at all platform specific)


svn path=/trunk/; revision=3644

b8c6a2b 2007-03-19 06:28:38 Lars Clausen

Pre9

svn path=/trunk/; revision=3643

38fb222 2007-03-19 02:41:19 Hans Breuer

portability fixes

2007-03-18 Hans Breuer <hans@breuer.org>

* app/app_procs.c plug-ins/wmf/wmf.cpp : portability fixes

svn path=/trunk/; revision=3642

3c7e2f3 2007-03-19 02:03:48 Hans Breuer

use <glib/gstdio.h> to match GLib's filename encoding to the io functions

2007-03-17 Hans Breuer <hans@breuer.org>

* app/app_procs.c app/autosave.c app/commands.c app/diaconv.c
app/export_png.c app/filedlg.c app/load_save.c
app/paginate_psprint.c app/preferences.c app/render_eps.c
app/sheets_dialog.c app/sheets_dialog_callbacks.c
lib/dia_dirs.c lib/dia_xml.c lib/diagdkrenderer.c
plug-ins/cgm/cgm.c plug-ins/dxf/dxf-export.c
plug-ins/dxf/dxf-import.c plug-ins/hpgl/hpgl.c
plug-ins/metapost/render_metapost.c plug-ins/pgf/render_pgf.c
plug-ins/pstricks/render_pstricks.c plug-ins/python/pydia-render.c
plug-ins/shape/shape-export.c plug-ins/svg/render_svg.c
plug-ins/vdx/vdx-export.c plug-ins/vdx/vdx-import.c
plug-ins/wmf/wmf.cpp plug-ins/wpg/wpg.c
plug-ins/xfig/xfig-export.c plug-ins/xfig/xfig-import.c
plug-ins/xslt/xslt.c : use <glib/gstdio.h> to match GLib's filename
encoding to the io functions used, that is: g_open, g_fopen, g_stat,
g_unlink, g_mkdir, g_rename (, g_access, g_lstat, g_remove, g_freopen,
g_chdir, g_rmdir). Also replace gzopen() with gzdopen(g_open(), ...)
to properly handle unicode filenames; finally use g_mkstemp().
Fixes bug #131210 and bug #397159. To make this fully work on win32
a recent enough version of libxml2 is required - tested with 2.6.27 -
but anything from 2.6.24 should do.

* plug-ins/cairo/diacairo.c : special handling for cairo which
currently only supports filenames in the C runtime locale.


svn path=/trunk/; revision=3641

0217199 2007-03-18 06:41:14 Hans Breuer

if created a diagram, display it ... ... and don't crash with display

2007-03-17 Hans Breuer <hans@breuer.org>

* plug-ins/python/aobjects.py : if created a diagram, display it ...
* app/display.c : ... and don't crash with display update before we
had the chance to reate a renderer.


svn path=/trunk/; revision=3640

74f4017 2007-03-18 03:48:31 Hans Breuer

plugged some leaks and made the filter sensitive extension update work, by

2007-03-17 Hans Breuer <hans@breuer.org>

* app/filedlg.c : plugged some leaks and made the filter sensitive
extension update work, by relying less on what we get back from gtk+
Fixes bug #403195.

svn path=/trunk/; revision=3639

7e9673a 2007-03-18 02:00:52 Hans Breuer

[some playing with valgrind : memory leaks] removed superfluous g_strdup()

2007-03-17 Hans Breuer <hans@breuer.org>

[some playing with valgrind : memory leaks]
* lib/text.c(text_set_line_text) : removed superfluous g_strdup()
* app/interface.c : gtk_accelerator_get_label() and g_strconcat()
return newly allocated strings and gtk_tooltips_set_tip() does not
free them
[jump or move depends on uninitialised value(s)]
* objects/network/radiocell.c : dont call polyshape_update_data()
without initialized points

svn path=/trunk/; revision=3638

f540f23 2007-03-17 23:37:15 Hans Breuer

somehow an extra 'd' got commited :)

2007-03-17 Hans Breuer <hans@breuer.org>

* plug-ins/python/aobjects.py : somehow an extra 'd' got commited :)

svn path=/trunk/; revision=3637

bf8a5f5 2007-03-17 20:08:26 Hans Breuer

Self Documenation Part III and stress test, creates all Dia Objects

2007-03-17 Hans Breuer <hans@breuer.org>

* plug-ins/python/aobjects.py plug-ins/python/Makefile.am :
Self Documenation Part III and stress test, creates all Dia Objects
* objects/FS/flow-ortho.c objects/FS/flow.c : removed partial
left over of 'static DiaFont*' which caused a crash on creation

* objects/UML/umlattribute.c objects/UML/umlformalparameter.c
objects/UML/umloperation.c : don't crash on name being NULL

* objects/custom/custom_object.c : call *_update_data in *_copy
Fixes the disappearance of object drawing after cut&paste
(bug #416414, Stein Somers)

* plug-ins/python/pydia-font.c : cmpfunc is supposed to return out
of (-1, 0, 1)

* lib/utils.h lib/message.h : added C++ guards


svn path=/trunk/; revision=3636

05ac834 2007-03-17 18:47:35 Steffen Macke

installer/win32/locale/slovak.nsh: Use Codepage 1250, fixed errors

svn path=/trunk/; revision=3635

d6d5224 2007-03-17 15:32:07 Lars Clausen

Pre8: Three crash bugs fixed.

svn path=/trunk/; revision=3634

42b33fa 2007-03-14 21:10:09 Steffen Macke

Added Slovak translations for installer. Thanks to helix84

* installer/win32/locale/slovak.nsh: (added)
* installer/win32/locale/Makefile.am:
* installer/win32/dia.nsi: Added Slovak translations for installer.
Thanks to helix84 <helix84@users.sourceforge.net>
Ignoring some files.

svn path=/trunk/; revision=3633

e14a136 2007-03-11 22:38:18 Lars Clausen

Pre7: Crash bugs, image rendering, unit spinner fix.

svn path=/trunk/; revision=3632

fabb3fc 2007-03-11 17:13:03 Lars Clausen

Don't let active_focus_ptr point at a dead focus object.

svn path=/trunk/; revision=3631

744a512 2007-03-10 14:14:48 Funda Wang

fix bug#335983.

svn path=/trunk/; revision=3630

a01d0a6 2007-03-07 15:14:15 Steffen Macke

lib/diaarrowchooser.c: Include config.h to compile with MSVC

svn path=/trunk/; revision=3629

f3fe101 2007-03-06 15:18:10 Steffen Macke

installer/win32/dia.nsi: Added plug-ins/python/doxrev.py

svn path=/trunk/; revision=3628

94f502e 2007-03-06 15:15:56 Lars Clausen

pre6

svn path=/trunk/; revision=3627

a9c79d3 2007-03-06 06:52:11 Lars Clausen

i18n fixes, debug info out, PNG export rounding error, text scaling,
diagram title update.


svn path=/trunk/; revision=3626

8ce7087 2007-02-27 06:58:02 Lars Clausen

Prerelease 5

svn path=/trunk/; revision=3625

1f71b5a 2007-02-26 07:04:38 Gabor Kelemen

Translation updated.

2007-02-25 Gabor Kelemen <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=3624

5de9f65 2007-02-26 04:59:56 Gabor Kelemen

Hungarian installer translation added.

2007-02-25 Gabor Kelemen <kelemeng@gnome.hu>

* installer/win32/locale/hungarian.nsh:
* installer/win32/dia.nsi: Hungarian installer translation added.

svn path=/trunk/; revision=3623