]> git.ipfire.org Git - thirdparty/newt.git/log
thirdparty/newt.git
27 years ago1) added ismapped field
ewt [Mon, 29 Sep 1997 19:53:49 +0000 (19:53 +0000)] 
1) added ismapped field
2) reworked listbox to deal with borders properly

27 years agoUndid my stupid Makefile changes
sopwith [Fri, 26 Sep 1997 18:16:03 +0000 (18:16 +0000)] 
Undid my stupid Makefile changes

27 years agochanged the version number to reflect whats in the Makefile. (0.11)
csmith [Thu, 25 Sep 1997 14:27:02 +0000 (14:27 +0000)] 
changed the version number to reflect whats in the Makefile. (0.11)

27 years agochanged simple windows to use button bars
ewt [Wed, 24 Sep 1997 16:02:17 +0000 (16:02 +0000)] 
changed simple windows to use button bars

27 years agomore popt fixes...?
sopwith [Wed, 24 Sep 1997 02:38:44 +0000 (02:38 +0000)] 
more popt fixes...?

27 years agoinitialize things better
ewt [Wed, 24 Sep 1997 02:29:44 +0000 (02:29 +0000)] 
initialize things better

27 years agorearranged headers a tad
ewt [Wed, 24 Sep 1997 02:29:37 +0000 (02:29 +0000)] 
rearranged headers a tad

27 years agolook for popt.h in system include path
ewt [Wed, 24 Sep 1997 02:28:27 +0000 (02:28 +0000)] 
look for popt.h in system include path

27 years agouser separate popt library
ewt [Wed, 24 Sep 1997 02:28:05 +0000 (02:28 +0000)] 
user separate popt library

27 years agoFixed #include to "newt.h" instead of <newt.h>
sopwith [Wed, 24 Sep 1997 02:19:09 +0000 (02:19 +0000)] 
Fixed #include to "newt.h" instead of <newt.h>

27 years agoversion 0.11
ewt [Tue, 23 Sep 1997 18:40:05 +0000 (18:40 +0000)] 
version 0.11

27 years agodon't update display until listbox has been drawn at least once
msf [Wed, 17 Sep 1997 17:00:05 +0000 (17:00 +0000)] 
don't update display until listbox has been drawn at least once

27 years agoscrolled listboxes didn't respond to placement properly
msf [Wed, 17 Sep 1997 16:04:53 +0000 (16:04 +0000)] 
scrolled listboxes didn't respond to placement properly

27 years agoadded buttonbars
ewt [Wed, 17 Sep 1997 02:12:45 +0000 (02:12 +0000)] 
added buttonbars

27 years agohalved the penalty for short lines
ewt [Wed, 17 Sep 1997 02:12:38 +0000 (02:12 +0000)] 
halved the penalty for short lines

27 years agoreduced tolerance for tall (but skinny) windows
ewt [Wed, 17 Sep 1997 02:12:17 +0000 (02:12 +0000)] 
reduced tolerance for tall (but skinny) windows

27 years agoFixed #include so it builds on systems with other newt header files
sopwith [Mon, 15 Sep 1997 15:13:30 +0000 (15:13 +0000)] 
Fixed #include so it builds on systems with other newt header files

27 years agofixed major bug in newtWinChoice()
ewt [Fri, 12 Sep 1997 16:19:08 +0000 (16:19 +0000)] 
fixed major bug in newtWinChoice()

27 years ago1) charge a penalty for lines which aren't half full
ewt [Fri, 12 Sep 1997 16:19:01 +0000 (16:19 +0000)] 
1) charge a penalty for lines which aren't half full

27 years agodon't link with efence
ewt [Fri, 12 Sep 1997 16:07:48 +0000 (16:07 +0000)] 
don't link with efence

27 years agoadded windows.c
ewt [Fri, 12 Sep 1997 15:50:40 +0000 (15:50 +0000)] 
added windows.c

27 years agoadded first newtWin*() functions, added newtReflowText()
ewt [Fri, 12 Sep 1997 15:50:22 +0000 (15:50 +0000)] 
added first newtWin*() functions, added newtReflowText()

27 years ago*** empty log message ***
ewt [Fri, 12 Sep 1997 15:50:03 +0000 (15:50 +0000)] 
*** empty log message ***

27 years agoadded newtReflowText()
ewt [Fri, 12 Sep 1997 15:49:47 +0000 (15:49 +0000)] 
added newtReflowText()

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

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

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

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

27 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()

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

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

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

27 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

27 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>

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

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

27 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

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

27 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

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

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

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

28 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.

28 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.

28 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).

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

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

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

28 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.

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

28 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

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

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

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

28 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

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

28 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

28 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

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

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

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

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

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

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

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

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

28 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

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

28 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

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

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

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

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

28 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

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

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

28 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

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

28 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

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

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

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

28 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)

28 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

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

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

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

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

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

28 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

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

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

28 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()

28 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

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

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

28 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

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

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

28 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