-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCHANGELOG
More file actions
61 lines (47 loc) · 1.63 KB
/
CHANGELOG
File metadata and controls
61 lines (47 loc) · 1.63 KB
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
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Removed
## [0.0.2-1] - 2024-11-06
### Added
* 2d Fascade functions wsgl_fasdclear.c wsgl_fasdfill.c sgl_fasedge.c
* Shaders wsgl_shaders.c
* Annotation text functions
* Support for high lighting
* Configuration file support
* Support for Motif input devices
* Fix tab character warnings in Fortran example
* Add more elements in css to prepare for additional features
* Add C bindings for annotation text
* Add support for transparency, extension
* Add C bindings for input devices
* Add Fortran bindings
* Add some basic Fortran tests
* Add README.md
### Changed
* Fixed typos in various headers
* Added additional required fields in the headers
* Default to GLEW over Epoxy
* Input devices: largely redone
* Correct norm in fasd3.c
### Removed
## [0.0.1-1] - 2024-11-05
### Added
- r381 trunk from https://svn.code.sf.net/p/phigs/code/trunk phigs-code
- Changelog.md (this file)
- Contrib folder with permission from the original author Alexander von Knorring
- Added top level Makefile
- Added CMakeList.txt files
- Prepare support for Epoxy and Darwin
### Changed
- Remove LGPL re-licensing headers of X consortium licensed code. See e-mail from Alexander von Knorring
- Removed libVk and libGLw build targets from CMakeLists
- Rearrage code and move include files
### Removed
- libVk source and headers
- libGLw source and headers
- Revolver application