Commit Graph

86 Commits

Author SHA1 Message Date
Miroslav Lichvar
ca2a64c81b fix weekdays in spec changelog 2013-08-06 18:22:57 +02:00
Miroslav Lichvar
d82c6498ff update to 0.52.16 2013-08-06 18:22:15 +02:00
Dennis Gilmore
2af9e6f237 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 08:15:34 -05:00
Miroslav Lichvar
41b088e044 0.52.15-2 2013-04-05 16:09:17 +02:00
Miroslav Lichvar
dbf1283e33 add missing whiptail options to help and man page 2013-04-05 16:09:08 +02:00
Miroslav Lichvar
b6f744c69c 0.52.15-1 2013-03-25 15:53:18 +01:00
Miroslav Lichvar
a0ad2d9d62 update to 0.52.15 2013-03-25 15:52:12 +01:00
Miroslav Lichvar
cce8c838b7 remove obsolete macros 2013-03-25 14:55:11 +01:00
Miroslav Lichvar
378bf87885 make some dependencies arch-specific 2013-03-25 14:53:13 +01:00
Dennis Gilmore
b055b98597 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 02:15:08 -06:00
Dennis Gilmore
0ace47801d - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 23:44:15 -05:00
Dennis Gilmore
2e3cbccea0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 05:06:43 -06:00
Miroslav Lichvar
0cf9a4831c update to 0.52.14 2011-11-11 12:07:35 +01:00
Miroslav Lichvar
5dadb15d3b update to 0.52.13 2011-06-27 14:55:21 +02:00
Dennis Gilmore
aec352394b - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 18:19:32 -06:00
Miroslav Lichvar
fb292df6aa don't hang in form when stdin disappears 2010-11-10 18:22:01 +01:00
Miroslav Lichvar
e29db34920 0.52.12-1
- fix whiptail --gauge and its description in man page (#620083)
- remove space after \n in whiptail texts (#620083)
- remove NLS code from snack (#599608)
- expose more keys to python as shortcuts in dialogs (Jakob Kemi)
- release python global-thread-lock during dialog displays (Jakob Kemi)
- fix warnings in whiptcl.c and include Tcl_PkgProvide() call (Mikhail T.)
- don't NULL deref when an invalid array is specified in checkboxtree
  (Arnaldo Carvalho de Melo)
2010-08-06 14:12:20 +02:00
Fedora Release Engineering
c39a24d9d2 dist-git conversion 2010-07-29 04:22:19 +00:00
dmalcolm
b3a2fff748 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 02:37:58 +00:00
Hans de Goede
ce532e2c32 - Change python_sitearch macro to use %global as the new rpm will break
using %define here, see:
    https://www.redhat.com/archives/fedora-devel-list/2010-January/msg00093
    .html
2010-01-07 13:27:43 +00:00
Bill Nottingham
9ac988774a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:20:09 +00:00
Miroslav Lichvar
ad8cfeb506 - fix buffer overflow in textbox when reflowing (#523955, CVE-2009-2905)
- use full textbox width when reflowing and allow minimal width 1
- fix writing lines longer than width in textbox
- don't use va_list in newtvwindow more than once (#523696)
- bind \E[Z to back-tab in built-in keymap (#468046)
- terminate string after reading file in whiptail
- add newtRadioSetCurrent function (Thomas Jarosch)
- add pkgconfig support (Thomas Jarosch)
- add Malay, Malayalam, Assamese, Gujarati, Bengali India, Kannada, Telugu
    translations
- include tutorial in txt format
- include debian patches
- fix crash in textbox SetText when topLines != 0
- don't link modules with libraries already linked with libnewt
- add Asturian and Marathi translations
2009-09-24 15:08:31 +00:00
Jesse Keating
434a30cb2e - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 19:15:53 +00:00
Jesse Keating
16bf7952be - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 05:28:32 +00:00
Ignacio Vazquez-Abrams
8ff525852c Rebuild for Python 2.6 2008-11-29 16:55:43 +00:00
Miroslav Lichvar
0b7ca728ff - improve --noitem description (#456305)
- add setHeight to Textbox class
- fix fixedheight forms
- free keymap in newtFinished()
- fix memory leak in textbox
- fix valgrind error in checkboxtree
- don't crash when running empty form
- don't crash or hang when form has no focusable elements
- before checkboxtree drawing return first item in GetCurrent()
- redraw textbox in SetText()
- add setColor description to SnackScreen docstring (Greg Swift)
- make sure Widget isn't used directly (Greg Swift) (#452920)
- add Serbian translations (Miloš Komarčević)
- add Balochi translation (Mostafa Daneshvar)
2008-07-30 13:07:42 +00:00
Miroslav Lichvar
acec5fe671 - handle component destruction (patch by Richard W.M. Jones)
- fix newtWinEntry definition
- don't use uninitialized values in newtWinMenu
- remove workarounds for old bug in SLsmg_write_nstring
- improve SIGWINCH handling in form
- don't abort from whiptail gauge on SIGWINCH
- redisplay also last line
- update Polish translation
- update URL and Source tag
2008-03-21 12:25:55 +00:00
Jesse Keating
2695918b60 - Autorebuild for GCC 4.3 2008-02-19 14:07:45 +00:00
Miroslav Lichvar
84c77adfbb - enable slang utf8 mode (#425992)
- support --disable-nls option (patch by Natanael Copa)
- redraw screen when using entry in euc encodings
2008-01-23 17:09:22 +00:00
Bill Nottingham
8d92e3db12 makefile update to properly grab makefile.common 2007-10-15 19:10:54 +00:00
Miroslav Lichvar
26b67522df - fix segfault in whiptail when no entry is selected in radiolist
- buildrequire popt-devel
2007-08-27 11:53:03 +00:00
Miroslav Lichvar
60da2b6773 - rebuild 2007-08-22 13:10:07 +00:00
Miroslav Lichvar
6e0ae11a97 - add back support for list of Entries in EntryWindow prompts in snack
(#248878)
- update license tag
2007-08-08 15:18:58 +00:00
Miroslav Lichvar
d2b4bbeab9 - split python module to -python subpackage (Yanko Kaneti)
- fix summary
2007-06-25 11:44:04 +00:00
Miroslav Lichvar
2c4ddac295 - remove old patches 2007-06-15 13:15:16 +00:00
Miroslav Lichvar
10a65c5d31 - add support to snack for multiple selection and border in listbox and
cursorAtEnd in entry (patch by Shawn Starr)
- fix scrollbar positioning in listbox
- cope with backward system time jumps (#240691)
- free helplines and windows in newtFinished, check for overflow (#239992)
- add release to -devel and -static requires (#238784)
2007-06-15 13:12:56 +00:00
Miroslav Lichvar
2e382e91fd - fix cursor positioning when setting entry or checkbox flags
- fix counting of items in checkboxtree
- fix some memory leaks
2007-04-12 17:30:43 +00:00
Miroslav Lichvar
d0b83e9cea - fix entry scrolling (#234829)
- fix multibyte character handling in entry Resolves: #234829
2007-04-04 16:06:20 +00:00
Miroslav Lichvar
4fbbd2f2f0 - add newtSetColor() to allow changing individual colors
- add newtPopWindowNoRefresh() (patch by Forest Bond)
- move static library to -static subpackage, spec cleanup (#226195) (patch
    by Jason Tibbitts)
2007-03-02 13:26:50 +00:00
Miroslav Lichvar
a626abae26 - provide option to change text of buttons (#126768)
- don't add escape key to hot keys by default (#216157)
- fix cursor position in checkboxtree, radio button and checkbox
- don't force monochrome terminals to output colors
- highlight active compact button on monochrome terminals
- update translations from debian Resolves: #126768 #216157
2007-01-31 14:55:22 +00:00
Jeremy Katz
8a2e4e9994 - fix memory allocation in snack to be consistent (#212780) 2007-01-06 20:26:22 +00:00
Jeremy Katz
e11dc98c86 - rebuild for python 2.5 2006-12-07 16:03:46 +00:00
Miroslav Lichvar
827d9d07fc - fix entry corruption when reading multibyte characters and double width
character handling
- avoid overflow/crash in scale
- patches from debian
- fix crash of snack in EntryWindow when prompts is list of tuples
- put cursor at beginning of text for better accessibility in button, scale
    and textbox
- add topleft option to whiptail
2006-10-13 14:01:03 +00:00
Miroslav Lichvar
a606cbacfb upload 0.52.3 2006-09-19 14:11:17 +00:00
Miroslav Lichvar
22f8b2b0da - makefile, configure and spec cleanup
- package whiptail.1 and locale files
- fix warnings
2006-09-19 13:59:55 +00:00
Miroslav Lichvar
5844e5a422 - fix screen corruption when half of double width character is overwritten
(#137957)
- fix double width character handling in checkboxtree and listbox
2006-08-04 12:06:45 +00:00
Jesse Keating
0a91d4b813 bumped for rebuild 2006-07-12 07:27:15 +00:00
Miroslav Lichvar
3bd3301045 - unfocus when displaying help
- fix help dialog in popcorn.py (#81352)
2006-06-27 14:46:17 +00:00
Miroslav Lichvar
5bdf754ada - fix checkboxtree positioning
- make textbox with scrollbar focusable (#83203)
- turn off cursor when entry terminated form (#86074)
- handle listbox and checkboxtree focus better (#186053)
- make default colors more friendly to 8-color terminals (#187545)
2006-06-08 15:52:48 +00:00
Miroslav Lichvar
0123699759 - fix handling windows larger than screen size (#189981) 2006-05-31 13:29:43 +00:00