search for: fs_zip

Displaying 5 results from an estimated 5 matches for "fs_zip".

Did you mean: fm_zip
2006 Dec 26
0
[804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
...><span class="lines">@@ -7,8 +7,6 @@ </span><span class="cx"> </span><span class="cx"> %{ </span><span class="cx"> #include <wx/init.h> </span><del>-#include <wx/filesys.h> -#include <wx/fs_zip.h> </del><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> %ignore GetAuto3D; </span><span class="lines">@@ -29,11 +27,6 @@ </span><span class="cx"> </span>&...
2007 May 21
0
[1024] trunk/wxruby2/swig: Memory mgmt: defs and implementation of new memory management; strip
...ot;> #include <wx/gdicmn.h> </span><span class="cx"> #include <wx/image.h> </span><span class="cx"> </span><span class="cx"> #include <wx/filesys.h> </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-WX_DECLARE_VOIDPTR_HASH_MAP(VALUE,GcHashMap); -WX_DECLARE_VOIDPTR_HASH_MAP(bool,DeletedHashMap); </del><ins>+extern "C" void Init_wxRubyEventTypes(); </ins><span class="cx"> &...
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...%module(directors="1") wxruby2 </span><span class="cx"> </span><span class="lines">@@ -13,126 +13,10 @@ </span><span class="cx"> #include <wx/filesys.h> </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-// Code to be run when the ruby object is swept by GC - this only -// unlinks the C++ object from the ruby VALUE but doesn''t delete -// it because it is still needed and will be managed by WxWidgets. -void GcNul...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-05-31 18:35:32 UTC (rev 1036) </span><span class="lines">@@ -13,8 +13,6 @@ </span><span class="cx"> #include <wx/filesys.h> </span><span class="cx"> #include <wx/fs_zip.h> </span><span class="cx"> </span><del>-extern "C" void Init_wxRubyEventTypes(); - </del><span class="cx"> // Code to be run when the ruby object is swept by GC - this only </span><span class="cx"> // unlin...
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...><span class="lines">@@ -7,6 +7,8 @@ </span><span class="cx"> </span><span class="cx"> %{ </span><span class="cx"> #include <wx/init.h> </span><ins>+#include <wx/filesys.h> +#include <wx/fs_zip.h> </ins><span class="cx"> %} </span><span class="cx"> </span><span class="cx"> %ignore GetAuto3D; </span><span class="lines">@@ -101,6 +103,7 @@ </span><span class="cx"> { <...