wxWidgets/contrib/include/wx
Robin Dunn 3c1705d911 Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
some things that were changed/removed from my patch I submitted to
them.)

Since it is now possible easily and simply share the SWIG type tables
across modules I reverted to always using the stock SWIG runtime
instead of my slightly hacked up version of it exported via the
wxPython C API.

The %name directive is now deprecated so replaced most uses of it with
a custom %Rename macro that uses %rename internally.  These will
evetually need to be replaced with a DocDecl macro when docstrings are
added.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-12-23 20:53:38 +00:00
..
animate Applied patch [ 879998 ] Warning free animate contrib 2004-02-08 11:59:34 +00:00
applet use static_cast<> in event table macros for type safety (patch 843206) 2004-02-10 22:15:19 +00:00
deprecated Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false. 2004-09-27 19:24:45 +00:00
fl wxUSE_STL fixes. 2004-07-22 18:51:13 +00:00
foldbar wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation. 2004-12-10 12:01:04 +00:00
gizmos -1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements. 2004-06-08 19:27:42 +00:00
mmedia Added accidentally omitted license to match source files 2004-11-22 20:05:26 +00:00
net removed #pragma interface without matching #pragma implementation (replaces patch 981135) 2004-07-25 15:44:47 +00:00
ogl -1->wxID_ANY, TRUE->true, FALSE->false and tabs replacements. Correct help system in non MSW builds of OGL-Studio sample. 2004-06-09 16:42:34 +00:00
plot applied patch #940914 "Minor cleaning of warnings in contrib tree" 2004-05-19 23:01:08 +00:00
stc Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:53:38 +00:00
svg Metric conversion constants not doubled in each port code. 2004-12-21 16:25:59 +00:00