]> git.ipfire.org Git - thirdparty/newt.git/blame - CHANGES
build python3 subpackage (#963839)
[thirdparty/newt.git] / CHANGES
CommitLineData
5160fc22 1***************
2THIS FILE IS OBSOLETE -- UPDATE THE SPEC FILE INSTEAD
3***************
4
50.59 -> 0.50.10
72b71fa6 6 - added support for help
7add58b1 7 - added cusor on/off stuff
72b71fa6 8
90.57 -> 0.59
10 - minor fixes
11
c895490d 120.55 -> 0.56
13 - added newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
14 and newtCheckboxTreeSetEntryValue()
15 - checkboxtree callbacks
16 - if collapsing branches at the end of the list and list length
17 is larger then height, move first visible entry accordingly
18 - allow selection of all checkboxes on current branch
19 - snack bindings for the above
20
2b6641b1 210.54 -> 0.55
22 - added newtCheckboxTreeGetCurrent() and snack bindings
23 - updated snack stuff to allow manual placement of grid
24 wrapped windows
25
260.53 -> 0.54
27 - fix segfault in newtRadioGetCurrent
28
ff964e42 290.52 -> 0.53
30 - place cursor in checkboxtree's more carefully
31
320.51 -> 0.52
33 - listbox bug fixes
34
e67a6cab 350.50 -> 0.51
36 - added newtFormSetTimer() (and test case, and python)
73390860 37 - checkboxtree's could improperly leave info from closed trees
38 at the end of the display
e67a6cab 39
1dfa0cfa 400.40 -> 0.50
41 - added CheckboxTree widget
42 - vastly improved python bindings
43
45f6c4fd 440.30 -> 0.40
45 - GPM mouse support added
46
fdefc575 470.30 -> 0.31:
48 - pgdn could core dump on short textboxes
49
500.25 -> 0.30:
51 - newtDrawRootText() didn't use the specified position properly
52 - removed relics of original listbox code still handing around
53 checkbox.c
54 - renamed DOBORDER flag to simply BORDER
55 - listboxes no longer scroll by default
56 - newtListboxSetEntry() uses a key, not an index
57 - listbox scrollbars should work properly in borders