]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
12 days agoimprove handling of malloc failures master
Robert Gill [Wed, 18 Jun 2025 20:54:37 +0000 (20:54 +0000)] 
improve handling of malloc failures

Return NULL on malloc failures when creating new components and from
newtReflowText. Internal buffers are still not checked, but this should
allow some memory allocation errors to be made more obvious and possibly
caught without breaking current API compatibility.

[ML: fixed fields deallocation in newtCreateGrid()]

3 months ago0.52.25 r0-52-25
Miroslav Lichvar [Mon, 10 Mar 2025 12:50:37 +0000 (13:50 +0100)] 
0.52.25

3 months agoupdate CHANGES
Miroslav Lichvar [Mon, 10 Mar 2025 11:41:52 +0000 (12:41 +0100)] 
update CHANGES

3 months agodrop ER_SETFOCUS event result
Miroslav Lichvar [Mon, 10 Mar 2025 10:57:13 +0000 (11:57 +0100)] 
drop ER_SETFOCUS event result

It's no longer used and the uninitialized u.focus field is triggering
errors in static analysis.

3 months agoinstall all python files to platlib
Miroslav Lichvar [Mon, 10 Mar 2025 13:25:29 +0000 (14:25 +0100)] 
install all python files to platlib

A single python package should not be split between purelib and platlib.
Install everything into platlib as before.

This is a partial revert of commit ecd43ab512e7 ("install python modules
to purelib and platlib").

3 months agofix "yes" in Spanish translation
Miroslav Lichvar [Mon, 10 Mar 2025 10:34:40 +0000 (11:34 +0100)] 
fix "yes" in Spanish translation

https://pagure.io/newt/issue/28

13 months agoinstall python modules to purelib and platlib
Ryan Carsten Schmidt [Fri, 26 Apr 2024 02:35:13 +0000 (02:35 +0000)] 
install python modules to purelib and platlib

Don't assume that python modules go into $(libdir)/$$ver/site-packages;
get the correct values by asking sysconfig for its platlib and purelib.
This requires python 2.7 or later or python 3.2 or later.

13 months agocreate install-py and install-tcl targets
Ryan Carsten Schmidt [Thu, 25 Apr 2024 06:18:48 +0000 (06:18 +0000)] 
create install-py and install-tcl targets

The install-py target can be used to install just the python modules and
the install-tcl target can be used to install just whiptcl.so. The
install-sh target can still be used to install both of those as well as
libnewt.so, newt.h, and libnewt.pc as before.

13 months agodon't silently ignore build/install errors
Ryan Carsten Schmidt [Thu, 25 Apr 2024 05:44:52 +0000 (05:44 +0000)] 
don't silently ignore build/install errors

13 months agotry python-config --ldflags --embed first
Ryan Carsten Schmidt [Thu, 25 Apr 2024 05:35:08 +0000 (05:35 +0000)] 
try python-config --ldflags --embed first

As of python 3.8, output of "python-config --ldflags" no longer includes
the "-lpython" flag without which the python module fails to link due to
undefined symbols. Use "python-config --ldflags --embed" to get it back
and fall back to "python-config --ldflags" for python 3.7 and older.

https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build

13 months agodon't use python-config --includes or --libs
Ryan Carsten Schmidt [Thu, 25 Apr 2024 04:09:43 +0000 (04:09 +0000)] 
don't use python-config --includes or --libs

Includes are unnecessary because they are part of CFLAGS. Similarly,
libs are unnecessary because they are part of LDFLAGS.

20 months ago0.52.24 r0-52-24
Miroslav Lichvar [Wed, 25 Oct 2023 10:21:25 +0000 (12:21 +0200)] 
0.52.24

20 months agoupdate CHANGES
Miroslav Lichvar [Wed, 25 Oct 2023 10:21:11 +0000 (12:21 +0200)] 
update CHANGES

20 months agoreplace deprecated function calls in snack
Miroslav Lichvar [Wed, 25 Oct 2023 09:51:18 +0000 (11:51 +0200)] 
replace deprecated function calls in snack

20 months agofix -Wswitch warning
Miroslav Lichvar [Wed, 25 Oct 2023 10:19:59 +0000 (12:19 +0200)] 
fix -Wswitch warning

20 months agoremove unused variables
Miroslav Lichvar [Wed, 25 Oct 2023 08:45:30 +0000 (10:45 +0200)] 
remove unused variables

2 years ago0.52.23 r0-52-23
Miroslav Lichvar [Tue, 29 Nov 2022 11:04:29 +0000 (12:04 +0100)] 
0.52.23

2 years agoupdate CHANGES
Miroslav Lichvar [Tue, 29 Nov 2022 11:04:11 +0000 (12:04 +0100)] 
update CHANGES

2 years agofix automatic size of whiptail --yesno box
Miroslav Lichvar [Mon, 28 Nov 2022 15:04:40 +0000 (16:04 +0100)] 
fix automatic size of whiptail --yesno box

2 years agofix automatic width with --noitem and --notags options
Miroslav Lichvar [Thu, 24 Nov 2022 16:13:11 +0000 (17:13 +0100)] 
fix automatic width with --noitem and --notags options

2 years agofix automatic width in whiptail with unicode characters
Miroslav Lichvar [Thu, 24 Nov 2022 15:43:00 +0000 (16:43 +0100)] 
fix automatic width in whiptail with unicode characters

2 years agofix spacing with longer tags in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 15:27:01 +0000 (16:27 +0100)] 
fix spacing with longer tags in whiptail

