September 2007 Archives by thread
Starting: Sat Sep 1 10:55:59 EDT 2007
Ending: Thu Sep 27 14:22:23 EDT 2007
Messages: 84
- [wxruby-svn] [1235] trunk/wxruby2/swig: Rework and tidy of get_client_data; avoid assert failure if no data set
nobody at rubyforge.org
- [wxruby-svn] [1236] trunk/wxruby2/swig/classes: Add BitmapComboBox class
nobody at rubyforge.org
- [wxruby-svn] [1237] trunk/wxruby2/swig/shared/control_with_items.i: Fix to help BitmapComboBox#set_client_data crasher
nobody at rubyforge.org
- [wxruby-svn] [1238] trunk/wxruby2/swig: Use size_t instead of long conversion of TreeItemId for 64-bit safety
nobody at rubyforge.org
- [wxruby-svn] [1239] trunk/wxruby2/doc/textile: Added BitmapComboBox to documentation
nobody at rubyforge.org
- [wxruby-svn] [1240] trunk/wxruby2/swig/typemap.i: Typemaps for Point and Size as [x, y] or [width, height]
nobody at rubyforge.org
- [wxruby-svn] [1241] trunk/wxruby2/lib: Initial commit of sugary additions to core wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1242] trunk/wxruby2/lib/wx/keyword_ctors.rb: Fix typo
nobody at rubyforge.org
- [wxruby-svn] [1243] trunk/wxruby2/lib/wx/keyword_defs.rb: Add BitmapComboBox to kwarg definitions
nobody at rubyforge.org
- [wxruby-svn] [1244] trunk/wxruby2/samples/minimal: Use PNG icon instead of messing around with x-platform code
nobody at rubyforge.org
- [wxruby-svn] [1245] trunk/wxruby2/samples/minimal/minimal.rb: Ruby-ify minimal sample
nobody at rubyforge.org
- [wxruby-svn] [1246] trunk/wxruby2/doc/textile/styledtextctrl.txtl: Added doc and stub method descriptions for StyledTextCtrl
nobody at rubyforge.org
- [wxruby-svn] [1247] trunk/wxruby2/doc/textile/textctrl.txtl: Link to other options for rich text handling in wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1248] trunk/wxruby2/lib/wx/keyword_ctors.rb: Fix a bug which prevented zero-args constructor being used
nobody at rubyforge.org
- [wxruby-svn] [1249] trunk/wxruby2/doc/textile/listctrl.txtl: Corrected method signatures and doc for ListCtrl#[gs]et_item_data
nobody at rubyforge.org
- [wxruby-svn] [1250] trunk/wxruby2/doc/textile/styledtextctrl.txtl: Added StyledTextCtrl event handlers to docs
nobody at rubyforge.org
- [wxruby-svn] [1251] trunk/wxruby2/swig: Create global functions to retrieve swig type info for arbitrary classes
nobody at rubyforge.org
- [wxruby-svn] [1252] trunk/wxruby2/swig/classes/Window.i: Fix so that hand-wrapped ruby objects get the right mark & free funcs
nobody at rubyforge.org
- [wxruby-svn] [1253] trunk/wxruby2: Enable EvtHandler#disconnect method
nobody at rubyforge.org
- [wxruby-svn] [1254] trunk/wxruby2/doc/textile/evthandler.txtl: Corrections to EvtHandler docs on connect and disconnect
nobody at rubyforge.org
- [wxruby-svn] [1255] trunk/wxruby2/swig: Move get_ruby_window wrapping into shared code
nobody at rubyforge.org
- [wxruby-svn] [1256] trunk/wxruby2/swig/shared/get_ruby_window.i: Fix missing declaration in recent commit
nobody at rubyforge.org
- [wxruby-svn] [1257] trunk/wxruby2: Additional operator support for Point and Size; wx 2.8 Size methods
nobody at rubyforge.org
- [wxruby-svn] [1258] trunk/wxruby2/lib/wx/keyword_ctors.rb: Allow Window constructors to be called with block
nobody at rubyforge.org
- [wxruby-svn] [1259] trunk/wxruby2/samples: Add event handling sample demo
nobody at rubyforge.org
- [wxruby-svn] [1260] trunk/wxruby2: Re-added TreeCtrl#traverse method, because bugs 13640 and 13734 are hard
nobody at rubyforge.org
- [wxruby-svn] [1261] trunk/wxruby2/swig: Macro-ify conversion of treeitemid to ruby ints, make get_root_item consistent
nobody at rubyforge.org
- [wxruby-svn] [1262] trunk/wxruby2: Fix bug where item_data marking could fail on MSW if TR_HIDE_ROOT style
nobody at rubyforge.org
- [wxruby-svn] [1263] trunk/wxruby2/doc/textile: Add syntax tutorial to docs, add link to styledtextctrl docs
nobody at rubyforge.org
- [wxruby-svn] [1264] trunk/wxruby2/swig: Fix wrong return value of Wx.get_multiple_choices; move ArrayInt
nobody at rubyforge.org
- [wxruby-svn] [1265] trunk/wxruby2/lib/wx/classes/window.rb: Added wx_id to Window, by analogy to wx_class
nobody at rubyforge.org
- [wxruby-svn] [1266] trunk/wxruby2: Updated Changelog and README for 1.9.1
nobody at rubyforge.org
- [wxruby-svn] [1267] tags/wxruby2/1.9.1/: Tagged 1.9.1
nobody at rubyforge.org
- [wxruby-svn] [1268] trunk/wxruby2/doc/textile/styledtextctrl.txtl: Few minor tidies to STC doc
nobody at rubyforge.org
- [wxruby-svn] [1269] trunk/wxruby2/doc/textile/index.txtl: Fix link and spelling mistake in doc index page
nobody at rubyforge.org
- [wxruby-svn] [1270] trunk/wxruby2/doc/textile/bitmapcombobox.txtl: Some argument and method option fixes to bitmapcombobox
nobody at rubyforge.org
- [wxruby-svn] [1271] trunk/wxsugar/lib/wx_sugar: Remove features from wxSugar now merged into wxRuby core
nobody at rubyforge.org
- [wxruby-svn] [1272] trunk/wxsugar/lib/wx_sugar/wx_classes/treectrl.rb: Remove TreeCtrl#traverse, now in wxRuby core
nobody at rubyforge.org
- [wxruby-svn] [1273] trunk/wxruby2/doc/textile/wxruby_intro.txtl: Fix some formatting issues in tutorial
nobody at rubyforge.org
- [wxruby-svn] [1274] tags/wxsugar/0.1.17/: Tagged 0.1.17
nobody at rubyforge.org
- [wxruby-svn] [1275] trunk/wxruby2/samples/minimal/nothing.rb: Remove some cruft from the nothing app to make it more minimalist
nobody at rubyforge.org
- [wxruby-svn] [1276] trunk/wxruby2/samples/minimal/text.rb: Remove a misplaced bit of test code
nobody at rubyforge.org
- [wxruby-svn] [1277] trunk/wxruby2/samples/listbook/listbook.rb: Just make indenting consisten in advance of other edits
nobody at rubyforge.org
- [wxruby-svn] [1278] trunk/wxruby2/samples/listbook/listbook.rb: Remove comment that it doesn't work on Linux, cos it does; try out a
nobody at rubyforge.org
- [wxruby-svn] [1279] trunk/wxruby2: Fix Linux case-sensitive rake error
nobody at rubyforge.org
- [wxruby-svn] [1280] trunk/wxruby2/swig/classes/XmlResource.i: Add missing XRC_ constants
nobody at rubyforge.org
- [wxruby-svn] [1281] trunk/wxruby2/swig/classes/Window.i: XRC-fixes for Window methods which need correct ruby subclass wrapping
nobody at rubyforge.org
- [wxruby-svn] [1282] trunk/wxruby2/swig/classes/include/wxSizer.h: Add missing Sizer#replace method
nobody at rubyforge.org
- [wxruby-svn] [1283] trunk/wxruby2/lib/wx/classes/evthandler.rb: New syntax sugar for event handlers setting up by method name
nobody at rubyforge.org
- [wxruby-svn] [1284] trunk/wxruby2/swig/classes/Window.i: Fix get_grand_parent for use with XRC , re-order some bits of .i file
nobody at rubyforge.org
- [wxruby-svn] [1285] trunk/wxruby2/samples/treectrl/treectrl.rb: "Rubyify" tree sample
nobody at rubyforge.org
- [wxruby-svn] [1286] trunk/wxruby2/lib/wx/classes/window.rb: Make id mean Wx::Window#id not the deprecated ruby Object#id
nobody at rubyforge.org
- [wxruby-svn] [1287] trunk/wxruby2/lib/wx/classes/window.rb: Fix Window#evt_paint with symbol_or_block event handlers
nobody at rubyforge.org
- [wxruby-svn] [1288] trunk/wxruby2/samples/caret/caret.rb: Rubyify caret sample
nobody at rubyforge.org
- [wxruby-svn] [1289] trunk/wxruby2/doc/textile/evthandler.txtl: Correct wrong method name in EvtHandler docs
nobody at rubyforge.org
- [wxruby-svn] [1290] trunk/wxruby2/doc/textile/eventhandlingoverview.txtl: Significantly expanded and updated event handling overview
nobody at rubyforge.org
- [wxruby-svn] [1291] trunk/wxruby2/doc/textile/styledtextctrl.txtl: Some tidies and small expansions to the doc of wrap methods
nobody at rubyforge.org
- [wxruby-svn] [1292] trunk/wxruby2/doc/textile/eventhandlingoverview.txtl: Add explanation of Wx::ID_ANY in CommandEvent handlers
nobody at rubyforge.org
- [wxruby-svn] [1293] trunk/wxruby2/lib/wx/classes/commandevent.rb: Added get_index as a better-name synonym for get_selection/get_int
nobody at rubyforge.org
- [wxruby-svn] [1294] trunk/wxruby2/swig/classes/include/wxVListBox.h: Tidy up, fix method sigs, document failed attempt to wrap class
nobody at rubyforge.org
- [wxruby-svn] [1295] trunk/wxruby2/lib/wx/classes: Make widget classes with multiple items Ruby enumerables
nobody at rubyforge.org
- [wxruby-svn] [1296] trunk/wxruby2/doc/textile: Document each/Enumerable for CWI/ListCtrl/TreeCtrl
nobody at rubyforge.org
- [wxruby-svn] [1297] trunk/wxruby2/swig/classes/CommandEvent.i: Tidy some redundant and unused methods
nobody at rubyforge.org
- [wxruby-svn] [1298] trunk/wxruby2/doc/textile/commandevent.txtl: Make the commandevent documentation a bit more helpful
nobody at rubyforge.org
- [wxruby-svn] [1299] trunk/wxruby2/lib/wx/classes/evthandler.rb: Raise ArgumentError instead of RuntimeError (more accurate, and compat
nobody at rubyforge.org
- [wxruby-svn] [1300] trunk/wxsugar: Initial commit of xrcise tool for creating Ruby from XRC
nobody at rubyforge.org
- [wxruby-svn] [1301] trunk/wxruby2/swig/classes/include/wxObject.h: Tidy header file
nobody at rubyforge.org
- [wxruby-svn] [1302] trunk/wxruby2/swig/classes: Add Wx::Sound class
nobody at rubyforge.org
- [wxruby-svn] [1303] trunk/wxsugar/lib/wx_sugar/event_connector.rb: Deprecate listen now better event handler in core wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1304] trunk/wxsugar/lib/wx_sugar: Add xrc libraries to support xrcise
nobody at rubyforge.org
- [wxruby-svn] [1305] trunk/wxruby2/swig/classes/App.i: Better test to halt GC marking on exit, avoid some crash-on-exit bugs
nobody at rubyforge.org
- [wxruby-svn] [1306] trunk/wxruby2/swig/classes: Add CollapsiblePane widget
nobody at rubyforge.org
- [wxruby-svn] [1307] trunk/wxruby2: Add event plumbing for CollapsiblePaneEvent
nobody at rubyforge.org
- [wxruby-svn] [1308] trunk/wxruby2/doc/textile: Add documentation for CollapsiblePane
nobody at rubyforge.org
- [wxruby-svn] [1309] trunk/wxruby2/doc/textile/styledtextevent.txtl: Add stub documentation for Wx::StyledTextEvent
nobody at rubyforge.org
- [wxruby-svn] [1310] trunk/wxruby2/lib/wx/classes/menuitem.rb: Fix MenuItem#id to be consistent with Window#id etc
nobody at rubyforge.org
- [wxruby-svn] [1311] trunk/wxruby2/lib/wx/classes/evthandler.rb: Fix for working with MenuItems, make evt_xxx more flexible
nobody at rubyforge.org
- [wxruby-svn] [1312] trunk/wxruby2/swig/classes/include/wxMenu.h: Tidy up and remove three incorrect variant methods with IsChecked bool
nobody at rubyforge.org
- [wxruby-svn] [1313] trunk/wxruby2/lib/wx/classes/menu.rb: Allow shortcut event handler to be tacked onto append/insert/prepend
nobody at rubyforge.org
- [wxruby-svn] [1314] trunk/wxruby2/swig/classes/include/wxMenu.h: Fix return values of Menu#Insert/Prepend to be Wx::MenuItem, as per docs
nobody at rubyforge.org
- [wxruby-svn] [1315] trunk/wxruby2/lib/wx/classes/menu.rb: Make id arguments to MenuItem-adding methods optional, by analogy with
nobody at rubyforge.org
- [wxruby-svn] [1316] trunk/wxruby2/doc/textile/menu.txtl: Update and expand documentation on Wx::Menu
nobody at rubyforge.org
- [wxruby-svn] [1317] trunk/wxruby2/doc/textile/standardids.txtl: Add page with standard command identifiers
nobody at rubyforge.org
- [wxruby-svn] [1318] trunk/wxruby2/swig/classes/include/wxSound.h: Fixed compile error due to missing method in WXMAC.
nobody at rubyforge.org
Last message date:
Thu Sep 27 14:22:23 EDT 2007
Archived on: Fri Oct 16 13:05:44 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).