Commit 82b16922 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402647
parent 92a3b38d
...@@ -22,17 +22,16 @@ Non-Backwards Compatible Changes: ...@@ -22,17 +22,16 @@ Non-Backwards Compatible Changes:
- Renamed the dragable class to draggable - Renamed the dragable class to draggable
- Removed the confusing and unnecessary hidden bool argument to the - Removed the confusing and unnecessary hidden bool argument to the
gui widget style drawing functions. gui widget style drawing functions.
- Changed some of the events that are about the mouse leaving a widget so
that they still trigger even if the widget has been disabled or hidden.
Bug fixes:
- Added some missing mutex locks to the scroll_bar widget
- Fixed a bug in the fill_gradient_rounded() function. It didn't always - Fixed a bug in the fill_gradient_rounded() function. It didn't always
draw the entire rectangle. draw the entire rectangle.
- Changed some of the events that are about the mouse leaving
a widget so that they still trigger even if the widget has been disabled
or hidden.
- Fixed a compile time bug in the pinv() function. It didn't compile - Fixed a compile time bug in the pinv() function. It didn't compile
when used on statically sized matrices when they weren't square. when used on statically sized matrices when they weren't square.
Bug fixes:
- Added some missing mutex locks to the scroll_bar widget
Other: Other:
- The member_function_pointer object now never calls new or delete. - The member_function_pointer object now never calls new or delete.
So it is safe to use in a real time environment. So it is safe to use in a real time environment.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment