2006-10-29 19:55:17  Rev 1300   larsa

	* SoGuiRenderArea.cpp.in: clarify life-cycle of objects in doc

2006-10-15 21:41:46  Rev 1299   larsa

	* SoGuiRenderArea.cpp.in: bugfix for initializing viewport size when 
	  using custom SoSceneManager, and a note on something stupid

2006-10-04 18:38:07  Rev 1298   larsa

	* SoGuiRenderArea.cpp.in: Make it possible to enable DEBUGGING_EGGS 
	  without enabling all the debug code.

2006-10-04 10:40:23  Rev 1297   pederb

	* viewers/SoGuiViewer.cpp.in: Bugfix for recently introduced bug in 
	  camera handling. Reported by kintel.

2006-10-02 00:59:51  Rev 1294   autosvn

	* .cvsignore: remove now obsolete .cvsignore files.

2006-08-28 12:11:53  Rev 1291   mortene

	* viewers/SoGuiViewer.cpp.in: Misc minor robustness fixes wrt camera 
	  handling.

2006-04-24 15:56:51  Rev 1290   kintel

	* SoGuiRenderArea.cpp.in: Display stencil bits as glinfo

2006-04-04 14:12:28  Rev 1289   kyrah

	* SoGuiObject.h.in: Silence gcc-4 warning about virtual functions 
	  but non-virtual destructor.

2006-03-13 11:28:39  Rev 1288   mortene

	* viewers/SoGuiViewer.cpp.in: Doc: a handful of FIXMEs.

2006-02-22 17:26:09  Rev 1287   kyrah

	* sogui-config.in: Cosmetics: state name of created application 
	  bundle.

2006-02-10 15:50:20  Rev 1286   mortene

	* SoGuiCommon.cpp.in: being careful with the tmp atexit() hack

2006-02-10 10:49:48  Rev 1285   kyrah

	* SoGuiCommon.cpp.in: Disabled invocation of So@Gui@::done() from 
	  So@Gui@::mainLoop()

2006-02-10 10:27:57  Rev 1284   mortene

	* viewers/SoGuiPlaneViewer.cpp.in, viewers/SoGuiPlaneViewerP.h.in: 
	  Bugfix: re-check GL context's limit for lineWidth settings when 
	  rendering, in case the context is different in later viewer 
	  instances.

2006-02-09 21:32:56  Rev 1283   kintel

	* SoAny.cpp.in: static resource reset

2006-02-09 21:11:58  Rev 1282   kintel

	* widgets/SoAnyThumbWheel.cpp.in: flag doesn't need to be static as 
	  it is always initialized on the first iteration

2006-02-09 18:24:40  Rev 1281   mortene

	* SoGuiBasic.h.in, SoGuiCommon.cpp.in: Compile fix: int32_t is not a 
	  portable type.

2006-02-09 16:28:45  Rev 1280   mortene

	* SoAny.cpp.in: Compile fix.

2006-02-09 16:05:40  Rev 1279   kintel

	* SoGuiCursor.h.in, SoGuiCursor.cpp.in: Added initClass(), plugged 
	  mem leaks

2006-02-09 16:05:20  Rev 1278   kintel

	* SoAny.cpp.in: Added SoAny::init(). Renamed soqt_atexit to 
	  sogui_atexit

2006-02-09 16:05:02  Rev 1277   kintel

	* SoAny.h.in: Added SoAny::init()

2006-02-09 16:04:22  Rev 1276   kintel

	* SoGuiBasic.h.in, SoGuiCommon.cpp.in: Renamed soqt_atexit to 
	  sogui_atexit

2006-02-09 15:21:16  Rev 1275   kintel

	* SoAny.cpp.in: Use soqt_atexit() instead of atexit()

2006-02-09 15:20:53  Rev 1274   kintel

	* SoGuiBasic.h.in, SoGuiCommon.cpp.in: Move the implementation of 
	  soqt_atexit() to some .cpp file

2006-02-09 15:07:07  Rev 1273   kintel

	* SoGuiBasic.h.in: Provide a dummy soqt_atexit()

2006-01-31 11:58:34  Rev 1272   mortene

	* viewers/SoGuiExaminerViewerP.h.in, viewers/SoGuiExaminerViewer.cpp.
	  in: Clean-up: minor refactoring. Makes internal interface more 
	  general, and gets rid of some duplicated code.

2005-11-15 13:51:12  Rev 1271   mortene

	* BUGS.txt: New item, minor.

2005-10-28 13:54:20  Rev 1270   mortene

	* viewers/SoGuiViewer.cpp.in: Doc: provide a ''see also'' for 
	  SoCamera::setStereoAdjustment() in the stereo support doc.

2005-10-26 10:33:00  Rev 1269   mortene

	* spwinput_x11.cpp.in: Clean-up: detach qt-config.h from config.h.

2005-10-19 12:57:48  Rev 1268   larsa

	* widgets/SoGuiPopupMenu.cpp.in: compile fix

