Native spline drawing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-09-16 12:55:05 +00:00
parent 1d421f0c39
commit ad0ac642d5
3 changed files with 108 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ wxMSW:
- Fixed bugs with wxStatusBar positioning (with or withour sizers) (Jamie Gadd)
- Mouse move events are now generated for all static controls (Jamie Gadd)
- Made wxJoystick::GetProductName() more useful (John Ratliff)
- Native spline drawing implementation (Wlodzimierz ABX Skiba).
wxGTK:
@@ -67,6 +68,7 @@ wxMac:
- Automatic menu management improved.
- Fixed crash when wxRadioButton is deleted from a group of radio buttons,
due to dangling cycle pointers.
- Native spline drawing implementation for CoreGraphics (Robert J. Lang).
wxOS2