Commit readme about netwm patch by hendu.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4886 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2014-05-27 11:16:58 +00:00
parent 03b1505483
commit e85720d85f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--------------------------
Changes in 1.9 (not yet released)
- Fixed maximize/minimize under Linux by supporting NETWM hints. Patch provided by hendu.
- ISceneNode::deserializeAttributes uses now old values for parameters which are not in the attributes (thx @entity for noticing).
- Add interface for easier access to scrollbars for IGUIListBox, IGUITreeView and IGUITable
- Fix serializing colors as strings. Was previously mixing up strings with number-arrays and hex color values. Now using hex color values always, but also fixed the the handling when it get's number-array strings.