]>
git.ipfire.org Git - thirdparty/newt.git/log
Kang Kai [Tue, 11 Dec 2012 02:56:32 +0000 (10:56 +0800)]
compile snackmodule.c with flag -fPIC
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Miroslav Lichvar [Wed, 8 Feb 2012 11:26:36 +0000 (12:26 +0100)]
update FSF address
Miroslav Lichvar [Fri, 11 Nov 2011 11:00:15 +0000 (12:00 +0100)]
0.52.14
Miroslav Lichvar [Thu, 10 Nov 2011 16:21:40 +0000 (17:21 +0100)]
fix configure to work with multiple python versions (#737998)
Miroslav Lichvar [Thu, 10 Nov 2011 15:08:09 +0000 (16:08 +0100)]
fix memory leak in dialogboxes checklist
Miroslav Lichvar [Thu, 10 Nov 2011 15:04:45 +0000 (16:04 +0100)]
fix returning strings in whiptail and whiptcl (#752818)
Miroslav Lichvar [Mon, 27 Jun 2011 12:06:01 +0000 (14:06 +0200)]
0.52.13
Miroslav Lichvar [Mon, 27 Jun 2011 12:23:06 +0000 (14:23 +0200)]
remove unused variables
Miroslav Lichvar [Mon, 27 Jun 2011 12:11:11 +0000 (14:11 +0200)]
remove .tx directory in release
Miroslav Lichvar [Tue, 21 Jun 2011 17:58:33 +0000 (19:58 +0200)]
fix form scrolling
The previous commit breaks form scrolling. Instead of keeping a copy of
all components' coordinates, move all components when the form is
scrolled and use their real coordinates adjusted by vertical offset to
get the coordinates and size of the form.
Miroslav Lichvar [Fri, 17 Jun 2011 16:48:12 +0000 (18:48 +0200)]
allow resizing of form
Miroslav Lichvar [Wed, 8 Jun 2011 15:32:54 +0000 (17:32 +0200)]
fix errors found by coverity
Miroslav Lichvar [Thu, 2 Jun 2011 11:05:28 +0000 (13:05 +0200)]
allow setting colors via NEWT_COLORS or NEWT_COLORS_FILE variables
Default color palette can be now modified by color specifications as
"root=,black:button=red,yellow", the string can be set in NEWT_COLORS
environment variable or in a file which is specified by NEWT_COLORS_FILE
variable.
Default NEWT_COLORS_FILE can be set by --with-colorsfile option.
Joey Boggs [Tue, 31 May 2011 20:17:08 +0000 (16:17 -0400)]
add python bindings for setting label colors
Miroslav Lichvar [Fri, 27 May 2011 08:59:18 +0000 (10:59 +0200)]
start custom colorsets at 30
slang keeps internally only 512 color pairs (JMAX_COLORS constant).
Miroslav Lichvar [Wed, 18 May 2011 17:23:39 +0000 (19:23 +0200)]
allowing changing colors in individual labels, scrollbars, entries, scales
Miroslav Lichvar [Wed, 18 May 2011 17:20:13 +0000 (19:20 +0200)]
add custom colorsets
Miroslav Lichvar [Fri, 1 Apr 2011 12:04:54 +0000 (14:04 +0200)]
add transifex config
mareklaane [Fri, 4 Feb 2011 02:48:56 +0000 (02:48 +0000)]
l10n: Updates to Estonian (et) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Gwenole Beauchesne [Tue, 25 Jan 2011 17:28:34 +0000 (18:28 +0100)]
do not call va_start instead of va_end
Gwenole Beauchesne [Tue, 25 Jan 2011 17:26:49 +0000 (18:26 +0100)]
remove duplicate call to va_start
Michael Scherer [Tue, 25 Jan 2011 17:24:48 +0000 (18:24 +0100)]
initialize gpm_fd
Set gpm_fd to default value in case of error when opened, to prevent
erronous usage.
Otavio Salvador [Thu, 20 Jan 2011 16:14:51 +0000 (14:14 -0200)]
build: add -without-python
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
ncfiedler [Fri, 3 Dec 2010 14:32:32 +0000 (14:32 +0000)]
l10n: Added Low German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Miroslav Lichvar [Mon, 22 Nov 2010 13:55:06 +0000 (14:55 +0100)]
fix building and installing on Mac OS X (#652479)
Patch by Tilghman Lesher.
Miroslav Lichvar [Mon, 22 Nov 2010 12:53:53 +0000 (13:53 +0100)]
move libnewt.pc removing to veryclean target
Miroslav Lichvar [Mon, 22 Nov 2010 12:38:10 +0000 (13:38 +0100)]
avoid using install -D
Otavio Salvador [Fri, 19 Nov 2010 15:54:54 +0000 (13:54 -0200)]
build: check for slang.h header
The system depends on slang to be installed so make it clear on
configure.ac.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador [Fri, 19 Nov 2010 15:54:53 +0000 (13:54 -0200)]
build: add support for "DESTDIR" variable
The build system uses "instroot" to define the path for installation
however "DESTDIR" is the most common used one (e.g Debian and
OpenEmbedded use it).
This patch makes "instroot" defaults to "DESTDIR" value if not set.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Miroslav Lichvar [Wed, 10 Nov 2010 17:10:46 +0000 (18:10 +0100)]
return NEWT_EXIT_ERROR from form when stdin disappears
Miroslav Lichvar [Wed, 10 Nov 2010 16:57:11 +0000 (17:57 +0100)]
don't call exit in library
The feof() detection of closed stdin doesn't work anyway.
kmaraas [Sat, 30 Oct 2010 12:35:09 +0000 (12:35 +0000)]
l10n: Updates to Norwegian Bokmål (nb) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
lashar [Fri, 20 Aug 2010 00:32:38 +0000 (00:32 +0000)]
l10n: new persian translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Miroslav Lichvar [Fri, 6 Aug 2010 11:40:26 +0000 (13:40 +0200)]
0.52.12
Miroslav Lichvar [Tue, 3 Aug 2010 12:21:20 +0000 (14:21 +0200)]
fix newline handling in gauge input
Miroslav Lichvar [Tue, 3 Aug 2010 11:09:01 +0000 (13:09 +0200)]
remove space after \n in whiptail texts (#620083)
Miroslav Lichvar [Mon, 2 Aug 2010 09:40:08 +0000 (11:40 +0200)]
fix --gauge description in whiptail man page (#620083)
Miroslav Lichvar [Mon, 2 Aug 2010 09:33:01 +0000 (11:33 +0200)]
fix percentage parsing in --gauge XXX block (#620083)
Miroslav Lichvar [Tue, 8 Jun 2010 15:39:49 +0000 (17:39 +0200)]
remove NLS code from snack (#599608)
Jakob Kemi [Tue, 11 May 2010 13:27:01 +0000 (15:27 +0200)]
expose more keys to python as shortcuts in dialogs
Jakob Kemi [Tue, 11 May 2010 13:15:12 +0000 (15:15 +0200)]
release python global-thread-lock during dialog displays
It's reacquired during callbacks. This enables background python threads
to run.
Miroslav Lichvar [Fri, 2 Apr 2010 12:25:42 +0000 (14:25 +0200)]
Fix warnings in whiptcl.c and include Tcl_PkgProvide() call
whiptcl.c needs a lot of patching to build with modern Tcl (such as 8.4
or 8.5).
The module also forgets to provide a package and so loading via the
"package require" mechanism is impossible.
Patch by Mikhail T. (rhbz#552827)
Arnaldo Carvalho de Melo [Fri, 19 Mar 2010 12:53:44 +0000 (09:53 -0300)]
checkboxtree: Don't NULL deref when an invalid array is specified
Invalid in the sense of asking to append to some row that doesn't exist.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
astur [Sat, 24 Oct 2009 15:20:01 +0000 (15:20 +0000)]
Sending translation for po/ast.po
astur [Sat, 24 Oct 2009 14:56:37 +0000 (14:56 +0000)]
Sending translation for po/ast.po
Miroslav Lichvar [Thu, 24 Sep 2009 15:03:09 +0000 (17:03 +0200)]
0.52.11
Miroslav Lichvar [Thu, 24 Sep 2009 14:55:09 +0000 (16:55 +0200)]
fix typo in whiptail help
Miroslav Lichvar [Wed, 23 Sep 2009 14:06:54 +0000 (16:06 +0200)]
allow minimal textbox width 1
Miroslav Lichvar [Wed, 23 Sep 2009 13:22:23 +0000 (15:22 +0200)]
use full textbox width when reflowing
Miroslav Lichvar [Wed, 23 Sep 2009 12:20:45 +0000 (14:20 +0200)]
fix buffer overflow in textbox when reflowing (CVE-2009-2905)
Miroslav Lichvar [Wed, 23 Sep 2009 12:19:53 +0000 (14:19 +0200)]
fix writing lines longer than width in textbox
Miroslav Lichvar [Wed, 23 Sep 2009 12:05:38 +0000 (14:05 +0200)]
terminate string after reading file in whiptail
Miroslav Lichvar [Thu, 17 Sep 2009 15:39:44 +0000 (17:39 +0200)]
add Marathi translation
Miroslav Lichvar [Thu, 17 Sep 2009 15:38:37 +0000 (17:38 +0200)]
add Asturian translation
Miroslav Lichvar [Thu, 17 Sep 2009 15:30:11 +0000 (17:30 +0200)]
fix isMapped initialization and check in label
Miroslav Lichvar [Thu, 17 Sep 2009 14:52:16 +0000 (16:52 +0200)]
don't link modules with libraries already linked with libnewt
Michael Vogt [Thu, 17 Sep 2009 14:44:25 +0000 (16:44 +0200)]
fix crash in textbox SetText when topLines != 0
Miroslav Lichvar [Thu, 17 Sep 2009 14:13:52 +0000 (16:13 +0200)]
bind \E[Z to back-tab in built-in keymap (#468046)
Thomas Jarosch [Thu, 17 Sep 2009 13:12:02 +0000 (15:12 +0200)]
add newtRadioSetCurrent function
Thomas Jarosch [Thu, 17 Sep 2009 12:54:03 +0000 (14:54 +0200)]
add pkgconfig support
Miroslav Lichvar [Wed, 16 Sep 2009 14:25:53 +0000 (16:25 +0200)]
don't use va_list in newtvwindow more than once (#523696)
kkrothap [Thu, 10 Sep 2009 12:05:49 +0000 (12:05 +0000)]
Sending translation for po/te.po
shanky [Thu, 10 Sep 2009 12:03:59 +0000 (12:03 +0000)]
Sending translation for po/kn.po
runab [Thu, 10 Sep 2009 11:33:24 +0000 (11:33 +0000)]
Sending translation for po/bn_IN.po
swkothar [Thu, 10 Sep 2009 11:23:06 +0000 (11:23 +0000)]
Sending translation for po/gu.po
amitakhya [Thu, 10 Sep 2009 11:17:30 +0000 (11:17 +0000)]
Sending translation for po/as.po
anipeter [Thu, 10 Sep 2009 10:43:25 +0000 (10:43 +0000)]
Sending translation for po/ml.po
Sharuzzaman Ahmat Raslan [Thu, 25 Sep 2008 15:33:56 +0000 (15:33 +0000)]
Add new Malay translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Miroslav Lichvar [Wed, 30 Jul 2008 13:28:35 +0000 (15:28 +0200)]
fix compiler warnings
Miroslav Lichvar [Wed, 30 Jul 2008 12:42:55 +0000 (14:42 +0200)]
0.52.10
Miroslav Lichvar [Tue, 29 Jul 2008 14:49:08 +0000 (16:49 +0200)]
constify defaultHelpLine
Miroslav Lichvar [Thu, 24 Jul 2008 11:02:21 +0000 (13:02 +0200)]
improve --noitem description (#456305)
Miroslav Lichvar [Fri, 11 Jul 2008 13:13:07 +0000 (15:13 +0200)]
add setHeight to Textbox class
Miroslav Lichvar [Fri, 11 Jul 2008 12:41:16 +0000 (14:41 +0200)]
fix fixedheight forms
Miroslav Lichvar [Fri, 11 Jul 2008 08:54:37 +0000 (10:54 +0200)]
free keymap in newtFinished()
Miroslav Lichvar [Thu, 10 Jul 2008 12:45:36 +0000 (14:45 +0200)]
fix memory leak in textbox
Miroslav Lichvar [Thu, 10 Jul 2008 12:45:04 +0000 (14:45 +0200)]
fix valgrind error in checkboxtree
Miroslav Lichvar [Wed, 9 Jul 2008 17:50:25 +0000 (19:50 +0200)]
don't crash when running empty form
Miroslav Lichvar [Wed, 9 Jul 2008 14:06:17 +0000 (16:06 +0200)]
don't crash or hang when form has no focusable elements
Miroslav Lichvar [Wed, 9 Jul 2008 13:03:02 +0000 (15:03 +0200)]
before checkboxtree drawing return first item in GetCurrent()
Miroslav Lichvar [Wed, 9 Jul 2008 12:43:06 +0000 (14:43 +0200)]
add .gitignore
Miroslav Lichvar [Tue, 8 Jul 2008 14:53:14 +0000 (16:53 +0200)]
redraw textbox in SetText()
Miroslav Lichvar [Thu, 3 Jul 2008 10:46:47 +0000 (12:46 +0200)]
add setColor description to SnackScreen docstring (Greg Swift)
Miroslav Lichvar [Fri, 27 Jun 2008 11:37:23 +0000 (13:37 +0200)]
make sure Widget isn't used directly (#452920) (Greg Swift)
Miloš Komarčević [Fri, 4 Apr 2008 08:59:09 +0000 (08:59 +0000)]
2008-04-04 Miloš Komarčević <kmilos@gmail.com> (via kmilos@fedoraproject.org)
* po/sr@latin.po: Initial commit of Serbian Latin translation
Miloš Komarčević [Fri, 4 Apr 2008 08:51:34 +0000 (08:51 +0000)]
2008-04-04 Miloš Komarčević <kmilos@gmail.com> (via kmilos@fedoraproject.org)
* po/sr.po: Initial commit of Serbian translation
Mostafa Daneshvar [Fri, 21 Mar 2008 18:38:17 +0000 (18:38 +0000)]
Merge branch 'master' of ssh://git.fedorahosted.org/git/newt
Mostafa Daneshvar [Fri, 21 Mar 2008 18:38:11 +0000 (18:38 +0000)]
2008-03-21 Mostafa Daneshvar <mostafa@daneshvar.org.uk> (via
lashar@fedoraproject.org)
* po/bal.po: Balochi Transaltion
Miroslav Lichvar [Fri, 21 Mar 2008 09:42:31 +0000 (10:42 +0100)]
0.52.9
Miroslav Lichvar [Fri, 21 Mar 2008 09:56:43 +0000 (10:56 +0100)]
fix archive dependencies in Makefile
Miroslav Lichvar [Thu, 20 Mar 2008 20:12:03 +0000 (21:12 +0100)]
use usleep in newtDelay
Miroslav Lichvar [Thu, 20 Mar 2008 19:59:19 +0000 (20:59 +0100)]
don't abort from whiptail gauge on SIGWINCH
Miroslav Lichvar [Thu, 20 Mar 2008 18:51:34 +0000 (19:51 +0100)]
redisplay also last line
Miroslav Lichvar [Thu, 20 Mar 2008 18:47:32 +0000 (19:47 +0100)]
improve SIGWINCH handling in form
Miroslav Lichvar [Thu, 20 Mar 2008 18:33:28 +0000 (19:33 +0100)]
remove SIGWINCH handler from whiptail
Miroslav Lichvar [Wed, 19 Mar 2008 18:17:22 +0000 (19:17 +0100)]
remove workarounds for old bug in SLsmg_write_nstring
Miroslav Lichvar [Wed, 19 Mar 2008 16:36:01 +0000 (17:36 +0100)]
don't use uninitialized values in newtWinMenu
Miroslav Lichvar [Wed, 19 Mar 2008 15:41:50 +0000 (16:41 +0100)]
fix newtWinEntry definition
Miroslav Lichvar [Wed, 19 Mar 2008 14:53:13 +0000 (15:53 +0100)]
don't leak memory in test examples
Richard W.M. Jones [Wed, 19 Mar 2008 13:50:36 +0000 (14:50 +0100)]
handle component destruction
Handle component destruction in a way which is more friendly to garbage
collection.