If the maximum tag length is longer than maximum item length, there was
no space between tag and item columns.

2 years agoavoid overlapping backtitle in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 15:01:51 +0000 (16:01 +0100)] 
avoid overlapping backtitle in whiptail

If using automatic height or width, decrease the height by one if the
backtitle would overlap the window.

2 years agomention automatic height/width in whiptail man page
Miroslav Lichvar [Thu, 24 Nov 2022 14:14:24 +0000 (15:14 +0100)] 
mention automatic height/width in whiptail man page

2 years agocheck for zero menu/list height in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 13:50:04 +0000 (14:50 +0100)] 
check for zero menu/list height in whiptail

When the specified window height and width are larger than zero, but the
menu/list height is zero, calculate all three values to fit the
specified entries.

2 years agorestore automatic menu/list-height in whiptail
Miroslav Lichvar [Thu, 24 Nov 2022 13:36:39 +0000 (14:36 +0100)] 
restore automatic menu/list-height in whiptail

Commit 3f5d1d27f09b ("don't modify popt args in whiptail") removed
replacement of the menu/list-height popt argument, which caused the
height to not be automatically calculated together with the window
height and width, when they are specified as zero.

Rework the code to provide the menu/list-height as an additional
integer argument to listBox and checkList instead of replacing the popt
argument.

2 years ago0.52.22 r0-52-22
Miroslav Lichvar [Mon, 21 Nov 2022 13:34:58 +0000 (14:34 +0100)] 
0.52.22

2 years agoupdate CHANGES
Miroslav Lichvar [Mon, 21 Nov 2022 11:55:21 +0000 (12:55 +0100)] 
update CHANGES

2 years agoupdate AUTHORS
Miroslav Lichvar [Mon, 21 Nov 2022 11:55:10 +0000 (12:55 +0100)] 
update AUTHORS

2 years agodon't modify popt args in whiptail
Miroslav Lichvar [Mon, 21 Nov 2022 11:21:05 +0000 (12:21 +0100)] 
don't modify popt args in whiptail

Remove code that replaces the first popt argument with a string
containing a part of the menu height (for some debugging purposes?).

This fixes a crash with libpopt-1.19.

2 years agocleanup command substitution in configure.ac
Thomas Kuehne [Sun, 12 Dec 2021 09:31:44 +0000 (09:31 +0000)] 
cleanup command substitution in configure.ac

replace backquoted command substitution `cmd` with clean $(cmd)

Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
2 years agoswap order of LDFLAGS and P*FLAGS
Sam James [Wed, 14 Jul 2021 04:12:32 +0000 (05:12 +0100)] 
swap order of LDFLAGS and P*FLAGS