2005-10-13 11:08:10  Rev 1267   larsa

	* SoGuiRenderArea.cpp.in: explain a problem with the current event 
	  processing

2005-10-10 15:24:55  Rev 1266   kyrah

	* viewers/SoGuiPlaneViewer.cpp.in, viewers/SoGuiExaminerViewer.cpp.
	  in: Also disable ALT functionality in SoGuiPlaneViewer, since the 
	  same problem applies there as well. Commented out this feature in 
	  the documentation.

2005-10-10 14:41:30  Rev 1265   kyrah

	* viewers/SoGuiExaminerViewer.cpp.in: Apparently the ALT issue does 
	  happen with SoQt as well. Undid my recent changes and disabled the 
	  functionality again until we know more.

2005-10-06 18:08:41  Rev 1264   kyrah

	* viewers/SoGuiExaminerViewer.cpp.in: Re-enable use of ALT button to 
	  temporarily switch between modes for SoQt.

2005-10-05 15:01:51  Rev 1263   pederb

	* viewers/SoGuiFullViewer.cpp.in: Remove erroneous FIXME.

2005-10-05 14:57:20  Rev 1262   pederb

	* widgets/SoGuiPopupMenu.cpp.in: plug memory leak.

2005-10-04 16:26:35  Rev 1261   kintel

	* viewers/SoGuiFullViewer.cpp.in: Added FIXME about memleak

2005-09-28 11:09:05  Rev 1260   kyrah

	* widgets/SoAnyThumbWheel.cpp.in: Mac OS X Qt-4 fix: Added missing 
	  include for __COIN_SOQT__ define.

2005-09-22 10:31:50  Rev 1257   larsa

	* viewers/SoGuiFlyViewer.cpp.in, nodes/SceneTexture2.cpp.in, 
	  viewers/SoGuiExaminerViewerP.h.in, nodes/Slider1.cpp.in, SoGuiP.h.
	  in, nodes/SceneTexture2.h.in, devices/SoGuiDeviceP.h.in, 
	  SoGuiObject.cpp.in, viewers/SoGuiFullViewer.cpp.in, 
	  devices/SoGuiSpaceball.cpp.in, nodes/ToggleButton.cpp.in, 
	  nodes/Label.cpp.in, devices/SoGuiInputFocus.cpp.in, 
	  devices/SoGuiKeyboard.cpp.in, SoGui.h.in, viewers/SoGuiViewer.cpp.
	  in, SoGuiBasic.h.in, devices/SoGuiInputFocus.h.in, SoAny.h.in, 
	  nodes/ViewportFix.cpp.in, viewers/SoGuiViewer.h.in, 
	  nodes/ClickCounter.h.in, SoGuiGLWidgetP.h.in, nodes/RadioButton.
	  cpp.in, nodes/ViewportFix.h.in, SoAnyMaterialList.cpp.in, 
	  SoGuiMaterialList.h.in, gl.h.in, nodes/RadioButton.h.in, 
	  SoAnyMaterialList.h.in, widgets/SoGuiPopupMenu.h.in, 
	  viewers/SoGuiPlaneViewer.cpp.in, nodes/MaterialEditor.cpp.in, 
	  devices/SoGuiKeyboardP.h.in, SoGuiRenderArea.cpp.in, 
	  viewers/SoGuiWalkViewer.h.in, engines/Format.cpp.in, 
	  viewers/SoGuiPlaneViewer.h.in, widgets/SoAnyThumbWheel.cpp.in, 
	  engines/Format.h.in, viewers/SoGuiConstrainedViewer.cpp.in, 
	  SoGuiGLWidgetCommon.cpp.in, devices/SoGuiMouse.h.in, 
	  widgets/SoAnyThumbWheel.h.in, viewers/SoGuiExaminerViewer.h.in, 
	  nodes/Image.cpp.in, viewers/SoGuiConstrainedViewer.h.in, soguidefs.
	  h.in, SoGuiComponentP.h.in, editors/ColorEditor.cpp.in, 
	  nodes/Image.h.in, viewers/SoGuiWalkViewerP.h.in, nodes/Pane.h.in, 
	  nodes/ViewpointWrapper.h.in, nodes/ColorEditor.h.in, 
	  editors/ColorEditor.h.in, nodes/Translation.cpp.in, 
	  engines/RadioGroup.h.in, nodes/Translation.h.in, 
	  viewers/SoGuiFlyViewer.h.in, devices/SoGuiInputFocusP.h.in, 
	  SoAnyMaterialListBuiltins.cpp.in, editors/MaterialEditor.cpp.in, 
	  nodes/Nodes.cpp.in, nodes/Slider1.h.in, SoGuiComponentCommon.cpp.
	  in, SoGuiGLWidget.h.in, SoGuiObject.h.in, editors/MaterialEditor.h.
	  in, devices/SoGuiSpaceball.h.in, SoGuiCursor.cpp.in, 
	  viewers/SoGuiFullViewer.h.in, nodes/Nodes.h.in, 
	  devices/SoGuiDevice.cpp.in, SoGuiCursor.h.in, SoAny.cpp.in, 
	  nodes/ToggleButton.h.in, nodes/Label.h.in, nodes/ClickCounter.cpp.
	  in, SoAnyMaterialListBuiltins.cpp.in.m4, devices/SoGuiDevice.h.in, 
	  devices/SoGuiKeyboard.h.in, viewers/SoGuiPlaneViewerP.h.in, 
	  nodes/Frame.cpp.in, devices/SoGuiSpaceballP.h.in, 
	  viewers/SoGuiFullViewerP.h.in, SbGuiList.h, widgets/SoGuiPopupMenu.
	  cpp.in, nodes/Frame.h.in, viewers/SoGuiWalkViewer.cpp.in, 
	  nodes/Position.cpp.in, nodes/Slider2.cpp.in, SoGuiComponent.h.in, 
	  engines/Engines.cpp.in, devices/SoGuiMouse.cpp.in, nodes/Position.
	  h.in, nodes/Slider2.h.in, nodes/MaterialEditor.h.in, 
	  SoGuiRenderArea.h.in, engines/Engines.h.in, 
	  viewers/SoGuiExaminerViewer.cpp.in, nodes/Pane.cpp.in, 
	  nodes/ColorEditor.cpp.in, nodes/ViewpointWrapper.cpp.in, 
	  SoGuiCommon.cpp.in, engines/RadioGroup.cpp.in, devices/SoGuiMouseP.
	  h.in: copyright header update

