forked from mono/mono-curses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
77 lines (45 loc) · 2.25 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2010-05-25 Miguel de Icaza <miguel@novell.com>
* binding.cs.in: Assist in installation setups.
2010-02-08 Chris Howie <cdhowie@gmail.com>
* gui.cs: ProcessColdKey is broadcast to all widgets just like
ProcessHotKey, but after ProcessKey instead of before.
This method is now used by Button to implement default-button
logic. This prevents a default button from consuming '\n' keys when there is
another default button, or some other widget interested in '\n' when it it focused
(like perhaps a TextArea widget).
2009-04-24 Miguel de Icaza <miguel@novell.com>
* gui.cs (Entry): Raise the Changed event if set.
* gui.cs: A handful of bug fixes.
Based on patches from Flavio Percoco Premoli (flaper87@gmail.com):
* gui.cs (Entry): Add support for Secret property.
* gui.cs (CheckBox): New widget, a Checkbox.
2009-02-09 Jonathan Pryor <jpryor@novell.com>
* mono-curses.source: Add a /monodoc/node element so that
documentation is inserted under the "Mono Libraries" node.
Wed Oct 17 15:09:30 CEST 2007 Paolo Molaro <lupus@ximian.com>
* attrib.c: fixed compilation of constants. Note that mono-curses
programs that use these constants are not portable to different
systems and they'll need a recompile (bug #333808).
2007-04-15 Miguel de Icaza <miguel@novell.com>
* demo.cs: Link it with MonoTorrent, add statistics display,
actually switch the stats based on it, add resizing support, etc.
Add a bunch of extra settings.
* gui.cs: Add filing, fix Clear and all the related classes,
complete resizing support, add Info methods, run in raw mode,
support c-c and c-z.
* Makefile: You must specify your bitsharp directory now.
2007-04-14 Miguel de Icaza <miguel@novell.com>
* binding.cs.in: Add support for checking SIGWINCH.
* gui.cs: Support SIGWINCH. Add the basics for layout, only
Dialogs take advantage of this now. more to come.
Add error method.
* demo.cs: Add some prototypical stuff for starting to layout the
UI for monotorrent.
Add load/save settings,
Add options dialog.
2007-04-13 Miguel de Icaza <miguel@novell.com>
* binding.cs (IsAlt): new routine, constants to encode alt
setting.
* demo.cs: Provide a model for the listview, improve demo, include
new pane to test focus across containers.
* gui.cs: