wxruby development - Jul 2007

Friday July 27 2007
TimeRepliesSubject
12:29AM 0 [ wxruby-Bugs-12610 ] Possible crash with EvtHandler.add_pending_evemt and custom event class
 
Thursday July 26 2007
TimeRepliesSubject
9:26AM 0 [ wxruby-Feature Requests-12594 ] re-enable wxScintilla
 
Monday July 23 2007
TimeRepliesSubject
8:19PM 11 Memory problem with GridCell*Editor
5:23PM 0 [1142] trunk/wxruby2/README: Updated README with latest version info and Kevin credit
 
Sunday July 22 2007
TimeRepliesSubject
11:15PM 0 [1141] trunk/wxruby2/swig/mark_free_impl.i: ControlWithItems call default Window mark routine to preserve ToolTips etc
11:08PM 0 [1140] trunk/wxruby2/swig/mark_free_impl.i: Remove instance variable marking of deleted Wx Windows because it''s redundant
 
Saturday July 21 2007
TimeRepliesSubject
6:08PM 0 upcoming 1.9.0 release
6:01PM 2 svn commit emails
4:51PM 0 [1139] trunk/wxruby2/samples/text/textctrl.rb: Place TextCtrl sample in a panel so gets correct bg color on MSW
4:49PM 0 [1138] trunk/wxruby2/samples/html/html.rb: Place HTMLWindow in a panel so gets correct bg color on MSW
4:47PM 0 [1137] trunk/wxruby2/swig/classes/TreeCtrl.i: Call correct shared function to check whether TreeCtrl is deleted in markfunc
4:42PM 0 [1136] trunk/wxruby2/swig/classes/App.i: Note when the Wx::App is exiting and avoid doing GC if in process of
3:52PM 0 [1135] trunk/wxruby2/swig/mark_free_impl.i: Convert from DOS to Unix newlines
3:51PM 0 [1134] trunk/wxruby2/swig/mark_free_impl.i: When window is deleted, unhook ruby obj from DATA_PTR to avoid MSW crashes
3:50PM 0 [1133] trunk/wxruby2/swig/shared/control_with_items.i: Move mark func for ControlWithItems into shared file so changes affect
1:36PM 0 [1132] trunk/wxruby2/doc/textile/windowdestroyevent.txtl: Updated and corrected doc on WindowDestroyEvent, noting that e.skip must
12:28PM 0 [1131] trunk/wxruby2/swig/classes/TaskBarIcon.i: TaskBarIcon should never be destroyed by Ruby, else will segfault-on-exit
12:21PM 0 [1130] trunk/wxruby2/swig/classes/Caret.i: Make Caret managed as object, so it is cleaned up properly when not
12:21PM 0 [1129] trunk/wxruby2/swig/classes/Window.i: Add DISOWN typemap for ToolTip so it isn''t double-deleted
11:57AM 0 [1128] trunk/wxruby2/swig/common.i: Make GC_IsWindowDeleted function globally available
11:08AM 0 [1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
 
Friday July 20 2007
TimeRepliesSubject
9:21PM 0 [1126] trunk/wxruby2/rake/rakemswin.rb: Remove deprecated cl.exe option to get rid of MSW compile warning
6:41PM 0 [1125] trunk/wxruby2/swig/shared/control_with_items.i: Avoid MSW crashes when unexpected object is returned by SWIG tracking
6:15PM 0 [1124] trunk/wxruby2/samples/bigdemo/wxGauge.rbw: Use Wx::Timer instead of evt_idle to drive Gauge sample, to avoid 100%
8:58AM 0 [1123] trunk/wxruby2/swig/wx.i: Check sizers being marked have a ruby rep and are not internal Wx-only,
 
Thursday July 19 2007
TimeRepliesSubject
10:31PM 0 [1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
10:30PM 0 [1121] trunk/wxruby2/swig/classes/PreviewFrame.i: Avoid double-free error on PrintPreview once attached to a PreviewFrame
10:28PM 0 [1120] trunk/wxruby2/lib/wx/classes/previewframe.rb: GC protection for Preview associated with PreviewFrame, fixing crashes
 
Wednesday July 18 2007
TimeRepliesSubject
8:40AM 0 [1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
8:34AM 0 [1118] trunk/wxruby2/swig: Move Wx::message_box function from wx.i to Functions.i, where it belongs
8:24AM 0 [ wxruby-Bugs-12360 ] TreeCtrl#on_compare_items not working on MSW
8:16AM 0 [1117] trunk/wxruby2/swig/classes/App.i: No director for GetTopWindow, remove Unlink in OnExit to avoid exception
 
Tuesday July 17 2007
TimeRepliesSubject
9:34PM 0 [1116] trunk/wxruby2/samples/bigdemo/wxStaticBitmap.rbw: Fix hardcoded image paths, tidy up indenting
9:01PM 0 [1115] trunk/wxruby2/samples/minimal/minimal.rb: Don''t call destroy explicitly as it causes assert failures
5:11PM 0 [1114] trunk/wxruby2/swig/classes/include: Added missing methods from the 2.6 to 2.8 upgrade.
 
Monday July 16 2007
TimeRepliesSubject
8:41PM 0 [1113] trunk/wxruby2/samples/caret/caret.rb: Ensure the canvas has focus so KeyEvents are directed to it, fixing bug 10663
 
Sunday July 15 2007
TimeRepliesSubject
6:52PM 5 I will be unsubscribing
 
Thursday July 12 2007
TimeRepliesSubject
10:23PM 0 [1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway
8:21PM 0 [1111] trunk/wxruby2/samples/bigdemo/wxFontDialog.rbw: Add TELETYPE constant and avoid crashes with unknown constants
8:12PM 0 [1110] trunk/wxruby2/swig/classes/App.i: Remove director method from App#filter_event to fix meth routing error on Linux
5:26PM 0 [ wxruby-Bugs-12233 ] segfault on exit with StatusBar
 
Thursday July 5 2007
TimeRepliesSubject
6:45PM 0 [1109] trunk/wxruby2/swig: Move marking of MenuBar from direct %markfunc to via mark_wxFrame, so
1:21PM 0 [ wxruby-Bugs-12015 ] incorrect behaviour on threads
 
Wednesday July 4 2007
TimeRepliesSubject
10:50PM 0 [1108] trunk/wxruby2/swig: Revised mem mgmt for Sizers to address more GC crashes in Sizers demo
7:32PM 0 [1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
7:27PM 0 [1106] trunk/wxruby2/swig/RubyConstants.i: Add the MOD_XXX constants as used in wxKeyEvent
7:11PM 0 [1105] trunk/wxruby2/doc/textile/button.txtl: 2.8 documentation update reflecting where set_default_item now lies
7:08PM 0 [1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
7:00PM 0 [1103] trunk/wxruby2: Added 2.8 methods to StaticBitmap & document them; cleanup header file
6:53PM 0 [1102] trunk/wxruby2/doc/textile/spinbutton.txtl: Doc patch to SpinButton from wxWidgets 2.8
6:52PM 0 [1101] trunk/wxruby2/doc/textile/spinctrl.txtl: Doc patch to SpinCtrl from wxWidgets 2.8
5:44PM 0 [1100] trunk/wxruby2/swig/classes/include/parents.rb: Add parent mapping for recently added ChildFocusEvent
5:43PM 0 [1099] trunk/wxruby2/swig/classes/XmlResource.i: Permit Dialogs and Frames with no parents to be created via XRC; add comments
4:11PM 0 [1098] trunk/wxruby2: Test return value from XmlResource#load and raise an exception on failure