January 2009 Archives by subject
Starting: Mon Jan 5 07:09:27 EST 2009
Ending: Sat Jan 31 22:10:28 EST 2009
Messages: 73
- [wxruby-svn] [1918] trunk/wxruby2/swig/classes/Menu.i: GC Preserve MenuItems once attached to Menus
nobody at rubyforge.org
- [wxruby-svn] [1919] trunk/wxruby2/samples/bigdemo: Sample fixes for 1.9 compatibility ( Chauk-Mean P)
nobody at rubyforge.org
- [wxruby-svn] [1920] trunk/wxruby2/swig/classes: RichTextCtrl#IsSelectionXXX methods are now correctly non-const; allows them to
nobody at rubyforge.org
- [wxruby-svn] [1921] trunk/wxruby2/lib/wx/helpers.rb: Add Wx:: find_const method to help with debugging
nobody at rubyforge.org
- [wxruby-svn] [1922] trunk/wxruby2/lib/wx/classes/evthandler.rb: Provide events of correct class CommandEvent for evt_togglebutton (BUG: 23258)
nobody at rubyforge.org
- [wxruby-svn] [1923] trunk/wxruby2: Fix checking of SWIG versions because >= 1.3. 37 is needed Ruby 1.9
nobody at rubyforge.org
- [wxruby-svn] [1924] trunk/wxruby2/rake/rakepackage.rb: Include doc textile sources in source tarball (FEATURE:22846)
nobody at rubyforge.org
- [wxruby-svn] [1925] trunk/wxruby2: Add useful MapXXX and FitXXX methods to Printout ( FEATURE:20905)
nobody at rubyforge.org
- [wxruby-svn] [1926] trunk/wxruby2/swig/classes/PreviewFrame.i: Give PreviewFrame correct %nodirectors, fixing crasher in printing sample
nobody at rubyforge.org
- [wxruby-svn] [1927] trunk/wxruby2/swig/classes/ToolBar.i: Fix so toolbar buttons correctly receive UpdateUIEvents
nobody at rubyforge.org
- [wxruby-svn] [1928] trunk/wxruby2/swig/classes: Add AuiDefaultDockArt class (BUG:22782)
nobody at rubyforge.org
- [wxruby-svn] [1929] trunk/wxruby2/swig/classes/AuiManager.i: Proper GC handling of custom AuiDockArt objects via AuiManager; also fix
nobody at rubyforge.org
- [wxruby-svn] [1930] trunk/wxruby2/samples/mdi/mdi.rb: Fix MDI sample to work ( as well as possible) on OS X (BUG:6262)
nobody at rubyforge.org
- [wxruby-svn] [1931] trunk/wxruby2/swig/classes: Do correct director/ virtual hiding for MDI frame classes, fixing stack
nobody at rubyforge.org
- [wxruby-svn] [1932] trunk/wxruby2: Add bring_to_front / send_to_back as aliases for Window's raise/lower
nobody at rubyforge.org
- [wxruby-svn] [1933] trunk/wxruby2: Add H and VBoxSizer b/c sick of typing Wx::BoxSizer. new(Wx::HORIZONTAL); document
nobody at rubyforge.org
- [wxruby-svn] [1934] trunk/wxruby2/samples/text/textctrl.rb: Remove some unused code in the textctrl sample
nobody at rubyforge.org
- [wxruby-svn] [1935] trunk/wxruby2/samples/text: Add basic RichTextCtrl sample ( Chauk-Mean P)
nobody at rubyforge.org
- [wxruby-svn] [1936] trunk/wxruby2/swig: Don' t use object tracking for a few basic classes, fix BUG:21985
nobody at rubyforge.org
- [wxruby-svn] [1937] trunk/wxruby2/swig/classes/include: Correct RichText headers to use TextAttrEx not TextAttr for certain methods
nobody at rubyforge.org
- [wxruby-svn] [1938] trunk/wxruby2/swig/shared/richtext.i: Sort out the RichTextAttr / TextAttrEx mess, use RichTextAttr always in Ruby
nobody at rubyforge.org
- [wxruby-svn] [1939] trunk/wxruby2/swig/classes: Ignore some further unneeded / unsupported RichText methods
nobody at rubyforge.org
- [wxruby-svn] [1940] trunk/wxruby2/doc/textile: Fix doc references to TextAttrEx, should be RichTextAttr in wxRuby (BUG:22687)
nobody at rubyforge.org
- [wxruby-svn] [1941] trunk/wxsugar/bin/xrcise: Fix xrcise tool for use with Ruby 1. 9 - rdoc/usage is no longer
nobody at rubyforge.org
- [wxruby-svn] [1942] trunk/wxruby2/lib/wx/classes/grid.rb: GC protect GridCellEditors/ Renderers associated with named types in a Grid
nobody at rubyforge.org
- [wxruby-svn] [1943] trunk/wxruby2/doc/textile/gridtablebase.txtl: Describe how to use GridCellEditors and GridCellRenderers with
nobody at rubyforge.org
- [wxruby-svn] [1944] trunk/wxruby2/samples/grid/gridtablebase.rb: Demonstrate use of GridCellRenderer/Editor with GridTableBase in sample
nobody at rubyforge.org
- [wxruby-svn] [1945] trunk/wxruby2/doc/textile/toolbartool.txtl: Clarify that ToolBar methods accept IDs, not ToolBarTool objects, for
nobody at rubyforge.org
- [wxruby-svn] [1946] trunk/wxruby2/lib/wx/classes/xmlresource.rb: Add XmlResource#load_wizard_(subclass) methods (BUG:15633)
nobody at rubyforge.org
- [wxruby-svn] [1947] trunk/wxruby2/doc/textile/xmlresource.txtl: Provide documentation for hidden method XmlResource#load_object, and
nobody at rubyforge.org
- [wxruby-svn] [1948] trunk/wxsugar/lib/wx_sugar/xrc/xml_class.rb: wxWizard is now allowed as a loadable top-level window in XRCise
nobody at rubyforge.org
- [wxruby-svn] [1949] trunk/wxruby2/samples/xrc/xrc_sample.rb: Fix quitting / closing in XRC sample, and do some tidying up and modernising
nobody at rubyforge.org
- [wxruby-svn] [1950] trunk/wxruby2/swig/classes: Fix an upcase typo that causes compile error on Linux
nobody at rubyforge.org
- [wxruby-svn] [1951] trunk/wxruby2: Complete BookCtrl framework, adding Toolbook and Treebook, and
nobody at rubyforge.org
- [wxruby-svn] [1952] trunk/wxruby2/lib/wx/keyword_defs.rb: Add keyword ctor definitions for new book classes
nobody at rubyforge.org
- [wxruby-svn] [1953] trunk/wxruby2: Add PropertySheetDialog class
nobody at rubyforge.org
- [wxruby-svn] [1954] trunk/wxruby2/swig/classes: Add RichTextFormattingDialog class
nobody at rubyforge.org
- [wxruby-svn] [1955] trunk/wxruby2/samples/dialogs/dialogs.rb: Add PropertySheetDialog example to dialogs sample
nobody at rubyforge.org
- [wxruby-svn] [1956] trunk/wxruby2/swig: Allow Procs associated with destroyed EvtHandlers handlers to be garbage
nobody at rubyforge.org
- [wxruby-svn] [1957] trunk/wxruby2/swig/classes/BookCtrlBase.i: Fix MingW compile error on BookCtrlBase
nobody at rubyforge.org
- [wxruby-svn] [1958] trunk/wxruby2/doc/textile/textctrl.txtl: Add a note about TE_NOHIDESEL to the doc for TextCtrl#set_selection
nobody at rubyforge.org
- [wxruby-svn] [1959] trunk/wxruby2/swig/classes: Add Wx::Display class
nobody at rubyforge.org
- [wxruby-svn] [1960] trunk/wxruby2/swig/classes/include: Fixed wrong-case in filename of TreebookEvent header, fixing Linux compile
nobody at rubyforge.org
- [wxruby-svn] [1961] trunk/wxruby2/doc/textile: Update docs for Wx:: Display and add to index
nobody at rubyforge.org
- [wxruby-svn] [1962] trunk/wxruby2/doc/lib/html_generator.rb: Fix ruby-1. 9 compatibility issue in doc/lib/html_generator.rb
nobody at rubyforge.org
- [wxruby-svn] [1963] trunk/wxruby2/samples/bigdemo/About.rbw: Fix ruby-1. 9 compatibility issue in samples/bigdemo/About.rbw :
nobody at rubyforge.org
- [wxruby-svn] [1964] trunk/wxruby2/swig/Functions.i: Add Wx::safe_yield
nobody at rubyforge.org
- [wxruby-svn] [1965] trunk/wxruby2/samples/grid/gridtablebase.rb: Remove the MutableGridTable because it had a bug and is inane anyway
nobody at rubyforge.org
- [wxruby-svn] [1966] trunk/wxruby2/samples/bigdemo/wxCheckListBox.rbw: Clean up the appearance and coding style of the CheckListBox sample
nobody at rubyforge.org
- [wxruby-svn] [1967] trunk/wxruby2/swig/wx.i: Add guard against miswrapping transient events with wrong stale objects
nobody at rubyforge.org
- [wxruby-svn] [1968] trunk/wxruby2/samples/treectrl/treectrl.rb: Fix overlapping of tree and log windows in treectrl.rb sample.
nobody at rubyforge.org
- [wxruby-svn] [1969] trunk/wxruby2/swig/classes/include/wxChoicebook.h: Restore missing Choicebook methods remove_page and get_page_count
nobody at rubyforge.org
- [wxruby-svn] [1970] trunk/wxruby2/swig: Add remove_page and page_count missing from other BookCtrl classes
nobody at rubyforge.org
- [wxruby-svn] [1971] trunk/wxruby2/swig/typemap.i: Correct mis-scoped temp variables, which could cause subtle bug with
nobody at rubyforge.org
- [wxruby-svn] [1972] trunk/wxruby2/samples/dialogs/dialogs.rb: Windows requires the size of the ImageList images to be specified
nobody at rubyforge.org
- [wxruby-svn] [1973] trunk/wxruby2/swig/shared: Make this a holder for features shared across all DataObject using classes
nobody at rubyforge.org
- [wxruby-svn] [1974] trunk/wxruby2/swig/classes: *coughs* Someone forgot to update some of the files, when they went and deleted a file that was included by others.
nobody at rubyforge.org
- [wxruby-svn] [1975] trunk/wxruby2/doc/textile/validator.txtl: Correct name of Wx:: DEFAULT_VALIDATOR, remove references to unsupported
nobody at rubyforge.org
- [wxruby-svn] [1976] trunk/wxruby2: Big rework of DataObject*, allowing user-defined classes to work; add a test
nobody at rubyforge.org
- [wxruby-svn] [1977] trunk/wxruby2/lib/wx/classes: Be nice and guess bitmap/image/ icon type from filename, if not specified
nobody at rubyforge.org
- [wxruby-svn] [1978] trunk/wxruby2/samples/minimal/minimal.rb: Show minimal sample with guessing of PNG type from filename
nobody at rubyforge.org
- [wxruby-svn] [1979] trunk/wxruby2: Ensure that the same clipboard is used over time; fixes BUG:21411
nobody at rubyforge.org
- [wxruby-svn] [1980] trunk/wxruby2/swig/classes/include/wxDataObjectSimple.h: Give the correct, consistent name to the wxDataObject::Direction enum
nobody at rubyforge.org
- [wxruby-svn] [1981] trunk/wxruby2/swig/classes/include/wxBitmapDataObject.h: BitmapDataObject was missing constructor
nobody at rubyforge.org
- [wxruby-svn] [1982] trunk/wxruby2/swig/classes: Add DataObjectComposite, but it doesn' t work yet
nobody at rubyforge.org
- [wxruby-svn] [1983] trunk/wxruby2/tests/test_clipboard.rb: Update dataobject tests, running them inside an App, and noting some FIXMEs
nobody at rubyforge.org
- [wxruby-svn] [1984] trunk/wxruby2/swig/classes/DataObjectComposite.i: Fix an emacs-induced typo
nobody at rubyforge.org
- [wxruby-svn] [1985] trunk/wxruby2/tests/test_clipboard.rb: Fixed tests b/ c they were incorrectly showing Bitmap as broken
nobody at rubyforge.org
- [wxruby-svn] [1986] trunk/wxruby2: Get DataObjectComposite working as well as possible, update tests
nobody at rubyforge.org
- [wxruby-svn] [1987] trunk/wxruby2/doc/textile/dataobject.txtl: Do enough of an update to DataObject docs to allow people to start with
nobody at rubyforge.org
- [wxruby-svn] [1988] trunk/wxruby2: Two small fixes to get DataObject stuff working fully on Ruby 1.8
nobody at rubyforge.org
- [wxruby-svn] [1989] trunk/wxruby2/samples/dragdrop/dragdrop.rb: Fix Clipboard.supported? usage (now a DataFormat object is required)
nobody at rubyforge.org
- [wxruby-svn] [1990] trunk/wxruby2/lib/wx/classes/colour.rb: Everything compared to nil is false, in Ruby, so make Colour work this way
nobody at rubyforge.org
Last message date:
Sat Jan 31 22:10:28 EST 2009
Archived on: Fri Oct 16 13:05:48 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).