Displaying 6 results from an estimated 6 matches for "wxdir".
Did you mean:
wdir
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...2007-03-17 18:40:25 UTC (rev 884)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">
</span><span class="cx"> # native Windows - requires a static build of wxWindows
</span><span class="cx"> $WXDIR=ENV[''WXWIN'']
</span><del>-$WXVERSION = ''26''
</del><ins>+$WXVERSION = ''28''
</ins><span class="cx">
</span><span class="cx"> if $debug_build
</span><span class="cx&...
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from
2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now.
What I changed or added:
- Got all my modifications meshed into wxRuby2.
- Added constructors to wxIcon.h
- Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource
within the file.
I also had to change Xrc to XmlResource in rakewx.rb.
- For backwards compatability with wxRuby 0.6 I added the subclass methods
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...+ branches/wxruby2/wxwidgets_282/rake/rakemswin.rb        2007-04-28 23:07:38 UTC (rev 975)
</span><span class="lines">@@ -37,23 +37,27 @@
</span><span class="cx"> $WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
</span><span class="cx"> $INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</span><span class="cx">
</span><del>-$wx_libs = File.join("#$WXLIB...
2005 Jul 16
28
wxruby (was: Some questions)
Roy Sutton wrote (on the FreeRIDE list):
> Really? That''s interesting. I haven''t checked out WxRuby but I would
> be much happier using something that interfaces to the underlying
> operating system''s widgets.
As a member (and former leader) of the wxruby team, I thought I would
share the state of the wxruby world.
The current release is 0.6, and it has