]> git.saurik.com Git - wxWidgets.git/commitdiff
updates to some readme's
authorHarco de Hilster <harcoh@caos.kun.nl>
Wed, 11 Aug 1999 17:23:17 +0000 (17:23 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Wed, 11 Aug 1999 17:23:17 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/modules/lseditor/BUGS
utils/wxPython/modules/stubs/README

index 988cb320944b6118aa3c362504e35204f0e8ea74..d47d9ac0f6e89fcd512d51292a726961c0ed4742 100644 (file)
@@ -1,26 +1,4 @@
-Known bugs
-
-html, all:
-        - keys can move the vertical scrollbar, but the window moveth not.
-        problem in wxHTML.
-
-        - widgets are not removed when the HTML contents is changed
-        (this can be fixed by adding ~HtmlWidgetCell { wnd->Destroy(); } )
-
-        - potential problem with the use of ThreadState in html.i
-        (mainly because I don't really know what I'm doing there)
-
-html, msw:
-        - vertical scrollbar behaves erratically when content smaller than
-        window
-
-        - page with widgets takes forever to draw when constructed
-        in frame constructor
-
-html, gtk:
-        - segfault on exit; sometimes warning about assert failure
-        (m_Object->refcount > 0)
-
+Known bugs/features
 
 editor, all:
         - (missing feature, really) syntax highlighting data is
index 0d7c2a740f9f2f293a30384824b27546c2d7d847..f9448c9a033d5938afa5146be0ccdb58c7ec0e02 100644 (file)
@@ -6,7 +6,8 @@ Makefile.pre.in
        A custom Makefile.pre.in, originally by Robin Dunn as part of the
        wxPython source distribution. Intented for separate wxPython
        modules, it should require little or no modification for other
-       module projects
+       module projects. In these modules they are all identical, except
+       the one for glcanvas (copies gtk/glcanvas from elsewhere)
 
 Setup.in
        A custom Setup.in for building the modules below. It expects to find
@@ -14,3 +15,7 @@ Setup.in
        All modules are linked agains libwx_pymodule.so, which should
        contain the SWIG runtime code and wxPython's helpers.cpp code.
        
+makefile.vc
+       Very small makefile (list of variable's really). It has a big
+       brother, makeinc.vc, in the modules dir which is shared by all
+       modules and does the real work.