]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
26 years agoadded newtReflowText()
ewt [Fri, 12 Sep 1997 15:49:47 +0000 (15:49 +0000)] 
added newtReflowText()

26 years agoshould handle empty fields now
ewt [Fri, 12 Sep 1997 15:49:37 +0000 (15:49 +0000)] 
should handle empty fields now

26 years agoadded newtCenteredWindow() and newtGridWrappedWindow()
ewt [Fri, 12 Sep 1997 02:19:53 +0000 (02:19 +0000)] 
added newtCenteredWindow() and newtGridWrappedWindow()

26 years agobasic grid implementation fully functional
ewt [Fri, 12 Sep 1997 02:10:22 +0000 (02:10 +0000)] 
basic grid implementation fully functional

26 years agomodified for padding/anchor parameters
ewt [Fri, 12 Sep 1997 01:30:52 +0000 (01:30 +0000)] 
modified for padding/anchor parameters

26 years ago1) added padding and anchors for grids
ewt [Thu, 11 Sep 1997 18:53:06 +0000 (18:53 +0000)] 
1) added padding and anchors for grids
2) added newtComponentTakesFocus()

26 years agoAdded padding and anchors
ewt [Thu, 11 Sep 1997 18:52:48 +0000 (18:52 +0000)] 
Added padding and anchors

26 years agoadded newtComponentTakesFocus()
ewt [Thu, 11 Sep 1997 18:52:36 +0000 (18:52 +0000)] 
added newtComponentTakesFocus()

26 years ago*** empty log message ***
ewt [Thu, 11 Sep 1997 18:17:49 +0000 (18:17 +0000)] 
*** empty log message ***

26 years ago1) added "place" operation
ewt [Thu, 11 Sep 1997 03:22:22 +0000 (03:22 +0000)] 
1) added "place" operation
2) first pass at grid auto-placement implementation

26 years agoVarious 'const' casting mods from Bruce Guenter <bruceg@qcc.sk.ca>
sopwith [Mon, 8 Sep 1997 20:00:11 +0000 (20:00 +0000)] 
Various 'const' casting mods from Bruce Guenter <bruceg@qcc.sk.ca>

26 years agoVersion 0.10
ewt [Wed, 27 Aug 1997 16:22:14 +0000 (16:22 +0000)] 
Version 0.10

26 years agoremoved extraneous screen drawing
ewt [Thu, 21 Aug 1997 20:43:33 +0000 (20:43 +0000)] 
removed extraneous screen drawing

26 years ago"comparison between signed and unsigned" warnings fixed
sopwith [Tue, 19 Aug 1997 02:53:35 +0000 (02:53 +0000)] 
"comparison between signed and unsigned" warnings fixed

26 years agoFixed getselection on listbox
sopwith [Tue, 19 Aug 1997 02:44:04 +0000 (02:44 +0000)] 
Fixed getselection on listbox

26 years agosplit whiptail dialog stuff out; added whiptcl
ewt [Mon, 18 Aug 1997 21:12:01 +0000 (21:12 +0000)] 
split whiptail dialog stuff out; added whiptcl

26 years agoMore misc listbox changes.
sopwith [Mon, 18 Aug 1997 20:16:36 +0000 (20:16 +0000)] 
More misc listbox changes.

26 years agoListbox changes, newtBell()
sopwith [Fri, 15 Aug 1997 04:36:26 +0000 (04:36 +0000)] 
Listbox changes, newtBell()

26 years agoHmm, maybe this will work...?
sopwith [Fri, 15 Aug 1997 02:27:11 +0000 (02:27 +0000)] 
Hmm, maybe this will work...?

26 years agoFixed Makefile so that shared library gets remade only if files change
sopwith [Wed, 30 Jul 1997 15:27:08 +0000 (15:27 +0000)] 
Fixed Makefile so that shared library gets remade only if files change
(before, was getting remade all the time because of the shared/ directory)

