August 2008 Archives by date
Starting: Fri Aug 1 05:41:10 EDT 2008
Ending: Sat Aug 30 00:21:56 EDT 2008
Messages: 75
- [wxruby-svn] [1738] trunk/wxruby2/swig/classes/include/wxListCtrl.h: Add missing Get/ SetItemBackgroundColour, update copyright
nobody at rubyforge.org
- [wxruby-svn] [1739] trunk/wxruby2/swig: Improved efficiency for event wrapping ( after a patch by Cezar Espinola)
nobody at rubyforge.org
- [wxruby-svn] [1740] trunk/wxruby2/doc/textile/window.txtl: Update get_handle documentation, removing references to 'casting'
nobody at rubyforge.org
- [wxruby-svn] [1741] trunk/wxruby2/doc/textile/taskbaricon.txtl: Correct doc reference to create_popup_icon
nobody at rubyforge.org
- [wxruby-svn] [1742] trunk/wxruby2/doc/textile/toolbar.txtl: Add more informaiton about ToolBar & how to get native appearance on OS X
nobody at rubyforge.org
- [wxruby-svn] [1743] trunk/wxruby2/doc/textile/wx_functions.txtl: Add about_box to list of global wx functions
nobody at rubyforge.org
- [wxruby-svn] [1744] trunk/wxruby2/doc/textile/frame.txtl: Correct method signature and documentation for Frame#set_status_widths
nobody at rubyforge.org
- [wxruby-svn] [1745] trunk/wxruby2/rake/rakeunixish.rb: Fix to ensure library includes for media on both mono-static and dynamic ( BUG:20211)
nobody at rubyforge.org
- [wxruby-svn] [1746] trunk/wxruby2/swig/fixmodule.rb: Add fix for closing window instability under Linux/Win (BUG:20255); tidy
nobody at rubyforge.org
- [wxruby-svn] [1747] trunk/wxruby2/swig/fixmodule.rb: Fix typo in previous commit
nobody at rubyforge.org
- [wxruby-svn] [1748] trunk/wxruby2/swig/classes/Menu.i: Update comment/ document on wxMenu memory management
nobody at rubyforge.org
- [wxruby-svn] [1749] trunk/wxruby2/swig/classes: Add GCDC class ( compatibility bridge between DC and GraphicsContext)
nobody at rubyforge.org
- [wxruby-svn] [1750] trunk/wxruby2/doc/textile: Document GCDC and generally improve Device Context info
nobody at rubyforge.org
- [wxruby-svn] [1751] trunk/wxruby2/lib/wx/keyword_defs.rb: Added keyword ctors for ToolBarTool (Pascal Hurni)
nobody at rubyforge.org
- [wxruby-svn] [1752] trunk/wxruby2/swig/classes: Update methods available in ToolBarToolBase to reflect what actually works
nobody at rubyforge.org
- [wxruby-svn] [1753] trunk/wxruby2/doc/textile: Fix ToolBar and ToolBarTool documentation (BUG:20446)
nobody at rubyforge.org
- [wxruby-svn] [1754] trunk/wxruby2/doc/textile/toolbar.txtl: Correct docs for another method which now returns ToolBarTool
nobody at rubyforge.org
- [wxruby-svn] [1755] trunk/wxruby2/swig/classes/ToolBar.i: ToolBar#SetMargins(wxSize) definition is missing on GTK - so %ignore again
nobody at rubyforge.org
- [wxruby-svn] [1756] trunk/wxruby2/lib: Move args_as_list into shared general helper file
nobody at rubyforge.org
- [wxruby-svn] [1757] trunk/wxruby2/lib/wx.rb: Load helpers first
nobody at rubyforge.org
- [wxruby-svn] [1758] trunk/wxruby2/lib/wx/classes/toolbar.rb: Keyword-args version of add /insert_tool (adapted from Chauk Mean's patch)
nobody at rubyforge.org
- [wxruby-svn] [1759] trunk/wxruby2/swig/classes/TextDataObject.i: Use identical code for final dataobj class that's in shared file
nobody at rubyforge.org
- [wxruby-svn] [1760] trunk/wxruby2/lib/wx/classes/sizer.rb: Sizer#add_item syntax sugar ( after a patch by Chauk-Mean)
nobody at rubyforge.org
- [wxruby-svn] [1761] trunk/wxruby2: Add ClipboardTextEvent and EVT_HIBERNATE
nobody at rubyforge.org
- [wxruby-svn] [1762] trunk/wxruby2/doc/textile/scrolledwindow.txtl: Major overhaul of ScrolledWindow docs: corrections and addition of missing sections (BUG:21477)
nobody at rubyforge.org
- [wxruby-svn] [1763] trunk/wxruby2/samples/mdi/mdi.rb: Clean-up mdi sample
nobody at rubyforge.org
- [wxruby-svn] [1764] trunk/wxruby2/swig/classes/include/wxListBox.h: Correct deprecated ListBox#selected -> ListBox#is_selected to avoid compile warn; tidy header
nobody at rubyforge.org
- [wxruby-svn] [1765] trunk/wxruby2/swig/classes/include/parents.rb: Correct parent for Wx ::BitmapComboBox to get right methods
nobody at rubyforge.org
- [wxruby-svn] [1766] trunk/wxruby2/swig/shared/control_with_items.i: Avoid generating useless directors for CWI get/setdata methods, fixing compile error
nobody at rubyforge.org
- [wxruby-svn] [1767] trunk/wxruby2/swig/classes/include/wxBitmapComboBox.h: Align BitmapComboBox header inheritance with interface, not implementation
nobody at rubyforge.org
- [wxruby-svn] [1768] trunk/wxruby2/swig/Functions.i: Add global functions for finding current mouse position
nobody at rubyforge.org
- [wxruby-svn] [1769] trunk/wxruby2/swig/Functions.i: Add Wx:: ptr_addr module function for debugging
nobody at rubyforge.org
- [wxruby-svn] [1770] trunk/wxruby2/lib/wx/classes/object.rb: Make C++ pointer address available as instance method in most objects
nobody at rubyforge.org
- [wxruby-svn] [1771] trunk/wxruby2/swig/Functions.i: Added a few missing display info methods
nobody at rubyforge.org
- [wxruby-svn] [1772] trunk/wxruby2/swig/wx.i: Avoid raising error on unmapped event types
nobody at rubyforge.org
- [wxruby-svn] [1773] trunk/wxruby2: New (wxWidgets 2.8.5) auinotebook events
nobody at rubyforge.org
- [wxruby-svn] [1774] trunk/wxruby2/lib/wx/classes/controlwithitems.rb: Ensure we call CWI#get_count not Enumberable#count - latter will recurse endless
nobody at rubyforge.org
- [wxruby-svn] [1775] trunk/wxruby2: Add convenience methods for checking playing state of MediaCTrl
nobody at rubyforge.org
- [wxruby-svn] [1776] trunk/wxruby2/doc/textile: Fix missing id-anchors in documentation ( reported by SH Sorensen)
nobody at rubyforge.org
- [wxruby-svn] [1777] trunk/wxruby2/swig/classes: Added wrapping for ContextHelp wx classes
nobody at rubyforge.org
- [wxruby-svn] [1778] trunk/wxruby2: Added HelpEvent and associated event plumbing
nobody at rubyforge.org
- [wxruby-svn] [1779] trunk/wxruby2/swig/classes/include/wxControlWithItems.h: Added missing wxControlWithItems#select virtual method
nobody at rubyforge.org
- [wxruby-svn] [1780] trunk/wxruby2/lib/wx/classes/helpprovider.rb: HelpProvider. set class method needs additional GC protection
nobody at rubyforge.org
- [wxruby-svn] [1781] trunk/wxruby2: Initial ruby implementation of SimpleHelpProvider
nobody at rubyforge.org
- [wxruby-svn] [1782] trunk/wxruby2/swig/classes/TipWindow.i: Ignore C++ ptr handling stuff in TipWindow, not useful in Ruby
nobody at rubyforge.org
- [wxruby-svn] [1783] trunk/wxruby2/doc/textile/tipwindow.txtl: Update docs for TipWindow, removing non-ruby methods
nobody at rubyforge.org
- [wxruby-svn] [1784] trunk/wxruby2/swig: Avoid crash b/ c of rewrapping objects passed to HP#RemoveHelp in dtor
nobody at rubyforge.org
- [wxruby-svn] [1785] trunk/wxruby2/swig/classes/ToolTip.i: Remove unnecessary director from ToolTip
nobody at rubyforge.org
- [wxruby-svn] [1786] trunk/wxruby2/doc/textile: Correct document of Wx:: ToolTip class methods
nobody at rubyforge.org
- [wxruby-svn] [1787] trunk/wxruby2/lib/wx/classes/helpcontrollerhelpprovider.rb: Pure-ruby implementation of Wx::HelpControllerHelpProvider
nobody at rubyforge.org
- [wxruby-svn] [1788] trunk/wxruby2/doc/textile/index.txtl: Update descriptions of online help classes
nobody at rubyforge.org
- [wxruby-svn] [1789] trunk/wxruby2: Add each_page convenience methods to Notebook classes ; fix docs
nobody at rubyforge.org
- [wxruby-svn] [1790] trunk/wxruby2/rake/rakeconfigure.rb: GCDC should be excluded if GraphicsContext is not available
nobody at rubyforge.org
- [wxruby-svn] [1791] trunk/wxruby2/samples/aui/aui.rb: Fix typo that bugs ruby 1.9
nobody at rubyforge.org
- [wxruby-svn] [1792] trunk/wxruby2/lib/wx/classes/evthandler.rb: Added hook for missing evt_tree_state_image_click
nobody at rubyforge.org
- [wxruby-svn] [1793] trunk/wxruby2/swig/classes: Added no_window_virtual macro to several classes which were missing it, fixing a crash with set_focus
nobody at rubyforge.org
- [wxruby-svn] [1794] trunk/wxruby2: Added some missing MediaEvent types
nobody at rubyforge.org
- [wxruby-svn] [1795] trunk/wxruby2/swig: Fix output string encodings for Ruby 1.9; remove some redundant const dup typemaps
nobody at rubyforge.org
- [wxruby-svn] [1796] trunk/wxruby2/lib/wx/classes/evthandler.rb: Fix : symbol event handler specification for ruby 1.9, where lambda (not proc) has method-call strictness about args
nobody at rubyforge.org
- [wxruby-svn] [1797] trunk/wxruby2/doc/lib/html_generator.rb: Allow doc generator to work with RedCloth v3 or v4, avoiding error in rakefile
nobody at rubyforge.org
- [wxruby-svn] [1798] trunk/wxruby2/rake: Make mswin build use common settings from rakewindows.rb
nobody at rubyforge.org
- [wxruby-svn] [1799] trunk/wxruby2/lib/wx.rb: Ensure that proper Wx cleanup is done if Kernel#exit is called; fix crash-on-exit BUG:21698
nobody at rubyforge.org
- [wxruby-svn] [1800] trunk/wxruby2: Added TaskBarIcon#destroy to allow clean exit on Windows
nobody at rubyforge.org
- [wxruby-svn] [1801] trunk/wxruby2/samples/media/mediactrl.rb: Fix crash b/ c of wanton destruction of dialog in media sample
nobody at rubyforge.org
- [wxruby-svn] [1802] trunk/wxruby2/swig/classes/TreeCtrl.i: Add TreeCtrl#get_root_items as alternative to complications with get_root_item with HIDDEN_ROOT style (BUG:13640)
nobody at rubyforge.org
- [wxruby-svn] [1803] trunk/wxruby2/doc/textile/treectrl.txtl: Document TreeCtrl#get_root_items, remove reference to TreeItemId
nobody at rubyforge.org
- [wxruby-svn] [1804] trunk/wxruby2/swig/classes/MenuBar.i: Avoid StackError - infinite recursion - on GTK/Linux in is_shown etc
nobody at rubyforge.org
- [wxruby-svn] [1805] trunk/wxruby2/swig: Fix a couple of compiler warnings about size_t / int comparisons
nobody at rubyforge.org
- [wxruby-svn] [1806] trunk/wxruby2/swig/wx.i: Correct debugging information about unwrapped event types
nobody at rubyforge.org
- [wxruby-svn] [1807] trunk/wxruby2/swig/wx.i: Only warn about unmapped event types when ruby is VERBOSE
nobody at rubyforge.org
- [wxruby-svn] [1808] trunk/wxruby2/rake/rakepackage.rb: Add -ruby19 tag to binary gems built with Ruby 1.9
nobody at rubyforge.org
- [wxruby-svn] [1809] trunk/wxruby2/ChangeLog: Update ChangeLog with 1.9.8 changes
nobody at rubyforge.org
- [wxruby-svn] [1810] tags/wxruby2/1.9.8/: Tagged 1.9.8
nobody at rubyforge.org
- [wxruby-svn] [1811] trunk/wxruby2/lib/wx.rb: Avoid raising Exception on exit if wx library is loaded but no App is started
nobody at rubyforge.org
- [wxruby-svn] [1812] trunk/wxruby2: Add CP_TWL_NO_RESIZE constant and document
nobody at rubyforge.org
Last message date:
Sat Aug 30 00:21:56 EDT 2008
Archived on: Fri Oct 16 13:05:47 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).