]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
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

24 years agobuildrequires python-devel
msw [Mon, 26 Feb 2001 23:45:47 +0000 (23:45 +0000)] 
buildrequires python-devel

24 years agodisable building newt-python2 sub package again
than [Sun, 11 Feb 2001 15:35:17 +0000 (15:35 +0000)] 
disable building newt-python2 sub package again

24 years agodon't requier python2 r0-50-20
ewt [Thu, 1 Feb 2001 20:49:34 +0000 (20:49 +0000)] 
don't requier python2

24 years agograb the version from newt.spec
ewt [Thu, 1 Feb 2001 20:49:01 +0000 (20:49 +0000)] 
grab the version from newt.spec

24 years agoadded newtCheckboxTreeSetCurrent() and snack binding
ewt [Thu, 1 Feb 2001 20:46:44 +0000 (20:46 +0000)] 
added newtCheckboxTreeSetCurrent() and snack binding

24 years agorev r0-50-19
msw [Tue, 23 Jan 2001 06:32:46 +0000 (06:32 +0000)] 
rev

24 years agorev
msw [Tue, 23 Jan 2001 06:31:48 +0000 (06:31 +0000)] 
rev

24 years agorevert for now
msw [Tue, 23 Jan 2001 06:27:38 +0000 (06:27 +0000)] 
revert for now

24 years agorev
msw [Mon, 22 Jan 2001 20:30:07 +0000 (20:30 +0000)] 
rev

24 years agorev
msw [Mon, 22 Jan 2001 20:30:07 +0000 (20:30 +0000)] 
rev

24 years agoclean up asian patches
msw [Mon, 22 Jan 2001 20:29:28 +0000 (20:29 +0000)] 
clean up asian patches

24 years ago* Added i18n code.
tagoh [Mon, 22 Jan 2001 20:17:48 +0000 (20:17 +0000)] 
* Added i18n code.

24 years ago* don't build new-python2
than [Mon, 22 Jan 2001 17:36:03 +0000 (17:36 +0000)] 
* don't build new-python2

24 years agobump version
teg [Fri, 15 Dec 2000 21:51:50 +0000 (21:51 +0000)] 
bump version

24 years agoAdd python2 subpackage. Fixes for python2
teg [Fri, 15 Dec 2000 21:47:46 +0000 (21:47 +0000)] 
Add python2 subpackage. Fixes for python2

24 years agoDo append((a,b)) instead of append(a,b) - the tuple is no longer implicitly created...
teg [Fri, 15 Dec 2000 21:33:55 +0000 (21:33 +0000)] 
Do append((a,b)) instead of append(a,b) - the tuple is no longer implicitly created in python 2.

24 years agonix
laroche [Tue, 12 Sep 2000 14:13:15 +0000 (14:13 +0000)] 
nix

24 years agoInclude popcorn and peanuts r0-50-18
teg [Fri, 8 Sep 2000 23:03:09 +0000 (23:03 +0000)] 
Include popcorn and peanuts

24 years ago0.50.18
teg [Fri, 8 Sep 2000 19:30:23 +0000 (19:30 +0000)] 
0.50.18

24 years ago0.50.18
teg [Fri, 8 Sep 2000 19:25:55 +0000 (19:25 +0000)] 
0.50.18

24 years ago0.50.18
teg [Fri, 8 Sep 2000 19:18:50 +0000 (19:18 +0000)] 
0.50.18

24 years agoByte-compile snack.py r0-50-17
teg [Fri, 8 Sep 2000 19:14:51 +0000 (19:14 +0000)] 
Byte-compile snack.py

24 years agoremoved newtResize, which doesn't work anyway
ewt [Fri, 8 Sep 2000 02:16:00 +0000 (02:16 +0000)] 
removed newtResize, which doesn't work anyway

24 years ago0.50.17
ewt [Tue, 22 Aug 2000 17:25:51 +0000 (17:25 +0000)] 
0.50.17