Undid listbox's newtListboxAddEntry buboo that I added,
newtListboxInsert() doesn't work right if only one item in list.

26 years agoAdded newtListboxClear - it seems to be done frequently via
sopwith [Wed, 30 Jul 1997 05:17:28 +0000 (05:17 +0000)] 
Added newtListboxClear - it seems to be done frequently via
newtListboxDeleteEntry from apps.

26 years agoListbox has multiple selection support now (demo included in test.c).
sopwith [Tue, 22 Jul 1997 19:14:27 +0000 (19:14 +0000)] 
Listbox has multiple selection support now (demo included in test.c).

26 years agoFew more changes.
sopwith [Tue, 22 Jul 1997 18:22:18 +0000 (18:22 +0000)] 
Few more changes.

26 years agoRedraw fixes.
sopwith [Tue, 22 Jul 1997 17:21:22 +0000 (17:21 +0000)] 
Redraw fixes.
Tiny listbox nav update.

26 years agoSaner(?) listbox navigation.
sopwith [Tue, 22 Jul 1997 16:55:40 +0000 (16:55 +0000)] 
Saner(?) listbox navigation.

26 years agoListbox now runs the user's callback whenever the current item in the
sopwith [Tue, 22 Jul 1997 15:59:54 +0000 (15:59 +0000)] 
Listbox now runs the user's callback whenever the current item in the
listbox changes.

26 years agouse %post -p syntax
ewt [Tue, 8 Jul 1997 17:55:52 +0000 (17:55 +0000)] 
use %post -p syntax

27 years agoAdded patches from Clarence for constant sized listboxes, changed vesrion v0-9
ewt [Mon, 2 Jun 1997 16:27:33 +0000 (16:27 +0000)] 
Added patches from Clarence for constant sized listboxes, changed vesrion
numbers to 0.9

27 years agoChanged version to 0.9
ewt [Mon, 2 Jun 1997 16:23:47 +0000 (16:23 +0000)] 
Changed version to 0.9

27 years agoVarious cleanups from Elliot
ewt [Mon, 2 Jun 1997 16:21:13 +0000 (16:21 +0000)] 
Various cleanups from Elliot

27 years agoclean should remove testobjs
ewt [Mon, 14 Apr 1997 15:53:55 +0000 (15:53 +0000)] 
clean should remove testobjs

27 years agoadded NEWT_FLAG_DOBORDER from msf
ewt [Mon, 14 Apr 1997 15:43:24 +0000 (15:43 +0000)] 
added NEWT_FLAG_DOBORDER from msf

27 years agoadded FLAG_DEFAULT_NO
ewt [Mon, 14 Apr 1997 15:38:48 +0000 (15:38 +0000)] 
added FLAG_DEFAULT_NO

27 years ago1) get right version of the shared lib
ewt [Tue, 18 Mar 1997 15:31:47 +0000 (15:31 +0000)] 
1) get right version of the shared lib
2) added whiptail

27 years agoclean target should remove whiptail objects
ewt [Tue, 18 Mar 1997 15:31:35 +0000 (15:31 +0000)] 
clean target should remove whiptail objects

27 years agoInitial revision
ewt [Tue, 18 Mar 1997 15:09:00 +0000 (15:09 +0000)] 
Initial revision

27 years agoadded newtTextboxSetHeight() and newtTextboxGetNumLines()
ewt [Tue, 18 Mar 1997 15:08:45 +0000 (15:08 +0000)] 
added newtTextboxSetHeight() and newtTextboxGetNumLines()

27 years agoadded colors for compact buttons
ewt [Tue, 18 Mar 1997 15:08:33 +0000 (15:08 +0000)] 
added colors for compact buttons

27 years agoadded newtCompactButton(), newtTextboxSetHeight(), newtTextboxGetNumLines()
ewt [Tue, 18 Mar 1997 15:08:03 +0000 (15:08 +0000)] 
added newtCompactButton(), newtTextboxSetHeight(), newtTextboxGetNumLines()
      NEWT_FLAG_NOSCROLL