2005-09-21 15:48:26  Rev 1256   larsa

	* SoGuiGLWidgetCommon.cpp.in: tag update

2005-09-02 10:23:09  Rev 1255   larsa

	* widgets/SoAnyThumbWheel.cpp.in: SoNotQt compile fix

2005-08-05 05:46:22  Rev 1254   kyrah

	* widgets/SoAnyThumbWheel.cpp.in: Workaround for Qt4/Mac bug that 
	  caused thumbwheels to be invisible: QImage::hasAlphaBuffer() is 
	  ignored on Qt4 on Mac OS X, thus we must explicitly set the alpha 
	  component to 0xff (opaque).

2005-07-26 13:12:38  Rev 1253   kyrah

	* SoGuiCommon.cpp.in: Doc fix: It's usually not only not necesssary 
	  but actually a Bad Thing to explicitly call SoQt::done().

2005-07-15 10:57:19  Rev 1251   mortene

	* viewers/SoGuiViewer.cpp.in: Revert change: the warning is not 
	  bogus, and is likely to catch bugs, so reinsert.

2005-07-14 11:32:36  Rev 1250   mortene

	* viewers/SoGuiViewer.cpp.in: Remove too strict warning.

2005-07-01 11:52:48  Rev 1249   mortene

	* viewers/SoGuiViewer.cpp.in: Doc: keep track of API additions.

2005-07-01 11:50:34  Rev 1248   mortene

	* viewers/SoGuiViewer.cpp.in, viewers/SoGuiViewer.h.in: Minor new 
	  feature: API addition, seekToPoint(SbVec3f). Suggested by Guenter 
	  Schwann.

2005-06-30 10:04:31  Rev 1247   mortene

	* .cvsignore: for building in-place

2005-06-29 12:14:49  Rev 1246   mortene

	* SoGuiRenderArea.cpp.in: qGLVersion() obsoleted, remove.

2005-06-28 19:17:54  Rev 1245   larsa

	* viewers/SoGuiViewer.h.in: include-compatibility fix

2005-06-24 12:52:31  Rev 1244   pederb

	* viewers/SoGuiViewer.cpp.in: Disable render caching on internal 
	  separator.

2005-06-22 10:26:20  Rev 1243   mortene

	* widgets/SoGuiPopupMenu.cpp.in: Bugfix: handle radio group 
	  unmarking from abstract interface -- not in native implementation. 
	  This fixes an SoWin bug, where other items in a radio group would 
	  not be unmarked when they should, plus it cleans up the code a bit.

2005-06-22 10:24:48  Rev 1242   mortene

	* widgets/SoGuiPopupMenu.h.in: FIXME and tag about badness in public 
	  API.

2005-06-18 14:52:09  Rev 1241   kyrah

	* nodes/Pane.cpp.in: Get rid of gcc-4 warning.

2005-06-09 14:38:55  Rev 1240   mortene

	* viewers/SoGuiFullViewer.cpp.in, viewers/SoGuiFullViewerP.h.in: 
	  Bugfix: handle SoGLRenderAction::NONE transparency type. Bug 
	  reported by Pierre Boulenguez.

2005-06-09 14:15:40  Rev 1239   mortene

	* SoGuiRenderArea.cpp.in: Post info when using the 
	  SoOffscreenRenderer debugging backdoor.

2005-06-06 14:24:08  Rev 1238   mortene

	* SoGuiRenderArea.cpp.in: Compile fixes.

