- 06 Nov, 2010 1 commit
-
-
Hans Breuer authored
-
- 13 Aug, 2010 1 commit
-
-
Hans Breuer authored
-
- 03 Aug, 2010 1 commit
-
-
Hans Breuer authored
-
- 24 May, 2009 1 commit
-
-
Hans Breuer authored
-
- 03 May, 2009 1 commit
-
-
Hans Breuer authored
-
- 13 Apr, 2009 1 commit
-
-
Hans Breuer authored
2009-04-13 Hans Breuer <hans@breuer.org> * NEWS config.h.win32 configure.in : updated for dia-0.97-pre3 svn path=/trunk/; revision=4380
-
- 11 Apr, 2009 1 commit
-
-
Hans Breuer authored
2009-04-11 Hans Breuer <hans@breuer.org> * app/app_procs.c : patch from Arunan Balasubramaniam, bug #573921 to to reduce wakeups prefer g_timeout_add_seconds() over g_timeout_add() svn path=/trunk/; revision=4376
-
- 15 Feb, 2009 2 commits
-
-
Hans Breuer authored
2009-02-15 Hans Breuer <hans@breuer.org> * configure.in config.h.win32 NEWS : dia-0.97-pre2 svn path=/trunk/; revision=4286
-
Hans Breuer authored
2009-02-15 Hans Breuer <hans@breuer.org> * configure.in config.h.win32 : release of dia-0.97-pre1, finally * INSTALL NEWS : updated * tests/test-objects.c : g_assert(o->ops->get_object_menu == NULL || o->ops->get_object_menu(o, &point) != NULL); see below svn path=/trunk/; revision=4284
-
- 20 Sep, 2008 1 commit
-
-
Hans Breuer authored
2008-09-20 Hans Breuer <hans@breuer.org> * app/filedlg.c : global usage of GTK_DISABLE_DEPRECATED broke this file with gtk+-2-14 * app/prefernces.c : avoid setting uninitialized (NULL) units, fixes a crash when starting with an old configuation file * lib/text.c : also accept GDK_KP_Enter to ccreate a new line. Fixes bug #539476 * lib/makefile.msc : reflect renaming of libdia.c to dialib.c * NEWS : mention Find&Replace feature * plug-ins/python/autolayoutforce.py : more comment * samples/render-test.dia samples/Self/PyDiaObjects.dia : update svn path=/trunk/; revision=4117
-
- 13 Jul, 2008 1 commit
-
-
Hans Breuer authored
2008-07-13 Hans Breuer <hans@breuer.org> * app/modify_tool.c : mouse position and bounding box on statusbar when resizing objects * NEWS : mention wmf plug-in and libEMF svn path=/trunk/; revision=4088
-
- 08 Apr, 2008 1 commit
-
-
Hans Breuer authored
2008-04-08 Hans Breuer <hans@breuer.org> * NEWS app/authors.h : updated svn path=/trunk/; revision=3931
-
- 25 Mar, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3650
-
- 18 Mar, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3643
-
- 17 Mar, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3634
-
- 11 Mar, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3632
-
- 06 Mar, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3627
-
- 26 Feb, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3625
-
- 08 Feb, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3611
-
- 22 Jan, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3595
-
- 21 Jan, 2007 1 commit
-
-
Lars Clausen authored
svn path=/trunk/; revision=3594
-
- 13 Dec, 2006 1 commit
-
-
Lars Clausen authored
-
- 09 Dec, 2006 1 commit
-
-
Lars Clausen authored
-
- 28 May, 2006 1 commit
-
-
Lars Clausen authored
-
- 19 Apr, 2006 1 commit
-
-
Lars Clausen authored
-
- 12 Apr, 2006 1 commit
-
-
Lars Clausen authored
-
- 28 Mar, 2006 1 commit
-
-
Lars Clausen authored
-
- 22 Mar, 2006 1 commit
-
-
Lars Clausen authored
-
- 12 Mar, 2006 1 commit
-
-
Lars Clausen authored
-
- 08 Mar, 2006 1 commit
-
-
Lars Clausen authored
-
- 26 Feb, 2006 1 commit
-
-
Lars Clausen authored
-
- 22 Feb, 2006 1 commit
-
-
Lars Clausen authored
-
- 12 Feb, 2006 1 commit
-
-
Lars Clausen authored
-
- 27 Jan, 2006 1 commit
-
-
Hans Breuer authored
2006-01-27 Hans Breuer <hans@breuer.org> * app/filedlg.c lib/widgets.c : more default responses. Patch from Nguyen Thai Ngoc Duy, part of bug #138183 * NEWS : Main point feature correction. The line is supposed to start at the border of the object not the bounding box.
-
- 01 Jan, 2006 1 commit
-
-
Hans Breuer authored
2006-01-01 Hans Breuer <hans@breuer.org> * objects/custom/custom_object.c(cutom_update_data) : depending on the handle moving let one scale (x or y) take precedence. (bug #308515, Eric Deplagne) * objects/UML/class.c : only perform the attributes check with attributes visible to ged rid of false warnings * objects/UML/class_dialog.c : need to setup Connection::object after uml_attribute_new() and uml_operation_new(), again less warnings but bug #314153 still not fixed. * NEWS : updated * plug-ins/python/diasvg.py : more correct svg by also writing xmlns="http://www.w3.org/200/svg" * plug-ins/python/dot.py : skip unconnected connection lines * plug-ins/python/Makefile.am : added dot.py * plug-ins/python/pydiadoc.py plug-ins/python/codegen.py : fixed typos in comments
-
- 01 Jul, 2005 1 commit
-
-
Hans Breuer authored
2005-07-01 Hans Breuer <hans@breuer.org> * lib/widgets.c(dia_color_selector_more_callback): dont free old_color twice * plug-ins/wmf/wmf.cpp : finally added enahnced meta file option. Thus linestyles can be preserved on export - at least on NT based systems. * NEWS : clarify the wmf outside of windows issue * app/modify_too.c : fix C99ism * objects/standard/arc.c : debug spew optional at compile time
-
- 18 Jun, 2005 1 commit
-
-
Hans Breuer authored
2005-06-18 Hans Breuer <hans@breuer.org> * NEWS : mention new file dialog [plugged remaining leaks from bug #142669] * lib/prop_attr.c(fontprop_free) : not only unref the font but free the property itself, too. * app/diagram_tree.c(create_diagram_children): remember the original list start to not only free the last element * lib/prop_sdarray.c:64: warning: `arrayprop_free' defined but not used. Here it meant a potentially huge leak.
-
- 11 Jun, 2005 1 commit
-
-
Hans Breuer authored
2005-06-11 Hans Breuer <hans@breuer.org> * configure.in config.h.win32.h : mark as +cvs (should have been done directly after the 0.94 release) * NEWS : attempt to summarize 2/3 year of development [ WANTK_AUTOMAKE=1.7 ./autogen.sh && ./conifugre --enable-maintatiner-mode && make distcheck finally passes again ] * app/app_procs.c : force use of POPT for the GNOME case, otherwise app/run_dia.sh --credits > THANKS => Segmentation fault * app/pixmaps/Makefile.am : added group.png and ungroup.png * Makefile.am : work around scrollkeeper bug * doc/en/Makefile.am : explicit list DISTCLEANFILES = dia.1 * po/*.po : 'noise' produced by make dist
-
- 19 Aug, 2004 1 commit
-
-
Lars Clausen authored
-
- 09 Aug, 2004 1 commit
-
-
Lars Clausen authored
-