2001-06-03 Hans Breuer <hans@breuer.org>
commit56a2d5ac17c5052c560b409ec6c890392f01b264
authorhans <hans>
Sun, 3 Jun 2001 21:51:22 +0000 (3 21:51 +0000)
committerhans <hans>
Sun, 3 Jun 2001 21:51:22 +0000 (3 21:51 +0000)
treeaa9a415f7b2225daf607e85d2d038e158a5c9081
parenta49eb2a3996301453c27c09a428c3cb71c92af8d
2001-06-03  Hans Breuer  <hans@breuer.org>

* app/diagram.h : added prototype for diagram_update_menu_sensitivity()
* app/commands.c : give the right number of parameters
to diagram_update_menu_sensitivity ()

* app/preferences.c : do proper initialization for DiaPrefsData:
render_bounding_boxes. It would be a real surprise if 'hidden'
properties would have ever worked before.
Don't try to access the widgets of hidden property, it does not
have one.

* lib/diagramdata.h : make render_bounding_boxes a DIAVAR, cause
it is defined in libdia, but initialized from dia app, which
otherwise gave nice start-up crashes.

* lib/diagramdata.c : initialize the color for rendering bounding
boxes in the Dia range (0 .. 1.0)

* lib/libdia.def : added *_bbox functions for export

* lib/makefile.msc : added new sources

* objects/custom/custom_object.c : use HAVE_UNISTD_H
ChangeLog
app/commands.c
app/diagram.h
app/preferences.c
lib/diagramdata.c
lib/diagramdata.h
lib/libdia.def
lib/makefile.msc