forked from coin3d/sowin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
89 lines (76 loc) · 3.16 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
New in SoWin v1.6.2 (2024-09-04):
* new:
- Added support for building modern styled documentation
New in SoWin v1.6.1 (2024-02-03):
* new:
- Version control system has been changed from Mercurial to Git
- Home of Coin3d organization has been changed from https://bitbucket.org/Coin3D
to https://github.com/coin3d due to Bitbucket ending Mercurial support
- Added CI per GitHub actions to repository
- Add handling for background color RGBA
- Minimum required windows version set to XP
* bugfixes:
- cpack.d was made optional and disabled by default (add -DSOWIN_USE_CPACK=ON
to the cmake commandline to enable it)
- Miscellaneous documentation fixes
- Fixed pkg-config generation
- Fixed broken focus handling for activation/deactivation messages
- Fixed wrong normalWidget positioning when calling buildNormalGLWidget
or setGLSize multiple times
- Fixed redraw issue in managerWidget
- Add missing sowin-config file to installation
- Add support for MSVC static/dynamic runtime libraries.
- Add parallel build option for MSVC.
New in SoWin v1.6.0 (2019-12-23):
* new:
- Kongsberg Oil & Gas Technologies AS ended SoWin as a commercial product
and re-licensed it under the BSD 3-clause license as a service to the
user community.
- The build system has been migrated from GNU Autotools to CMake
- Support for BitBucket and AppVeyor as continuous integration service providers
- New Space Navigator device support
- Expose SoWin::doIdleTasks() in public API like TGS does
* bugfixes:
- Detect double-clicks in window
- Miscellaneous documentation fixes
- Added resource information to Win DLL
- Fixed memory leak in SoWinKeyBoard.cpp
- Proper cleanup when all component windows have been destroyed
- Punish cColorBits greater than 32, because aero effects on windows >= 7
will be disabled
- Fixed incorrect delete operators and warnings from static code analysis
- Fixed the missing decorations background redraw
New in SoWin v1.5.0 (2010-03-02):
* new:
- Added getVersionToolkitString() providing the version of the
underlying GUI toolkit version in use
* bugfixes:
- Various compile and robustness fixes
- Plugged memory leaks
- Many bug fixes
* build system:
- Updated autotools to autoconf-2.65, automake-1.8.3, libtool-1.5.26
- Changed default location for generated HTML documentation
- Added pkg-config description and detection support
* other:
- Removal of Spaceball support
New in SoWin 1.4.0 (2006-10-29):
* synchronization with SoQt major/minor-versioning
* plugged many memory leaks, fixed many bugs
New in SoWin 1.3.0 (2005-09-22):
* improved stereo support
* complete Visual Studio project file setup under build/
* SoWinGLWidget::setStealFocus()/isStealFocus()
* misc minor fixes
New in SoWin 1.2.0 (2004-01-13):
* Alpha channel support for viewers
* Improved pixelformat selection when setting up OpenGL device contexts
* Support the VRMLViewpoint node
* Spaceball support
* Handle mouse device wheel button
New in SoWin 1.1.0 (2003-04-30):
* SoWinColorEditor
* SoWinMaterialEditor
New in SoWin 0.10.0 (2003-03-10):
* Microsoft Developer Studio project files for building without Cygwin
* NEWS file