Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Altren committed Aug 6, 2023
1 parent 127963e commit dae9ac4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
@@ -1,18 +1,29 @@
## MyGUI v3.4.3

### Core
- Allow passing lambdas into MyGUI::newDelegate without explicitly wrapping them into std::function

### Widgets
- Add missing eventClipboardChanged when trying to cut/copy with no text selected
- Fixed rare crash when changing widget style after it was clicked in the same frame
- Fixed TabItem left disabled when rapidly switching between tabs
- Improve performance of the TabControl tabs switching
- Fixed ignoring "FontHeight" property when "FontName" is also set
- Move MyGUI::DEFAULT to deprecated, add TabControl::DEFAULT_WIDTH instead

### Platforms
- Fix build with Ogre 14

### Tools
- Minor fixes for macOS
- Use macOS Command key in tools

### Other
- Switch to C++17
- Use string_view, unique_ptr and some other stuff
- Various code improvements, including range base for migration and some other minor stuff
- Add some missing MYGUI_DONT_USE_OBSOLETE checks for deprecated stuff
- Remove MYGUI_DEBUG_MODE from headers to avoid issues with mixed debug/release builds

## MyGUI v3.4.2
### Core
Expand Down

0 comments on commit dae9ac4

Please sign in to comment.