aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/CHANGES
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/obm/ObmW/CHANGES
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'vendor/x11iraf/obm/ObmW/CHANGES')
-rw-r--r--vendor/x11iraf/obm/ObmW/CHANGES32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/x11iraf/obm/ObmW/CHANGES b/vendor/x11iraf/obm/ObmW/CHANGES
new file mode 100644
index 00000000..e0eefeb7
--- /dev/null
+++ b/vendor/x11iraf/obm/ObmW/CHANGES
@@ -0,0 +1,32 @@
+Layout widget:
+
+ fixed bug in laylex.l code - need to trim whitespace at end of a string
+ token.
+
+ this later turned out to be just a workaround for the real bug, which
+ was an incorrect unput(c) macro. the macro was not evaluating the (c)
+ but the lex code involves side effects that assume that this is done.
+
+ there was another bug in the Layout.c code. the code that lays out
+ the child widgets was using the size of a VariableBox to compute the
+ child offsets, as if this were part of the geometry being laid out.
+
+
+FWF widgets:
+
+ icon.c code was modified to support new version of XPM
+ pixmap files for builtin icons were edited and new icons were added
+ modified Common.c to change algorithm which computes top/bottom shadows
+ compute_inside modified in Common.c and Frame.c to avoid wrap to neg
+
+Added sed script FWFSED which converts <Xfwf/foo.h> includes and deletes
+#line references.
+
+Group widget
+
+ modified layout() to resize the child in the case where there is a single
+ child widget (actually this was done in RowCol.c).
+
+Layout widget
+
+ modified debug output to print a header containing the widget name