Skip to content

Commit

Permalink
update ChangeLog.md, remove outdated ChangeLog_rus.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Altren committed May 9, 2023
1 parent bd490e5 commit a81a886
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 382 deletions.
17 changes: 15 additions & 2 deletions ChangeLog.md
@@ -1,14 +1,27 @@
#Changelog

## MyGUI v3.4.2
### Core
- Add missing MYGUI_EXPORT for ControllerRepeatClick (was not linking in non-static builds)
- Use commands for key combinations on EditBox, provide macOS proper bindings
- Add support for string_view in UString

### Widgets
- ComboBox and ListBox: make "AddItem" use LanguageManager::replaceTags same way it is done for caption properties
- EditBox: Allow text input while holding Ctrl (Allow key combinations involving CTRL that produce printable characters)

### Platforms
- OpenGL: Fix build with libX11-free wayland setup
- Ogre: Correct vertex color order for ogre 13

### Demos and Tools
- Use SDL_WINDOWEVENT_FOCUS_GAINED/SDL_WINDOWEVENT_FOCUS_LOST events for better detection when window should have low FPS
- Fix macOS resources paths, do not use MACOSX_BUNDLE
- Fix various deprecated or incorrect resources usage

### Other
- Add missing MYGUI_EXPORT to fix C4275 warnings
- Various minor build fixes and improvements
- Enable more warnings in MYGUI_HIGH_LEVEL_WARNINGS mode
- Use GNUInstallDirs to install includes

## MyGUI v3.4.1
### Core
Expand Down

0 comments on commit a81a886

Please sign in to comment.