]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
18 years ago- make textbox with scrollbar focusable (#83203)
mlichvar [Fri, 15 Sep 2006 13:31:56 +0000 (13:31 +0000)] 
- make textbox with scrollbar focusable (#83203)
- handle listbox and checkboxtree focus better (#186053)
- unfocus when displaying help

18 years ago- fix checkboxtree positioning
mlichvar [Fri, 15 Sep 2006 13:28:29 +0000 (13:28 +0000)] 
- fix checkboxtree positioning

18 years ago- fix handling windows larger than screen size (#189981)
mlichvar [Fri, 15 Sep 2006 13:27:33 +0000 (13:27 +0000)] 
- fix handling windows larger than screen size (#189981)

18 years ago- fix a crash in checkboxtree.c where pressing pgup/pgdown
mlichvar [Fri, 15 Sep 2006 13:25:19 +0000 (13:25 +0000)] 
- fix a crash in checkboxtree.c where pressing pgup/pgdown
  on a checkboxtree with less items than its height would
  cause segmentation violation (#165347)

18 years ago- improve scrollbar appearance (#174771)
mlichvar [Fri, 15 Sep 2006 13:23:58 +0000 (13:23 +0000)] 
- improve scrollbar appearance (#174771)

18 years agosync with 0.52.2 r0-52-2
mlichvar [Fri, 25 Aug 2006 13:28:58 +0000 (13:28 +0000)] 
sync with 0.52.2

18 years agosync with 0.52.1 r0-52-1
mlichvar [Fri, 25 Aug 2006 13:22:42 +0000 (13:22 +0000)] 
sync with 0.52.1

18 years agosync with 0.52.0 r0-52-0
mlichvar [Fri, 25 Aug 2006 13:11:37 +0000 (13:11 +0000)] 
sync with 0.52.0

18 years agorevert a bit
mlichvar [Fri, 25 Aug 2006 12:15:24 +0000 (12:15 +0000)] 
revert a bit

20 years agoformat++; apidocs++; tests++;
prockai [Thu, 24 Feb 2005 12:38:22 +0000 (12:38 +0000)] 
format++; apidocs++; tests++;

20 years ago- add cvs2cl'd changelog
prockai [Wed, 23 Feb 2005 07:56:03 +0000 (07:56 +0000)] 
- add cvs2cl'd changelog
- add doxyfile in preparation of writing API documentation

20 years agoexpand(1) the source to get rid of tab/space mixed indents
prockai [Wed, 23 Feb 2005 07:54:22 +0000 (07:54 +0000)] 
expand(1) the source to get rid of tab/space mixed indents

21 years agoadded TEXTBOX to whiptail
havill [Wed, 14 Apr 2004 19:08:03 +0000 (19:08 +0000)] 
added TEXTBOX to whiptail

21 years agolistbox braille fix
havill [Thu, 8 Apr 2004 20:18:30 +0000 (20:18 +0000)] 
listbox braille fix

21 years agoexit if newt is spinning while killed patch
havill [Thu, 8 Apr 2004 18:48:14 +0000 (18:48 +0000)] 
exit if newt is spinning while killed patch

21 years agoadded --outputfd to whiptail (#117469)
havill [Wed, 7 Apr 2004 20:22:07 +0000 (20:22 +0000)] 
added --outputfd to whiptail (#117469)

21 years agoadded docs (with corrections) from #117466
havill [Wed, 7 Apr 2004 20:09:41 +0000 (20:09 +0000)] 
added docs (with corrections) from #117466

21 years agoadded --notags to whiptail (#117468)
havill [Wed, 7 Apr 2004 19:53:26 +0000 (19:53 +0000)] 
added --notags to whiptail (#117468)

21 years agomerged in and munged patches from #117464
havill [Wed, 7 Apr 2004 19:44:43 +0000 (19:44 +0000)] 
merged in and munged patches from #117464

21 years agorebuild against new slang r0-51-7-1
katzj [Sat, 6 Dec 2003 00:43:20 +0000 (00:43 +0000)] 
rebuild against new slang

21 years ago- revert changes made by autoreconf
nalin [Mon, 17 Nov 2003 21:48:10 +0000 (21:48 +0000)] 
- revert changes made by autoreconf

21 years ago- fix newtCheckboxGetValue not working correctly if newtCheckbox was created
nalin [Mon, 17 Nov 2003 21:46:49 +0000 (21:46 +0000)] 
- fix newtCheckboxGetValue not working correctly if newtCheckbox was created
  with a non-NULL result parameter (so cb->value is never changed, but we were
  returning its value here anyway)

21 years agobetter python version check r0-51-6
katzj [Thu, 6 Nov 2003 06:56:47 +0000 (06:56 +0000)] 
better python version check

21 years agopython 2.3 and I mean it\!
katzj [Thu, 6 Nov 2003 06:45:21 +0000 (06:45 +0000)] 
python 2.3 and I mean it\!

21 years agorebuild for python 2.3
katzj [Thu, 6 Nov 2003 06:41:13 +0000 (06:41 +0000)] 
rebuild for python 2.3

21 years agorebuild for cambridge
johnsonm [Tue, 19 Aug 2003 20:32:01 +0000 (20:32 +0000)] 
rebuild for cambridge

21 years agowhose idea was it to override the version anyway? r0-51-5
johnsonm [Tue, 19 Aug 2003 20:24:57 +0000 (20:24 +0000)] 
whose idea was it to override the version anyway?

21 years agofollow policy r0-51-4
johnsonm [Tue, 19 Aug 2003 20:12:50 +0000 (20:12 +0000)] 
follow policy

21 years agoincorporated listbox cursor location patch (#69903)
johnsonm [Tue, 19 Aug 2003 20:12:22 +0000 (20:12 +0000)] 
incorporated listbox cursor location patch (#69903)

22 years ago- fixed help line drawing in UTF-8 (#81718) r0-51-3
msw [Wed, 5 Feb 2003 07:11:35 +0000 (07:11 +0000)] 
- fixed help line drawing in UTF-8 (#81718)
- calculate the width of text in entries using wstrlen
- always set component width to the new label width in newtLabelSetText
- fixed snack.CListbox to work properly with UTF-8 (#81718)

22 years ago- add symlink to shared lib
laroche [Tue, 4 Feb 2003 11:09:55 +0000 (11:09 +0000)] 
- add symlink to shared lib

22 years agobumped SONAME back to sane value
havill [Mon, 6 Jan 2003 17:16:19 +0000 (17:16 +0000)] 
bumped SONAME back to sane value

22 years ago- cleaned up const qualifiers in interfaces
havill [Sat, 4 Jan 2003 19:15:25 +0000 (19:15 +0000)] 
- cleaned up const qualifiers in interfaces
- added Ctrl-L screen refresh
- fixed segfault in test.c when listbox items are selected
- accessibility: made newt useable with monochrome terms (#60931)
- leave the symbols in the libs (#60400)
- fixed grammar in tutorial (#63496)
- removed obsolete URL reference in tutorial.sgml
- error checking (curcomp exists) for formEvent, newtFormGetCurrent,
  removed fifty button limit (#59027)
- allowed the test progs showchars and showkey to be build via the makefile

22 years agoo changed version to update copyrign years and make it scannable with
havill [Fri, 3 Jan 2003 21:42:13 +0000 (21:42 +0000)] 
o changed version to update copyrign years and make it scannable with
  ident command

22 years ago- cleaned up const qualifiers in interfaces
havill [Fri, 3 Jan 2003 20:54:45 +0000 (20:54 +0000)] 
- cleaned up const qualifiers in interfaces
- leave the symbols in the libs (#60400)
- fixed grammar in tutorial (#63496)
- removed fifty button limit (#59027)
- error checking (curcomp exists) for formEvent, newtFormGetCurrent (#59027)

22 years agodon't strip the libs
havill [Fri, 3 Jan 2003 19:33:38 +0000 (19:33 +0000)] 
don't strip the libs

22 years agofixed grammar in tutorial.sgml
havill [Fri, 3 Jan 2003 19:15:15 +0000 (19:15 +0000)] 
fixed grammar in tutorial.sgml

22 years agobump version r0-51-2
msw [Wed, 18 Dec 2002 04:18:56 +0000 (04:18 +0000)] 
bump version

22 years ago* Tue Dec 17 2002 Matt Wilson <msw@redhat.com> 0.51.2-1
msw [Wed, 18 Dec 2002 04:17:53 +0000 (04:17 +0000)] 
* Tue Dec 17 2002 Matt Wilson <msw@redhat.com> 0.51.2-1
- fixed wstrlen() it was calculating wcwidth(first wide char in
  string) * strlen(str) instead of the actual width of the whole
  string
- fixed newtRedrawHelpLine() to copy all the bytes from a multibyte
  string

22 years agofix lots of newt utf-8 display errors
msw [Wed, 18 Dec 2002 04:13:31 +0000 (04:13 +0000)] 
fix lots of newt utf-8 display errors

22 years agowhen updating the help text, be sure to get all of the bytes from multibyte strings
msw [Wed, 18 Dec 2002 03:48:01 +0000 (03:48 +0000)] 
when updating the help text, be sure to get all of the bytes from multibyte strings

22 years ago0.51.1 r0-51-1
sopwith [Fri, 13 Dec 2002 17:45:39 +0000 (17:45 +0000)] 
0.51.1

22 years ago0.51.1
sopwith [Fri, 13 Dec 2002 17:40:20 +0000 (17:40 +0000)] 
0.51.1

22 years agoadd _GNU_SOURCE (for some of the wc stuff) r0-51-0
notting [Thu, 15 Aug 2002 20:18:11 +0000 (20:18 +0000)] 
add _GNU_SOURCE (for some of the wc stuff)

22 years agobump version
notting [Thu, 15 Aug 2002 20:16:34 +0000 (20:16 +0000)] 
bump version

22 years agoUTF-8 changes
notting [Thu, 15 Aug 2002 20:13:40 +0000 (20:13 +0000)] 
UTF-8 changes
- changes for computing widths of various elements
- rewrite of wrap code
  - no longer uses specific kanji handling; uses glibc mb/wc routines

23 years agofix URL (#68980)
notting [Wed, 17 Jul 2002 02:55:32 +0000 (02:55 +0000)] 
fix URL (#68980)

23 years agoChanged a test to check for 'None' the correct way r0-50-39
msf [Mon, 1 Jul 2002 18:34:32 +0000 (18:34 +0000)] 
Changed a test to check for 'None' the correct way

23 years agobump rev r0-50-37
notting [Thu, 27 Jun 2002 02:30:32 +0000 (02:30 +0000)] 
bump rev

23 years agothou shalt not hardcode linedrawing characters
notting [Thu, 27 Jun 2002 02:17:46 +0000 (02:17 +0000)] 
thou shalt not hardcode linedrawing characters

23 years agobump to 0.37; make it agree with utf-8 slang (still needs wrapping work)
notting [Tue, 25 Jun 2002 04:40:41 +0000 (04:40 +0000)] 
bump to 0.37; make it agree with utf-8 slang (still needs wrapping work)

23 years agoBump version to 0.30.36. r0-50-36
jorton [Tue, 11 Jun 2002 13:30:07 +0000 (13:30 +0000)] 
Bump version to 0.30.36.

23 years agoAdd NEWT_KEY_ESCAPE, to add support for the ESC key.
jorton [Tue, 11 Jun 2002 13:28:02 +0000 (13:28 +0000)] 
Add NEWT_KEY_ESCAPE, to add support for the ESC key.

23 years agoConditionally include alloca.h.
jorton [Tue, 11 Jun 2002 13:19:28 +0000 (13:19 +0000)] 
Conditionally include alloca.h.

23 years agoPortability fixes: conditionally include sys/select.h, include sys/types.h
jorton [Tue, 11 Jun 2002 13:15:33 +0000 (13:15 +0000)] 
Portability fixes: conditionally include sys/select.h, include sys/types.h
first.

23 years agoPortability fix: conditionally include alloca.h if using alloca().
jorton [Tue, 11 Jun 2002 13:11:11 +0000 (13:11 +0000)] 
Portability fix: conditionally include alloca.h if using alloca().

23 years ago* give description for AC_DEFINE(USE_GPM)
jorton [Tue, 11 Jun 2002 12:54:34 +0000 (12:54 +0000)] 
* give description for AC_DEFINE(USE_GPM)
* check for presence of alloca.h

23 years agoAdd a numeric percentage count to the scale widget.
jorton [Tue, 11 Jun 2002 12:52:11 +0000 (12:52 +0000)] 
Add a numeric percentage count to the scale widget.

Patch by: Mark Cox <mjc@redhat.com>

* scale.c: Add 'percentage' field to struct scale.
(newtScale): Initialize percentage field.
(newtScaleSet): Update percentage field.
(scaleDraw): Draw in the percentage count.

* newt.c: Use "white" as the default foreground colour for the
scale widget.

23 years agoFix main loop to not exit when the "Update" button is selected.
jorton [Tue, 11 Jun 2002 12:43:39 +0000 (12:43 +0000)] 
Fix main loop to not exit when the "Update" button is selected.

23 years agoAdd newtListboxItemCount() to return number of items in a listbox.
jorton [Tue, 11 Jun 2002 12:35:25 +0000 (12:35 +0000)] 
Add newtListboxItemCount() to return number of items in a listbox.

23 years agobuild for whatever versions of python are installed; also, move to r0-50-35
notting [Mon, 18 Mar 2002 17:31:59 +0000 (17:31 +0000)] 
build for whatever versions of python are installed; also, move to
site-packages

23 years agoAs part of #47655 fixes, don't build whiptcl.so by default.
sopwith [Fri, 28 Dec 2001 19:29:00 +0000 (19:29 +0000)] 
As part of #47655 fixes, don't build whiptcl.so by default.

23 years agoThe patch from bug #43370
sopwith [Fri, 28 Dec 2001 18:59:34 +0000 (18:59 +0000)] 
The patch from bug #43370

23 years agomay be alright... strncat in dietlibc borked (sorry for the slander msw)
ewt [Tue, 30 Oct 2001 01:18:29 +0000 (01:18 +0000)] 
may be alright... strncat in dietlibc borked (sorry for the slander msw)

23 years agomsw! didn't allocate enough memory
ewt [Mon, 29 Oct 2001 23:09:48 +0000 (23:09 +0000)] 
msw! didn't allocate enough memory

23 years agohow did this build?
ewt [Mon, 29 Oct 2001 23:09:31 +0000 (23:09 +0000)] 
how did this build?

23 years agofix alloca/strlen bug
notting [Mon, 8 Oct 2001 15:14:50 +0000 (15:14 +0000)] 
fix alloca/strlen bug

23 years agoFix bug #54353 (remove extraneous/erroneous semicolons).
sopwith [Thu, 4 Oct 2001 17:35:17 +0000 (17:35 +0000)] 
Fix bug #54353 (remove extraneous/erroneous semicolons).

23 years agoAdd showCursor flag for listboxes.
sopwith [Fri, 21 Sep 2001 00:38:36 +0000 (00:38 +0000)] 
Add showCursor flag for listboxes.

23 years ago0.50.34, remove traces of python2 package and build the main package for python 2.2
teg [Fri, 14 Sep 2001 22:08:09 +0000 (22:08 +0000)] 
0.50.34, remove traces of python2 package and build the main package for python 2.2

23 years ago0.50.33 r0-50-33
teg [Wed, 29 Aug 2001 23:21:01 +0000 (23:21 +0000)] 
0.50.33

23 years agofixed configure version
crutcher [Wed, 22 Aug 2001 20:19:20 +0000 (20:19 +0000)] 
fixed configure version

23 years agoreordered the width attrib of the snack CheckboxTree.__init__ call to avoid breaking... r0-50-31
crutcher [Wed, 22 Aug 2001 20:17:50 +0000 (20:17 +0000)] 
reordered the width attrib of the snack CheckboxTree.__init__ call to avoid breaking old code.

23 years agoanchorRight internal Listboxes in CListboxes
crutcher [Wed, 8 Aug 2001 21:13:08 +0000 (21:13 +0000)] 
anchorRight internal Listboxes in CListboxes

24 years agopadded hidden checkbokes r0-50-30
crutcher [Thu, 5 Jul 2001 22:42:00 +0000 (22:42 +0000)] 
padded hidden checkbokes

24 years agoadded width to CheckboxTree r0-50-29
crutcher [Thu, 5 Jul 2001 19:53:44 +0000 (19:53 +0000)] 
added width to CheckboxTree

24 years agoadded 'hide_checkbox' and 'unselectable' options to CheckboxTree r0-50-28
crutcher [Thu, 5 Jul 2001 16:30:36 +0000 (16:30 +0000)] 
added 'hide_checkbox' and 'unselectable' options to CheckboxTree

24 years agofix widget __init__ r0-50-27
katzj [Mon, 25 Jun 2001 15:50:12 +0000 (15:50 +0000)] 
fix widget __init__

24 years ago0.50.27
katzj [Mon, 25 Jun 2001 15:37:58 +0000 (15:37 +0000)] 
0.50.27

fix bug in replace method of clistbox
CListBox -> CListbox for API consistency

24 years agopychecker nit
ewt [Mon, 25 Jun 2001 13:06:36 +0000 (13:06 +0000)] 
pychecker nit

24 years agofix weird buildroot
notting [Tue, 19 Jun 2001 22:29:24 +0000 (22:29 +0000)] 
fix weird buildroot

24 years agobump version r0-50-26
katzj [Fri, 8 Jun 2001 21:48:28 +0000 (21:48 +0000)] 
bump version

24 years ago- few bugfixes to the CListBox
katzj [Fri, 8 Jun 2001 21:48:05 +0000 (21:48 +0000)] 
- few bugfixes to the CListBox

24 years agobump version to 0.50.25 r0-50-25
katzj [Fri, 8 Jun 2001 14:18:35 +0000 (14:18 +0000)] 
bump version to 0.50.25

24 years ago- added python binding for newtListboxClear() for Listbox and CListBox
katzj [Fri, 8 Jun 2001 14:15:23 +0000 (14:15 +0000)] 
- added python binding for newtListboxClear() for Listbox and CListBox
- let ButtonBars optionally be made of CompactButtons

24 years agoadded CListBox convenience class to python r0-50-24
crutcher [Wed, 6 Jun 2001 22:19:46 +0000 (22:19 +0000)] 
added CListBox convenience class to python

24 years agobump version to 0.50.23
msf [Tue, 15 May 2001 18:49:37 +0000 (18:49 +0000)] 
bump version to 0.50.23

24 years agobump version to 0.50.23
msf [Tue, 15 May 2001 18:49:37 +0000 (18:49 +0000)] 
bump version to 0.50.23

24 years agoadded compact buttons to python binding
msf [Tue, 15 May 2001 18:44:00 +0000 (18:44 +0000)] 
added compact buttons to python binding

24 years agobug fix for multiple selections (Rodrigo Luiz Beber <beber@conectiva.com.br>)
ewt [Tue, 24 Apr 2001 21:31:20 +0000 (21:31 +0000)] 
bug fix for multiple selections (Rodrigo Luiz Beber <beber@conectiva.com.br>)

24 years agoIf someone calls newtFormWatchFd multiple times with the same fd, overwrite the exist...
sopwith [Tue, 3 Apr 2001 21:53:14 +0000 (21:53 +0000)] 
If someone calls newtFormWatchFd multiple times with the same fd, overwrite the existing fdInfo record instead of appending a new one.

24 years agorevert until sure of suitability
sopwith [Tue, 3 Apr 2001 21:40:27 +0000 (21:40 +0000)] 
revert until sure of suitability

24 years agoIf someone calls newtFormWatchFd multiple times with the same fd, overwrite the exist...
sopwith [Tue, 3 Apr 2001 21:13:45 +0000 (21:13 +0000)] 
If someone calls newtFormWatchFd multiple times with the same fd, overwrite the existing fdInfo record instead of appending a new one.

24 years ago- change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent r0-50-22
msw [Tue, 3 Apr 2001 20:50:02 +0000 (20:50 +0000)] 
- change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent
  excessive flashing due to screen clears when using touch_screen (more
  Japanese handling)

24 years agodon't flicker, SLsmg_touch_screen does a clear
msw [Tue, 3 Apr 2001 19:33:10 +0000 (19:33 +0000)] 
don't flicker, SLsmg_touch_screen does a clear

24 years agofix flashing
msw [Tue, 3 Apr 2001 00:23:34 +0000 (00:23 +0000)] 
fix flashing

24 years agobug number
msw [Tue, 3 Apr 2001 00:00:46 +0000 (00:00 +0000)] 
bug number

24 years ago- redraw the screen in certain situations when LANG=ja_JP.eucJP to
msw [Mon, 2 Apr 2001 23:57:47 +0000 (23:57 +0000)] 
- redraw the screen in certain situations when LANG=ja_JP.eucJP to
  prevent corrupting kanji characters

24 years ago. Allow python scripts to watch file handles
sopwith [Mon, 2 Apr 2001 15:59:14 +0000 (15:59 +0000)] 
. Allow python scripts to watch file handles
. Fix 64-bit warnings in snackmodule
. Misc snack.py cleanups
. Add NEWT_FD_EXCEPT to allow watching for fd exceptions
. In newtExitStruct, return the first file descriptor that an event occurred on for NEWT_EXIT_FDREADY

24 years ago- don't blow the stack if we push a help line that is longer than the r0-50-21
msw [Fri, 30 Mar 2001 21:45:58 +0000 (21:45 +0000)] 
- don't blow the stack if we push a help line that is longer than the
  curret number of columns
- clip window to screen bounds so that if we get a window that is
  larger than the screen we can still redraw the windows behind it
  when we pop