2005-06-06 13:51:58  Rev 1237   larsa

	* SoGuiRenderArea.cpp.in: New 'osgrab' offscreen-grabbing backdoor.

2005-05-18 12:57:22  Rev 1236   tamer

	* sogui.doxygen.in: updated config to newer version with 'doxygen -u'

2005-05-18 12:55:08  Rev 1235   tamer

	* docs/doxygen/footer.html: update (C) date

2005-05-18 12:52:13  Rev 1234   tamer

	* docs/doxygen/stylesheet.css: remove fluff.

2005-04-13 12:36:20  Rev 1233   mortene

	* SoGuiRenderArea.cpp.in, SoGuiGLWidgetCommon.cpp.in: Minor API doc 
	  additions.

2005-03-16 13:19:53  Rev 1232   larsa

	* SoGuiRenderArea.cpp.in: some debug stuff

2005-03-10 16:05:41  Rev 1231   mortene

	* viewers/SoGuiExaminerViewer.cpp.in: Update a code comment on 
	  disabled functionality (ALT key for temp switching between examine 
	  and view modes).

2005-02-02 19:42:46  Rev 1230   larsa

	* viewers/SoGuiExaminerViewer.cpp.in: disable alt-key 'functionality'

2005-01-06 11:15:04  Rev 1229   mortene

	* SoGuiObject.cpp.in, SoGuiObject.h.in: Code generation fix: get 
	  around a problem with the Intel compiler.

2005-01-05 12:42:00  Rev 1228   larsa

	* SoGuiObject.cpp.in: don't confuse the moc-file detection

2004-12-17 07:35:38  Rev 1227   mortene

	* docs/doxygen/Coin_logo.png: Use new logo.

2004-12-08 13:39:48  Rev 1226   larsa

	* SoGuiGLWidgetP.h.in, SoGuiGLWidgetCommon.cpp.in: share code as 
	  well as doc

2004-12-08 13:27:18  Rev 1225   mortene

	* SoGuiGLWidgetCommon.cpp.in: Make API doc common.

2004-12-08 11:28:24  Rev 1224   larsa

	* SoGuiGLWidget.h.in: setStealFocus stub

2004-12-02 16:23:09  Rev 1223   tamer

	* sogui-config.in: sh compatibility fix for platforms where sh is 
	  not a symlink to bash (such as OpenBSD)

2004-11-03 11:35:59  Rev 1221   larsa

	* BUGS.txt: note

2004-11-03 09:37:25  Rev 1220   mortene

	* viewers/SoGuiViewer.cpp.in: Bugfix: use SoFieldContainer::
	  copyFieldValues(), to make copy operations less intrusive wrt 
	  overwriting camera node entry in global dict behind SoNode::
	  getByName(). Reported by thammer.

2004-11-03 09:35:32  Rev 1219   mortene

	* BUGS.txt: New item.

2004-10-21 10:09:26  Rev 1218   mortene

	* spwinput_win32.h.in: Compile fix: fixes problems with mingw 
	  compilation. By Arend Lammertink.

2004-10-19 16:19:11  Rev 1217   mortene

	* viewers/SoGuiViewer.cpp.in: Compile fix for MSVC++ 7.

2004-10-19 13:17:05  Rev 1216   mortene

	* viewers/SoGuiViewer.cpp.in: Bugfix: stencil buffer use for row and 
	  column interleaved stereo wasn't working properly on resize 
	  operations. Problem reported by Joseph Varghese.

2004-09-28 09:00:29  Rev 1215   pederb

	* SoGuiRenderArea.cpp.in: Bugfix. Delete old scene manager when 
	  setting a new.

2004-09-24 16:21:15  Rev 1213   larsa

	* viewers/SoGuiViewer.cpp.in, SoGuiRenderArea.cpp.in: doxygen fixes

2004-09-15 12:43:47  Rev 1211   mortene

	* SoGuiRenderArea.cpp.in: Debugging: backdoor to dump all scene 
	  graph camera information.

2004-09-15 12:26:06  Rev 1210   mortene

	* SoGuiRenderArea.cpp.in: Clean-up: avoid code duplication.

2004-09-15 12:19:29  Rev 1209   mortene

	* viewers/SoGuiViewer.cpp.in, SoGuiGLWidgetCommon.cpp.in: Doc fixes.

2004-09-10 08:04:58  Rev 1208   mortene

	* SoGuiGLWidgetCommon.cpp.in: API doc: document debugging envvar 
	  OIV_FORCE_PIXEL_FORMAT.

2004-09-09 09:25:38  Rev 1207   mortene

	* viewers/SoGuiViewer.cpp.in: API doc: mention the harmful 
	  side-effect of turning near/far clip-plane updates off.

2004-09-08 13:32:09  Rev 1206   mortene

	* viewers/SoGuiViewer.cpp.in: Minor bugfix: calculate near/far 
	  clipping planes with slack _before_ passing to callback.