27 years agoadded NEWT_FLAG_NOSCROLL support
ewt [Tue, 18 Mar 1997 15:07:55 +0000 (15:07 +0000)] 
added NEWT_FLAG_NOSCROLL support

27 years agoadded compact buttons
ewt [Tue, 18 Mar 1997 15:07:47 +0000 (15:07 +0000)] 
added compact buttons

27 years agoadded rules for whiptail
ewt [Tue, 18 Mar 1997 15:07:37 +0000 (15:07 +0000)] 
added rules for whiptail

27 years agoadded NEWT_FLAG_RETURNEXIT support
ewt [Mon, 17 Mar 1997 17:07:21 +0000 (17:07 +0000)] 
added NEWT_FLAG_RETURNEXIT support

27 years agodeals with 0 height (automatically resizing) listboxes better
ewt [Mon, 17 Mar 1997 17:07:01 +0000 (17:07 +0000)] 
deals with 0 height (automatically resizing) listboxes better

27 years agonamespace cleanups
ewt [Mon, 17 Mar 1997 17:06:45 +0000 (17:06 +0000)] 
namespace cleanups

27 years agoflush input when drawing a new window
ewt [Mon, 17 Mar 1997 16:55:44 +0000 (16:55 +0000)] 
flush input when drawing a new window

27 years agoremove showchars in archive target
ewt [Mon, 17 Mar 1997 16:55:29 +0000 (16:55 +0000)] 
remove showchars in archive target

27 years agoInitial revision
ewt [Tue, 25 Feb 1997 23:16:19 +0000 (23:16 +0000)] 
Initial revision

27 years agoC++ cleanups from sopwith
ewt [Tue, 25 Feb 1997 23:11:57 +0000 (23:11 +0000)] 
C++ cleanups from sopwith

27 years agomisc fixes from sopwith
ewt [Tue, 25 Feb 1997 23:11:43 +0000 (23:11 +0000)] 
misc fixes from sopwith

27 years agochanges for sopwith's revised listbox
ewt [Mon, 17 Feb 1997 17:02:20 +0000 (17:02 +0000)] 
changes for sopwith's revised listbox

27 years agomore sopwith fixes
ewt [Mon, 17 Feb 1997 17:01:59 +0000 (17:01 +0000)] 
more sopwith fixes

27 years agocleanups from sopwith
ewt [Mon, 17 Feb 1997 16:59:10 +0000 (16:59 +0000)] 
cleanups from sopwith

27 years agochanges to install rules from sopwith
ewt [Mon, 17 Feb 1997 16:58:58 +0000 (16:58 +0000)] 
changes to install rules from sopwith

27 years agoincorporated rewrite from Elliot Lee
ewt [Wed, 29 Jan 1997 21:02:37 +0000 (21:02 +0000)] 
incorporated rewrite from Elliot Lee

27 years ago1) added newtListboxDeleteEntry()
ewt [Wed, 29 Jan 1997 21:02:27 +0000 (21:02 +0000)] 
1) added newtListboxDeleteEntry()
2) changed newtListboxAddEntry() to return int

27 years agochanged to version 0.8
ewt [Wed, 29 Jan 1997 21:02:17 +0000 (21:02 +0000)] 
changed to version 0.8

27 years agofixed silly license typo
ewt [Thu, 2 Jan 1997 02:47:21 +0000 (02:47 +0000)] 
fixed silly license typo

27 years agoadded suspend callback
ewt [Fri, 13 Dec 1996 17:07:45 +0000 (17:07 +0000)] 
added suspend callback

27 years agochanges for new version of slang (speeds up window drawing)
ewt [Fri, 6 Dec 1996 20:21:12 +0000 (20:21 +0000)] 
changes for new version of slang (speeds up window drawing)

