Skip to content

Commit

Permalink
Update UPDATES.md
Browse files Browse the repository at this point in the history
sub-headings
  • Loading branch information
leadedge authored Aug 27, 2024
1 parent cd92163 commit 9293e0c
Showing 1 changed file with 38 additions and 31 deletions.
69 changes: 38 additions & 31 deletions UPDATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,48 @@ Version 2.007.015
- Executable files copied to a Binaries/Examples folder
4) OpenGL examples
- Windows
-- Basic Windows OpenGL examples without library dependency
- Basic Windows OpenGL examples without library dependency
- Openframeworks
-- "CopySource.bat" for easy selection and copy of example source files
- "CopySource.bat" for easy selection and copy of example source files
- MSbuild to automate build
-- build.bat - build current example
-- build-all.bat - build all examples
-- Executable files copied to a Binaries folder
-- Separate documentation
- build.bat - build current example
- build-all.bat - build all examples
- Executable files copied to a Binaries folder
- Separate documentation

Spout.cpp
- 13.06.24 - SelectSender - open SpoutMessagebox for no senders.
Add OK/CANCEL and test for empty senderlist.
- 13.06.24 - SelectSender
- open SpoutMessagebox for no senders.
- Add OK/CANCEL and test for empty senderlist.
- 21.06.24 - Add GetSenderIndex
Modify SelectSender to show the active sender as current
- 03.07.24 - SelectSender - pass hWnd to SpoutPanel command line
for it to open centred on the window
- 04.07.24 - CheckSpoutPanel - allow for use of SpoutMessageBox
- 15.07.24 - SelectSender - after cast of window handle to long
convert to a string of 8 characters without new line
- Modify SelectSender to show the active sender as current
- 03.07.24 - SelectSender
- pass hWnd to SpoutPanel command line for it to open centred on the window
- 04.07.24 - CheckSpoutPanel
- allow for use of SpoutMessageBox
- 15.07.24 - SelectSender
- after cast of window handle to long
- convert to a string of 8 characters without new line
- 16.07.24 - Add receiver ID3D11Texture2D* GetSenderTexture()
- 21.08.24 - SetPerformancePreference - remove null path test
- 23.08.24 - SelectSender - if no SpoutPanel and SpoutMessageBox is used :
test for successful open of the sender share handle
- Warn if NT share handle
- Warn for open failure
- Allow setting preferences for laptop
- Allow sender adapter test for desktop
- Refer to Spout settings if no resolution or a desktop system
Also warn in SpoutPanel
- 23.08.24 - SelectSender
- if no SpoutPanel and SpoutMessageBox is used\
test for successful open of the sender share handle
- Warn if NT share handle
- Warn for open failure
- Allow setting preferences for laptop
- Allow sender adapter test for desktop
- Refer to Spout settings if no resolution or a desktop system
- Also warn in SpoutPanel

SpoutCopy.cpp
- 19.06.24 - Add ClearAlpha

SpoutDirectX.cpp

SpoutFrameCount.cpp
- 04.07.24 - SetNewFrame - add m_hCountSemaphore to initial check
- 04.07.24 - SetNewFrame
- add m_hCountSemaphore to initial check

SpoutGL.cpp
- 26.06.14 - Restore LoadTexturePixels for 20% speed gain
Expand All @@ -68,11 +73,12 @@ SpoutSendernames.cpp

SpoutUtils.cpp
- 14.06.24 - SpoutUtils.h - PR #114
Correct conditional definition of EndTiming in header file
Allow mingw to define USE_CHRONO if available
Include <math.h> to fix mingw build
- 01.07.24 - Increase SpoutMessageBox combo width for NDI sender names
Add "SpoutMessageBoxModeless" to warning caption if SpoutPanel not found
- Correct conditional definition of EndTiming in header file
- Allow mingw to define USE_CHRONO if available
- Include <math.h> to fix mingw build
- 01.07.24
- Increase SpoutMessageBox combo width for NDI sender names
- Add "SpoutMessageBoxModeless" to warning caption if SpoutPanel not found
- 02.07.24 - Add SpoutMessageBoxPosition
- 09.07.24 - TDcallbackProc TDN_CREATED : common rect and coordinates
- 15.07.24 - Update Spout SDK version
Expand All @@ -81,9 +87,10 @@ SpoutUtils.cpp
- 08.08.24 - SpoutMessageBox - removed unused WS_HSCROLL in edit box control
- 10.08.25 - SpoutMessageBox - select all text in the combobox edit field
- 11.08.24 - Add CBS_HASSTRINGS style to combobox and detect CB_ERR.
- 16.08.22 - ExecuteProcess, SpoutMessageBoxIcon return conditional value
to avoid warning C4800: 'BOOL': forcing value to bool 'true' or 'false'
- GetSpoutLog - remove null argument check for use of existing log path
- 16.08.22 - ExecuteProcess
- SpoutMessageBoxIcon return conditional value\
to avoid warning C4800: 'BOOL': forcing value to bool 'true' or 'false'
- GetSpoutLog - remove null argument check for use of existing log path
- 20.08.24 - GetSpoutLog - add check for empty filepath

===========================================\
Expand Down

0 comments on commit 9293e0c

Please sign in to comment.