2004-09-08 13:15:54  Rev 1205   mortene

	* viewers/SoGuiViewer.cpp.in: Bugfix: invoke clip strategy callback 
	  for other camera types than ones derived from 
	  SoPerspectiveCamera-derived. Bug found by kyrah.

2004-09-02 11:43:56  Rev 1204   mortene

	* soguidefs.h.in: Update to match changes in configure check.

2004-09-01 08:15:34  Rev 1203   pederb

	* nodes/ViewpointWrapper.cpp.in: Better VRML97 focalDistance handling.

2004-08-27 13:40:57  Rev 1202   larsa

	* viewers/SoGuiFlyViewer.cpp.in, nodes/SceneTexture2.cpp.in, 
	  viewers/SoGuiExaminerViewerP.h.in, nodes/Slider1.cpp.in, SoGuiP.h.
	  in, nodes/SceneTexture2.h.in, devices/SoGuiDeviceP.h.in, 
	  SoGuiObject.cpp.in, viewers/SoGuiFullViewer.cpp.in, 
	  devices/SoGuiSpaceball.cpp.in, nodes/ToggleButton.cpp.in, 
	  nodes/Label.cpp.in, devices/SoGuiInputFocus.cpp.in, 
	  devices/SoGuiKeyboard.cpp.in, SoGui.h.in, viewers/SoGuiViewer.cpp.
	  in, SoGuiBasic.h.in, devices/SoGuiInputFocus.h.in, SoAny.h.in, 
	  nodes/ViewportFix.cpp.in, viewers/SoGuiViewer.h.in, 
	  nodes/ClickCounter.h.in, SoGuiGLWidgetP.h.in, nodes/RadioButton.
	  cpp.in, nodes/ViewportFix.h.in, SoAnyMaterialList.cpp.in, 
	  SoGuiMaterialList.h.in, gl.h.in, nodes/RadioButton.h.in, 
	  SoAnyMaterialList.h.in, widgets/SoGuiPopupMenu.h.in, 
	  viewers/SoGuiPlaneViewer.cpp.in, nodes/MaterialEditor.cpp.in, 
	  devices/SoGuiKeyboardP.h.in, SoGuiRenderArea.cpp.in, 
	  viewers/SoGuiWalkViewer.h.in, engines/Format.cpp.in, 
	  viewers/SoGuiPlaneViewer.h.in, widgets/SoAnyThumbWheel.cpp.in, 
	  engines/Format.h.in, viewers/SoGuiConstrainedViewer.cpp.in, 
	  SoGuiGLWidgetCommon.cpp.in, devices/SoGuiMouse.h.in, 
	  widgets/SoAnyThumbWheel.h.in, viewers/SoGuiExaminerViewer.h.in, 
	  nodes/Image.cpp.in, viewers/SoGuiConstrainedViewer.h.in, soguidefs.
	  h.in, SoGuiComponentP.h.in, editors/ColorEditor.cpp.in, 
	  nodes/Image.h.in, viewers/SoGuiWalkViewerP.h.in, nodes/Pane.h.in, 
	  nodes/ViewpointWrapper.h.in, nodes/ColorEditor.h.in, 
	  editors/ColorEditor.h.in, nodes/Translation.cpp.in, 
	  engines/RadioGroup.h.in, nodes/Translation.h.in, 
	  viewers/SoGuiFlyViewer.h.in, devices/SoGuiInputFocusP.h.in, 
	  SoAnyMaterialListBuiltins.cpp.in, editors/MaterialEditor.cpp.in, 
	  nodes/Nodes.cpp.in, nodes/Slider1.h.in, SoGuiComponentCommon.cpp.
	  in, SoGuiGLWidget.h.in, SoGuiObject.h.in, editors/MaterialEditor.h.
	  in, devices/SoGuiSpaceball.h.in, SoGuiCursor.cpp.in, 
	  viewers/SoGuiFullViewer.h.in, nodes/Nodes.h.in, 
	  devices/SoGuiDevice.cpp.in, SoGuiCursor.h.in, SoAny.cpp.in, 
	  nodes/ToggleButton.h.in, nodes/Label.h.in, nodes/ClickCounter.cpp.
	  in, SoAnyMaterialListBuiltins.cpp.in.m4, devices/SoGuiDevice.h.in, 
	  devices/SoGuiKeyboard.h.in, viewers/SoGuiPlaneViewerP.h.in, 
	  nodes/Frame.cpp.in, devices/SoGuiSpaceballP.h.in, 
	  viewers/SoGuiFullViewerP.h.in, SbGuiList.h, widgets/SoGuiPopupMenu.
	  cpp.in, nodes/Frame.h.in, viewers/SoGuiWalkViewer.cpp.in, 
	  nodes/Position.cpp.in, nodes/Slider2.cpp.in, SoGuiComponent.h.in, 
	  engines/Engines.cpp.in, devices/SoGuiMouse.cpp.in, nodes/Position.
	  h.in, nodes/Slider2.h.in, nodes/MaterialEditor.h.in, 
	  SoGuiRenderArea.h.in, engines/Engines.h.in, 
	  viewers/SoGuiExaminerViewer.cpp.in, nodes/Pane.cpp.in, 
	  nodes/ColorEditor.cpp.in, nodes/ViewpointWrapper.cpp.in, 
	  SoGuiCommon.cpp.in, engines/RadioGroup.cpp.in, devices/SoGuiMouseP.
	  h.in: copyright headers