27 years agoadded test of NEWT_ENTRY_DISABLED
ewt [Wed, 4 Dec 1996 19:17:43 +0000 (19:17 +0000)] 
added test of NEWT_ENTRY_DISABLED

27 years agoadded newtSetFlags(), newtGetrc()
ewt [Wed, 4 Dec 1996 19:17:26 +0000 (19:17 +0000)] 
added newtSetFlags(), newtGetrc()

27 years agoadded newtEntrySetFlags(), NEWT_ENTRY_DISABLED
ewt [Wed, 4 Dec 1996 19:16:43 +0000 (19:16 +0000)] 
added newtEntrySetFlags(), NEWT_ENTRY_DISABLED

27 years agochanged to version 0.7
ewt [Wed, 4 Dec 1996 19:16:35 +0000 (19:16 +0000)] 
changed to version 0.7

27 years agoclean up old shared libs
ewt [Sat, 21 Sep 1996 17:30:24 +0000 (17:30 +0000)] 
clean up old shared libs

27 years agochanged version to 0.6
ewt [Thu, 5 Sep 1996 19:13:48 +0000 (19:13 +0000)] 
changed version to 0.6

27 years agodon't update scale unless aboslutely necessary
ewt [Wed, 4 Sep 1996 17:46:43 +0000 (17:46 +0000)] 
don't update scale unless aboslutely necessary

27 years agochanged bg color for scrollbar
ewt [Wed, 4 Sep 1996 17:46:32 +0000 (17:46 +0000)] 
changed bg color for scrollbar

27 years agoInitial revision
ewt [Wed, 4 Sep 1996 16:27:01 +0000 (16:27 +0000)] 
Initial revision

27 years agoadded:
ewt [Tue, 3 Sep 1996 01:38:19 +0000 (01:38 +0000)] 
added:
void newtSuspend(void);
void newtResume(void);
newtComponent newtScale(_
void newtScaleSet()

27 years ago1) changed to version 0.5
ewt [Tue, 3 Sep 1996 01:38:07 +0000 (01:38 +0000)] 
1) changed to version 0.5
2) added scale.o

27 years agoadded a scale
ewt [Tue, 3 Sep 1996 01:37:59 +0000 (01:37 +0000)] 
added a scale

27 years agoadded newtRedrawHelpLine()
ewt [Wed, 21 Aug 1996 15:19:24 +0000 (15:19 +0000)] 
added newtRedrawHelpLine()

27 years agosupports negative rows/columns for background text
ewt [Wed, 21 Aug 1996 15:19:06 +0000 (15:19 +0000)] 
supports negative rows/columns for background text

27 years ago*** empty log message ***
ewt [Wed, 21 Aug 1996 15:18:59 +0000 (15:18 +0000)] 
*** empty log message ***

27 years agochanged to version 0.4
ewt [Mon, 12 Aug 1996 20:08:58 +0000 (20:08 +0000)] 
changed to version 0.4

27 years agoadded COLORSET macros which are the same as NEWT_COLORSET ones for
ewt [Mon, 12 Aug 1996 20:05:54 +0000 (20:05 +0000)] 
added COLORSET macros which are the same as NEWT_COLORSET ones for
backwards compatibility

27 years ago1) added root text drawing
ewt [Mon, 12 Aug 1996 20:05:23 +0000 (20:05 +0000)] 
1) added root text drawing
2) added help line stack
3) changed colorset define's to be NEWT_

27 years ago1) added root text drawing
ewt [Mon, 12 Aug 1996 20:04:56 +0000 (20:04 +0000)] 
1) added root text drawing
2) added help line stack
2) changed colorset define's to be NEWT_

27 years ago1) added root text
ewt [Mon, 12 Aug 1996 20:04:40 +0000 (20:04 +0000)] 
1) added root text
2) added help line
3) changed colorset define

27 years agoadded newtFormSetWidth()
ewt [Wed, 7 Aug 1996 20:16:27 +0000 (20:16 +0000)] 
added newtFormSetWidth()

