1997-10-28 |
ewt | started adding resizing stuff, but I need to know more... |
commit | commitdiff | tree |
1997-10-28 |
johnsonm | Listbox.insert changed. |
commit | commitdiff | tree |
1997-10-28 |
johnsonm | Listbox.replace needs text argument. |
commit | commitdiff | tree |
1997-10-28 |
johnsonm | Added replacement to Listbox. |
commit | commitdiff | tree |
1997-10-28 |
johnsonm | Set height and width separately. |
commit | commitdiff | tree |
1997-10-28 |
ewt | added screen size stuff |
commit | commitdiff | tree |
1997-10-28 |
johnsonm | Automatic hotkey handling for buttonbars. |
commit | commitdiff | tree |
1997-10-28 |
ewt | fixed root text for snack |
commit | commitdiff | tree |
1997-10-28 |
ewt | added help line and root text |
commit | commitdiff | tree |
1997-10-27 |
ewt | 1) added insert, remove to snack listbox |
commit | commitdiff | tree |
1997-10-27 |
johnsonm | GridForm's run_once separated from run, so that run... |
commit | commitdiff | tree |
1997-10-27 |
johnsonm | peanuts now working perfectly. |
commit | commitdiff | tree |
1997-10-27 |
johnsonm | mega-widgets starting to work a little. |
commit | commitdiff | tree |
1997-10-27 |
ewt | 1) forms return things now |
commit | commitdiff | tree |
1997-10-27 |
johnsonm | New order for command line arguments in Grid.setField |
commit | commitdiff | tree |
1997-10-20 |
sopwith | End key works properly now; tests run show that this... |
commit | commitdiff | tree |
1997-10-20 |
sopwith | Fixed <END> key. |
commit | commitdiff | tree |
1997-10-17 |
ewt | added listbox, textbox, and reflowed text |
commit | commitdiff | tree |
1997-10-16 |
ewt | sped up button pushes |
commit | commitdiff | tree |
1997-10-16 |
ewt | began work on snacks |
commit | commitdiff | tree |
1997-10-13 |
ewt | fixed rule |
commit | commitdiff | tree |
1997-10-13 |
ewt | updated to version 0.13 |
commit | commitdiff | tree |
1997-10-08 |
ewt | removed extranoue () around env vars r0-12 |
commit | commitdiff | tree |
1997-10-08 |
ewt | fixed typo |
commit | commitdiff | tree |
1997-10-08 |
ewt | *** empty log message *** |
commit | commitdiff | tree |
1997-10-08 |
msf | Fixed spelling of whiptail (was whiltail). |
commit | commitdiff | tree |
1997-10-08 |
ewt | added newtWinTernary() |
commit | commitdiff | tree |
1997-10-08 |
ewt | uses a buildroot in package build; version 0.12 (soname... |
commit | commitdiff | tree |
1997-09-30 |
ewt | 1) updated version to 0.11 |
commit | commitdiff | tree |
1997-09-29 |
ewt | fixes for grid w/ empty fields |
commit | commitdiff | tree |
1997-09-29 |
ewt | 1) added ismapped field |
commit | commitdiff | tree |
1997-09-26 |
sopwith | Undid my stupid Makefile changes |
commit | commitdiff | tree |
1997-09-25 |
csmith | changed the version number to reflect whats in the... |
commit | commitdiff | tree |
1997-09-24 |
ewt | changed simple windows to use button bars |
commit | commitdiff | tree |
1997-09-24 |
sopwith | more popt fixes...? |
commit | commitdiff | tree |
1997-09-24 |
ewt | initialize things better |
commit | commitdiff | tree |
1997-09-24 |
ewt | rearranged headers a tad |
commit | commitdiff | tree |
1997-09-24 |
ewt | look for popt.h in system include path |
commit | commitdiff | tree |
1997-09-24 |
ewt | user separate popt library |
commit | commitdiff | tree |
1997-09-24 |
sopwith | Fixed #include to "newt.h" instead of <newt.h> |
commit | commitdiff | tree |
1997-09-23 |
ewt | version 0.11 |
commit | commitdiff | tree |
1997-09-17 |
msf | don't update display until listbox has been drawn at... |
commit | commitdiff | tree |
1997-09-17 |
msf | scrolled listboxes didn't respond to placement properly |
commit | commitdiff | tree |
1997-09-17 |
ewt | added buttonbars |
commit | commitdiff | tree |
1997-09-17 |
ewt | halved the penalty for short lines |
commit | commitdiff | tree |
1997-09-17 |
ewt | reduced tolerance for tall (but skinny) windows |
commit | commitdiff | tree |
1997-09-15 |
sopwith | Fixed #include so it builds on systems with other newt... |
commit | commitdiff | tree |
1997-09-12 |
ewt | fixed major bug in newtWinChoice() |
commit | commitdiff | tree |
1997-09-12 |
ewt | 1) charge a penalty for lines which aren't half full |
commit | commitdiff | tree |
1997-09-12 |
ewt | don't link with efence |
commit | commitdiff | tree |
1997-09-12 |
ewt | added windows.c |
commit | commitdiff | tree |
1997-09-12 |
ewt | added first newtWin*() functions, added newtReflowText() |
commit | commitdiff | tree |
1997-09-12 |
ewt | *** empty log message *** |
commit | commitdiff | tree |
1997-09-12 |
ewt | added newtReflowText() |
commit | commitdiff | tree |
1997-09-12 |
ewt | should handle empty fields now |
commit | commitdiff | tree |
1997-09-12 |
ewt | added newtCenteredWindow() and newtGridWrappedWindow() |
commit | commitdiff | tree |
1997-09-12 |
ewt | basic grid implementation fully functional |
commit | commitdiff | tree |
1997-09-12 |
ewt | modified for padding/anchor parameters |
commit | commitdiff | tree |
1997-09-11 |
ewt | 1) added padding and anchors for grids |
commit | commitdiff | tree |
1997-09-11 |
ewt | Added padding and anchors |
commit | commitdiff | tree |
1997-09-11 |
ewt | added newtComponentTakesFocus() |
commit | commitdiff | tree |
1997-09-11 |
ewt | *** empty log message *** |
commit | commitdiff | tree |
1997-09-11 |
ewt | 1) added "place" operation |
commit | commitdiff | tree |
1997-09-08 |
sopwith | Various 'const' casting mods from Bruce Guenter <bruceg... |
commit | commitdiff | tree |
1997-08-27 |
ewt | Version 0.10 |
commit | commitdiff | tree |
1997-08-21 |
ewt | removed extraneous screen drawing |
commit | commitdiff | tree |
1997-08-19 |
sopwith | "comparison between signed and unsigned" warnings fixed |
commit | commitdiff | tree |
1997-08-19 |
sopwith | Fixed getselection on listbox |
commit | commitdiff | tree |
1997-08-18 |
ewt | split whiptail dialog stuff out; added whiptcl |
commit | commitdiff | tree |
1997-08-18 |
sopwith | More misc listbox changes. |
commit | commitdiff | tree |
1997-08-15 |
sopwith | Listbox changes, newtBell() |
commit | commitdiff | tree |
1997-08-15 |
sopwith | Hmm, maybe this will work...? |
commit | commitdiff | tree |
1997-07-30 |
sopwith | Fixed Makefile so that shared library gets remade only... |
commit | commitdiff | tree |
1997-07-30 |
sopwith | Added newtListboxClear - it seems to be done frequently via |
commit | commitdiff | tree |
1997-07-22 |
sopwith | Listbox has multiple selection support now (demo includ... |
commit | commitdiff | tree |
1997-07-22 |
sopwith | Few more changes. |
commit | commitdiff | tree |
1997-07-22 |
sopwith | Redraw fixes. |
commit | commitdiff | tree |
1997-07-22 |
sopwith | Saner(?) listbox navigation. |
commit | commitdiff | tree |
1997-07-22 |
sopwith | Listbox now runs the user's callback whenever the curre... |
commit | commitdiff | tree |
1997-07-08 |
ewt | use %post -p syntax |
commit | commitdiff | tree |
1997-06-02 |
ewt | Added patches from Clarence for constant sized listboxe... v0-9 |
commit | commitdiff | tree |
1997-06-02 |
ewt | Changed version to 0.9 |
commit | commitdiff | tree |
1997-06-02 |
ewt | Various cleanups from Elliot |
commit | commitdiff | tree |
1997-04-14 |
ewt | clean should remove testobjs |
commit | commitdiff | tree |
1997-04-14 |
ewt | added NEWT_FLAG_DOBORDER from msf |
commit | commitdiff | tree |
1997-04-14 |
ewt | added FLAG_DEFAULT_NO |
commit | commitdiff | tree |
1997-03-18 |
ewt | 1) get right version of the shared lib |
commit | commitdiff | tree |
1997-03-18 |
ewt | clean target should remove whiptail objects |
commit | commitdiff | tree |
1997-03-18 |
ewt | Initial revision |
commit | commitdiff | tree |
1997-03-18 |
ewt | added newtTextboxSetHeight() and newtTextboxGetNumLines() |
commit | commitdiff | tree |
1997-03-18 |
ewt | added colors for compact buttons |
commit | commitdiff | tree |
1997-03-18 |
ewt | added newtCompactButton(), newtTextboxSetHeight(),... |
commit | commitdiff | tree |
1997-03-18 |
ewt | added NEWT_FLAG_NOSCROLL support |
commit | commitdiff | tree |
1997-03-18 |
ewt | added compact buttons |
commit | commitdiff | tree |
1997-03-18 |
ewt | added rules for whiptail |
commit | commitdiff | tree |
1997-03-17 |
ewt | added NEWT_FLAG_RETURNEXIT support |
commit | commitdiff | tree |
1997-03-17 |
ewt | deals with 0 height (automatically resizing) listboxes... |
commit | commitdiff | tree |
1997-03-17 |
ewt | namespace cleanups |
commit | commitdiff | tree |
1997-03-17 |
ewt | flush input when drawing a new window |
commit | commitdiff | tree |
1997-03-17 |
ewt | remove showchars in archive target |
commit | commitdiff | tree |
next |