Displaying 4 results from an estimated 4 matches for "wxwidgets_version".
2007 May 04
0
[1003] trunk/wxruby2: Create correct WXWIDGETS_VERSION string constant instead of hardcoding
...c;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[1003] trunk/wxruby2: Create correct WXWIDGETS_VERSION string constant instead of hardcoding</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1003</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-04 13:58:10 -0400...
2007 May 04
0
[1002] trunk/wxruby2/swig/RubyConstants.i: Add VERSION constants from wxWidgets
...ers from wx/version.h
+%constant const int wxWXWIDGETS_MAJOR_VERSION = wxMAJOR_VERSION;
+%constant const int wxWXWIDGETS_MINOR_VERSION = wxMINOR_VERSION;
+%constant const int wxWXWIDGETS_RELEASE_NUMBER = wxRELEASE_NUMBER;
+%constant const int wxWXWIDGETS_SUBRELEASE_NUMBER = wxSUBRELEASE_NUMBER;
+// WXWIDGETS_VERSION is defined in lib/wx/version.rb
</ins><span class="cx">
</span><ins>+
</ins><span class="cx"> //** ---------------------------------------------------------------------------- **
</span><span class="cx"> // Start const...
2006 Aug 21
13
gem version numbering
Hi all,
I am concerned about the version number for our gem. Currently, we have
it set to 1.9, indicating that it is "before the upcoming 2.0 release".
However, there is nothing in the version number that indicates this is a
"preview" "alpha" "buggy" release.
The gem version numbering scheme does not allow things like 2.0-pre. It
also requires each public
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...f this: ===
+- Remove unnecessary director methods in StatusBar, fixing error in samples (AF)
+- Clarification to Sizer#remove docs (AF)
+- Corrected Image documentation (SL)
+- Added IMAGE_QUALITY constants (SL)
+- Require wxWidgets 2.8.3 (AF)
+- Additional VERSION constants from Wx, fix hardcoded WXWIDGETS_VERSION
+- Default arguments for Pen constructor (AF)
+- More 2.8 methods for TopLevelWindow, Window (AF)
+- fixed evt_window_destroy and evt_window_create (AF)
+- fixed samples to use paint method rather than DC directly (AF)
+- Fixes for memory errors and windows crashes with PaintDC, doc (AF/Artur Kupte...