2004-08-27 09:16:04  Rev 1201   larsa

	* SoGuiRenderArea.cpp.in, SoGuiGLWidget.h.in: make eventHandler 
	  protected API-member for SoXt

2004-08-26 13:55:28  Rev 1200   larsa

	* SoGuiGLWidget.h.in: missing functions SGI has

2004-08-25 16:13:39  Rev 1199   larsa

	* SoGuiComponentP.h.in, SoGuiRenderArea.cpp.in, SoGuiGLWidgetP.h.in: 
	  remove non-SoQt-related components, enable --enable-compact builds

2004-08-24 16:13:42  Rev 1198   larsa

	* nodes/Pane.cpp.in, viewers/SoGuiViewer.cpp.in, nodes/ClickCounter.
	  cpp.in, nodes/ColorEditor.cpp.in, nodes/MaterialEditor.cpp.in, 
	  editors/ColorEditor.cpp.in: fix warnings

2004-08-23 17:26:14  Rev 1197   larsa

	* devices/SoGuiDevice.cpp.in, devices/SoGuiDeviceP.h.in, 
	  devices/SoGuiInputFocusP.h.in, devices/SoGuiKeyboardP.h.in, 
	  devices/SoGuiSpaceball.cpp.in, devices/SoGuiSpaceballP.h.in, 
	  devices/SoGuiMouseP.h.in: --enable-compact tweaks

2004-08-23 15:50:40  Rev 1196   larsa

	* pixmaps/z.xpm, viewers/SoGuiFlyViewer.cpp.in, pixmaps/view.xpm, 
	  viewers/SoGuiExaminerViewerP.h.in, viewers/SoGuiWalkViewer.cpp.in, 
	  viewers/SoGuiPlaneViewer.cpp.in, viewers/SoGuiFullViewer.cpp.in, 
	  pixmaps/pick.xpm, pixmaps/seek.xpm, viewers/SoGuiExaminerViewer.
	  cpp.in, pixmaps/help.xpm, pixmaps/home.xpm, 
	  viewers/SoGuiConstrainedViewer.cpp.in, pixmaps/perspective.xpm, 
	  pixmaps/ortho.xpm, viewers/SoGuiViewer.cpp.in, pixmaps/view_all.
	  xpm, pixmaps/set_home.xpm, pixmaps/x.xpm, pixmaps/y.xpm: 
	  --enable-compact for devices/ and viewers/. Bootstrap

2004-08-19 14:19:50  Rev 1195   pederb

	* viewers/SoGuiViewer.cpp.in: Heed the ClearZBeforeRender flag.

2004-08-18 12:57:13  Rev 1194   larsa

	* viewers/SoGuiViewer.cpp.in: doc tweak

2004-08-18 06:46:56  Rev 1193   larsa

	* viewers/SoGuiExaminerViewer.cpp.in: this warning is so harmless 
	  that it should not be enabled by default

2004-08-01 16:52:01  Rev 1192   mortene

	* SoGuiBasic.h.in: Build fix: make SO@GUI@_BETA_VERSION available 
	  for public headers.

2004-07-26 18:26:58  Rev 1191   mortene

	* BUGS.txt: Make note of a known item, add a new item.

2004-07-21 08:56:20  Rev 1190   mortene

	* SoAny.cpp.in: Minor cleanup, remove Doxygen work-around.

2004-07-08 10:09:30  Rev 1189   mortene

	* viewers/SoGuiViewer.cpp.in: Debug: camera type conversion debug 
	  output. Useful for finding out when the conversion fails.

2004-07-08 08:42:08  Rev 1188   mortene

	* viewers/SoGuiViewer.cpp.in: Minor optimization: turn off 
	  notification of camera changes before modifying clipping planes.

2004-07-06 09:35:18  Rev 1187   mortene

	* SoGuiRenderArea.cpp.in: Minor fixes for Doxygen.

2004-07-02 11:42:34  Rev 1186   mortene

	* SoGuiRenderArea.cpp.in: Bugfix: disconnect SoSelection monitors 
	  upon object destruction. Reported by Frank Lindeman.

2004-07-01 12:08:02  Rev 1185   mortene

	* viewers/SoGuiViewer.cpp.in: FIXME: expand on the comments why the 
	  current camera type conversion is wrong.

2004-07-01 09:10:55  Rev 1184   mortene

	* viewers/SoGuiViewer.cpp.in: Doxygen syntax fix.

