head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.16 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.14 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.12 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.0.16 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.14 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.12 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.10 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2007.11.15.23.53.50; author dmcmahill; state dead; branches; next 1.2; 1.2 date 2005.12.06.18.25.55; author joerg; state Exp; branches; next 1.1; 1.1 date 2003.11.05.22.31.43; author dmcmahill; state Exp; branches; next ; desc @@ 1.3 log @update to gwave-20060606 Most of the previous pkgsrc patches have been incorporated upstream (yay!). New in 20060606 - ?? New in 20051222 - full-height vertical scrollbar appears if the total height of all panels becomes larger than the window. - new panel type "jumbo" stays larger even when things get crowded - most deprecated guile calls removed. Guile 1.6 or later is now required. New in 20050928 - ALPHA RELEASE: may crash. do not rely on for production use. - handling of multi-sweep datafiles - vertical scrollbars on label/measure area in each wavepanel make handling large numbers of waveforms easier. New in 20031202 - Got docstring extraction from C source to .txt files in doc directory working again - applied submitted patch that cleans up warnings from gcc3 about multiline text strings in C code New in 20030917 - bugfixes to make the new print/plot stuff work better - path to working gnu graph found by configure is passed to scheme code @ text @$NetBSD: patch-af,v 1.2 2005/12/06 18:25:55 joerg Exp $ --- src/event.c.orig 2002-03-28 01:35:21.000000000 -0500 +++ src/event.c @@@@ -148,11 +148,11 @@@@ set_all_wp_cursors(int cnum) */ XSCM_DEFINE(select_range_x, "select-range-x", 1, 0, 0, (SCM proc), -"Prompt the user to select a range of the visible X axis using -button 1 of the mouse. -When finished, PROC is called with 3 arguments, the -WavePanel where the range is located, and the -begining and ending X pixel value of the selection.") +"Prompt the user to select a range of the visible X axis using" +"button 1 of the mouse. " +"When finished, PROC is called with 3 arguments, the" +"WavePanel where the range is located, and the" +"begining and ending X pixel value of the selection.") #define FUNC_NAME s_select_range_x { VALIDATE_ARG_PROC(1, proc); @@@@ -168,11 +168,11 @@@@ begining and ending X pixel value of the XSCM_DEFINE(select_range_y, "select-range-y", 1, 0, 0, (SCM proc), -"Prompt the user to select a range of the visible Y axis using -button 1 of the mouse. -When finished, PROC is called with 3 arguments, the -WavePanel where the range is located, and the -begining and ending Y pixel value of the selection.") +"Prompt the user to select a range of the visible Y axis using" +"button 1 of the mouse. " +"When finished, PROC is called with 3 arguments, the" +"WavePanel where the range is located, and the" +"begining and ending Y pixel value of the selection.") #define FUNC_NAME s_select_range_y { VALIDATE_ARG_PROC(1, proc); @@@@ -188,11 +188,11 @@@@ begining and ending Y pixel value of the XSCM_DEFINE(select_range_xy, "select-range-xy", 1, 0, 0, (SCM proc), -"Prompt the user to select a region of the -visible XY plane using button 1 of the mouse. -When finished, PROC is called with 5 arguments, the -WavePanel where the range is located, and the -begining and ending X and Y pixel values of the selection.") +"Prompt the user to select a region of the " +"visible XY plane using button 1 of the mouse. " +"When finished, PROC is called with 5 arguments, the" +"WavePanel where the range is located, and the" +"begining and ending X and Y pixel values of the selection.") #define FUNC_NAME s_select_range_xy { VALIDATE_ARG_PROC(1, proc); @@@@ -449,6 +449,7 @@@@ button_release_handler(GtkWidget *widget callback_srange(); break; default: + break; } wtable->mstate = M_NONE; wtable->button_down = -1; @ 1.2 log @Fix GCC 3.4+: label at end of compound statement. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2003/11/05 22:31:43 dmcmahill Exp $ @ 1.1 log @- gcc3-ify (multi-line strings) - be explicit about the location of graph (from plotutils) to help systems which have a graph program that doesn't work here. @ text @d1 1 a1 1 $NetBSD$ d56 8 @