]>
git.ipfire.org Git - thirdparty/newt.git/log
notting [Wed, 17 Jul 2002 02:55:32 +0000 (02:55 +0000)]
fix URL (#68980)
msf [Mon, 1 Jul 2002 18:34:32 +0000 (18:34 +0000)]
Changed a test to check for 'None' the correct way
notting [Thu, 27 Jun 2002 02:30:32 +0000 (02:30 +0000)]
bump rev
notting [Thu, 27 Jun 2002 02:17:46 +0000 (02:17 +0000)]
thou shalt not hardcode linedrawing characters
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)
jorton [Tue, 11 Jun 2002 13:30:07 +0000 (13:30 +0000)]
Bump version to 0.30.36.
jorton [Tue, 11 Jun 2002 13:28:02 +0000 (13:28 +0000)]
Add NEWT_KEY_ESCAPE, to add support for the ESC key.
jorton [Tue, 11 Jun 2002 13:19:28 +0000 (13:19 +0000)]
Conditionally include alloca.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.
jorton [Tue, 11 Jun 2002 13:11:11 +0000 (13:11 +0000)]
Portability fix: conditionally include alloca.h if using alloca().
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
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.
jorton [Tue, 11 Jun 2002 12:43:39 +0000 (12:43 +0000)]
Fix main loop to not exit when the "Update" button is selected.
jorton [Tue, 11 Jun 2002 12:35:25 +0000 (12:35 +0000)]
Add newtListboxItemCount() to return number of items in a listbox.
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
sopwith [Fri, 28 Dec 2001 19:29:00 +0000 (19:29 +0000)]
As part of #47655 fixes, don't build whiptcl.so by default.
sopwith [Fri, 28 Dec 2001 18:59:34 +0000 (18:59 +0000)]
The patch from bug #43370
ewt [Tue, 30 Oct 2001 01:18:29 +0000 (01:18 +0000)]
may be alright... strncat in dietlibc borked (sorry for the slander msw)
ewt [Mon, 29 Oct 2001 23:09:48 +0000 (23:09 +0000)]
msw! didn't allocate enough memory
ewt [Mon, 29 Oct 2001 23:09:31 +0000 (23:09 +0000)]
how did this build?
notting [Mon, 8 Oct 2001 15:14:50 +0000 (15:14 +0000)]
fix alloca/strlen bug
sopwith [Thu, 4 Oct 2001 17:35:17 +0000 (17:35 +0000)]
Fix bug #54353 (remove extraneous/erroneous semicolons).
sopwith [Fri, 21 Sep 2001 00:38:36 +0000 (00:38 +0000)]
Add showCursor flag for listboxes.
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
teg [Wed, 29 Aug 2001 23:21:01 +0000 (23:21 +0000)]
0.50.33
crutcher [Wed, 22 Aug 2001 20:19:20 +0000 (20:19 +0000)]
fixed configure version
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.
crutcher [Wed, 8 Aug 2001 21:13:08 +0000 (21:13 +0000)]
anchorRight internal Listboxes in CListboxes
crutcher [Thu, 5 Jul 2001 22:42:00 +0000 (22:42 +0000)]
padded hidden checkbokes
crutcher [Thu, 5 Jul 2001 19:53:44 +0000 (19:53 +0000)]
added width to CheckboxTree
crutcher [Thu, 5 Jul 2001 16:30:36 +0000 (16:30 +0000)]
added 'hide_checkbox' and 'unselectable' options to CheckboxTree
katzj [Mon, 25 Jun 2001 15:50:12 +0000 (15:50 +0000)]
fix widget __init__
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
ewt [Mon, 25 Jun 2001 13:06:36 +0000 (13:06 +0000)]
pychecker nit
notting [Tue, 19 Jun 2001 22:29:24 +0000 (22:29 +0000)]
fix weird buildroot
katzj [Fri, 8 Jun 2001 21:48:28 +0000 (21:48 +0000)]
bump version
katzj [Fri, 8 Jun 2001 21:48:05 +0000 (21:48 +0000)]
- few bugfixes to the CListBox
katzj [Fri, 8 Jun 2001 14:18:35 +0000 (14:18 +0000)]
bump version to 0.50.25
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
crutcher [Wed, 6 Jun 2001 22:19:46 +0000 (22:19 +0000)]
added CListBox convenience class to python
msf [Tue, 15 May 2001 18:49:37 +0000 (18:49 +0000)]
bump version to 0.50.23
msf [Tue, 15 May 2001 18:49:37 +0000 (18:49 +0000)]
bump version to 0.50.23
msf [Tue, 15 May 2001 18:44:00 +0000 (18:44 +0000)]
added compact buttons to python binding
ewt [Tue, 24 Apr 2001 21:31:20 +0000 (21:31 +0000)]
bug fix for multiple selections (Rodrigo Luiz Beber <beber@conectiva.com.br>)
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.
sopwith [Tue, 3 Apr 2001 21:40:27 +0000 (21:40 +0000)]
revert until sure of suitability
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.
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)
msw [Tue, 3 Apr 2001 19:33:10 +0000 (19:33 +0000)]
don't flicker, SLsmg_touch_screen does a clear
msw [Tue, 3 Apr 2001 00:23:34 +0000 (00:23 +0000)]
fix flashing
msw [Tue, 3 Apr 2001 00:00:46 +0000 (00:00 +0000)]
bug number
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
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
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
msw [Mon, 26 Feb 2001 23:45:47 +0000 (23:45 +0000)]
buildrequires python-devel
than [Sun, 11 Feb 2001 15:35:17 +0000 (15:35 +0000)]
disable building newt-python2 sub package again
ewt [Thu, 1 Feb 2001 20:49:34 +0000 (20:49 +0000)]
don't requier python2
ewt [Thu, 1 Feb 2001 20:49:01 +0000 (20:49 +0000)]
grab the version from newt.spec
ewt [Thu, 1 Feb 2001 20:46:44 +0000 (20:46 +0000)]
added newtCheckboxTreeSetCurrent() and snack binding
msw [Tue, 23 Jan 2001 06:32:46 +0000 (06:32 +0000)]
rev
msw [Tue, 23 Jan 2001 06:31:48 +0000 (06:31 +0000)]
rev
msw [Tue, 23 Jan 2001 06:27:38 +0000 (06:27 +0000)]
revert for now
msw [Mon, 22 Jan 2001 20:30:07 +0000 (20:30 +0000)]
rev
msw [Mon, 22 Jan 2001 20:30:07 +0000 (20:30 +0000)]
rev
msw [Mon, 22 Jan 2001 20:29:28 +0000 (20:29 +0000)]
clean up asian patches
tagoh [Mon, 22 Jan 2001 20:17:48 +0000 (20:17 +0000)]
* Added i18n code.
than [Mon, 22 Jan 2001 17:36:03 +0000 (17:36 +0000)]
* don't build new-python2
teg [Fri, 15 Dec 2000 21:51:50 +0000 (21:51 +0000)]
bump version
teg [Fri, 15 Dec 2000 21:47:46 +0000 (21:47 +0000)]
Add python2 subpackage. Fixes for python2
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.
laroche [Tue, 12 Sep 2000 14:13:15 +0000 (14:13 +0000)]
nix
teg [Fri, 8 Sep 2000 23:03:09 +0000 (23:03 +0000)]
Include popcorn and peanuts
teg [Fri, 8 Sep 2000 19:30:23 +0000 (19:30 +0000)]
0.50.18
teg [Fri, 8 Sep 2000 19:25:55 +0000 (19:25 +0000)]
0.50.18
teg [Fri, 8 Sep 2000 19:18:50 +0000 (19:18 +0000)]
0.50.18
teg [Fri, 8 Sep 2000 19:14:51 +0000 (19:14 +0000)]
Byte-compile snack.py
ewt [Fri, 8 Sep 2000 02:16:00 +0000 (02:16 +0000)]
removed newtResize, which doesn't work anyway
ewt [Tue, 22 Aug 2000 17:25:51 +0000 (17:25 +0000)]
0.50.17
ewt [Tue, 22 Aug 2000 17:24:55 +0000 (17:24 +0000)]
fixed cursor handling on suspend
pbrown [Sat, 19 Aug 2000 15:30:54 +0000 (15:30 +0000)]
fix.
ewt [Wed, 16 Aug 2000 17:20:51 +0000 (17:20 +0000)]
fixed version
ewt [Wed, 16 Aug 2000 17:19:07 +0000 (17:19 +0000)]
verison 0.50.16
msw [Thu, 3 Aug 2000 23:17:01 +0000 (23:17 +0000)]
rev
msw [Thu, 3 Aug 2000 23:16:31 +0000 (23:16 +0000)]
add setvalue method for checkboxes
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
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
msw [Fri, 16 Jun 2000 04:05:30 +0000 (04:05 +0000)]
updated
msw [Fri, 16 Jun 2000 04:04:40 +0000 (04:04 +0000)]
updated spec
msf [Fri, 26 May 2000 20:51:17 +0000 (20:51 +0000)]
new version
ewt [Fri, 26 May 2000 19:25:35 +0000 (19:25 +0000)]
0.50.12
nalin [Fri, 26 May 2000 19:04:52 +0000 (19:04 +0000)]
fix spelling problems in the tutorial
ewt [Tue, 16 May 2000 16:54:02 +0000 (16:54 +0000)]
added cursor on/off stuff
ewt [Tue, 16 May 2000 16:53:56 +0000 (16:53 +0000)]
*** empty log message ***
msf [Thu, 4 May 2000 22:27:51 +0000 (22:27 +0000)]
Add space bar as a hotkey
ewt [Tue, 2 May 2000 15:19:50 +0000 (15:19 +0000)]
turned off gpm
ewt [Tue, 2 May 2000 13:27:33 +0000 (13:27 +0000)]
added help support and testing
ewt [Fri, 28 Apr 2000 15:35:55 +0000 (15:35 +0000)]
1) added help support
2) version 0.50.10
jakub [Fri, 28 Apr 2000 14:27:40 +0000 (14:27 +0000)]
Release 0.50.9
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
msw [Mon, 13 Mar 2000 06:50:41 +0000 (06:50 +0000)]
spec up