2004-06-21 15:15:58  Rev 1183   mortene

	* viewers/SoGuiViewer.cpp.in, viewers/SoGuiViewer.h.in: API addition:
	  provide interface for setting anaglyph stereo left / right eye 
	  color filter masks. Doc improvements: document the various stereo 
	  types.

2004-06-18 14:13:17  Rev 1182   mortene

	* viewers/SoGuiViewer.cpp.in, viewers/SoGuiFullViewer.cpp.in, 
	  viewers/SoGuiViewer.h.in, viewers/SoGuiFullViewerP.h.in: New 
	  feature: adds support for interleaved stereo rendering.

2004-06-18 10:00:03  Rev 1181   mortene

	* viewers/SoGuiViewer.cpp.in: Major clean-up of the actualRedraw() 
	  method: move all stereo camera eye handling into its own function.

2004-06-16 07:53:45  Rev 1180   pederb

	* viewers/SoGuiViewer.cpp.in: Fix memory leak.

2004-06-15 09:25:48  Rev 1179   mortene

	* viewers/SoGuiViewer.cpp.in: Debug: provide backdoor to debugging 
	  near/far plane auto-updates.

2004-04-13 13:37:26  Rev 1178   mortene

	* viewers/SoGuiExaminerViewer.cpp.in: Bugfix: nasty array overwrite 
	  upon spins.

2004-04-01 12:43:51  Rev 1177   mortene

	* viewers/SoGuiExaminerViewer.cpp.in: Bugfix: start-condition of 
	  loop was wrong, causing UMRs. Thanks to Mark D Anderson for 
	  notifying us about the problem.

2004-03-15 13:21:17  Rev 1176   pederb

	* SoGuiCommon.cpp.in: Fix for ugly bug which caused a crash in the 
	  default KDE style (Keramic).

2004-03-12 17:25:34  Rev 1175   larsa

	* nodes/Label.cpp.in, SoAny.cpp.in, nodes/Image.cpp.in, 
	  nodes/Slider1.cpp.in, nodes/Slider2.cpp.in, 
	  viewers/SoGuiPlaneViewer.cpp.in, viewers/SoGuiViewer.cpp.in, 
	  nodes/ClickCounter.cpp.in, SoGuiRenderArea.cpp.in, spwinput_x11.
	  cpp.in, widgets/SoAnyThumbWheel.cpp.in, SoGuiCursor.cpp.in, 
	  viewers/SoGuiExaminerViewer.cpp.in: Solaris Forte CC warning fixes

2004-03-08 17:28:59  Rev 1174   larsa

	* nodes/MaterialEditor.cpp.in: update for recent filebased 
	  fieldconnection+defaultvalue bugfix in Coin

2004-03-08 17:14:31  Rev 1173   larsa

	* nodes/ColorEditor.cpp.in: update for recent filebased 
	  fieldconnection+defaultvalue bugfix in Coin

2004-03-08 13:51:44  Rev 1172   larsa

	* SoGuiComponent.h.in: obsoleted

2004-03-08 13:17:29  Rev 1171   larsa

	* SoGuiRenderArea.cpp.in: cosmetics

2004-03-04 17:42:01  Rev 1170   larsa

	* viewers/SoGuiFullViewer.cpp.in: be more robust wrt enums that can 
	  be extended in the future

2004-03-04 17:40:34  Rev 1169   larsa

	* widgets/SoGuiPopupMenu.cpp.in: simplify, cosmetics

2004-02-29 09:09:40  Rev 1168   pederb

	* viewers/SoGuiFullViewer.cpp.in: Fix for (recently introduced) 
	  warning when changing draw style.

2004-02-26 10:35:05  Rev 1167   pederb

	* viewers/SoGuiFullViewer.cpp.in, viewers/SoGuiFullViewerP.h.in: 
	  Handle SORTED_LAYERS_BLEND.

2004-02-24 21:04:10  Rev 1166   larsa

	* Makefile.common: misc tweaks to get make dist working

2004-02-20 11:37:12  Rev 1165   pederb

	* viewers/SoGuiFullViewer.cpp.in: Don't assert on unknown 
	  transparency type.

2004-02-19 09:44:33  Rev 1164   larsa

	* viewers/SoGuiPlaneViewer.cpp.in: fix for Solaris "Error: 
	  Overloading ambiguity between "std::fabs(double)" and "std::
	  fabs(long double)"."

2004-02-05 16:44:57  Rev 1163   larsa

	* nodes/ColorEditor.cpp.in: nicer editor, scene-graph fixes, by 
	  Caterpillar

2004-01-09 17:14:30  Rev 1161   thammer

	* docs/doxygen/footer.html: Updated copyright date (2003 -> 2004)

2004-01-09 17:13:49  Rev 1160   thammer

	* docs/doxygen/Coin_logo.png: Restored from backup copy