24 years agofixed cursor handling on suspend
ewt [Tue, 22 Aug 2000 17:24:55 +0000 (17:24 +0000)] 
fixed cursor handling on suspend

24 years agofix. r0-50-8
pbrown [Sat, 19 Aug 2000 15:30:54 +0000 (15:30 +0000)] 
fix.

24 years agofixed version
ewt [Wed, 16 Aug 2000 17:20:51 +0000 (17:20 +0000)] 
fixed version

24 years agoverison 0.50.16 r0-50-15
ewt [Wed, 16 Aug 2000 17:19:07 +0000 (17:19 +0000)] 
verison 0.50.16

25 years agorev
msw [Thu, 3 Aug 2000 23:17:01 +0000 (23:17 +0000)] 
rev

25 years agoadd setvalue method for checkboxes
msw [Thu, 3 Aug 2000 23:16:31 +0000 (23:16 +0000)] 
add setvalue method for checkboxes

25 years agobump version - added NEWT_FLAG_PASSWORD flag to put asterix in entry when typing
msf [Wed, 5 Jul 2000 20:46:11 +0000 (20:46 +0000)] 
bump version - added NEWT_FLAG_PASSWORD flag to put asterix in entry when typing

25 years agobump version - added NEWT_FLAG_PASSWORD flag to put asterix in entry when typing r0-50-14
msf [Wed, 5 Jul 2000 20:45:19 +0000 (20:45 +0000)] 
bump version - added NEWT_FLAG_PASSWORD flag to put asterix in entry when typing

25 years agoupdated r0-50-13
msw [Fri, 16 Jun 2000 04:05:30 +0000 (04:05 +0000)] 
updated

25 years agoupdated spec r0-50-12
msw [Fri, 16 Jun 2000 04:04:40 +0000 (04:04 +0000)] 
updated spec

25 years agonew version
msf [Fri, 26 May 2000 20:51:17 +0000 (20:51 +0000)] 
new version

25 years ago0.50.12
ewt [Fri, 26 May 2000 19:25:35 +0000 (19:25 +0000)] 
0.50.12

25 years agofix spelling problems in the tutorial
nalin [Fri, 26 May 2000 19:04:52 +0000 (19:04 +0000)] 
fix spelling problems in the tutorial

25 years agoadded cursor on/off stuff
ewt [Tue, 16 May 2000 16:54:02 +0000 (16:54 +0000)] 
added cursor on/off stuff

25 years ago*** empty log message ***
ewt [Tue, 16 May 2000 16:53:56 +0000 (16:53 +0000)] 
*** empty log message ***

25 years agoAdd space bar as a hotkey r0-50-11
msf [Thu, 4 May 2000 22:27:51 +0000 (22:27 +0000)] 
Add space bar as a hotkey

25 years agoturned off gpm r0-50-10
ewt [Tue, 2 May 2000 15:19:50 +0000 (15:19 +0000)] 
turned off gpm

25 years agoadded help support and testing
ewt [Tue, 2 May 2000 13:27:33 +0000 (13:27 +0000)] 
added help support and testing

25 years ago1) added help support
ewt [Fri, 28 Apr 2000 15:35:55 +0000 (15:35 +0000)] 
1) added help support
2) version 0.50.10

25 years agoRelease 0.50.9 r0-50-9
jakub [Fri, 28 Apr 2000 14:27:40 +0000 (14:27 +0000)] 
Release 0.50.9

25 years agoadded newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
jakub [Mon, 20 Mar 2000 09:36:16 +0000 (09:36 +0000)] 
added newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
  and newtCheckboxTreeSetEntryValue()
checkboxtree callbacks
if collapsing branches at the end of the list and list length
  is larger then height, move first visible entry accordingly
allow selection of all checkboxes on current branch
snack bindings for the above

25 years agospec up
msw [Mon, 13 Mar 2000 06:50:41 +0000 (06:50 +0000)] 
spec up