• 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. Tiempo Autor
59f5acf 2014-08-25 02:37:05 Hans Breuer

Fix some leaks related to parent_list_affected() usage

16be2a0 2014-08-25 02:37:05 Hans Breuer

Bug 606377 - missing pdf export option in man dia‏

Also updated some other options in the English version of the
manual, e.g. three SVG, VDX, --list-filters ...

64b2c8f 2014-08-25 02:20:41 Marek Černocký

Updated Czech translation

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)

303051e 2014-08-25 00:20:35 Hans Breuer

Make old "Standard - Bus" an alias in sheet, rather than code

c7371d8 2014-08-24 23:16:39 Hans Breuer

custom: restore default to only grow the box with text

Text-fitting was set to ALWAYS but that does not change the behavior
to the better when there is no text.

bd5d174 2014-08-24 23:16:38 Hans Breuer

custom: fix typos and whitespace usage

ffa5cde 2014-08-24 23:16:36 Hans Breuer

Implement ShapeRenderer::draw_rounded_rect()

The custom shape module can handle rect with radius for some time. Still
the shape exporter was creating stepwise arc/line shapes with a lot of
superfluous connection points. Now it's just doing the same number of
connection points as the original object (if it was Standard - Box)

07ead81 2014-08-24 23:16:35 Hans Breuer

Bug 606377 - Remove static filter list from --filter help string ...

Rather than adding another static string to the dynamic list of export
formats supported add another option. With --list-filters (mentioned
with --help) the list of available filters is created dynamically
fitting the current compilation and configuration.

ec4dbbc 2014-08-24 23:16:33 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);

5a34806 2014-08-24 23:16:32 Hans Breuer

[substitute] Standard - ZigZagLine: keep points in range

8b14517 2014-08-24 23:16:28 Hans Breuer

DiaPsRenderer::draw_beziergon (): fix to stroke instead of filling

e449792 2014-08-16 19:31:18 Marek Černocký

Updated Czech translation

ff19fc7 2014-08-03 22:15:23 Hans Breuer

path: add binary path operations to <Selection> context menu

If there is more than one object selected the context menu offers extra
entries: Union, Difference, Intersection and Exclusion. These are implemented
based on DiaPathRenderer and new path_combine() function. The latter still has
some issues, but it's good enough to check with another compiler/build system.

9312a8a 2014-08-03 22:15:20 Hans Breuer

path: Fix DiaPathRenderer::draw_polygon() to create continuous path

also fix some typos/dix while add it

0b8f9d3 2014-08-03 22:15:19 Hans Breuer

[substitute] remove Standard object specific "Convert to Path" again

At least for "Standard - Box" and "Standard - Bezier*" there is no user
visible gain anymore with the object specific implementations. All their
functionality is integrated with DiaPathRenderer and global menuc entry
"<Selection>/Convert to Path" now.

fb12c9f 2014-08-03 22:15:17 Hans Breuer

Bug 733344 - Zigzagline has wrong arrow head if placed without the "zag" part

arrows.c: don't move arrow if it would change direction
autoroute.c: distribute points even for straight lines to have room for
arrow movement (non zero line length)

38aa037 2014-08-03 22:15:16 Hans Breuer

Avoid line number overflow in text_distance_from()

1d71db4 2014-08-03 22:15:07 Hans Breuer

dia_log_message(): improve time stamp readability

87abd56 2014-08-03 22:15:05 Hans Breuer

More tool-tips for actions

5a788e5 2014-08-03 22:15:03 Hans Breuer

[gtk-deprecated] Stop using GtkRuler regardless of GTK+ version

DiaRuler is now always used, not only when GtkRuler is deprecated.
Minor glitch with some numbers fixed, redrawing slightly optimized.

e8d6b5c 2014-08-03 22:15:01 Hans Breuer

Bug 732077 - Flowchart object are not resizable (by default)

Change default back to the old default, only fit the text when needed.

68e941d 2014-08-03 22:14:59 Hans Breuer

PyDia: add read-only Sheet object and update docs

- PyDiaObjects.dia: add and connect Sheet and MenuItem
- allsheets.py: Self Documentation Series - Part VII : All Sheets

136d3c5 2014-08-03 22:14:58 Hans Breuer

pdf-import: disable bogus image cache

neither 'ref' nor 'str' work as unique key. Minimal test must include
at least render-test.pdf which does not work with both.

Also initial stab on alpha support. Not ready yet, more member functions
need implementation.

9dfbd58 2014-08-03 22:14:57 Hans Breuer

pdf-import: text position corrections

at least for rotation of 90 degree

17260e6 2014-07-26 18:17:46 Balázs Úr

Updated Hungarian translation

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

Updated Hungarian translation

ab01d14 2014-07-25 21:26:04 Kjartan Maraas

Updated Norwegian bokmål translation.

5c515b6 2014-07-10 07:25:47 Benjamin Steinwender

Updated German 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