April 2007 Archives by thread
Starting: Mon Apr 2 14:42:37 EDT 2007
Ending: Mon Apr 30 17:47:42 EDT 2007
Messages: 76
- [Wxruby-development] [936] branches/wxruby2/wxwidgets_282/swig/shared/control_with_items.i: Remove debugging output
nobody at rubyforge.org
- [Wxruby-development] [937] trunk/wxsugar/lib/wx_sugar/enumerable_controls.rb: Initial commit of enumerable_controls.rb
nobody at rubyforge.org
- [Wxruby-development] [938] trunk/wxsugar/lib/wx_sugar/wx_classes: Enable enumerable_controls for ListCtrl and ControlWithItems family
nobody at rubyforge.org
- [Wxruby-development] [939] trunk/wxsugar/lib/wx_sugar/wx_classes/window.rb: Add has_style? method, allow find_window to work even if C++ method
nobody at rubyforge.org
- [Wxruby-development] [940] trunk/wxsugar/lib/wx_sugar/wx_classes/treectrl.rb: Align #traverse usage with #each in enumerable_controls.rb
nobody at rubyforge.org
- [Wxruby-development] [941] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Avoid segfault when exiting with Ruby exception rather than end of main_loop
nobody at rubyforge.org
- [Wxruby-development] [942] trunk/wxsugar/lib/wx_sugar/wx_classes/listctrl.rb: Implement find_string method cognate with ControlWithItems
nobody at rubyforge.org
- [Wxruby-development] [943] trunk/wxsugar/lib/wx_sugar/enumerable_controls.rb: Fix bug with false positives from #find_string, bounds-checking for
nobody at rubyforge.org
- [Wxruby-development] [944] trunk/wxsugar/lib/wx_sugar/wx_classes/listctrl.rb: Fix bug with endless recursion on not-found items in find_string
nobody at rubyforge.org
- [Wxruby-development] [945] trunk/wxsugar/lib/wx_sugar.rb: Add note about enumerable_controls, reorder list of extensions
nobody at rubyforge.org
- [Wxruby-development] [946] trunk/wxsugar/samples/sugar-sample.rb: Illustrate enumerable_controls and has_style
nobody at rubyforge.org
- [Wxruby-development] [947] tags/wxsugar/0.1.15/: Tagged WxSugar 0.1.15
nobody at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-9930 ] StaticBoxSizer causes segfault on exit
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-9932 ] iSHMAel at ku.com
noreply at rubyforge.org
- [Wxruby-development] [948] branches/wxruby2/wxwidgets_282/doc/textile/splitterwindow.txtl: Change initialize method to init to match change made to wxWidgets API for Ruby compatibility.
nobody at rubyforge.org
- [Wxruby-development] [949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
nobody at rubyforge.org
- [Wxruby-development] [950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
nobody at rubyforge.org
- [Wxruby-development] [951] branches/wxruby2/wxwidgets_282: Additions to Grid API 2.6->2.8
nobody at rubyforge.org
- [Wxruby-development] [952] branches/wxruby2/wxwidgets_282/doc/textile/gridcellattr.txtl: Doc fix from Wx 2.8
nobody at rubyforge.org
- [Wxruby-development] [953] branches/wxruby2/wxwidgets_282: Additions to HelpController API 2.6 -> 2.8
nobody at rubyforge.org
- [Wxruby-development] [954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
nobody at rubyforge.org
- [Wxruby-development] [955] branches/wxruby2/wxwidgets_282/swig/classes/include/wxIcon.h: Change Icon.ok to Icon.is_ok (2.8)
nobody at rubyforge.org
- [Wxruby-development] [956] branches/wxruby2/wxwidgets_282: Additions to TreeCtrl API 2.6->2.8
nobody at rubyforge.org
- [Wxruby-development] [957] branches/wxruby2/wxwidgets_282: Additions to TreeEvent API 2.6->2.8
nobody at rubyforge.org
- [Wxruby-development] [958] branches/wxruby2/wxwidgets_282: Additions to UpdateUIEvent API 2.6->2.8
nobody at rubyforge.org
- [Wxruby-development] [959] branches/wxruby2/wxwidgets_282/swig/wx.i: Ensure GC_NEVER handler at least unlinks objects; update to new API for
nobody at rubyforge.org
- [Wxruby-development] [960] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Add constant for Targa image files
nobody at rubyforge.org
- [Wxruby-development] [961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead
nobody at rubyforge.org
- [Wxruby-development] [962] branches/wxruby2/wxwidgets_282/doc/textile/xmlresource.txtl: Fixed the documentation for load_*_subclass, where * is [Dialog, Panel, Frame].
nobody at rubyforge.org
- [Wxruby-development] version numbering
Alex Fenton
- [Wxruby-development] [963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
nobody at rubyforge.org
- [Wxruby-development] [964] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Fixed spelling mistake in sample.
nobody at rubyforge.org
- [Wxruby-development] [965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
nobody at rubyforge.org
- [Wxruby-development] [966] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Fix methods which don't need a 'n' item for arrays in Ruby
nobody at rubyforge.org
- [Wxruby-development] [967] branches/wxruby2/wxwidgets_282/rake/rakewx.rb: Fix two warnings generated by the rakefile
nobody at rubyforge.org
- [Wxruby-development] [968] branches/wxruby2/wxwidgets_282/swig/RubyConstants.i: Added missing TIMER_ONE_SHOT and TIMER_CONTINUOS constants for Timer#start.
nobody at rubyforge.org
- [Wxruby-development] [969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
nobody at rubyforge.org
- [Wxruby-development] [970] branches/wxruby2/wxwidgets_282/doc/textile/controlwithitems.txtl: Fixed a few formatting and content errors.
nobody at rubyforge.org
- [Wxruby-development] [971] branches/wxruby2/wxwidgets_282/swig/classes: Added method to turn off 'Check Spelling as You Type' on OS X 10.4.x and above.
nobody at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-10378 ] Window#get_handle causes segmentation fault on windows
noreply at rubyforge.org
- [Wxruby-development] [972] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix missing keyword param for Wx::Gauge
nobody at rubyforge.org
- [Wxruby-development] [973] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix crasher with Window#get_handle, also comment the paint method
nobody at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-10391 ] Timer should yield an event of type TimerEvent
noreply at rubyforge.org
- [Wxruby-development] [974] branches/wxruby2/wxwidgets_282/swig/classes/DC.i: Fix abstract method/ctor compile error on MSW
nobody at rubyforge.org
- [Wxruby-development] [975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren't
nobody at rubyforge.org
- [Wxruby-development] [976] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxScrolledWindow.rbw: Remove deprecated begin_drawing and end_drawing calls
nobody at rubyforge.org
- [Wxruby-development] [977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
nobody at rubyforge.org
- [Wxruby-development] [978] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxScrolledWindow.rbw: Fix crazy crashers on MSW; fix scrolling/drawing position; safe path to bitmap
nobody at rubyforge.org
- [Wxruby-development] [979] branches/wxruby2/wxwidgets_282/lib/wx/classes/paintdc.rb: Prevent dangerous direct instantiation of PaintDC
nobody at rubyforge.org
- [Wxruby-development] [980] branches/wxruby2/wxwidgets_282/samples/bigdemo/ShapedWindow.rbw: Use Window#paint instead of PaintDC.new
nobody at rubyforge.org
- [Wxruby-development] [981] branches/wxruby2/wxwidgets_282/samples/caret/caret.rb: Don't call PaintDC.new; just refresh() instead of duplicating paint code
nobody at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-10438 ] ClientDC segfault on exit
noreply at rubyforge.org
- [Wxruby-development] [982] branches/wxruby2/wxwidgets_282/swig/classes/EvtHandler.i: Add EvtThunker mapping for TimerEvent (bug 10391)
nobody at rubyforge.org
- [Wxruby-development] [983] branches/wxruby2/wxwidgets_282: Make Window#paint work both inside and outside a paint event handler,
nobody at rubyforge.org
- [Wxruby-development] [984] branches/wxruby2/wxwidgets_282/lib/wx/classes/clientdc.rb: Prevent dangerous direct instantiation of ClientDC
nobody at rubyforge.org
- [Wxruby-development] [985] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Fix get_handle on GTK
nobody at rubyforge.org
- [Wxruby-development] [986] branches/wxruby2/wxwidgets_282/swig/classes/Frame.i: Default constructor is required for use with XRC
nobody at rubyforge.org
- [Wxruby-development] [987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash
nobody at rubyforge.org
- [Wxruby-development] [988] branches/wxruby2/wxwidgets_282/samples/xrc/xrc_sample.rb: Explanatory note on use of default constructor with XRC
nobody at rubyforge.org
- [Wxruby-development] [989] branches/wxruby2/wxwidgets_282: Fix a crasher with misdirected ComboBox#GetSelection method on GTK; clearer
nobody at rubyforge.org
- [Wxruby-development] [990] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxCursor.rbw: Use paint block instead of ClientDC; load icon file safely
nobody at rubyforge.org
- [Wxruby-development] [991] branches/wxruby2/wxwidgets_282/doc/textile: Update documentation for painting methods and WindowDC subclasses
nobody at rubyforge.org
- [Wxruby-development] [992] branches/wxruby2/wxwidgets_282/lib/wx/classes/window.rb: Fix passing of PaintEvent object in paint handler
nobody at rubyforge.org
- [Wxruby-development] [993] branches/wxruby2/wxwidgets_282/samples/bigdemo/wxScrolledWindow.rbw: Use ClientDC via Window#paint object
nobody at rubyforge.org
- [Wxruby-development] [994] branches/wxruby2/wxwidgets_282/samples/bigdemo/ShapedWindow.rbw: Draw bitmap via paint method rather than directly with a ClientDC
nobody at rubyforge.org
- [Wxruby-development] [995] branches/wxruby2/wxwidgets_282/swig/classes/include/events.rb: Fix argument signature for window_create/destroy events; use wxWidgets
nobody at rubyforge.org
- [Wxruby-development] [ wxruby-Feature Requests-10449 ] RDoc
noreply at rubyforge.org
- [Wxruby-development] [ wxruby-Bugs-10450 ] Sizer#remove
noreply at rubyforge.org
- [Wxruby-development] [996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
nobody at rubyforge.org
- [Wxruby-development] [997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
nobody at rubyforge.org
- [Wxruby-development] [998] branches/wxruby2/wxwidgets_282/swig/classes/Window.i: Additional %ignore needed for Wx::Window in 2.8
nobody at rubyforge.org
- [Wxruby-development] [999] branches/wxruby2/wxwidgets_282/samples/caret/caret.rb: Use paint() instead of ClientDC.new() in caret sample
nobody at rubyforge.org
- [Wxruby-development] release plan 0.0.40
Alex Fenton
Last message date:
Mon Apr 30 17:47:42 EDT 2007
Archived on: Mon Apr 30 17:47:45 EDT 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).