fxruby 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/apes02.html +6 -6
- data/doc/apes03.html +11 -11
- data/doc/book.html +1 -1
- data/doc/build.html +63 -63
- data/doc/ch03s02.html +7 -7
- data/doc/ch03s03.html +18 -18
- data/doc/ch03s04.html +11 -11
- data/doc/ch03s05.html +14 -14
- data/doc/ch04s02.html +14 -14
- data/doc/ch04s03.html +15 -15
- data/doc/ch04s04.html +28 -28
- data/doc/ch05s02.html +49 -49
- data/doc/ch05s03.html +8 -8
- data/doc/changes.html +263 -193
- data/doc/clipboardtut.html +57 -45
- data/doc/cvs.html +10 -10
- data/doc/differences.html +4 -4
- data/doc/dragdroptut.html +50 -50
- data/doc/events.html +11 -11
- data/doc/examples.html +48 -48
- data/doc/gems.html +37 -37
- data/doc/goals.html +4 -4
- data/doc/implementation.html +4 -4
- data/doc/infosources.html +6 -6
- data/doc/library.html +19 -19
- data/doc/opengl.html +31 -31
- data/doc/pt01.html +1 -1
- data/doc/pt02.html +1 -1
- data/doc/scintilla.html +15 -15
- data/doc/style.css +3 -0
- data/doc/todo.html +5 -5
- data/doc/tutorial1.html +34 -34
- data/doc/unicode.html +56 -0
- data/ext/fox16/dialogs_wrap.cpp +38 -14
- data/ext/fox16/frames_wrap.cpp +856 -22
- data/ext/fox16/fx3d_wrap.cpp +169 -144
- data/ext/fox16/icons_wrap.cpp +24 -6
- data/ext/fox16/image_wrap.cpp +24 -6
- data/ext/fox16/label_wrap.cpp +23 -8
- data/ext/fox16/markfuncs.cpp +8 -1
- data/ext/fox16/mdi_wrap.cpp +53 -23
- data/ext/fox16/menu_wrap.cpp +43 -19
- data/ext/fox16/scintilla_wrap.cpp +31 -7
- data/ext/fox16/table_wrap.cpp +31 -7
- data/ext/fox16/text_wrap.cpp +31 -7
- data/ext/fox16/treelist_wrap.cpp +300 -276
- data/ext/fox16/ui_wrap.cpp +385 -26
- data/lib/fox16/aliases.rb +3 -0
- data/lib/fox16/version.rb +1 -1
- data/rdoc-sources/FXFoldingList.rb +2 -2
- data/tests/TC_FXDirList.rb +1 -1
- data/tests/TC_FXGLViewer.rb +2 -0
- data/tests/TC_FXHeader.rb +1 -1
- data/tests/TC_FXIconList.rb +1 -1
- data/tests/TC_FXId.rb +1 -1
- data/tests/TC_FXList.rb +1 -1
- data/tests/TC_FXListBox.rb +1 -1
- data/tests/TC_FXMenuCommand.rb +0 -14
- data/tests/TC_FXTable.rb +0 -32
- data/tests/TC_FXTableItem.rb +1 -1
- data/tests/TC_FXTreeList.rb +1 -1
- data/tests/TC_FXTreeListBox.rb +1 -1
- metadata +5 -4
data/doc/changes.html
CHANGED
@@ -1,128 +1,198 @@
|
|
1
1
|
<html><head>
|
2
2
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
3
|
-
<title>Chapter 11. Change History</title><meta name="generator" content="DocBook XSL Stylesheets V1.
|
3
|
+
<title>Chapter 11. Change History</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="book.html" title="Developing Graphical User Interfaces with FXRuby"><link rel="up" href="pt01.html" title="Part I. The Basics"><link rel="prev" href="infosources.html" title="Chapter 10. Other Sources of Information"><link rel="next" href="pt02.html" title="Part II. Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 11. Change History</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="infosources.html">Prev</a> </td><th width="60%" align="center">Part I. The Basics</th><td width="20%" align="right"> <a accesskey="n" href="pt02.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="changes"></a>Chapter 11. Change History</h2></div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2429"></a>Changes For Version 1.6.2 (September 13, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="methodname">expandTree()</code> and
|
4
|
+
<code class="methodname">collapseTree()</code> methods for the
|
5
|
+
<code class="classname">FXFoldingList</code> class were incorrectly identified
|
6
|
+
as <code class="methodname">expandFolding()</code> and
|
7
|
+
<code class="methodname">collapseFolding()</code> in the API documentation
|
8
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5354&group_id=300&atid=1223" target="_top">RubyForge
|
9
|
+
Bug #5354</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXDockTitle</code> class was not supported
|
10
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5632&group_id=300&atid=1223" target="_top">RubyForge
|
11
|
+
Bug #5632</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXGLCanvas</code>
|
12
|
+
class claimed it had a <code class="methodname">shared?</code> method, but it
|
13
|
+
didn't (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5591&group_id=300&atid=1223" target="_top">RubyForge
|
14
|
+
Bug #5591</a>). Now it does.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXGradientBar</code> class was not supported
|
15
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5746&group_id=300&atid=1223" target="_top">RubyForge
|
16
|
+
Bug #5746</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.6.14 and
|
17
|
+
FXScintilla version 1.67 (from CVS).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2487"></a>Changes For Version 1.4.7 (September 13, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="methodname">children</code> instance method for the
|
18
|
+
<code class="classname">FXWindow</code> class always returned an array of
|
19
|
+
<code class="classname">FXWindow</code> instances, even if the actual types
|
20
|
+
should have been instances of subclasses of
|
21
|
+
<code class="classname">FXWindow</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4342&group_id=300&atid=1223" target="_top">RubyForge
|
22
|
+
Bug #4342</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">dilbert.rb</code> example program was broken
|
23
|
+
due to a change in the Dilbert.com web site structure (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4597&group_id=300&atid=1223" target="_top">RubyForge
|
24
|
+
Bug #4597</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">expandTree()</code> and
|
25
|
+
<code class="methodname">collapseTree()</code> methods for the
|
26
|
+
<code class="classname">FXFoldingList</code> class were incorrectly identified
|
27
|
+
as <code class="methodname">expandFolding()</code> and
|
28
|
+
<code class="methodname">collapseFolding()</code> in the API documentation
|
29
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5354&group_id=300&atid=1223" target="_top">RubyForge
|
30
|
+
Bug #5354</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXDockTitle</code> class was not supported
|
31
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5632&group_id=300&atid=1223" target="_top">RubyForge
|
32
|
+
Bug #5632</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXGLCanvas</code>
|
33
|
+
class claimed it had a <code class="methodname">shared?</code> method, but it
|
34
|
+
didn't (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5591&group_id=300&atid=1223" target="_top">RubyForge
|
35
|
+
Bug #5591</a>). Now it does.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXGradientBar</code> class was not supported
|
36
|
+
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5746&group_id=300&atid=1223" target="_top">RubyForge
|
37
|
+
Bug #5746</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.34 and
|
38
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2572"></a>Changes For Version 1.6.1 (July 21, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The message data sent along for the
|
39
|
+
<code class="constant">SEL_INSERTED</code>, <code class="constant">SEL_DELETED</code>
|
40
|
+
and <code class="constant">SEL_REPLACED</code> messages from an a
|
41
|
+
<code class="classname">FXText</code> widget to its target was not being
|
42
|
+
converted properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4666&group_id=300&atid=1223" target="_top">RubyForge
|
43
|
+
Bug #4666</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The code related to the localization of application messages in
|
44
|
+
FOX wasn't implemented properly in FXRuby, and as a result,
|
45
|
+
constructing certain dialogs (like the color dialog) could cause a
|
46
|
+
program to crash (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5000&group_id=300&atid=1223" target="_top">RubyForge
|
47
|
+
Bug #5000</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The "Stop Spin" button in the gltest.rb example program didn't
|
48
|
+
stop the cubes from spinning after either the "Spin Timer" or "Spin
|
49
|
+
Chore" option was selected (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5001&group_id=300&atid=1223" target="_top">RubyForge
|
50
|
+
Bug #5001</a>). This was actually a symptom of a larger problem,
|
51
|
+
that FXRuby wasn't properly handling timers and chores. These problems
|
52
|
+
have been fixed.</p></li><li style="list-style-type: disc"><p>Setting the current item for an
|
53
|
+
<code class="classname">FXComboBox</code> to -1 (to indicate that there's no
|
54
|
+
current item) would cause FXRuby to erroneously raise an
|
55
|
+
<code class="classname">IndexError</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5007&group_id=300&atid=1223" target="_top">RubyForge
|
56
|
+
Bug #5007</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The documentation for the <code class="methodname">reparent</code>
|
57
|
+
instance method for the <code class="classname">FXWindow</code> class was
|
58
|
+
incorrect (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=5035&group_id=300&atid=1223" target="_top">RubyForge
|
59
|
+
Bug #5035</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">textedit.rb</code> example program was not up
|
60
|
+
to date with some of the changes for FOX 1.6. This example has been
|
61
|
+
updated.</p></li><li style="list-style-type: disc"><p>The new <code class="methodname">font</code> method for the
|
62
|
+
<code class="classname">FXFont</code> class was not documented. This has been
|
63
|
+
fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">dilbert.rb</code> example program has been
|
64
|
+
modified to use the RubyfulSoup HTML library instead of the
|
65
|
+
html-parser library.</p></li><li style="list-style-type: disc"><p>As discussed in various forums (see for example <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/182827" target="_top">this
|
66
|
+
post</a>), the <code class="methodname">autorequire</code> directive for
|
67
|
+
RubyGems specifications is now deprecated. As a result, this has been
|
68
|
+
removed from the FXRuby gem specification. This change will break any
|
69
|
+
code that was using a statement like:</p><pre class="programlisting">require_gem 'fxruby'</pre><p>as
|
70
|
+
the sole means for loading FXRuby. Such programs should instead
|
71
|
+
use:</p><pre class="programlisting">require 'fox16'</pre><p>which will work
|
72
|
+
for either gem based or non-gem based installations.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.6.8 and
|
73
|
+
FXScintilla version 1.67 (from CVS).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2669"></a>Changes For Version 1.6.0 (May 29, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first release of FXRuby compatible with FOX version
|
4
74
|
1.6. One of the most signficant changes for FOX 1.6 has been the
|
5
75
|
addition of Unicode support; all FOX widgets and internal string
|
6
76
|
processing routines are now Unicode aware. For a comprehensive
|
7
77
|
overview of the changes made to FOX since version 1.4 (including those
|
8
78
|
made in the FOX 1.5 development series), please refer to the <a href="http://www.fox-toolkit.com/news.html" target="_top">News archives</a> at
|
9
|
-
the FOX web site.</p></li><li style="list-style-type: disc"><p>Added the <
|
10
|
-
<
|
11
|
-
<
|
12
|
-
<
|
13
|
-
<
|
14
|
-
Feature Request #2307</a>).</p></li><li style="list-style-type: disc"><p>Added the <
|
15
|
-
<
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<
|
19
|
-
Feature Request #3579</a>).</p></li><li style="list-style-type: disc"><p>The <
|
79
|
+
the FOX web site.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">allowSide</code>,
|
80
|
+
<code class="methodname">disallowSide</code> and
|
81
|
+
<code class="methodname">allowedSide?</code> methods for the
|
82
|
+
<code class="classname">FXDockBar</code> class, as complements to the
|
83
|
+
<code class="methodname">allowedSides</code> accessor methods (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2307&group_id=300&atid=1226" target="_top">RubyForge
|
84
|
+
Feature Request #2307</a>).</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">visible=</code> and
|
85
|
+
<code class="methodname">visible?</code> accessor methods for the
|
86
|
+
<code class="classname">FXWindow</code> class, as complements to the
|
87
|
+
<code class="methodname">show</code>, <code class="methodname">hide</code> and
|
88
|
+
<code class="methodname">shown?</code> methods (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3579&group_id=300&atid=1226" target="_top">RubyForge
|
89
|
+
Feature Request #3579</a>).</p></li><li style="list-style-type: disc"><p>The <code class="filename">browser.rb</code> example was making use of a
|
20
90
|
deprecated API (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4325&group_id=300&atid=1223" target="_top">RubyForge
|
21
|
-
Bug #4325</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The children instance method for the
|
22
|
-
<
|
23
|
-
<
|
91
|
+
Bug #4325</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">children</code> instance method for the
|
92
|
+
<code class="classname">FXWindow</code> class always returned an array of
|
93
|
+
<code class="classname">FXWindow</code> instances, even if the actual types
|
24
94
|
should have been instances of subclasses of
|
25
|
-
<
|
26
|
-
Bug #4342</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <
|
95
|
+
<code class="classname">FXWindow</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4342&group_id=300&atid=1223" target="_top">RubyForge
|
96
|
+
Bug #4342</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">dilbert.rb</code> example program was broken
|
27
97
|
due to a change in the Dilbert.com web site structure (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4597&group_id=300&atid=1223" target="_top">RubyForge
|
28
98
|
Bug #4597</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.6.5 and
|
29
|
-
FXScintilla version 1.67 (from CVS).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
99
|
+
FXScintilla version 1.67 (from CVS).</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2763"></a>Changes For Version 1.4.6 (April 26, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>FXRuby would not compile properly on some x86-64 systems (see
|
30
100
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3729&group_id=300&atid=1223" target="_top">RubyForge
|
31
101
|
Bug #3729</a>). This error has been corrected. Thanks to Javier
|
32
102
|
Goizueta for initially reporting this problem, and especially to
|
33
|
-
Tobias Peters for providing a patch.</p></li><li style="list-style-type: disc"><p>The <
|
103
|
+
Tobias Peters for providing a patch.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXIconDict</code> widget was accidentally
|
34
104
|
"lost" in the transition between FXRuby versions 1.2 and 1.4 (see
|
35
105
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4117&group_id=300&atid=1223" target="_top">RubyForge
|
36
106
|
Bug #4117</a>). This error has been corrected. Thanks to Manfred
|
37
|
-
Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
107
|
+
Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXSwitcher</code> widget was not sending the
|
38
108
|
appropriate message data to its message target for the
|
39
|
-
<
|
109
|
+
<code class="constant">SEL_COMMAND</code> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4157&group_id=300&atid=1223" target="_top">RubyForge
|
40
110
|
Bug #4157</a>). This error has been corrected. Thanks to Manfred
|
41
|
-
Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
111
|
+
Usselmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXSeparator</code> class wasn't implemented
|
42
112
|
properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4158&group_id=300&atid=1223" target="_top">RubyForge
|
43
113
|
Bug #4158</a>). This error has been corrected. Thanks to Gerard
|
44
|
-
Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
45
|
-
implemented incorrectly for the <
|
46
|
-
<
|
47
|
-
<
|
48
|
-
<
|
114
|
+
Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">findItemByData</code> method was
|
115
|
+
implemented incorrectly for the <code class="classname">FXComboBox</code>,
|
116
|
+
<code class="classname">FXFoldingList</code>,
|
117
|
+
<code class="classname">FXIconList</code>, <code class="classname">FXList</code> and
|
118
|
+
<code class="classname">FXListBox</code> classes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4172&group_id=300&atid=1223" target="_top">RubyForge
|
49
119
|
Bug #4172</a>). This error has been corrected. Thanks to Gerard
|
50
|
-
Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
120
|
+
Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXListBox</code> widget was not sending the
|
51
121
|
appropriate message data to its message target for the
|
52
|
-
<
|
122
|
+
<code class="constant">SEL_COMMAND</code> message type (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4255&group_id=300&atid=1223" target="_top">RubyForge
|
53
123
|
Bug #4255</a>). This error has been corrected. Thanks to Gerard
|
54
124
|
Menochet for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
|
55
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
56
|
-
responding to the <
|
125
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2842"></a>Changes For Version 1.4.5 (April 10, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="classname">FXTextField</code> class was not properly
|
126
|
+
responding to the <code class="constant">ID_INSERT_STRING</code> command (see
|
57
127
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3320&group_id=300&atid=1223" target="_top">RubyForge
|
58
128
|
Bug #3320</a>). This error has been corrected. Thanks to Uwe Hartl
|
59
|
-
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
60
|
-
<
|
61
|
-
<
|
62
|
-
<
|
129
|
+
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">text</code> and
|
130
|
+
<code class="methodname">getText</code> methods for the
|
131
|
+
<code class="classname">FXMenuCaption</code> class were returning
|
132
|
+
<code class="constant">nil</code> instead of the actual value (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3458&group_id=300&atid=1223" target="_top">RubyForge
|
63
133
|
Bug #3458</a>). This error has been corrected. Thanks to Meinrad
|
64
|
-
Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
65
|
-
class erroneously listed <
|
134
|
+
Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXMDIChild</code>
|
135
|
+
class erroneously listed <code class="constant">SEL_CLOSEALL</code> as one of
|
66
136
|
the message types that an MDI child window might send to its message
|
67
137
|
target (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3508&group_id=300&atid=1223" target="_top">RubyForge
|
68
138
|
Bug #3508</a>). This error has been corrected. Thanks to Meinrad
|
69
|
-
Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Calling the <
|
70
|
-
class <
|
71
|
-
of merely raising an <
|
139
|
+
Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Calling the <code class="methodname">selectRange</code> method for
|
140
|
+
class <code class="classname">FXTable</code> would cause a fatal error instead
|
141
|
+
of merely raising an <code class="classname">IndexError</code> exception (see
|
72
142
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3615&group_id=300&atid=1223" target="_top">RubyForge
|
73
143
|
Bug #3615</a>). This error has been corrected. Thanks to Meinrad
|
74
144
|
Recheis (Henon) for reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to an error in the SWIG interface files, the
|
75
|
-
<
|
145
|
+
<code class="classname">FXChoiceBox</code> class was basically unusable (see
|
76
146
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3676&group_id=300&atid=1223" target="_top">RubyForge
|
77
147
|
Bug #3676</a>). This error has been corrected. Thanks to Uwe Hartl
|
78
148
|
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
|
79
|
-
<
|
80
|
-
<
|
81
|
-
the message data for the <
|
82
|
-
<
|
149
|
+
<code class="classname">FXRealSlider</code> and
|
150
|
+
<code class="classname">FXRealSpinner</code> classes erroneously claimed that
|
151
|
+
the message data for the <code class="constant">SEL_COMMAND</code> and
|
152
|
+
<code class="constant">SEL_CHANGED</code> messages sent by these widgets to
|
83
153
|
their targets were integers (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3749&group_id=300&atid=1223" target="_top">RubyForge
|
84
154
|
Bug #3749</a>). Along the same lines, the message data for those
|
85
155
|
widgets wasn't being converted correctly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3750&group_id=300&atid=1223" target="_top">RubyForge
|
86
156
|
Bug #3750</a>). Both of these errors have been corrected. Thanks
|
87
157
|
to Meinrad Recheis (Henon) for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the Fox module incorrectly listed the
|
88
|
-
names of the <
|
89
|
-
<
|
90
|
-
<
|
158
|
+
names of the <code class="methodname">FXSELTYPE</code> and
|
159
|
+
<code class="methodname">FXSELID</code> methods as
|
160
|
+
<code class="methodname">SELTYPE</code> and <code class="methodname">SELID</code>
|
91
161
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3940&group_id=300&atid=1223" target="_top">RubyForge
|
92
162
|
Bug #3940</a>). This error has been corrected. Thanks to Joel
|
93
|
-
VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
163
|
+
VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="classname">FXTableItem</code> constructor was supposed
|
94
164
|
to (optionally) accept a reference to an arbitrary Ruby object as its
|
95
165
|
third argument, but this wasn't working properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=4005&group_id=300&atid=1223" target="_top">RubyForge
|
96
166
|
Bug #4005</a>). This error has been corrected. Thanks to Mark
|
97
167
|
Volkman for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
|
98
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
168
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e2963"></a>Changes For Version 1.4.4 (January 21, 2006)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The build instructions for Unix platforms had not been updated
|
99
169
|
recently and as such contained some errors (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3014&group_id=300&atid=1223" target="_top">RubyForge
|
100
170
|
Bug #3014</a>). These errors have been corrected. Thanks to Dave
|
101
|
-
Burns for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
102
|
-
<
|
171
|
+
Burns for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">extendSelection</code> method for the
|
172
|
+
<code class="classname">FXTable</code> class was raising an exception if an
|
103
173
|
out of bounds row or column index was passed in (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3050&group_id=300&atid=1223" target="_top">RubyForge
|
104
174
|
Bug #3050</a>). This has been changed so that
|
105
|
-
<
|
175
|
+
<code class="methodname">extendSelection</code> instead returns false for out
|
106
176
|
of bounds arguments. Thanks to Leonid Moiseichuk for reporting this
|
107
|
-
problem.</p></li><li style="list-style-type: disc"><p>The <
|
108
|
-
<
|
177
|
+
problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">each_child</code> iterator method for the
|
178
|
+
<code class="classname">FXWindow</code> class would fail if the child window
|
109
179
|
was destroyed in the block (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3134&group_id=300&atid=1223" target="_top">RubyForge
|
110
180
|
Bug #3134</a>). Thanks to Liam Irish for reporting this problem
|
111
|
-
and providing a patch.</p></li><li style="list-style-type: disc"><p>The message data for the <
|
112
|
-
message sent by the <
|
181
|
+
and providing a patch.</p></li><li style="list-style-type: disc"><p>The message data for the <code class="constant">SEL_REPLACED</code>
|
182
|
+
message sent by the <code class="classname">FXTable</code> class to its target
|
113
183
|
was not being handled properly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=3244&group_id=300&atid=1223" target="_top">RubyForge
|
114
184
|
Bug #3244</a>). There were also problems with the message data for
|
115
|
-
the <
|
116
|
-
<
|
117
|
-
<
|
118
|
-
RDoc documentation for the <
|
185
|
+
the <code class="constant">SEL_SELECTED</code> and
|
186
|
+
<code class="constant">SEL_DESELECTED</code> messages. Furthermore, the
|
187
|
+
<code class="constant">SEL_REPLACED</code> message was not documented in the
|
188
|
+
RDoc documentation for the <code class="classname">FXTable</code> class. All
|
119
189
|
of these problems have been corrected. Thanks to _blackdog for
|
120
190
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.29 and
|
121
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
122
|
-
<
|
191
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3027"></a>Changes For Version 1.4.3 (November 7, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The <code class="constant">TOGGLEBUTTON_KEEPSTATE</code> option for the
|
192
|
+
<code class="classname">FXToggleButton</code> class was not documented (see
|
123
193
|
<a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2286&group_id=300&atid=1223" target="_top">RubyForge
|
124
194
|
Bug #2286</a>). This oversight has been corrected. Thanks to Tim
|
125
|
-
Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
195
|
+
Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">scintilla.rb</code> library file was not up to
|
126
196
|
date with the latest FXScintilla release, and as a result it was
|
127
197
|
missing some methods (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2479&group_id=300&atid=1223" target="_top">RubyForge
|
128
198
|
Bug #2479</a>). This oversight has been corrected. Thanks to Maxim
|
@@ -130,148 +200,148 @@
|
|
130
200
|
for removing chores and timeouts were broken (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2563&group_id=300&atid=1223" target="_top">RubyForge
|
131
201
|
Bug #2563</a>). This bug has been fixed. Thanks to "moinker" for
|
132
202
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>An error in the test setup caused all of the tests for the
|
133
|
-
<
|
203
|
+
<code class="classname">FXList</code> class to fail (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2564&group_id=300&atid=1223" target="_top">RubyForge
|
134
204
|
Bug #2564</a>). This bug has been fixed. Thanks to Peter for
|
135
205
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to a bug in the test suite runner script, not all test cases
|
136
206
|
were being exercised (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2565&group_id=300&atid=1223" target="_top">RubyForge
|
137
|
-
Bug #2565</a>). This bug has been fixed.</p></li><li style="list-style-type: disc"><p>Calling the <
|
138
|
-
<
|
207
|
+
Bug #2565</a>). This bug has been fixed.</p></li><li style="list-style-type: disc"><p>Calling the <code class="methodname">getPixel</code> method for the
|
208
|
+
<code class="classname">FXImage</code> class when the client-side pixel buffer
|
139
209
|
for the image has already been released would cause a program to crash
|
140
210
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2611&group_id=300&atid=1223" target="_top">RubyForge
|
141
|
-
Bug #2611</a>). Now, <
|
211
|
+
Bug #2611</a>). Now, <code class="methodname">getPixel</code> will raise
|
142
212
|
an exception if it's called after the pixel buffer has been released.
|
143
|
-
The documentation for <
|
213
|
+
The documentation for <code class="methodname">getPixel</code> has been
|
144
214
|
updated accordingly. Thanks to Gonzalo Garramuno for reporting this
|
145
|
-
problem.</p></li><li style="list-style-type: disc"><p>The <
|
146
|
-
<
|
215
|
+
problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">makePositionVisible</code> method for the
|
216
|
+
<code class="classname">FXTable</code> class was raising an exception when
|
147
217
|
passed out-of-bounds values for the row or column index (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2660&group_id=300&atid=1223" target="_top">RubyForge
|
148
218
|
Bug #2660</a>). This could happen, for example, if you were to
|
149
219
|
click in a table area outside of the regular cells (which indirectly
|
150
|
-
triggers a call to <
|
220
|
+
triggers a call to <code class="methodname">makePositionVisible</code>). This
|
151
221
|
was actually inconsistent with standard FOX behavior, which simply
|
152
222
|
ignores out of bounds values for that method's arguments. This bug has
|
153
223
|
been fixed, and the documentation for
|
154
|
-
<
|
224
|
+
<code class="methodname">makePositionVisible</code> has been updated
|
155
225
|
accordingly. Thanks to Ralf Jonas for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.21 and
|
156
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
157
|
-
<
|
158
|
-
<
|
159
|
-
<
|
226
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3112"></a>Changes For Version 1.4.2 (August 22, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a bug in the implementation, the
|
227
|
+
<code class="methodname">checked?</code> method for the
|
228
|
+
<code class="classname">FXCheckButton</code> class always returned
|
229
|
+
<code class="constant">false</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1852&group_id=300&atid=1223" target="_top">RubyForge
|
160
230
|
Bug #1852</a>). This bug has been fixed. Thanks to Meinrad Recheis
|
161
|
-
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
231
|
+
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTable</code>
|
162
232
|
class listed several obsolete attributes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1928&group_id=300&atid=1223" target="_top">RubyForge
|
163
233
|
Bug #1928</a>). Those errors have been corrected. Thanks to Pavel
|
164
234
|
Sokolov for reporting these problems.</p></li><li style="list-style-type: disc"><p>There were a number of bugs in the
|
165
|
-
<
|
235
|
+
<code class="filename">textedit.rb</code> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1979&group_id=300&atid=1223" target="_top">RubyForge
|
166
236
|
Bug #1979</a>), and those bugs have been fixed. Thanks to Claude
|
167
|
-
Marinier for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
168
|
-
class' <
|
169
|
-
visible items (<
|
237
|
+
Marinier for reporting these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTreeList</code>
|
238
|
+
class' <code class="methodname">new</code> method still showed the number of
|
239
|
+
visible items (<em class="parameter"><code>nvis</code></em>) as its second argument
|
170
240
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2171&group_id=300&atid=1223" target="_top">RubyForge
|
171
241
|
Bug #2171</a>). This problem has been corrected. Thanks to Bill
|
172
|
-
Atkins for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
242
|
+
Atkins for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTopWindow</code>
|
173
243
|
class had a number of errors (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2269&group_id=300&atid=1223" target="_top">RubyForge
|
174
|
-
Bug #2269</a>). This problem has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
175
|
-
class still listed the obsolete <
|
244
|
+
Bug #2269</a>). This problem has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXTreeList</code>
|
245
|
+
class still listed the obsolete <code class="methodname">reparentItem</code>
|
176
246
|
method (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2270&group_id=300&atid=1223" target="_top">RubyForge
|
177
247
|
Bug #2270</a>). This problem has been corrected. Thanks to Jacob
|
178
248
|
Hansen for reporting this problem.</p></li><li style="list-style-type: disc"><p>Due to a bug in how the SWIG typemaps for the
|
179
249
|
<span class="type">FXlong</span> type were defined, some methods for the
|
180
|
-
<
|
250
|
+
<code class="classname">FXFileStream</code> class were broken (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=2275&group_id=300&atid=1223" target="_top">RubyForge
|
181
251
|
Bug #2275</a>). This problem has been corrected. Thanks to Gonzalo
|
182
252
|
Garramuno for reporting this problem.</p></li><li style="list-style-type: disc"><p>Merged in all of the fixes for FXRuby 1.2.6.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.17 and
|
183
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
253
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3203"></a>Changes For Version 1.4.1 (August 20, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second release of FXRuby which is compatible with
|
184
254
|
FOX 1.4, and as such should be considered an "unstable" release. For a
|
185
255
|
history of the changes made during the FOX 1.3 and 1.4 development,
|
186
256
|
see the <a href="http://www.fox-toolkit.com/news.html" target="_top">News</a>
|
187
|
-
page at the FOX Web site.</p></li><li style="list-style-type: disc"><p>The unit tests (in the <
|
188
|
-
had not been updated to require the <
|
189
|
-
feature, and were still looking at <
|
257
|
+
page at the FOX Web site.</p></li><li style="list-style-type: disc"><p>The unit tests (in the <code class="filename">tests</code> subdirectory)
|
258
|
+
had not been updated to require the <code class="constant">fox14</code>
|
259
|
+
feature, and were still looking at <code class="constant">fox12</code>. This
|
190
260
|
has been corrected.</p></li><li style="list-style-type: disc"><p>A number of minor problems were corrected for the Windows build
|
191
261
|
of FXRuby.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.4.17 and
|
192
|
-
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
262
|
+
FXScintilla version 1.63.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3231"></a>Changes For Version 1.4.0 (August 19, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first release of FXRuby which is compatible with FOX
|
193
263
|
1.4, and as such should be considered an "unstable" release. For a
|
194
264
|
history of the changes made during the FOX 1.3 and 1.4 development,
|
195
265
|
see the <a href="http://www.fox-toolkit.com/news.html" target="_top">News</a>
|
196
|
-
page at the FOX Web site.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
197
|
-
<
|
198
|
-
<
|
266
|
+
page at the FOX Web site.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3241"></a>Changes For Version 1.2.6 (April 15, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Some additional problems related to calling the
|
267
|
+
<code class="methodname">setTableSize</code> method for an
|
268
|
+
<code class="classname">FXTable</code> were discovered (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1597&group_id=300&atid=1223" target="_top">RubyForge
|
199
269
|
Bug #1597</a>). This problem has been corrected. Thanks to Joel
|
200
|
-
VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
270
|
+
VanderWerf for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">iconlist.rb</code> example program had a
|
201
271
|
"Sort" pulldown menu filled with a number of commands that didn't
|
202
272
|
really do anything, including sorting the items (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1654&group_id=300&atid=1223" target="_top">RubyForge
|
203
273
|
Bug #1654</a>). This pulldown menu has been removed from that
|
204
|
-
example.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
205
|
-
erroneously referred to the <
|
206
|
-
<
|
274
|
+
example.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXDC</code> class
|
275
|
+
erroneously referred to the <code class="methodname">font</code> attribute as
|
276
|
+
<code class="methodname">textFont</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1667&group_id=300&atid=1223" target="_top">RubyForge
|
207
277
|
Bug #1667</a>). This problem has been corrected. Thanks to Meinrad
|
208
|
-
Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
209
|
-
<
|
210
|
-
<
|
211
|
-
<
|
278
|
+
Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">checked?</code>,
|
279
|
+
<code class="methodname">unchecked?</code> and
|
280
|
+
<code class="methodname">maybe?</code> methods for the
|
281
|
+
<code class="classname">FXMenuCheck</code> class were missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1677&group_id=300&atid=1223" target="_top">RubyForge
|
212
282
|
Bug #1677</a>). This problem has been corrected. Thanks to Oliver
|
213
283
|
Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
|
214
|
-
<
|
215
|
-
names of the <
|
216
|
-
<
|
217
|
-
<
|
218
|
-
<
|
284
|
+
<code class="classname">FXScrollArea</code> class incorrectly spelled the
|
285
|
+
names of the <code class="methodname">horizontalScrollBar</code> and
|
286
|
+
<code class="methodname">verticalScrollBar</code> methods as
|
287
|
+
<code class="methodname">horizontalScrollbar</code> and
|
288
|
+
<code class="methodname">verticalScrollbar</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1678&group_id=300&atid=1223" target="_top">RubyForge
|
219
289
|
Bug #1678</a>). The documentation has been corrected. Thanks to
|
220
|
-
Jannis Pohlmann for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Some code in the <
|
221
|
-
program was calling the <
|
222
|
-
but that method has been renamed to <
|
290
|
+
Jannis Pohlmann for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Some code in the <code class="filename">groupbox.rb</code> example
|
291
|
+
program was calling the <code class="methodname">getRootWindow</code> method,
|
292
|
+
but that method has been renamed to <code class="methodname">getRoot</code>
|
223
293
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1692&group_id=300&atid=1223" target="_top">RubyForge
|
224
294
|
Bug #1692</a>). This problem has been corrected. Thanks to
|
225
|
-
Jaroslav Stika for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
226
|
-
<
|
295
|
+
Jaroslav Stika for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">hasChar?</code> method for the
|
296
|
+
<code class="classname">FXFont</code> class was spelled without a trailing
|
227
297
|
question mark, but it seems more Ruby-like that it should, so we've
|
228
298
|
added an alias for that (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1714&group_id=300&atid=1223" target="_top">RubyForge
|
229
299
|
Bug #1714</a>). This method also now accepts a string of size 1
|
230
300
|
(i.e. a single character) as its input, as an alternative to an
|
231
|
-
ordinal value. Thanks to Meinrad Recheis for these suggestions.</p></li><li style="list-style-type: disc"><p>The API documentation for the <
|
232
|
-
class mistakenly listed <
|
301
|
+
ordinal value. Thanks to Meinrad Recheis for these suggestions.</p></li><li style="list-style-type: disc"><p>The API documentation for the <code class="classname">FXImage</code>
|
302
|
+
class mistakenly listed <code class="constant">IMAGE_ALPHA</code> as a valid
|
233
303
|
image rendering hint, but this flag is no longer needed since FOX
|
234
304
|
images now always contain an alpha channel (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1715&group_id=300&atid=1223" target="_top">RubyForge
|
235
305
|
Bug #1715</a>). The documentation has been corrected. Thanks to
|
236
306
|
Meinrad Recheis for reporting this mistake.</p></li><li style="list-style-type: disc"><p>Due to an error in the SWIG interface files, the
|
237
|
-
<
|
238
|
-
<
|
307
|
+
<code class="methodname">data</code> method for the
|
308
|
+
<code class="classname">FXSettings</code> class was not being wrapped
|
239
309
|
properly. As a result, this method was unavailable and in turn led to
|
240
|
-
other dependent methods (like <
|
310
|
+
other dependent methods (like <code class="methodname">each_section</code>)
|
241
311
|
to be unavailable as well (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1771&group_id=300&atid=1223" target="_top">RubyForge
|
242
312
|
Bug #1771</a>). This error has been corrected. Thanks to Jannis
|
243
313
|
Pohlmann for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.16 and
|
244
|
-
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
314
|
+
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3377"></a>Changes For Version 1.2.5 (March 1, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>The change made for FXRuby version 1.2.4 regarding garbage
|
245
315
|
collection for table items corrected only one of the problems
|
246
316
|
described in <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1445&group_id=300&atid=1223" target="_top">RubyForge
|
247
317
|
Bug #1445</a>; There was still a problem related to the
|
248
|
-
"destructive" effects of the <
|
249
|
-
method for the <
|
318
|
+
"destructive" effects of the <code class="methodname">setTableSize</code>
|
319
|
+
method for the <code class="classname">FXTable</code> class. This problem has
|
250
320
|
now been corrected as well. Thanks to David Peoples, Jamey Cribbs and
|
251
321
|
Joel VanderWerf for their assistance in helping me to track down this
|
252
|
-
problem.</p></li><li style="list-style-type: disc"><p>The <
|
253
|
-
<
|
254
|
-
<
|
322
|
+
problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">extractText</code> and
|
323
|
+
<code class="methodname">overlayText</code> methods for the
|
324
|
+
<code class="classname">FXTable</code> class were implemented incorrectly and
|
255
325
|
weren't listed in the API documentation. These problems have been
|
256
326
|
corrected.</p></li><li style="list-style-type: disc"><p>The checks for out-of-bounds indices in the
|
257
|
-
<
|
258
|
-
<
|
259
|
-
<
|
260
|
-
<
|
261
|
-
<
|
262
|
-
fixed.</p></li><li style="list-style-type: disc"><p>The <
|
263
|
-
<
|
264
|
-
<
|
327
|
+
<code class="methodname">getColumnX</code>,
|
328
|
+
<code class="methodname">setColumnX</code>, <code class="methodname">getRowY</code>,
|
329
|
+
<code class="methodname">setRowY</code> and
|
330
|
+
<code class="methodname">updateRange</code> methods for the
|
331
|
+
<code class="classname">FXTable</code> class were incorrect. These have been
|
332
|
+
fixed.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">setTableSize</code> method for the
|
333
|
+
<code class="classname">FXTable</code> class now raises
|
334
|
+
<code class="classname">ArgError</code> if either the number of rows or
|
265
335
|
columns passed in as arguments is less than zero.</p></li><li style="list-style-type: disc"><p>A typo in one of the source files was causing the build to fail
|
266
336
|
when compiled against Ruby versions 1.8.1 or earlier (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1551&group_id=300&atid=1223" target="_top">RubyForge
|
267
337
|
Bug #1551</a>). This error has been corrected. Thanks to Alex
|
268
|
-
McGuire for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
269
|
-
<
|
338
|
+
McGuire for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">selectItem</code> method for the
|
339
|
+
<code class="classname">FXTable</code> class was removed in FOX 1.2, so we've
|
270
340
|
added a convenience method for this that just calls the
|
271
|
-
<
|
341
|
+
<code class="methodname">selectRange</code> method under the hood (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1562&group_id=300&atid=1223" target="_top">RubyForge
|
272
342
|
Bug #1562</a>). Thanks to Joel VanderWerf for this
|
273
343
|
suggestion.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
|
274
|
-
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
344
|
+
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3462"></a>Changes For Version 1.2.4 (February 23, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Due to a change in some of the internal Ruby C APIs, a
|
275
345
|
compile-time error for FXRuby was introduced in some of the Ruby 1.8.2
|
276
346
|
preview releases (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1039&group_id=300&atid=1223" target="_top">RubyForge
|
277
347
|
Bug #1039</a>). One should not see any compile-time errors when
|
@@ -279,18 +349,18 @@
|
|
279
349
|
final release, but I've neverthless made a change to how those
|
280
350
|
internal APIs are used, to avoid any potential problems. Thanks to the
|
281
351
|
many users who pointed out this problem.</p></li><li style="list-style-type: disc"><p>Joel VanderWerf suggested some enhancements to the
|
282
|
-
<
|
352
|
+
<code class="filename">image.rb</code> example program in order to improve its
|
283
353
|
startup time (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1281&group_id=300&atid=1223" target="_top">RubyForge
|
284
354
|
Bug #1281</a>). Those changes have been incorporated. Thanks to
|
285
|
-
Joel for this suggestion.</p></li><li style="list-style-type: disc"><p>One change for the <
|
355
|
+
Joel for this suggestion.</p></li><li style="list-style-type: disc"><p>One change for the <code class="classname">FXImage</code> class between
|
286
356
|
FOX versions 1.0 and 1.2 is the nature of the pixel buffer that's
|
287
|
-
passed to the <
|
357
|
+
passed to the <code class="classname">FXImage</code> constructor. Previously,
|
288
358
|
this pixel buffer was expected to be a string of bytes; now it's
|
289
359
|
expected to be an array of <span class="type">FXColor</span> values. This
|
290
360
|
modification was not implemented correctly for FXRuby versions 1.2.3
|
291
361
|
and earlier (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1427&group_id=300&atid=1223" target="_top">RubyForge
|
292
362
|
Bug #1427</a>). This bug has been corrected, and the example
|
293
|
-
program (<
|
363
|
+
program (<code class="filename">image.rb</code>) and test cases have been
|
294
364
|
updated as well. Thanks to Oliver Smith and others for reporting this
|
295
365
|
problem.</p></li><li style="list-style-type: disc"><p>A couple of different problems, reported by Patrick Fernie and
|
296
366
|
David Peoples, exposed a flaw in how FXRuby manages the links between
|
@@ -304,114 +374,114 @@
|
|
304
374
|
application to crash in the meantime; I've implemented a fix to take
|
305
375
|
care of this situation. Thanks to Patrick and David for reporting
|
306
376
|
these problems.</p></li><li style="list-style-type: disc"><p>The API documentation for FXRuby 1.2 still contained references
|
307
|
-
to the old "spellings" of the <
|
308
|
-
and <
|
309
|
-
all lowercase (i.e. <
|
310
|
-
<
|
311
|
-
Bug #1470</a>). These errors have been corrected.</p></li><li style="list-style-type: disc"><p>Added the <
|
377
|
+
to the old "spellings" of the <code class="methodname">fxparseAccel</code>
|
378
|
+
and <code class="methodname">fxparseHotKey</code> method names, which were
|
379
|
+
all lowercase (i.e. <code class="methodname">fxparseaccel</code> and
|
380
|
+
<code class="methodname">fxparsehotkey</code>). (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1470&group_id=300&atid=1223" target="_top">RubyForge
|
381
|
+
Bug #1470</a>). These errors have been corrected.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">FXScrollArea#scrollCorner</code>
|
312
382
|
method, which returns a reference to the scroll corner for any window
|
313
|
-
derived from <
|
383
|
+
derived from <code class="classname">FXScrollArea</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=843&group_id=300&atid=1226" target="_top">RubyForge
|
314
384
|
Feature Request #1226</a>). Thanks to Brian Sheehan for this
|
315
|
-
suggestion.</p></li><li style="list-style-type: disc"><p>Added the <
|
316
|
-
which is just an alias for the <
|
385
|
+
suggestion.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">FXMemoryBuffer#to_a</code> method,
|
386
|
+
which is just an alias for the <code class="methodname">data</code> accessor
|
317
387
|
method that returns a copy of the data buffer as an array (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1295&group_id=300&atid=1226" target="_top">RubyForge
|
318
388
|
Feature Request #1295</a>). Thanks to Meinrad Recheis for this
|
319
|
-
suggestion.</p></li><li style="list-style-type: disc"><p>Added the <
|
320
|
-
<
|
321
|
-
<
|
389
|
+
suggestion.</p></li><li style="list-style-type: disc"><p>Added the <code class="methodname">appendRows</code> and
|
390
|
+
<code class="methodname">appendColumns</code> methods to the
|
391
|
+
<code class="classname">FXTable</code> class (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1426&group_id=300&atid=1226" target="_top">RubyForge
|
322
392
|
Feature Request #1295</a>). Thanks to Brett Hallett for this
|
323
393
|
suggestion.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
|
324
|
-
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
394
|
+
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3565"></a>Changes For Version 1.2.3 (January 22, 2005)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>Since group boxes containing radio buttons no longer enforce the
|
325
395
|
radio behavior of radio buttons (i.e. keeping only one radio button
|
326
396
|
selected at a time), some of the example programs were no longer
|
327
397
|
working as desired (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=751&group_id=300&atid=1223" target="_top">RubyForge
|
328
398
|
Bug #751</a> and <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1280&group_id=300&atid=1223" target="_top">RubyForge
|
329
399
|
Bug #1280</a>). This problem has been corrected. Thanks to Yuri
|
330
400
|
Leikind and Barry DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>Bob Sidebotham reported a little typo in the
|
331
|
-
<
|
332
|
-
Bug #990</a>). This has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for <
|
401
|
+
<code class="filename">table.rb</code> example program (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=990&group_id=300&atid=1223" target="_top">RubyForge
|
402
|
+
Bug #990</a>). This has been corrected.</p></li><li style="list-style-type: disc"><p>The API documentation for <code class="classname">FXList</code> did not
|
333
403
|
reflect the changes for FOX 1.2; the
|
334
|
-
<
|
335
|
-
<
|
336
|
-
<
|
337
|
-
<
|
404
|
+
<code class="methodname">retrieveItem()</code> has been renamed to
|
405
|
+
<code class="methodname">getItem()</code> and
|
406
|
+
<code class="methodname">insertItem()</code> has been renamed to
|
407
|
+
<code class="methodname">setItem()</code> (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1037&group_id=300&atid=1223" target="_top">RubyForge
|
338
408
|
Bug #1037</a> and <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1257&group_id=300&atid=1223" target="_top">RubyForge
|
339
409
|
Bug #1257</a>). This has been corrected. Thanks to Remy Drouilhet
|
340
410
|
and Stephan Kamper for reporting this problem.</p></li><li style="list-style-type: disc"><p>The Windows installer was missing some of the documentation
|
341
411
|
files (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1139&group_id=300&atid=1223" target="_top">RubyForge
|
342
412
|
Bug #1139</a>). This has been corrected. Thanks to Curt Hibbs and
|
343
|
-
Mark Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
413
|
+
Mark Smith for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="filename">browser.rb</code> example program was broken
|
344
414
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1146&group_id=300&atid=1223" target="_top">RubyForge
|
345
415
|
Bug #1146</a>). This has been corrected. Thanks to Stefan Lang for
|
346
416
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>The attribute setter for
|
347
|
-
<
|
417
|
+
<code class="methodname">FXHeaderItem#justification</code> was defined
|
348
418
|
incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1276&group_id=300&atid=1223" target="_top">RubyForge
|
349
419
|
Bug #1276</a>). This has been corrected. Thanks to Joel VanderWerf
|
350
|
-
for reporting this problem (and providing a patch to fix it).</p></li><li style="list-style-type: disc"><p>The <
|
351
|
-
<
|
420
|
+
for reporting this problem (and providing a patch to fix it).</p></li><li style="list-style-type: disc"><p>The <code class="methodname">filenames</code> alias for the
|
421
|
+
<code class="methodname">FXFileDialog#getFilenames()</code> instance method
|
352
422
|
was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1277&group_id=300&atid=1223" target="_top">RubyForge
|
353
423
|
Bug #1277</a>). This error has been corrected. Thanks to Barry
|
354
424
|
DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>The API documentation for the
|
355
|
-
<
|
356
|
-
<
|
357
|
-
<
|
358
|
-
<
|
359
|
-
<
|
425
|
+
<code class="classname">FXFileDialog</code> class methods
|
426
|
+
<code class="methodname">getOpenFilenames()</code>,
|
427
|
+
<code class="methodname">getOpenDirectory()</code>,
|
428
|
+
<code class="methodname">getOpenFilename()</code> and
|
429
|
+
<code class="methodname">getSaveFilename()</code> was extremely inadequate
|
360
430
|
(see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1279&group_id=300&atid=1223" target="_top">RubyForge
|
361
431
|
Bug #1279</a>). This documentation has been improved. Thanks to
|
362
432
|
Barry DeZonia for reporting this problem.</p></li><li style="list-style-type: disc"><p>Brett Hallett contributed a Ruby port of the "ratio" example
|
363
433
|
program from the regular FOX distribution, for demonstrating the use
|
364
|
-
of the new <
|
434
|
+
of the new <code class="classname">FXSpring</code> layout manager (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1282&group_id=300&atid=1223" target="_top">RubyForge
|
365
435
|
Bug #1282</a>). Many thanks to Brett for this addition!</p></li><li style="list-style-type: disc"><p>Joel VanderWerf contributed code to simplify how programs
|
366
436
|
interact with modal and non-modal dialog boxes (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1283&group_id=300&atid=1223" target="_top">RubyForge
|
367
437
|
Bug #1283</a>). See the API documentation for the new
|
368
|
-
<
|
369
|
-
<
|
438
|
+
<code class="methodname">FXDialogBox#execute_modal</code> and
|
439
|
+
<code class="methodname">FXDialogBox#execute_nonmodal</code> methods for
|
370
440
|
examples of their use.</p></li><li style="list-style-type: disc"><p>The attribute setters for
|
371
|
-
<
|
372
|
-
<
|
441
|
+
<code class="methodname">FXRealSpinner#selBackColor</code> and
|
442
|
+
<code class="methodname">FXSpinner#selBackColor</code> were defined
|
373
443
|
incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1297&group_id=300&atid=1223" target="_top">RubyForge
|
374
444
|
Bug #1297</a>). These have been corrected. Thanks to Meinrad
|
375
|
-
Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <
|
376
|
-
the <
|
445
|
+
Recheis for reporting this problem.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">tooltipPause</code> attribute reader for
|
446
|
+
the <code class="classname">FXApp</code> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1306&group_id=300&atid=1225" target="_top">RubyForge
|
377
447
|
Patch #1306</a>). Thanks to Joel VanderWerf for reporting this
|
378
448
|
omission and providing a patch to fix it.</p></li><li style="list-style-type: disc"><p>The API documentation for the
|
379
|
-
<
|
449
|
+
<code class="classname">FXToolBarTab</code> class was missing (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1322&group_id=300&atid=1223" target="_top">RubyForge
|
380
450
|
Bug #1322</a>). Thanks to Joel VanderWerf for reporting this
|
381
451
|
omission.</p></li><li style="list-style-type: disc"><p>The attribute accessors for
|
382
|
-
<
|
383
|
-
<
|
452
|
+
<code class="methodname">FXText#visibleRows</code> and
|
453
|
+
<code class="methodname">FXText#visibleColumns</code> were defined and
|
384
454
|
documented incorrectly (see <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=1325&group_id=300&atid=1223" target="_top">RubyForge
|
385
455
|
Bug #1325</a>). These have been corrected. Thanks to Karl El-Koura
|
386
456
|
for reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.13 and
|
387
|
-
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
457
|
+
FXScintilla version 1.62.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3737"></a>Changes For Version 1.2.2 (October 1, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>In order to avoid versioning problems when dealing with a mix of
|
388
458
|
applications based on either FXRuby 1.0 or 1.2, the feature name for
|
389
459
|
FXRuby has been changed from "fox" to "fox12". For most application
|
390
460
|
developers, this means that you will need to modify the source code
|
391
|
-
for applications targeted at FXRuby 1.2 to begin with the line</p><
|
461
|
+
for applications targeted at FXRuby 1.2 to begin with the line</p><pre class="programlisting">require 'fox12'</pre><p>Note that no
|
392
462
|
changes should be required for legacy applications targeted at FXRuby
|
393
463
|
1.0.</p></li><li style="list-style-type: disc"><p>Made a number of updates to the documentation, to reflect API
|
394
464
|
changes for FXRuby 1.2.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.9 and
|
395
|
-
FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
465
|
+
FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3754"></a>Changes For Version 1.2a2 (July 10, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the second "alpha" release of FXRuby 1.2. This release
|
396
466
|
should be compatible with any FOX library version 1.2; it is not
|
397
467
|
compatible with any previous FOX library versions. As this is an alpha
|
398
468
|
release, users should expect a certain amount of instability, bugs,
|
399
469
|
etc.</p></li><li style="list-style-type: disc"><p>For this release, all of the FOX 1.2 classes are available with
|
400
|
-
the exception of the <
|
401
|
-
is a small problem with how the <
|
470
|
+
the exception of the <code class="classname">FXBitmapView</code> class. There
|
471
|
+
is a small problem with how the <code class="classname">FXBitmapView</code>
|
402
472
|
class is declared in the FOX 1.2 header files, and I'm trying to
|
403
473
|
decide how best to resolve that problem. The goal is to have this
|
404
474
|
problem resolved by the next alpha release of FXRuby.</p></li><li style="list-style-type: disc"><p>For this release, all of the RDoc-based online documentation has
|
405
475
|
been brought up to date with the new APIs.</p></li><li style="list-style-type: disc"><p>Portions of the FXRuby User's Guide were still out of date with
|
406
476
|
respect to the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=988623&group_id=20243&atid=120243" target="_top">SourceForge
|
407
|
-
Bug #988623</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <
|
408
|
-
to date with the new APIs. This has been fixed.</p></li><li style="list-style-type: disc"><p>The <
|
477
|
+
Bug #988623</a>). This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">mditest.rb</code> example program was not up
|
478
|
+
to date with the new APIs. This has been fixed.</p></li><li style="list-style-type: disc"><p>The <code class="filename">glviewer.rb</code> example program was not up
|
409
479
|
to date with the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986479&group_id=20243&atid=120243" target="_top">SourceForge
|
410
480
|
Bug #986479</a>). This has been fixed. Thanks to Remy Drouilhet
|
411
|
-
for reporting this problem and suggesting the fixes.</p></li><li style="list-style-type: disc"><p>The <
|
481
|
+
for reporting this problem and suggesting the fixes.</p></li><li style="list-style-type: disc"><p>The <code class="methodname">FXGLGroup#bounds</code> method was defined
|
412
482
|
incorrectly (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986476&group_id=20243&atid=120243" target="_top">SourceForge
|
413
483
|
Bug #986476</a>). This has been fixed. Thanks to Remy Drouilhet
|
414
|
-
for reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>The <
|
484
|
+
for reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>The <code class="filename">scintilla-test.rb</code> example program was
|
415
485
|
not up to date with the new APIs (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986172&group_id=20243&atid=120243" target="_top">SourceForge
|
416
486
|
Bug #986172</a>). This has been fixed. Thanks to Peter Watkins for
|
417
487
|
reporting this problem and submitting a corrected version of the
|
@@ -419,22 +489,22 @@
|
|
419
489
|
<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=988152&group_id=20243&atid=120243" target="_top">SourceForge
|
420
490
|
Bug #988152</a>). This has been fixed. Thanks to Jamey Cribbs for
|
421
491
|
reporting this problem and suggesting the fix.</p></li><li style="list-style-type: disc"><p>Due to an oversight on my part, one of the overloaded
|
422
|
-
constructors for the <
|
492
|
+
constructors for the <code class="classname">FXRegion</code> class wasn't
|
423
493
|
wrapped properly (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986181&group_id=20243&atid=120243" target="_top">SourceForge
|
424
494
|
Bug #986181</a>). This has been fixed. Thanks to Bil Bas for
|
425
495
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>Removed some obsolete aliases for the old leading and trailing
|
426
|
-
rows and columns for the <
|
496
|
+
rows and columns for the <code class="classname">FXTable</code> class (see
|
427
497
|
<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986181&group_id=20243&atid=120243" target="_top">SourceForge
|
428
498
|
Bug #988038</a>). Thanks to Yuri Leikind for reporting this
|
429
|
-
problem.</p></li><li style="list-style-type: disc"><p>Added <
|
430
|
-
<
|
431
|
-
<
|
432
|
-
already available <
|
433
|
-
<
|
499
|
+
problem.</p></li><li style="list-style-type: disc"><p>Added <code class="classname">FXTable</code> instance methods
|
500
|
+
<code class="methodname">horizontalGridShown=()</code> and
|
501
|
+
<code class="methodname">verticalGridShown=()</code> to complement the
|
502
|
+
already available <code class="methodname">horizontalGridShown?</code> and
|
503
|
+
<code class="methodname">verticalGridShown?</code> methods.</p></li><li style="list-style-type: disc"><p>The binary gem for the 1.2a1 release on Windows didn't have PNG
|
434
504
|
or JPEG image support built-in (see <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=986180&group_id=20243&atid=120243" target="_top">SourceForge
|
435
505
|
Bug #986180</a>). This has been fixed. Thanks to Bil Bas for
|
436
506
|
reporting this problem.</p></li><li style="list-style-type: disc"><p>The binary gem for Windows was built with FOX version 1.2.7 and
|
437
|
-
FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="
|
507
|
+
FXScintilla version 1.61.</p></li></ul></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e3863"></a>Changes For Version 1.2a1 (June 28, 2004)</h2></div></div></div><div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>This is the first "alpha" release of FXRuby 1.2. This release
|
438
508
|
should be compatible with any FOX library version 1.2; it is not
|
439
509
|
compatible with any previous FOX library versions. As this is an alpha
|
440
510
|
release, users should expect a certain amount of instability, bugs,
|