October 2007 Archives by author
Starting: Tue Oct 2 12:36:59 EDT 2007
Ending: Tue Oct 30 20:36:23 EDT 2007
Messages: 91
- [wxruby-svn] [1319] trunk/wxruby2/samples/bigdemo/wxScrolledWindow.rbw: Applied patch #14375 to fix line drawing when window is scrolled.
nobody at rubyforge.org
- [wxruby-svn] [1320] trunk/wxruby2/samples/calendar/calendar.rb: Applied patch #14411 to fix display error in Calendar sample.
nobody at rubyforge.org
- [wxruby-svn] [1321] trunk/wxruby2/lib/wx/classes/bitmap.rb: Fix namespace error in Bitmap#draw
nobody at rubyforge.org
- [wxruby-svn] [1322] trunk/wxruby2/lib/wx/classes: Avoid warnings about method redefinition
nobody at rubyforge.org
- [wxruby-svn] [1323] trunk/wxruby2/swig/classes/Window.i: Avoid "@__painting__ instance variable not initiailized" warning
nobody at rubyforge.org
- [wxruby-svn] [1324] trunk/wxruby2/lib/wx/classes/app.rb: Avoid 'method redefinition' warning
nobody at rubyforge.org
- [wxruby-svn] [1325] trunk/wxruby2/lib/wx/classes/timer.rb: Make warning-clean timer handling
nobody at rubyforge.org
- [wxruby-svn] [1326] trunk/wxruby2/lib/wx/keyword_ctors.rb: Remove redundant @param_flags references and clean of warnings
nobody at rubyforge.org
- [wxruby-svn] [1327] trunk/wxruby2/rake/rakepackage.rb: The README and LICENSE files are now included in the gem builds.
nobody at rubyforge.org
- [wxruby-svn] [1328] trunk/wxruby2/LICENSE: Update main LICENSE file with correct copyright
nobody at rubyforge.org
- [wxruby-svn] [1329] trunk/wxruby2/samples/etc/threaded.rb: Add simple example of using Ruby's green threads with wxRuby
nobody at rubyforge.org
- [wxruby-svn] [1330] trunk/wxruby2/doc/textile/dialog.txtl: Added Dialog#destroy to the method list.
nobody at rubyforge.org
- [wxruby-svn] [1332] trunk/wxruby2/lib/wx: Add explicit id arguments to ctor defs, default for title, fix Wizard
nobody at rubyforge.org
- [wxruby-svn] [1333] trunk/wxruby2/swig/classes/include/wxWizard.h: Strip cruft, correct current ctor param list
nobody at rubyforge.org
- [wxruby-svn] [1334] trunk/wxruby2/swig: Move SPLASH_ constants into class' s interface file
nobody at rubyforge.org
- [wxruby-svn] [1335] trunk/wxruby2/swig/shared/get_ruby_window.i: Raise exceptions wrapping bad objects or unsupported classes from XRC
nobody at rubyforge.org
- [wxruby-svn] [1336] trunk/wxruby2/lib/wx/classes/timer.rb: Small fix for timer ownership , don't fail if timer is re-owned
nobody at rubyforge.org
- [wxruby-svn] [1337] trunk/wxruby2/lib/wx/keyword_defs.rb: Add missing :id param for Wx:: Window
nobody at rubyforge.org
- [wxruby-svn] [1338] trunk/wxruby2/swig/Functions.i: Fix to prevent crasher with shortcut dialog functions
nobody at rubyforge.org
- [wxruby-svn] [1339] trunk/wxruby2/swig/classes/AuiPaneInfo.i: Director not needed for struct-like class AuiPaneInfo
nobody at rubyforge.org
- [wxruby-svn] [1340] trunk/wxruby2/swig: Update licence to reassign from Kevin to wxRuby dev team
nobody at rubyforge.org
- [wxruby-svn] [1341] trunk/wxruby2/lib/wx/classes/app.rb: Added Wx::App.run method
nobody at rubyforge.org
- [wxruby-svn] [1342] trunk/wxruby2/lib/wx/classes/app.rb: Fix a stupid typo in previous commit
nobody at rubyforge.org
- [wxruby-svn] [1343] trunk/wxruby2/doc/textile/app.txtl: Update Wx:: App documentation with .run method
nobody at rubyforge.org
- [wxruby-svn] [1344] trunk/wxruby2/samples/minimal/nothing.rb: Make nothing. rb REALLY minimal
nobody at rubyforge.org
- [wxruby-svn] [1345] trunk/wxruby2/samples/minimal/minimal.rb: Use Wx::App.run in minimal .rb, and add some more explanation
nobody at rubyforge.org
- [wxruby-svn] [1346] trunk/wxruby2/doc/textile/window.txtl: Document already existing block facility for Window constructors
nobody at rubyforge.org
- [wxruby-svn] [1347] trunk/wxruby2/samples/minimal: Fix minimal frame icon on Windows
nobody at rubyforge.org
- [wxruby-svn] [1348] trunk/wxruby2/swig/classes/ListCtrl.i: Fix ListCtrl#sort_items to accept a block
nobody at rubyforge.org
- [wxruby-svn] [1349] trunk/wxruby2/doc/textile/listctrl.txtl: Document usage of ListCtrl#sort_items
nobody at rubyforge.org
- [wxruby-svn] [1350] trunk/wxruby2/lib/wx/classes/checklistbox.rb: Prevent crashes on invalid use of item data with Wx::CheckListBox
nobody at rubyforge.org
- [wxruby-svn] [1351] trunk/wxruby2/swig/classes/ListCtrl.i: MSW compile fix for ListCtrl#sort_items implementation
nobody at rubyforge.org
- [wxruby-svn] [1352] trunk/wxruby2/doc/textile/checklistbox.txtl: Updated docs for CheckListBox
nobody at rubyforge.org
- [wxruby-svn] [1353] trunk/wxruby2/swig/classes/TreeCtrl.i: Tweaks get_first_child method so it only returns a TreeItemID
nobody at rubyforge.org
- [wxruby-svn] [1354] trunk/wxruby2/lib/wx/classes/treectrl.rb: Compensate for loss of iteration with cookie with get_children method
nobody at rubyforge.org
- [wxruby-svn] [1355] trunk/wxruby2/lib/wx/classes/treectrl.rb: Correct test for TreeCtrl null items
nobody at rubyforge.org
- [wxruby-svn] [1356] trunk/wxruby2/samples/treectrl/treectrl.rb: Avoid warnings with deprecated get_next_child
nobody at rubyforge.org
- [wxruby-svn] [1357] trunk/wxruby2/doc/textile/treectrl.txtl: Updated TreeCtrl docs to current API
nobody at rubyforge.org
- [wxruby-svn] [1358] trunk/wxruby2/samples/treectrl/treectrl.rb: Fixed crashes due to message_box being called instead of Wx::message_box.
nobody at rubyforge.org
- [wxruby-svn] [1359] trunk/wxruby2/samples/minimal/minimal.rb: Use only PNG icon ( Dirk Traulsen)
nobody at rubyforge.org
- [wxruby-svn] [1360] trunk/wxruby2/doc/textile/icon.txtl: Update that PNG Is supported on MSW
nobody at rubyforge.org
- [wxruby-svn] [1361] trunk/wxruby2/samples/etc/wizard.rb: Ruby-ify syntax in wizard sample
nobody at rubyforge.org
- [wxruby-svn] [1362] trunk/wxruby2/swig/Functions.i: Remove deprecated, unneeded and stuff-duplicating-ruby functions
nobody at rubyforge.org
- [wxruby-svn] [1363] trunk/wxruby2/doc/textile: Add stub documentation for wxRuby module functions
nobody at rubyforge.org
- [wxruby-svn] [1364] trunk/wxruby2/ChangeLog: Update ChangeLog with 1.9.2 changes
nobody at rubyforge.org
- [wxruby-svn] [1365] trunk/wxruby2/README: Update README for 1.9.2
nobody at rubyforge.org
- [wxruby-svn] [1366] tags/wxruby2/1.9.2/: Tagged 1.9.2
nobody at rubyforge.org
- [wxruby-svn] [1367] trunk/wxsugar/bin: Move XRCise so that it looks like a command-line tool
nobody at rubyforge.org
- [wxruby-svn] [1368] trunk/wxsugar/bin/xrcise: Fix --help command in xrcise when used from Rubygems
nobody at rubyforge.org
- [wxruby-svn] [1369] trunk/wxsugar/Rakefile: Add XRCise tool to Rakefile for gem distribution
nobody at rubyforge.org
- [wxruby-svn] [1370] trunk/wxruby2/lib/wx/classes/checklistbox.rb: Added Ruby-based support for item_data in CheckListBox (Chauk-Mean P)
nobody at rubyforge.org
- [wxruby-svn] [1371] trunk/wxruby2/doc/textile/checklistbox.txtl: Update docs noting that CheckListBox supports item_data and get_checked_items
nobody at rubyforge.org
- [wxruby-svn] [1372] trunk/wxruby2/swig/shared/get_ruby_window.i: Be more forgiving if null is passed to get_ruby_window_wrapper, b/c it's
nobody at rubyforge.org
- [wxruby-svn] [1373] trunk/wxsugar/lib/wx_sugar/layout.rb: Avoid a regression caused by wxRuby 1.9.2
nobody at rubyforge.org
- [wxruby-svn] [1374] trunk/wxsugar/lib/wx_sugar/delayed_constructors.rb: Fix delayed_constructors for use with wxRuby 1.9.2
nobody at rubyforge.org
- [wxruby-svn] [1375] trunk/wxsugar/lib/wx_sugar/xrc/outputter.rb: Temporary hack to work around regression in 1.9.2
nobody at rubyforge.org
- [wxruby-svn] [1376] tags/wxsugar/0.1.18/: Tagged 0.1.18
nobody at rubyforge.org
- [wxruby-svn] [1377] trunk/wxruby2/lib/wx/classes/listctrl.rb: Avoid NoMethodErrors when LC_VIRTUAL is used with stub overrideable methods
nobody at rubyforge.org
- [wxruby-svn] [1378] trunk/wxruby2/lib/wx/classes/checklistbox.rb: Tweak checklistbox item_data impl so it works even if loaded from XRC
nobody at rubyforge.org
- [wxruby-svn] [1379] trunk/wxruby2/lib/wx/classes/grid.rb: Tweak grid ivar-tracking for GC protection so works for Grid from XRC
nobody at rubyforge.org
- [wxruby-svn] [1380] trunk/wxruby2/swig/classes: Move StyledTextEvent into own class, so it gets correct inheritance;
nobody at rubyforge.org
- [wxruby-svn] [1381] trunk/wxruby2: Implement Sound.play class method in ruby; add error checking to ctor
nobody at rubyforge.org
- [wxruby-svn] [1382] trunk/wxruby2/swig/classes/WindowDisabler.i: Correct parameter name to avoid typemap checking for Window == nil
nobody at rubyforge.org
- [wxruby-svn] [1383] trunk/wxruby2/doc/textile/sound.txtl: Fix Wx::Sound documentation
nobody at rubyforge.org
- [wxruby-svn] [1384] trunk/wxruby2/swig/classes/Sound.i: Ignore unneeded Sound#create method
nobody at rubyforge.org
- [wxruby-svn] [1385] trunk/wxruby2/doc/textile/index.txtl: Add Sound class to doc index
nobody at rubyforge.org
- [wxruby-svn] [1386] trunk/wxruby2/doc/textile/gridcellrenderer.txtl: Add docs explaining how to use custom GridCellRenderer
nobody at rubyforge.org
- [wxruby-svn] [1387] trunk/wxruby2/lib/wx/classes/event.rb: Make Event#id return the Wx id, not Object#object_id, fixing bug in treectrl.rb
nobody at rubyforge.org
- [wxruby-svn] [1388] trunk/wxruby2/samples: Add very nice socket demo by Mario Steele
nobody at rubyforge.org
- [wxruby-svn] [1389] trunk/wxruby2/samples/sockets: Made to run on OS X and fixed a crash on OS X.
nobody at rubyforge.org
- [wxruby-svn] [1390] trunk/wxruby2/swig/classes/include: Tidy up and correct header files for DropSource/Target
nobody at rubyforge.org
- [wxruby-svn] [1391] trunk/wxruby2/samples/sockets/wxClient.rb: Possible fix to Broken IO Pipe error on WXGTK and WXMAC.
nobody at rubyforge.org
- [wxruby-svn] [1392] trunk/wxruby2/swig/classes/include: Fix param types of on_drop_xxx methods to avoid compile error
nobody at rubyforge.org
- [wxruby-svn] [1393] trunk/wxruby2/swig/classes/include: Cleanup DataObject headers
nobody at rubyforge.org
- [wxruby-svn] [1394] trunk/wxruby2/swig: Initial commit of some DataObject classes, but they don't all work yet
nobody at rubyforge.org
- [wxruby-svn] [1395] trunk/wxruby2/swig/classes: Initial commit of drag'n'drop classes, not completely working yet
nobody at rubyforge.org
- [wxruby-svn] [1396] trunk/wxruby2/swig/classes/Window.i: Avoid double-free of DropTarget associated with Window
nobody at rubyforge.org
- [wxruby-svn] [1397] trunk/wxruby2/swig/classes/include/wxClipboard.h: Cleanup of Clipboard header file
nobody at rubyforge.org
- [wxruby-svn] [1398] trunk/wxruby2/swig/classes/Clipboard.i: Initial commit of Clipboard class, working at least for text data
nobody at rubyforge.org
- [wxruby-svn] [1399] trunk/wxruby2/swig/typedefs.i: Added needed typedef for wxDragResult (map to Fixnum)
nobody at rubyforge.org
- [wxruby-svn] [1400] trunk/wxruby2: Applied patch #14462 which adds GLCanvas support also added sample.
nobody at rubyforge.org
- [wxruby-svn] [1401] trunk/wxruby2/rake/rakewx.rb: Accidental duplication of code removed .
nobody at rubyforge.org
- [wxruby-svn] [1402] trunk/wxruby2/swig: Move data_object.i to a more descriptive name
nobody at rubyforge.org
- [wxruby-svn] [1403] trunk/wxruby2/swig/shared/data_format_typemap.i: Add a bit of commenting explanation
nobody at rubyforge.org
- [wxruby-svn] [1404] trunk/wxruby2/swig/classes/FileDropTarget.i: Tweak and tyepmap to get FileDropTarget working properly
nobody at rubyforge.org
- [wxruby-svn] [1405] trunk/wxruby2/swig/classes/include: Tidy header files and add URLDataObject in preparation for wrapping
nobody at rubyforge.org
- [wxruby-svn] [1406] trunk/wxruby2: Rakefile tidy up, doc and implement dependency checking for SWIG shared
nobody at rubyforge.org
- [wxruby-svn] [1407] trunk/wxruby2/rake/rakemacosx.rb: Maybe fix rakefile error on OS X
nobody at rubyforge.org
- [wxruby-svn] [1408] trunk/wxruby2/swig/classes/include/wxDropTarget.h: Fix compile error on MSW
nobody at rubyforge.org
- [wxruby-svn] [1409] trunk/wxruby2/swig/common.i: Fix compile warning on all classes in MSW build
nobody at rubyforge.org
- [wxruby-svn] [1410] trunk/wxruby2/rake/rakepackage.rb: Fix gem build error after recent rakefile checkins
nobody at rubyforge.org
Last message date:
Tue Oct 30 20:36:23 EDT 2007
Archived on: Fri Oct 16 13:05:45 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).