27 years agoadded newtFormSetBackground()
ewt [Wed, 7 Aug 1996 19:52:25 +0000 (19:52 +0000)] 
added newtFormSetBackground()

27 years agomoved COLORSET_* defines to newt.h from newt_pr.h
ewt [Wed, 7 Aug 1996 19:51:50 +0000 (19:51 +0000)] 
moved COLORSET_* defines to newt.h from newt_pr.h
added newtFormSetBackground()

27 years agomoved COLORSET_* defines to newt.h from newt_pr.h
ewt [Wed, 7 Aug 1996 19:51:50 +0000 (19:51 +0000)] 
moved COLORSET_* defines to newt.h from newt_pr.h

27 years ago*** empty log message ***
ewt [Wed, 7 Aug 1996 19:51:32 +0000 (19:51 +0000)] 
*** empty log message ***

27 years agochanged colors to get rid of blinking
ewt [Wed, 7 Aug 1996 18:54:25 +0000 (18:54 +0000)] 
changed colors to get rid of blinking

27 years agoadded maps for Linux F1-F5
ewt [Wed, 7 Aug 1996 18:48:55 +0000 (18:48 +0000)] 
added maps for Linux F1-F5
added logic for getting proper window size

27 years agoadded newtFormRun(), function keys, component callbacks
ewt [Tue, 6 Aug 1996 20:25:33 +0000 (20:25 +0000)] 
added newtFormRun(), function keys, component callbacks

27 years agoadded component callbacks
ewt [Tue, 6 Aug 1996 20:24:35 +0000 (20:24 +0000)] 
added component callbacks

27 years agoadded newtLabelSetText()
ewt [Tue, 6 Aug 1996 20:24:27 +0000 (20:24 +0000)] 
added newtLabelSetText()

27 years agoremoved newtEntryAddCallback(), changed callback logic to use component
ewt [Tue, 6 Aug 1996 20:24:09 +0000 (20:24 +0000)] 
removed newtEntryAddCallback(), changed callback logic to use component
callbacks

27 years agoadded newtComponentAddCallback(), newtFormRun()
ewt [Tue, 6 Aug 1996 20:23:38 +0000 (20:23 +0000)] 
added newtComponentAddCallback(), newtFormRun()

27 years agoadded support for callback
ewt [Tue, 6 Aug 1996 20:23:11 +0000 (20:23 +0000)] 
added support for callback

27 years agochanged VERSION to 0.3, fixed soname stuff
ewt [Tue, 6 Aug 1996 20:23:00 +0000 (20:23 +0000)] 
changed VERSION to 0.3, fixed soname stuff

27 years agoadded support for F12 exiting
ewt [Fri, 2 Aug 1996 18:47:37 +0000 (18:47 +0000)] 
added support for F12 exiting

27 years agomods to use new newtForm() call
ewt [Fri, 2 Aug 1996 18:45:23 +0000 (18:45 +0000)] 
mods to use new newtForm() call

27 years ago1) added NEWT_KEY_F1, NEWT_KEY_F12
ewt [Fri, 2 Aug 1996 18:44:58 +0000 (18:44 +0000)] 
1) added NEWT_KEY_F1, NEWT_KEY_F12
2) doesn't coredump when escape sequences come in quickly

27 years agoadded NEWT_FORM_NOF12, NEWT_KEY_F1, NEWT_KEY_F12, new newtForm() prototype
ewt [Fri, 2 Aug 1996 18:44:41 +0000 (18:44 +0000)] 
added NEWT_FORM_NOF12, NEWT_KEY_F1, NEWT_KEY_F12, new newtForm() prototype

27 years agochanged for new newtForm() call
ewt [Fri, 2 Aug 1996 18:44:17 +0000 (18:44 +0000)] 
changed for new newtForm() call

27 years agoreturn doesn't toggle button state
ewt [Fri, 2 Aug 1996 18:44:01 +0000 (18:44 +0000)] 
return doesn't toggle button state