Commit 3a082e2a authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402642
parent c379e0cc
......@@ -12,12 +12,30 @@
<current>
New Stuff:
- Added user settable styles to most of the gui widgets
- Added the diagm(), svd2() and svd3() matrix functions
- Added the thread_pool object
Non-Backwards Compatible Changes:
- Removed the arrow_button widget and moved its functionality into the
button widget.
- Renamed the dragable class to draggable
- Removed the confusing and unnecessary hidden bool argument to the
gui widget style drawing functions.
- Fixed a bug in the fill_gradient_rounded() function. It didn't always
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
when used on statically sized matrices when they weren't square.
Bug fixes:
- Added some missing mutex locks to the scroll_bar widget
Other:
- The member_function_pointer object now never calls new or delete.
So it is safe to use in a real time environment.
</current>
......
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