Package: xsol / 0.31-13

Metadata

Package Version Patches format
xsol 0.31-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 remove alignment option.patch | (download)

xsol.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove xmnchildverticalalignment option to avoid the text "settings"
             overlaps the text "Timed Game". Furthermore, this option was generating
             the warning: "XmFrameConfigureChildren doesn't implementXmALIGNMENT_BASELINE_BOTTOM yet".
             With this patch, this warning is not shown any more.
20 fix spelling mistake.patch | (download)

xsol.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct a spelling mistake in the main window title.
30 fix paint glitches.patch | (download)

xsol.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fix paint glitches when moving cards.
             Delay calling init_cards until score_widget has been managed.
             We also specify a name when creating score_widget (for some
             reason this causes it to be drawn with the correct height).
40 fix undo.patch | (download)

xsol.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix undo.
             After undo-ing, the 'prev' pointer of the card that has been exposed
             by the undo needs to be set to NULL.
             The code to do this existed, but was being called before the undo.
             This patch relocates this line of code to after the undo.