Needed to respect as-needed.

Bug: https://bugs.gentoo.org/798945

3 years agocleanup configure.ac
Thomas Kuehne [Sun, 12 Dec 2021 08:48:22 +0000 (08:48 +0000)] 
cleanup configure.ac

Signed-off-by: Thomas Kuehne <thomas@kuehne.cn>
3 years agolibnewt.pc: add data for static linking
Alexey Sheplyakov [Mon, 16 Aug 2021 07:01:57 +0000 (07:01 +0000)] 
libnewt.pc: add data for static linking

With this patch I can statically link a binary with libnewt without listing
the required libraries manually:

gcc -o test_static test.c `pkg-config --libs --cflags --static libnewt`

Without this patch static linking fails due to multiple undefined
references:

/usr/bin/ld: /tmp/test.AcRBJp.ltrans0.ltrans.o: in function `buttonDrawIt':
<artificial>:(.text+0x2f0): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x307): undefined reference to `SLtt_Use_Ansi_Colors'
/usr/bin/ld: <artificial>:(.text+0x31b): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x338): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x341): undefined reference to `SLsmg_write_string'
/usr/bin/ld: <artificial>:(.text+0x34b): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3ae): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x3cd): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3d5): undefined reference to `SLsmg_write_string'
/usr/bin/ld: <artificial>:(.text+0x3df): undefined reference to `SLsmg_write_char'
/usr/bin/ld: <artificial>:(.text+0x3f9): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x422): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x45d): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x476): undefined reference to `SLsmg_set_color'
/usr/bin/ld: <artificial>:(.text+0x486): undefined reference to `SLsmg_set_color'
/usr/bin/ld: /tmp/test.AcRBJp.ltrans0.ltrans.o:<artificial>:(.text+0x4d6): more undefined references to `SLsmg_set_color' follow
[287 lines skipped]
collect2: error: ld returned 1 exit status

Closes: #17
5 years agoinstall header and pkg-config file with the shared library
Michael Olbrich [Sun, 31 May 2020 09:27:12 +0000 (09:27 +0000)] 
install header and pkg-config file with the shared library

This way the shared library can be installed without building whiptail.
This avoids a dependency on libpopt.

5 years agodrop ident strings
Miroslav Lichvar [Tue, 8 Oct 2019 07:55:37 +0000 (09:55 +0200)] 
drop ident strings

5 years agoswitch to nanosleep
Rosen Penev [Mon, 7 Oct 2019 23:11:23 +0000 (23:11 +0000)] 
switch to nanosleep

usleep was removed in POSIX 2008 and is optionally unavailable with
uClibc-ng.

[ ML: include <time.h> and improve indentation. ]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agofix warnings about never-read values
Miroslav Lichvar [Tue, 1 Oct 2019 17:02:58 +0000 (19:02 +0200)] 
fix warnings about never-read values

5 years agofix dead code in buttonbar
Miroslav Lichvar [Tue, 1 Oct 2019 16:49:18 +0000 (18:49 +0200)] 
fix dead code in buttonbar

5 years agodon't ignore CFLAGS when building snack
Miroslav Lichvar [Tue, 1 Oct 2019 14:37:55 +0000 (16:37 +0200)] 
don't ignore CFLAGS when building snack

In addition to the flags returned by python-config --cflags, use the
user-specified CFLAGS when building the snack object.

6 years ago0.52.21 r0-52-21
Miroslav Lichvar [Mon, 27 May 2019 12:57:40 +0000 (14:57 +0200)] 
0.52.21

6 years agoupdate CHANGES
Miroslav Lichvar [Mon, 27 May 2019 12:51:05 +0000 (14:51 +0200)] 
update CHANGES

6 years agofix radio button selection check in snack
Miroslav Lichvar [Mon, 27 May 2019 11:34:54 +0000 (13:34 +0200)] 
fix radio button selection check in snack

https://pagure.io/newt/issue/1

6 years agoremove obsolete Makefile target
Miroslav Lichvar [Wed, 22 May 2019 12:27:23 +0000 (14:27 +0200)] 
remove obsolete Makefile target

