Dia ChangeLog report for Mon Jun 10 07:23:01 2002 (UTC)



Snapshots available at http://www.crans.org/~chepelov/dia/snapshots

*** Recent ChangeLog entries:

--- ChangeLog.previous  Sun Jun  9 09:23:19 2002
+++ dia-cvs-snapshot/ChangeLog  Mon Jun 10 09:23:05 2002
@@ -1,3 +1,55 @@
+2002-06-09  Hans Breuer  <hans breuer org>
+
+       * app/app_procs.c : convert 'Modified diagrams exits'
+       dialog to use GtkMessageDialog. That gives us:
+       - icons without Gnome dependency
+       - much less code, also cross platform
+       - improved useability ?
+
+       * app/color_area.c : the Color Selection Widget looked
+       quite wrong (alpha problems). Fix it by merging in required
+       changes stolen from The Gimp cvs
+       * app/color_area.h : to get the right appearance the maskes
+       needed to be taken into account
+       * app/interface.c : adapt to color_area_create changes.
+       Also remove some dead code and finally remove cvs autexpansion,
+       I was bothered enough by irrelevant differences :-)
+
+       * app/defaults.c app/properties.c app/dia-props.c : use improved GtkDialog
+       api, i.e stocks and response to make the GnomeDialog usage
+       obsolete. Also fixed the issue with closing the 'parent'
+       before closing the dialog
+
+       * app/display.[ch] : removed some dead code and conversion
+       to new GtkDialog api. Also trying to conform to new HIG
+       standard http://developer.gnome.org/projects/gup/hig/
+
+2002-06-09  Hans Breuer  <hans breuer org>
+
+       * lib/makefile.msc : define GTK_DISABLE_DEPRECATED,
+       build ps-utf8.c
+
+       * lib/dia_image.c : gtk_widget_set_default_visual()
+       remove. It does nothing with Gtk2.
+
+       * lib/libdia.def : added ps_unicoder exports
+
+       * lib/message.c : remove #GNOME use GtkMessageDialog.
+       Yeah, Dia gets dialogs wit icons cross-platform.
+
+       * lib/prop_geomtypes.c : gtk_spin_button_get_value_as_float()
+       to gtk_spin_button_get_value()
+
+       * lib/prop_inttypes.c : gtk_label_set() -> gtk_label_set_text()
+
+       add #undef GTK_DISABLE_DEPRECATED to still use ...
+       * lib/prop_text.c :  ... GtkText
+       * lib/prop_widgets.c : ... GtkList
+       * lib/prop_dialogs.c : ... gtk_signal_connect and more
+       * lib/widgets.c : ... (too much to list here)
+
+       * lib/ps-utf8.c : #include <string.h>
+
 2002-06-08  Cyrille Chepelov  <cyrille chepelov org>

        * configure.in:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]