December 2006 Archives by subject
Starting: Fri Dec 1 12:40:06 EST 2006
Ending: Sun Dec 31 09:11:41 EST 2006
Messages: 70
- [Wxruby-development] 0.0.38 tag and release
Alex Fenton
- [Wxruby-development] 0.0.38 tag and release
Sean Long
- [Wxruby-development] [ wxruby-Bugs-7131 ] Stock colours (eg Wx::WHITE) are not available before App#on_init
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-7146 ] Setting item image in TreeCtrl crashes on OS X
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-7386 ] Setting Gauge background/foreground colours in wxruby2-preview
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-7451 ] Add Wx::DEFAULT_VALIDATOR
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-7503 ] Segfaults on exception, related to sizer
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Feature Requests-7343 ] Add TextUrlEvent
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Feature Requests-7460 ] Add tutorial/overviews to main documentation
noreply at rubyforge.org
- [Wxruby-development] [766] trunk/wxruby2: Added item_data aliases for client_data functions, update doc & tests;
nobody at rubyforge.org
- [Wxruby-development] [767] trunk/wxruby2: Added CheckListBox to item_data test, note to explain why fixes are not needed
nobody at rubyforge.org
- [Wxruby-development] [768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
nobody at rubyforge.org
- [Wxruby-development] [769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags
nobody at rubyforge.org
- [Wxruby-development] [770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
nobody at rubyforge.org
- [Wxruby-development] [771] trunk/wxsugar/lib/wx_sugar/keyword_constructors.rb: Fix typo in error message
nobody at rubyforge.org
- [Wxruby-development] [772] trunk/wxsugar/lib/wx_sugar/class_definitions.rb: Added HtmlWindow
nobody at rubyforge.org
- [Wxruby-development] [773] trunk/wxsugar/lib/wx_sugar/all.rb: Updated overview, deprecated itemdata
nobody at rubyforge.org
- [Wxruby-development] [774] trunk/wxsugar/lib/wx_sugar.rb: Shortcut to allow just "require 'wx_sugar'" to work
nobody at rubyforge.org
- [Wxruby-development] [775] tags/wxsugar/0.1.13/: Tagged WxSugar 0.1.13
nobody at rubyforge.org
- [Wxruby-development] [776] trunk/wxruby2: Added Bitmap#draw method, updated sample
nobody at rubyforge.org
- [Wxruby-development] [777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
nobody at rubyforge.org
- [Wxruby-development] [778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
nobody at rubyforge.org
- [Wxruby-development] [779] trunk/wxruby2: Added TreeCtrl#traverse method and documentation
nobody at rubyforge.org
- [Wxruby-development] [780] trunk/wxruby2/samples/html/html.rb: Error handling eg if no network present or server down
nobody at rubyforge.org
- [Wxruby-development] [781] trunk/wxruby2: Added instance class method to avoid proliferation of help windows
nobody at rubyforge.org
- [Wxruby-development] [782] trunk/wxruby2/samples/bigdemo: HtmlHelpWindow sample with helpfile
nobody at rubyforge.org
- [Wxruby-development] [783] trunk/wxruby2: Tweak load error handling so failures with binary lib are reported correctly
nobody at rubyforge.org
- [Wxruby-development] [784] trunk/wxruby2/Changelog: Pre 0.0.38 changes
nobody at rubyforge.org
- [Wxruby-development] [785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
nobody at rubyforge.org
- [Wxruby-development] [786] trunk/wxruby2/TODO: Refer ppl to tracker for up-to-date list of bugs etc, not sure how much
nobody at rubyforge.org
- [Wxruby-development] [787] trunk/wxruby2/doc/lib/wxlatex_parser.rb: Fix a couple of Ruby warnings
nobody at rubyforge.org
- [Wxruby-development] [788] tags/wxruby2/0.0.38/: Tagged 0.0.38
nobody at rubyforge.org
- [Wxruby-development] [789] trunk/wxruby2/swig/classes/Window.i: Make GetChildren work (tho general fix for get_ruby_object still needed)
nobody at rubyforge.org
- [Wxruby-development] [790] trunk/wxruby2/swig/classes: Added TextUrlEvent class and EvtHandler mapping
nobody at rubyforge.org
- [Wxruby-development] [791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
nobody at rubyforge.org
- [Wxruby-development] [792] trunk/wxruby2/swig/classes/include/wxDisplay.h: Added missing class, but a wrapper needs some tweaking
nobody at rubyforge.org
- [Wxruby-development] [793] trunk/wxsugar/lib/wx_sugar/wx_classes/treectrl.rb: Moved traverse method in wxSugar
nobody at rubyforge.org
- [Wxruby-development] [794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
nobody at rubyforge.org
- [Wxruby-development] [795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
nobody at rubyforge.org
- [Wxruby-development] [796] trunk/wxruby2/samples/xrc/xrc_sample.rb: Simplify some method calls, rubyify and add a little more explanation
nobody at rubyforge.org
- [Wxruby-development] [797] trunk/wxruby2/swig/classes/TreeCtrl.i: Traverse method moved to wxSugar
nobody at rubyforge.org
- [Wxruby-development] [798] trunk/wxruby2/swig/classes/Bitmap.i: Prevent Mask on Bitmap from being GC'd and causing double-free (bug #6808)
nobody at rubyforge.org
- [Wxruby-development] [799] trunk/wxruby2: Fixed TreeItemId == method
nobody at rubyforge.org
- [Wxruby-development] [800] trunk/wxruby2/doc/textile/treectrl.txtl: TreeCtrl#traverse has moved to wx sugar
nobody at rubyforge.org
- [Wxruby-development] [801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
nobody at rubyforge.org
- [Wxruby-development] [802] trunk/wxruby2/swig/classes: Add support for MenuEvent (MENU_OPEN, MENU_CLOSE, MENU_HIGHLIGHT)
nobody at rubyforge.org
- [Wxruby-development] [803] trunk/wxruby2/Changelog: Update with recent changes
nobody at rubyforge.org
- [Wxruby-development] [804] trunk/wxruby2/swig: Initialise stock colours (eg Wx::RED), pens and brushes when wxruby2 is
nobody at rubyforge.org
- [Wxruby-development] [805] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: NULL_BITMAP is now defined when wxruby2 is loaded, so dummy def not needed
nobody at rubyforge.org
- [Wxruby-development] [806] trunk/wxruby2/samples/treectrl: Restored demonstration of use of icons and fonts within TreeCtrl
nobody at rubyforge.org
- [Wxruby-development] [807] trunk/wxruby2/lib/wx/classes/colour.rb: Raise an exception if an invalid colour is specified (Feature #1286)
nobody at rubyforge.org
- [Wxruby-development] [808] trunk/wxruby2: Make Wx::Colour#== work correctly as documented, tidy docs for that class
nobody at rubyforge.org
- [Wxruby-development] [809] trunk/wxsugar/lib/wx_sugar/layout.rb: Fix default sizers to arrange_vertically, add padding on specified sides
nobody at rubyforge.org
- [Wxruby-development] [810] trunk/wxruby2/swig/classes/Window.i: Added WINDOW_VARIANT enum to support small/mini controls on OS X
nobody at rubyforge.org
- [Wxruby-development] [811] trunk/wxsugar/lib/wx_sugar/layout.rb: Yield the sizer rather than the underlying parent to an 'arrange' block
nobody at rubyforge.org
- [Wxruby-development] [812] trunk/wxsugar/lib/wx_sugar/wx_classes/window.rb: Added find_window and descendants methods
nobody at rubyforge.org
- [Wxruby-development] [813] trunk/wxruby2/swig/classes: Added ScrollBar class
nobody at rubyforge.org
- [Wxruby-development] [814] trunk/wxruby2/swig/classes: Added ScrollEvent class plus event processing and handler methods
nobody at rubyforge.org
- [Wxruby-development] [815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
nobody at rubyforge.org
- [Wxruby-development] [816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
nobody at rubyforge.org
- [Wxruby-development] [817] trunk/wxruby2/Changelog: Last changes of 2006!
nobody at rubyforge.org
- [Wxruby-development] remove installers dir in SVN
Alex Fenton
- [Wxruby-development] remove installers dir in SVN
Sean Long
- [Wxruby-development] tag and release 0.0.38
Alex Fenton
- [Wxruby-development] tag and release 0.0.38
Sean Long
- [Wxruby-development] tag and release 0.0.38
Roy Sutton
- [Wxruby-development] tag and release 0.0.38
Alex Fenton
- [Wxruby-development] TreeCtrl#traverse patch
Alex Fenton
- [Wxruby-development] wxTreeItemId
Alex Fenton
- [Wxruby-development] wxTreeItemId
Roy Sutton
Last message date:
Sun Dec 31 09:11:41 EST 2006
Archived on: Sun Dec 31 09:12:36 EST 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).