6 years agofix parallel build
Émeric Dupont [Wed, 20 Mar 2019 11:40:56 +0000 (12:40 +0100)] 
fix parallel build

6 years agodefine env NEWT_NOFLOWCTRL to disable flow control
Robert Gill [Sun, 22 Jul 2018 04:09:40 +0000 (04:09 +0000)] 
define env NEWT_NOFLOWCTRL to disable flow control

Define the environment variable NEWT_NOFLOWCTRL to disable software flow
control similarly to how the command 'stty -ixon' disables flow control
when using ncurses.

6 years agodon't leak memory on errors in dialogboxes
Miroslav Lichvar [Wed, 11 Jul 2018 14:51:10 +0000 (16:51 +0200)] 
don't leak memory on errors in dialogboxes

7 years agodon't call automake in autogen.sh
Miroslav Lichvar [Wed, 16 May 2018 15:16:45 +0000 (17:16 +0200)] 
don't call automake in autogen.sh

https://pagure.io/newt/issue/4

7 years agoallow python versions to be specified with --with-python option
Miroslav Lichvar [Wed, 16 May 2018 14:53:20 +0000 (16:53 +0200)] 
allow python versions to be specified with --with-python option

https://pagure.io/newt/issue/3

7 years agofix plural forms in Lithuanian translation (#1568999)
Miroslav Lichvar [Wed, 18 Apr 2018 13:44:51 +0000 (15:44 +0200)] 
fix plural forms in Lithuanian translation (#1568999)

8 years ago0.52.20 r0-52-20
Miroslav Lichvar [Fri, 17 Mar 2017 10:36:31 +0000 (11:36 +0100)] 
0.52.20

8 years agoupdate CHANGES
Miroslav Lichvar [Fri, 17 Mar 2017 10:23:21 +0000 (11:23 +0100)] 
update CHANGES

8 years agosupport screen resize as hotkey in form (#1432926)
Miroslav Lichvar [Thu, 16 Mar 2017 12:31:59 +0000 (13:31 +0100)] 
support screen resize as hotkey in form (#1432926)

8 years agoupdate README
Miroslav Lichvar [Tue, 13 Sep 2016 09:31:38 +0000 (11:31 +0200)] 
update README

8 years agoimprove handling of long strings in whiptail menu (#1353792)
Miroslav Lichvar [Wed, 3 Aug 2016 14:29:44 +0000 (16:29 +0200)] 
improve handling of long strings in whiptail menu (#1353792)

9 years ago0.52.19 r0-52-19
Miroslav Lichvar [Wed, 23 Mar 2016 15:16:15 +0000 (16:16 +0100)] 
0.52.19

9 years agoupdate CHANGES
Miroslav Lichvar [Wed, 23 Mar 2016 14:27:06 +0000 (15:27 +0100)] 
update CHANGES

9 years agoremove distclean target from po/Makefile
Miroslav Lichvar [Wed, 23 Mar 2016 15:46:05 +0000 (16:46 +0100)] 
remove distclean target from po/Makefile

9 years agoupdate translations from Zanata
Miroslav Lichvar [Wed, 23 Mar 2016 15:10:52 +0000 (16:10 +0100)] 
update translations from Zanata

9 years agoupdate newt.pot
Miroslav Lichvar [Wed, 23 Mar 2016 15:00:13 +0000 (16:00 +0100)] 
update newt.pot

9 years agomigrate from Transifex to Zanata for translations
Miroslav Lichvar [Wed, 23 Mar 2016 14:50:26 +0000 (15:50 +0100)] 
migrate from Transifex to Zanata for translations

9 years agosupport --notags in whiptail checklist and radiolist (#1319794)
Miroslav Lichvar [Wed, 23 Mar 2016 11:05:52 +0000 (12:05 +0100)] 
support --notags in whiptail checklist and radiolist (#1319794)

The whiptail man page says the option is supported in the menu,
checklist and radiolist widgets, but it actually worked only in menu.

10 years agoremove bogus -I/usr/include/slang from CPPFLAGS
Alex Suykov [Sat, 10 Jan 2015 10:57:39 +0000 (11:57 +0100)] 
remove bogus -I/usr/include/slang from CPPFLAGS

Hardcoding -I/usr/include/slang in CPPFLAGS is bogus for
cross-compilation. With recent versions of slang, the headers are
installed in ${sysroot}/usr/include directly, so there is no need for
an additional flag. And if one was needed, it should be added by the
configure script, after detecting the right header location.

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years agouse $(CC) instead of $(CPP) to generate .depend files
Samuel Martin [Sat, 10 Jan 2015 10:57:38 +0000 (11:57 +0100)] 
use $(CC) instead of $(CPP) to generate .depend files

Use $(CC) instead of $(CPP) to generate .depend file because '$(CPP)
-M' call does not support multiple input files.  This avoid the
following error:

make[1]: Entering directory `/opt/br/output/build/newt-0.51.0'
/opt/br/output/host/usr/bin/arm-none-linux-gnueabi-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -M newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
arm-none-linux-gnueabi-cpp: too many input files
make[1]: *** [depend] Error 1

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 years ago0.52.18 r0-52-18
Miroslav Lichvar [Thu, 23 Oct 2014 08:31:54 +0000 (10:31 +0200)] 
0.52.18

10 years agoupdate CHANGES
Miroslav Lichvar [Thu, 23 Oct 2014 08:30:18 +0000 (10:30 +0200)] 
update CHANGES

10 years agodon't print Makefile command with old configure
Miroslav Lichvar [Thu, 23 Oct 2014 08:33:10 +0000 (10:33 +0200)] 
don't print Makefile command with old configure

10 years agofix preprocessor warnings in snack
Miroslav Lichvar [Thu, 23 Oct 2014 07:34:15 +0000 (09:34 +0200)] 
fix preprocessor warnings in snack

10 years agofix widget key collision in snack on 64-bit archs (#1151455)
Miroslav Lichvar [Thu, 23 Oct 2014 07:23:30 +0000 (09:23 +0200)] 
fix widget key collision in snack on 64-bit archs (#1151455)

10 years agooptimize textbox reflowing
Miroslav Lichvar [Thu, 16 Oct 2014 11:42:11 +0000 (13:42 +0200)] 
optimize textbox reflowing

10 years agohandle NEWT_EXIT_ERROR in snack
Miroslav Lichvar [Wed, 15 Oct 2014 15:52:41 +0000 (17:52 +0200)] 
handle NEWT_EXIT_ERROR in snack

11 years agoRemove newtListitem declarations (#1074092)
Miroslav Lichvar [Tue, 11 Mar 2014 10:32:52 +0000 (11:32 +0100)] 
Remove newtListitem declarations (#1074092)

11 years ago0.52.17 r0-52-17
Miroslav Lichvar [Wed, 19 Feb 2014 16:03:29 +0000 (17:03 +0100)] 
0.52.17

11 years agoadd rule for uploading archive
Miroslav Lichvar [Wed, 19 Feb 2014 16:56:37 +0000 (17:56 +0100)] 
add rule for uploading archive

11 years agoset owner/group in released tar
Miroslav Lichvar [Wed, 19 Feb 2014 16:47:43 +0000 (17:47 +0100)] 
set owner/group in released tar

11 years agodrop newt.spec
Miroslav Lichvar [Wed, 19 Feb 2014 16:03:02 +0000 (17:03 +0100)] 
drop newt.spec

11 years agoupdate CHANGES
Miroslav Lichvar [Fri, 14 Feb 2014 17:01:45 +0000 (18:01 +0100)] 
update CHANGES

11 years agoadd README
Miroslav Lichvar [Fri, 14 Feb 2014 16:52:24 +0000 (17:52 +0100)] 
add README

11 years agoadd AUTHORS
Miroslav Lichvar [Fri, 14 Feb 2014 16:49:13 +0000 (17:49 +0100)] 
add AUTHORS

11 years agoset package version in configure.ac
Miroslav Lichvar [Fri, 14 Feb 2014 14:47:34 +0000 (15:47 +0100)] 
set package version in configure.ac

11 years agoRestore cursor position after changing help line
Dan Winship [Tue, 28 Jan 2014 13:43:54 +0000 (08:43 -0500)] 
Restore cursor position after changing help line

11 years agoimplement newtComponentAddCallback() for forms as a focus-change callback
Dan Winship [Wed, 30 Oct 2013 17:11:40 +0000 (13:11 -0400)] 
implement newtComponentAddCallback() for forms as a focus-change callback

11 years agoadd newtEntryGet/SetCursorPosition
Dan Winship [Wed, 30 Oct 2013 15:08:06 +0000 (11:08 -0400)] 
add newtEntryGet/SetCursorPosition

11 years agoadd newtFormGet/SetScrollPosition
Dan Winship [Wed, 30 Oct 2013 14:47:32 +0000 (10:47 -0400)] 
add newtFormGet/SetScrollPosition

11 years agoupdate CHANGES from spec changelog
Miroslav Lichvar [Thu, 17 Oct 2013 16:53:04 +0000 (18:53 +0200)] 
update CHANGES from spec changelog

11 years agobuild python3 subpackage (#963839)
Miro Hrončok [Thu, 17 Oct 2013 14:24:17 +0000 (16:24 +0200)] 
build python3 subpackage (#963839)

11 years agorename snackmodule to snack (#963839)
Miroslav Lichvar [Thu, 17 Oct 2013 14:13:27 +0000 (16:13 +0200)] 
rename snackmodule to snack (#963839)

11 years agoadd python3 support (#963839)
Matthias Klose [Thu, 17 Oct 2013 13:19:58 +0000 (15:19 +0200)] 
add python3 support (#963839)

11 years ago0.52.16 r0-52-16
Miroslav Lichvar [Tue, 6 Aug 2013 15:40:27 +0000 (17:40 +0200)] 
0.52.16

11 years agodon't ship .gitignore
Miroslav Lichvar [Tue, 6 Aug 2013 15:46:27 +0000 (17:46 +0200)] 
don't ship .gitignore

11 years agofix weekdays in spec changelog
Miroslav Lichvar [Tue, 6 Aug 2013 15:01:54 +0000 (17:01 +0200)] 
fix weekdays in spec changelog

11 years agoupdate transifex config
Miroslav Lichvar [Tue, 6 Aug 2013 14:53:42 +0000 (16:53 +0200)] 
update transifex config

11 years agofix memory leaks in whiptail
Miroslav Lichvar [Tue, 6 Aug 2013 14:40:34 +0000 (16:40 +0200)] 
fix memory leaks in whiptail

11 years agofree gpm socket name and unlink gpm socket on form exit
Miroslav Lichvar [Tue, 6 Aug 2013 14:30:59 +0000 (16:30 +0200)] 
free gpm socket name and unlink gpm socket on form exit

11 years agomodify Makefile to use SOEXT (#971168)
Miroslav Lichvar [Wed, 31 Jul 2013 11:44:59 +0000 (13:44 +0200)] 
modify Makefile to use SOEXT (#971168)

11 years agoupdate linker script
Miroslav Lichvar [Wed, 31 Jul 2013 11:00:49 +0000 (13:00 +0200)] 
update linker script

11 years agoadd newtComponentGetSize and newtComponentGetPosition (#987596)
Dan Winship [Tue, 23 Jul 2013 18:19:04 +0000 (14:19 -0400)] 
add newtComponentGetSize and newtComponentGetPosition (#987596)

12 years agoadd missing whiptail options to help and man page
Miroslav Lichvar [Fri, 5 Apr 2013 13:58:53 +0000 (15:58 +0200)] 
add missing whiptail options to help and man page

12 years ago0.52.15 r0-52-15
Miroslav Lichvar [Mon, 25 Mar 2013 13:40:56 +0000 (14:40 +0100)] 
0.52.15

12 years agoremove unused variables in test code
Miroslav Lichvar [Mon, 25 Mar 2013 14:03:26 +0000 (15:03 +0100)] 
remove unused variables in test code