July 2007 Archives by author
Starting: Mon Jul 23 13:27:37 EDT 2007
Ending: Tue Jul 31 16:38:48 EDT 2007
Messages: 56
- [wxruby-svn] [1143] trunk/wxruby2/samples/minimal/minimal.rb: Some little tweaks to minimal sample (also test svn-commit email)
nobody at rubyforge.org
- [wxruby-svn] [1144] trunk/wxruby2/swig: Note that freearg wxString typemap isn't appropriate for static methods;
nobody at rubyforge.org
- [wxruby-svn] [1145] trunk/wxruby2/swig/classes/include/wxTimer.h: Make wxTimer.Notify() virtual so can be overridden and called in Ruby
nobody at rubyforge.org
- [wxruby-svn] [1146] trunk/wxruby2/lib/wx/classes/timer.rb: Memory-management for Wx::Timer, avoiding crash when Timer-owning Window
nobody at rubyforge.org
- [wxruby-svn] [1147] trunk/wxruby2/doc/textile/timer.txtl: Ruby-ified documentation for Wx::Timer, added examples
nobody at rubyforge.org
- [wxruby-svn] [1148] trunk/wxruby2/lib/wx/classes/app.rb: Added gc_stress memory debugging help method
nobody at rubyforge.org
- [wxruby-svn] [1149] trunk/wxruby2/swig/classes/Image.i: Ignore ImageHandler-related methods in Image.i; these are not used
nobody at rubyforge.org
- [wxruby-svn] [1150] trunk/wxruby2/samples/controls/controls.rb: Allow controls sample to be run from outside dir; re-indent
nobody at rubyforge.org
- [wxruby-svn] [1151] trunk/wxruby2/swig/classes/ArtProvider.i: Update wxRubyArtProvider to use 2.8 method names, fixing deprecated
nobody at rubyforge.org
- [wxruby-svn] [1152] trunk/wxruby2/swig/classes/ArtProvider.i: Make get_bitmap and get_icon methods work again, with freearg typemap fix
nobody at rubyforge.org
- [wxruby-svn] [1153] trunk/wxruby2/swig/classes/ArtProvider.i: Make custom ArtProvider work, though still crashes on exit
nobody at rubyforge.org
- [wxruby-svn] [1154] trunk/wxruby2/swig/classes/ArtProvider.i: Fix crash-on-exit with custom ArtProvider.i
nobody at rubyforge.org
- [wxruby-svn] [1155] trunk/wxruby2/doc/textile/artprovider.txtl: Ruby-ify documentation for ArtProvider and update to 2.8 method names
nobody at rubyforge.org
- [wxruby-svn] [1156] trunk/wxruby2/samples/controls/controls.rb: Re-enable ArtProvider usage; re-enable use of wx_class and get_handle (fixed)
nobody at rubyforge.org
- [wxruby-svn] [1157] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Add Wx::HyperlinkCtrl to wx_sugar keyword ctor classes
nobody at rubyforge.org
- [wxruby-svn] [1158] trunk/wxruby2/tests/test_intl.rb: Fix two- vs four-digit year representations; exit after tests
nobody at rubyforge.org
- [wxruby-svn] [1159] trunk/wxruby2/swig/shared/control_with_items.i: Fix a conditional inadvertently flipped that broke get_client_data
nobody at rubyforge.org
- [wxruby-svn] [1160] trunk/wxruby2/tests/test_item_data.rb: Fix so that item_data test exits cleanly on completion
nobody at rubyforge.org
- [wxruby-svn] [1161] trunk/wxruby2: Add Wx::Locale.is_available class method
nobody at rubyforge.org
- [wxruby-svn] [1162] trunk/wxruby2/tests/test_intl.rb: Added test for Locale.is_available, and use to avoid errors on setting
nobody at rubyforge.org
- [wxruby-svn] [1163] trunk/wxruby2: Revised GC mark strategy for Wx::Grid to try and fix errors caused when
nobody at rubyforge.org
- [wxruby-svn] [1164] trunk/wxruby2/swig/classes/TextCtrl.i: Remove directors from some methods that don't need them and break with them
nobody at rubyforge.org
- [wxruby-svn] [1165] trunk/wxruby2/swig/classes/ListCtrl.i: Fix ListCtrl#hit_test; do correct check for window deletion in markfunc
nobody at rubyforge.org
- [wxruby-svn] [1166] trunk/wxruby2/doc/textile: Update documentation for TextCtrl and ListCtrl hit_test
nobody at rubyforge.org
- [wxruby-svn] [1167] trunk/wxruby2/lib/wx/classes/grid.rb: Try once more to do all GC memory management in ruby with revised
nobody at rubyforge.org
- [wxruby-svn] [1168] trunk/wxruby2/swig/classes/Grid.i: Remove C++ markfunc, as we are trying to do everything in Ruby
nobody at rubyforge.org
- [wxruby-svn] [1169] trunk/wxruby2/swig/classes/EvtHandler.i: Add EvtHandler.new_event_type method
nobody at rubyforge.org
- [wxruby-svn] [1170] trunk/wxruby2/lib/wx/classes/evthandler.rb: Make it easier to register custom event types
nobody at rubyforge.org
- [wxruby-svn] [1171] trunk/wxruby2/doc/textile/evthandler.txtl: Add documentation about defining custom event types
nobody at rubyforge.org
- [wxruby-svn] [1172] trunk/wxruby2/rake/rakepackage.rb: Remove "preview" tag from the gem name
nobody at rubyforge.org
- [wxruby-svn] [1173] trunk/wxruby2: Move .new_event_type from Wx::EvtHandler to Wx::Event, where it makes
nobody at rubyforge.org
- [wxruby-svn] [1174] trunk/wxruby2/swig/classes/include/wxListItem.h: Tidy up header file
nobody at rubyforge.org
- [wxruby-svn] [1175] trunk/wxruby2/swig/classes/ComboBox.i: Fix 'NULL in arithmetic' warning with gcc
nobody at rubyforge.org
- [wxruby-svn] [1176] trunk/wxruby2/swig/classes/ListItem.i: Fix return value for ListItem#get_data; remove unneeded director
nobody at rubyforge.org
- [wxruby-svn] [1177] trunk/wxruby2/doc/textile/listitem.txtl: Ruby-ify documentation for ListItem#get/set_data
nobody at rubyforge.org
- [wxruby-svn] [1178] trunk/wxruby2/lib/wx/classes/artprovider.rb: More helpful warning if user-defined ArtProvider class does not have create_bitmap
nobody at rubyforge.org
- [wxruby-svn] [1179] trunk/wxruby2/lib/wx/classes/image.rb: Add bad file path check for Wx::Image
nobody at rubyforge.org
- [wxruby-svn] [1180] trunk/wxruby2/swig/classes/ArtProvider.i: Remove create_bitmap method from base class, remove unneeded director
nobody at rubyforge.org
- [wxruby-svn] [1181] trunk/wxruby2/lib/wx/classes/artprovider.rb: Memory book-keeping for custom ArtProviders to prevent premature GC
nobody at rubyforge.org
- [wxruby-svn] [1182] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: Added custom ArtProvider to bigdemo sample
nobody at rubyforge.org
- [wxruby-svn] [1183] trunk/wxruby2/samples/bigdemo/icons/wxwin48x48.png: Add 48x48 icon for use with custom ArtProvider demo
nobody at rubyforge.org
- [wxruby-svn] [1184] trunk/wxruby2/Changelog: Updated Changelog for 1.9.0 release
nobody at rubyforge.org
- [wxruby-svn] [1185] trunk/wxruby2/samples/aui/aui.rb: Fix aui sample assert_failure with duplicate pane name
nobody at rubyforge.org
- [wxruby-svn] [1186] tags/wxruby2/1.9.0/: Tagged 1.9.0
nobody at rubyforge.org
- [wxruby-svn] [1187] trunk/wxruby2/lib/wx/classes/grid.rb: insert_rows, insert_cols, delete_rows and delete_cols have 3 parameters not 2, now fixed to reflect that.
nobody at rubyforge.org
- [wxruby-svn] [1188] trunk/wxruby2/swig/classes/App.i: Fix warnings when GC runs
nobody at rubyforge.org
- [wxruby-svn] [1189] trunk/wxruby2/lib/wx/classes/grid.rb: Allow insert/delete_cols/rows to accept variable-length args
nobody at rubyforge.org
- [wxruby-svn] [1190] trunk/wxruby2/doc/textile/activateevent.txtl: 2.8 documentation update
nobody at rubyforge.org
- [wxruby-svn] [1191] trunk/wxruby2/doc/textile/index.txtl: Added HyperlinkCtrl and EraseEvent to docs
nobody at rubyforge.org
- [wxruby-svn] [1192] trunk/wxruby2/doc/textile/dialog.txtl: Added documentation explaining when Dialog#destroy is required
nobody at rubyforge.org
- [wxruby-svn] [1193] trunk/wxruby2/swig/classes/include/wxSize.h: Tidy up wxSize header file
nobody at rubyforge.org
- [wxruby-svn] [1194] trunk/wxruby2/swig/classes: Added RendererNative class
nobody at rubyforge.org
- [wxruby-svn] [1195] trunk/wxruby2/swig/classes: Removed bogus Bogus class
nobody at rubyforge.org
- [wxruby-svn] [1196] trunk/wxruby2/doc/textile: Update and add link to docs for RendererNative
nobody at rubyforge.org
- [wxruby-svn] [1197] trunk/wxruby2/lib/wx/classes/textctrl.rb: Fix return value of TextCtrl#position_to_xy so it's a bit more ruby-ish
nobody at rubyforge.org
- [wxruby-svn] [1198] trunk/wxruby2/doc/textile/textctrl.txtl: Updates to TextCtrl docs - method signatures, constant names,
nobody at rubyforge.org
Last message date:
Tue Jul 31 16:38:48 EDT 2007
Archived on: Fri Oct 16 13:05:42 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).