• 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
cdfa0df dia-0-97 2017-03-05 19:37:00 Inaki Larranaga Murgoitio

Update Basque language

ef46a11 2016-10-22 07:42:05 Piotr Drąg

Update Polish translation

ca6bd8f 2016-09-04 21:49:40 Tiago Santos

Updated Portuguese translation

dc5bbbb 2016-09-04 21:35:38 Tiago Santos

Updated Portuguese translation

1beb531 2016-07-16 02:03:33 Piotr Drąg

Add Language headers to po files

Future versions of gettext will fail if this header is missing.

9e837f5 2016-07-06 00:26:48 Andika Triwidada

Updated Indonesian translation

5ee299c 2016-06-30 16:38:44 Daniel Mustieles

Updated Spanish translation

bb43827 2016-05-08 17:42:15 Anders Jonsson

Updated Swedish translation

70df0df 2016-01-04 04:33:35 Mario Blättermann

Updated German translation

b13a01c 2015-10-18 19:30:40 Tom Tryfonidis

Updated Greek translation

ad1d7b0 2015-10-04 04:39:20 Rafael Fontenelle

Updated Brazilian Portuguese translation

39a71bb 2015-09-08 07:12:03 Piotr Drąg

Remove po/sr@Latn.po, update ALL_LINGUAS

po/sr@latin.po is the correct, and complete, translation.

38385f0 2015-08-09 01:07:07 Dimitris Spingos

Updated Greek translation

4681c46 2015-07-05 18:07:52 Pedro Albuquerque

Updated Portuguese translation

5ac9fd4 2015-06-18 03:41:36 Cédric Valmary

Updated Occitan translation

4d8ddea 2015-03-23 07:25:28 Anders Jonsson

Updated Swedish translation

6386d38 2015-03-16 23:16:53 Marek Černocký

Updated Czech translation

2efc7b2 2015-03-15 08:33:04 Samir Ribic

Updated Bosnian translation

9e44c08 2014-09-06 00:26:35 Hans Breuer

Dia 0.97.3 - bug-fix release (NEWS)

dia-0.97.3: 2014-09-05

* Fix double free with some SVG rendering (regression from Dia 0.97.2)
* Fixes to cope better with updated versions of Dia's dependencies:
- don't crash at start-up with ABI breaking GLib 2-36
- don't assert in cairo 1.12 with invalid arc parameters
- avoid kerning problems (character overlap) for all Pango versions
- fix image files to be loadable by libpng16
* Backport fixes for some seldom crashes and other annoyances, see:
http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3
* Update translations for Brazilian Portuguese, German, Hungarian,
Polish, Romanian, Serbian and Slovenian

51fed7c 2014-08-25 00:56:03 Hans Breuer

Bug 735303 - Don't create empty groups from VDX

Fixed in the VDX plug-in itself but also on the lib API level
with g_return_val_if_fail (objects != NULL, NULL);

(cherry picked from commit ec4dbbcbc21e1233e46ba9ae059a18bed459ca24)

d65179c 2014-07-26 17:34:19 Balázs Úr

Updated Hungarian translation

ad54cac 2014-07-06 21:57:22 Gokturk Yuksek

cairo: do not compile cairo plugin if '--without-cairo' is defined.

Passing '--without-cairo' option to the build system disables
the inclusion of cairo header files but does not prevent the
code from building. As a result the compilation fails with
'implicit declaration of function' errors.

To fix this, modify the Makefile.am so that it does not compile
the plugin if '--without-cairo' is defined. Note that this
option must be passed by the user explicitly as the build system
will always detect libcairo on the system since GTK depends on it.

See: https://bugzilla.gnome.org/show_bug.cgi?id=729668
See: https://bugs.gentoo.org/show_bug.cgi?id=509636

Signed-off-by: Gokturk Yuksek <gokturk@binghamton.edu>
(cherry picked from commit ceb7265b65ed969698c358a850f8ff3ad42cc9d5)

Conflicts:
plug-ins/cairo/diacairo-renderer.c
plug-ins/cairo/diacairo.c

aa4166c 2014-05-14 02:16:28 Мирослав Николић

Updated Serbian translation

01d2be5 2014-04-18 20:42:01 Hans Breuer

Bug 728405 - Include custom shapes for unit test

Formerly only programmed objects were tested within the build
environment, except if shapes were found outside of the source
tree (e.g. from home directory or build prefix)

8b8ae09 2014-04-18 20:28:45 Hans Breuer

Bug 728405 - back-port some bounding box calculation fixes from master

... so that the unit test works without complaints.

dadb59e 2014-04-18 20:26:27 Hans Breuer

[build] Remove -D*_DISABLE_DEPRECATED from makefile.msc

Deprecation updates wont happen on the stable branch if not absolutely
necessary.

d656e79 2014-03-29 20:17:24 Hans Breuer

Dia 0.97.3 NEWS update

2549e86 2014-03-28 02:00:23 Steffen Macke

Improved Control Panel info, optional desktop shortcut.

e83f0d1 2014-03-27 02:16:23 Steffen Macke

Improved uninstallation, fixed pixbuf loader problem.

d75dc24 2014-03-27 00:12:48 Steffen Macke

Improved uninstallation, ensure that translations are installed if needed.