~ubuntu-branches/ubuntu/breezy/newt/breezy

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2002-03-31 09:38:18 UTC
  • Revision ID: james.westby@ubuntu.com-20020331093818-t3cla7103r07qnyw
Tags: upstream-0.50.17
ImportĀ upstreamĀ versionĀ 0.50.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.59 -> 0.50.10
 
2
        - added support for help
 
3
        - added cusor on/off stuff
 
4
 
 
5
0.57 -> 0.59
 
6
        - minor fixes
 
7
 
 
8
0.55 -> 0.56
 
9
        - added newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
 
10
          and newtCheckboxTreeSetEntryValue()
 
11
        - checkboxtree callbacks
 
12
        - if collapsing branches at the end of the list and list length
 
13
          is larger then height, move first visible entry accordingly
 
14
        - allow selection of all checkboxes on current branch
 
15
        - snack bindings for the above
 
16
 
 
17
0.54 -> 0.55
 
18
        - added newtCheckboxTreeGetCurrent() and snack bindings
 
19
        - updated snack stuff to allow manual placement of grid
 
20
          wrapped windows
 
21
 
 
22
0.53 -> 0.54
 
23
        - fix segfault in newtRadioGetCurrent
 
24
 
 
25
0.52 -> 0.53
 
26
        - place cursor in checkboxtree's more carefully
 
27
 
 
28
0.51 -> 0.52
 
29
        - listbox bug fixes
 
30
 
 
31
0.50 -> 0.51
 
32
        - added newtFormSetTimer() (and test case, and python)
 
33
        - checkboxtree's could improperly leave info from closed trees
 
34
          at the end of the display
 
35
 
 
36
0.40 -> 0.50
 
37
        - added CheckboxTree widget
 
38
        - vastly improved python bindings
 
39
 
 
40
0.30 -> 0.40
 
41
        - GPM mouse support added
 
42
 
 
43
0.30 -> 0.31:
 
44
        - pgdn could core dump on short textboxes
 
45
 
 
46
0.25 -> 0.30:
 
47
        - newtDrawRootText() didn't use the specified position properly
 
48
        - removed relics of original listbox code still handing around
 
49
          checkbox.c
 
50
        - renamed DOBORDER flag to simply BORDER
 
51
        - listboxes no longer scroll by default
 
52
        - newtListboxSetEntry() uses a key, not an index
 
53
        - listbox scrollbars should work properly in borders