search for: filterev

Displaying 9 results from an estimated 9 matches for "filterev".

Did you mean: filtered
2007 Jul 18
0
[1117] trunk/wxruby2/swig/classes/App.i: No director for GetTopWindow, remove Unlink in OnExit to avoid exception
...bsp&nbsp2007-07-18 08:16:06 UTC (rev 1117) </span><span class="lines">@@ -19,9 +19,9 @@ </span><span class="cx"> // Redefined below </span><span class="cx"> %ignore MainLoop; </span><span class="cx"> %ignore FilterEvent; </span><del>-%feature("nodirector") FilterEvent; </del><ins>+%feature("nodirector") FilterEvent; // director-like custom method below +%feature("nodirector") GetTopWindow; // avoid exception on exit </ins><span class="cx"&...
2007 Jun 28
0
[1092] trunk/wxruby2/swig/classes/App.i: Pass correctly typed Events into filter_event, if defined (bug 10797);
...s="cx"> %ignore ProcessMessage; </span><span class="cx"> %ignore SetAuto3D; </span><span class="cx"> </span><ins>+// Redefined below </ins><span class="cx"> %ignore MainLoop; </span><ins>+%ignore FilterEvent; + </ins><span class="cx"> %rename(wx_initialize) Initialize; </span><span class="cx"> </span><span class="cx"> #////////////////////////////////// </span><span class="lines">@@ -36,6 +40,8 @@ </span>&...
2007 Jul 12
0
[1110] trunk/wxruby2/swig/classes/App.i: Remove director method from App#filter_event to fix meth routing error on Linux
...bsp&nbsp2007-07-12 20:12:50 UTC (rev 1110) </span><span class="lines">@@ -19,7 +19,9 @@ </span><span class="cx"> // Redefined below </span><span class="cx"> %ignore MainLoop; </span><span class="cx"> %ignore FilterEvent; </span><ins>+%feature("nodirector") FilterEvent; </ins><span class="cx"> </span><ins>+ </ins><span class="cx"> %rename(wx_initialize) Initialize; </span><span class="cx"> </span><span...
2006 Oct 23
0
[712] trunk/wxruby2/swig/classes/App.i: Removed unneeded debugging output & deprecated method (Alex Fenton)
...lt;span class="cx"> wxRubyApp() ; </span><span class="cx"> virtual ~wxApp() ; </span><del>- virtual wxLog* CreateLogTarget() ; </del><span class="cx"> void Dispatch() ; </span><span class="cx"> int FilterEvent(wxEvent& event ) ; </span><span class="cx"> wxString GetAppName() const; </span></span></pre> </div> </div> </body> </html>
2007 Mar 15
6
Patch to 0.0.39
Hi I''m developing software using wxruby2. At first I tried to use wxruby 0.6 but I couldn''t live without some of those new funky features :) So, instead of writing my own code, I got a bit sidetracked and wrote http://rubyforge.org/tracker/index.php?func=detail&aid=9297&group_id=35&atid=220 instead. Seeing as this is my first foray in to the innards of wxruby2, I
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...</span><span class="lines">@@ -142,7 +142,7 @@ </span><span class="cx"> wxRubyApp() ; </span><span class="cx"> virtual ~wxApp() ; </span><span class="cx"> void Dispatch() ; </span><del>- int FilterEvent(wxEvent& event ) ; </del><ins>+ virtual int FilterEvent(wxEvent& event ) ; </ins><span class="cx"> wxString GetAppName() const; </span><span class="cx"> bool GetAuto3D() const; </span><span class="cx">...
2011 Dec 05
1
using StatEt IDE for Eclipse
...l.services.WorkbenchSourceProvider.checkOtherSources(WorkbenchSourceProvider.java:855) at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:839) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1647) at org.eclipse....
2007 Jul 05
0
[1109] trunk/wxruby2/swig: Move marking of MenuBar from direct %markfunc to via mark_wxFrame, so
...GC_SetWindowDeleted(void*); </ins><span class="cx"> extern "C" void Init_wxRubyStockObjects(); </span><span class="cx"> </span><span class="cx"> // Pre-fetched id because it''s called very frequently in wxRubyApp::FilterEvent </span><span class="lines">@@ -62,11 +63,7 @@ </span><span class="cx"> void OnWindowDestroy(wxWindowDestroyEvent &event) </span><span class="cx"> { </span><span class="cx"> &nbsp&nbsp&nbs...
2007 May 21
13
First drop of new memory management
Hi Just a quick update on memory leaks etc. I''ve just dropped a bunch of patches with a new approach to linking ruby''s GC to Wx''s memory handling. Still some work to do - eg bigdemo.rb falls over quite quickly - but working well for me on other samples. Briefly, it disposes of fixdeleting. For almost all objects that aren''t Windows, they should now be