February 2008 Archives by author
Starting: Tue Feb 5 09:51:45 EST 2008
Ending: Fri Feb 29 21:46:28 EST 2008
Messages: 48
- [wxruby-svn] [1530] trunk/wxruby2/swig/classes/Grid.i: Raise exception instead of segfault for negative grid cell co-ord ( BUG 16848)
nobody at rubyforge.org
- [wxruby-svn] [1531] trunk/wxruby2: Added missing 2.8 Wx::Menu#get_label_text method
nobody at rubyforge.org
- [wxruby-svn] [1532] trunk/wxruby2/swig/classes/Menu.i: Fix for Menu#get_menu_items
nobody at rubyforge.org
- [wxruby-svn] [1533] trunk/wxruby2/swig/classes/include/wxMenuItem.h: Tidy up and correct wxMenuItem.h for 2.8, adding get_label_text etc
nobody at rubyforge.org
- [wxruby-svn] [1534] trunk/wxruby2/swig/classes/MenuItem.i: Remove some redundant %ignores for non-API methods
nobody at rubyforge.org
- [wxruby-svn] [1535] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Small tidy-up to explicit IDs in bigdemo.rb
nobody at rubyforge.org
- [wxruby-svn] [1536] trunk/wxruby2/swig/classes/Menu.i: GC protect sub-menu items to avoid crash (BUG 16519)
nobody at rubyforge.org
- [wxruby-svn] [1537] trunk/wxruby2/doc/textile/dc.txtl: Lots of doc fixes to method signatures and return types
nobody at rubyforge.org
- [wxruby-svn] [1538] trunk/wxruby2: Added paint_buffered to provide flicker-free drawing (replacing wxBufferedDC)
nobody at rubyforge.org
- [wxruby-svn] [1539] trunk/wxruby2/samples/drawing/images.rb: Simplify images demo
nobody at rubyforge.org
- [wxruby-svn] [1540] trunk/wxruby2/lib/wx/classes/window.rb: Client_Size is correct area for doing drawing upon
nobody at rubyforge.org
- [wxruby-svn] [1541] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove "virtual" tag from methods that shouldn't have it, fixing BUG:8068
nobody at rubyforge.org
- [wxruby-svn] [1542] trunk/wxruby2/README: Updated README
nobody at rubyforge.org
- [wxruby-svn] [1543] trunk/wxruby2/doc/textile/imagelist.txtl: Encourage use of Bitmap over Icon in ImageList
nobody at rubyforge.org
- [wxruby-svn] [1544] trunk/wxruby2/swig/classes/TreeCtrl.i: Avoid crashes in GC mark phase with TreeCtrl belonging to GenericDirCtrl ( BUG:17396)
nobody at rubyforge.org
- [wxruby-svn] [1545] trunk/wxruby2/swig/classes/include/wxIcon.h: Add a bunch of missing methods to Wx::Icon
nobody at rubyforge.org
- [wxruby-svn] [1546] trunk/wxruby2/swig/classes/include/wxPalette.h: Tidy and correct Palette header, but wrapping is problematic
nobody at rubyforge.org
- [wxruby-svn] [1547] trunk/wxruby2/swig/classes/include/wxMenuItem.h: A few compile fixes to meth sigs for MSW
nobody at rubyforge.org
- [wxruby-svn] [1548] trunk/wxruby2/swig/classes/App.i: Disable GC marking when exiting App#on_init with non-true value, fixing BUG:17697
nobody at rubyforge.org
- [wxruby-svn] [1549] trunk/wxruby2/swig/mark_free_impl.i: Force all windows to be recognised as deleted after app has ended, avoid crash-on-exit
nobody at rubyforge.org
- [wxruby-svn] [1550] trunk/wxruby2/swig/classes/include/wxWindow.h: Initial commit of Associate/DissociateHandle
nobody at rubyforge.org
- [wxruby-svn] [1551] trunk/wxruby2/doc/textile/frame.txtl: Fix wrapping and width in Frame docs, fixing BUG:17714
nobody at rubyforge.org
- [wxruby-svn] [1552] trunk/wxruby2/doc/textile/menuevent.txtl: Clarify use of MenuEvent
nobody at rubyforge.org
- [wxruby-svn] [1553] trunk/wxsugar/lib/wx_sugar/layout.rb: Fix an incompatibility with latest wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1554] trunk/wxruby2: Add some 2.8 convenience methods to Rect: Contains, CentreIn
nobody at rubyforge.org
- [wxruby-svn] [1555] trunk/wxruby2: Add WXRUBY_EXCLUDED Environment variables to rake process, to ignore certian classes compiled into wxWidgets, separated by commas, example
nobody at rubyforge.org
- [wxruby-svn] [1556] trunk/wxruby2/swig/classes/include/wxMenuItem.h: Fixed SetAsRadioGroupStart(), SetRadioGroupStart() and SetRadioGroupEnd(), moving it to #if defined(__WXMSW__)
nobody at rubyforge.org
- [wxruby-svn] [1557] trunk/wxruby2/rake/rakemacosx.rb: Ensure file/ line references are available to gdb on Leopard debug build
nobody at rubyforge.org
- [wxruby-svn] [1558] trunk/wxruby2/rake/rakemacosx.rb: Avoid optimising out variables for gdb in debug build
nobody at rubyforge.org
- [wxruby-svn] [1559] trunk/wxruby2/lib/wx/classes/gauge.rb: Add fix for loading Gauge from XRC on Windows (BUG:18201)
nobody at rubyforge.org
- [wxruby-svn] [1560] trunk/wxsugar/lib/wx_sugar/xrc/outputter.rb: Added detection of on_init method within a class definition.
nobody at rubyforge.org
- [wxruby-svn] [1561] trunk/wxsugar/lib/wx_sugar/xrc/outputter.rb: Minor patch to allow on_init to be properly detected, utilizing self.class .method_defined? instead of self.method_defined?
nobody at rubyforge.org
- [wxruby-svn] [1562] trunk/wxruby2/lib/wx/classes/evthandler.rb: Add missing evt_tree_item_menu
nobody at rubyforge.org
- [wxruby-svn] [1563] trunk/wxruby2/samples/treectrl/treectrl.rb: Use correct tree_item_menu event for showing context menu
nobody at rubyforge.org
- [wxruby-svn] [1564] trunk/wxruby2/swig: Move some long typemaps only used by DC into separate shared file
nobody at rubyforge.org
- [wxruby-svn] [1565] trunk/wxruby2/swig/classes/include/wxWindowDC.h: Remove method definitions that should be inherited from wxDC
nobody at rubyforge.org
- [wxruby-svn] [1566] trunk/wxruby2/lib/wx/classes/dc.rb: Allow shorter [x, y] Point notation in DC methods that take list of Wx::Point
nobody at rubyforge.org
- [wxruby-svn] [1567] trunk/wxruby2/lib/wx/classes/dc.rb: Allow shorter [x, y] Point notation for DC#draw_spline
nobody at rubyforge.org
- [wxruby-svn] [1568] trunk/wxruby2/lib/wx/classes/dc.rb: Better error messages when wrong items in point array for DC
nobody at rubyforge.org
- [wxruby-svn] [1569] trunk/wxruby2/swig/shared/points_list.i: Typemaps for draw_poly_polygon
nobody at rubyforge.org
- [wxruby-svn] [1570] trunk/wxruby2/doc/textile/dc.txtl: Correct signature for draw_poly_polygon; list points can be passed as [x, y]
nobody at rubyforge.org
- [wxruby-svn] [1571] trunk/wxruby2: Upgrade to support latest SWIG; 1.3. 31 is no longer supported
nobody at rubyforge.org
- [wxruby-svn] [1572] trunk/wxruby2: Newly-released SWIG 1.3.34 is OK for use with wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1573] trunk/wxruby2/swig/shared/sizers.i: No director for Sizer#detach; fixing pernicious GC crasher on window destruction
nobody at rubyforge.org
- [wxruby-svn] [1574] trunk/wxruby2/swig/Functions.i: Make ruby log_xxx functions return a proper VALUE, not void, which
nobody at rubyforge.org
- [wxruby-svn] [1575] trunk/wxruby2/samples/bigdemo/wxDialog.rbw: Tidy, rubyify and show some convenience x-platform features in dialog demo
nobody at rubyforge.org
- [wxruby-svn] [1576] trunk/wxruby2/swig/classes: Remove DialogBase b/c it adds nothing, and isn't part of the public Wx API
nobody at rubyforge.org
- [wxruby-svn] [1577] trunk/wxruby2/swig/classes: Add SizerItem to fix return values in Wx ::Sizer methods
nobody at rubyforge.org
Last message date:
Fri Feb 29 21:46:28 EST 2008
Archived on: Fri Oct 16 13:05:46 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).