2004-01-09 13:42:57  Rev 1159   thammer

	* viewers/SoGuiFlyViewer.cpp.in, nodes/SceneTexture2.cpp.in, 
	  viewers/SoGuiExaminerViewerP.h.in, nodes/Slider1.cpp.in, SoGuiP.h.
	  in, nodes/SceneTexture2.h.in, devices/SoGuiDeviceP.h.in, 
	  SoGuiObject.cpp.in, viewers/SoGuiFullViewer.cpp.in, 
	  devices/SoGuiSpaceball.cpp.in, nodes/ToggleButton.cpp.in, 
	  nodes/Label.cpp.in, devices/SoGuiInputFocus.cpp.in, 
	  devices/SoGuiKeyboard.cpp.in, SoGui.h.in, viewers/SoGuiViewer.cpp.
	  in, SoGuiBasic.h.in, devices/SoGuiInputFocus.h.in, SoAny.h.in, 
	  nodes/ViewportFix.cpp.in, docs/doxygen/stylesheet.css, 
	  viewers/SoGuiViewer.h.in, nodes/ClickCounter.h.in, SoGuiGLWidgetP.
	  h.in, nodes/RadioButton.cpp.in, nodes/ViewportFix.h.in, 
	  SoAnyMaterialList.cpp.in, SoGuiMaterialList.h.in, gl.h.in, 
	  nodes/RadioButton.h.in, SoAnyMaterialList.h.in, 
	  widgets/SoGuiPopupMenu.h.in, docs/doxygen/Coin_logo.png, ChangeLog.
	  sh, viewers/SoGuiPlaneViewer.cpp.in, nodes/MaterialEditor.cpp.in, 
	  devices/SoGuiKeyboardP.h.in, SoGuiRenderArea.cpp.in, 
	  engines/Format.cpp.in, viewers/SoGuiWalkViewer.h.in, 
	  viewers/SoGuiPlaneViewer.h.in, widgets/SoAnyThumbWheel.cpp.in, 
	  engines/Format.h.in, viewers/SoGuiConstrainedViewer.cpp.in, 
	  SoGuiGLWidgetCommon.cpp.in, devices/SoGuiMouse.h.in, 
	  widgets/SoAnyThumbWheel.h.in, viewers/SoGuiExaminerViewer.h.in, 
	  nodes/Image.cpp.in, viewers/SoGuiConstrainedViewer.h.in, soguidefs.
	  h.in, SoGuiComponentP.h.in, editors/ColorEditor.cpp.in, 
	  nodes/Image.h.in, nodes/Pane.h.in, viewers/SoGuiWalkViewerP.h.in, 
	  nodes/ViewpointWrapper.h.in, nodes/ColorEditor.h.in, 
	  editors/ColorEditor.h.in, nodes/Translation.cpp.in, 
	  engines/RadioGroup.h.in, nodes/Translation.h.in, 
	  viewers/SoGuiFlyViewer.h.in, devices/SoGuiInputFocusP.h.in, 
	  editors/MaterialEditor.cpp.in, SoAnyMaterialListBuiltins.cpp.in, 
	  nodes/Nodes.cpp.in, nodes/Slider1.h.in, SoGuiComponentCommon.cpp.
	  in, SoGuiGLWidget.h.in, SoGuiObject.h.in, editors/MaterialEditor.h.
	  in, devices/SoGuiSpaceball.h.in, SoGuiCursor.cpp.in, 
	  viewers/SoGuiFullViewer.h.in, nodes/Nodes.h.in, 
	  devices/SoGuiDevice.cpp.in, SoGuiCursor.h.in, SoAny.cpp.in, 
	  nodes/ToggleButton.h.in, nodes/Label.h.in, nodes/ClickCounter.cpp.
	  in, SoAnyMaterialListBuiltins.cpp.in.m4, devices/SoGuiDevice.h.in, 
	  devices/SoGuiKeyboard.h.in, viewers/SoGuiPlaneViewerP.h.in, 
	  nodes/Frame.cpp.in, devices/SoGuiSpaceballP.h.in, 
	  viewers/SoGuiFullViewerP.h.in, SbGuiList.h, widgets/SoGuiPopupMenu.
	  cpp.in, sogui-config.1.in, nodes/Frame.h.in, 
	  viewers/SoGuiWalkViewer.cpp.in, nodes/Position.cpp.in, 
	  nodes/Slider2.cpp.in, SoGuiComponent.h.in, engines/Engines.cpp.in, 
	  devices/SoGuiMouse.cpp.in, nodes/Position.h.in, nodes/Slider2.h.in,
	  nodes/MaterialEditor.h.in, SoGuiRenderArea.h.in, engines/Engines.h.
	  in, viewers/SoGuiExaminerViewer.cpp.in, nodes/Pane.cpp.in, 
	  nodes/ColorEditor.cpp.in, nodes/ViewpointWrapper.cpp.in, 
	  SoGuiCommon.cpp.in, engines/RadioGroup.cpp.in, devices/SoGuiMouseP.
	  h.in: Updated copyright info (2003->2004).

2003-12-17 22:31:57  Rev 1158   larsa

	* SoGuiRenderArea.cpp.in: disable redundant call

