-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
81 lines (60 loc) · 2.32 KB
/
Changes
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
77
78
79
80
81
Revision history for Perl module Curses::Toolkit
{{$NEXT}}
0.211 2013-08-10 18:15:23 Europe/Paris
0.210 2013-08-10 18:13:21 Europe/Paris
. fixed Changes syntax
0.209 2013-08-09 12:57:39 Europe/Paris
. added an example for ribasushi
. fixed some documentation and theme properties
0.208 2013-07-08 15:46:06 Europe/Paris
. Support Password entry #86709
0.207 2011-07-04 15:49:19 Europe/Paris
. First implementation of ScrollBars.
. Various fix
0.206 2011-03-02 00:22:33 Europe/Paris
. minor dist.ini fix
0.205 2011-03-02 00:17:30 Europe/Paris
. nothing changed
0.204 2011-03-02 00:15:49 Europe/Paris
. fixed shebang in examples
. fixed documentation
. added missing dep
. fixed RT#66290 (thanks to Gabor Szabo)
. fixed RT#66289 (thanks to Gabor Szabo)
. fixed POE::Component::Curses::MainLoop::OBJECT issue (thanks to Apocalypse on #poe)
0.203 2011-02-07 11:59:34 Europe/Paris
. cleanup code to remove Data::Dumper requirement
. require Test::More 0.94 (fix RT#65505)
0.202 2011-02-07 10:43:49 Europe/Paris
. added fosdem 2011 examples
. label example
. cleaned up old examples and doc
. removed dependancy on Moose::Meta::Attribute::Custom::Trait::Chained
. cleanup of changelog
0.201 2011-02-05 00:42:42 Europe/Paris
0.200 2010-12-29 16:58:16 Europe/Paris
. Dist::Zilla related fixes
. Moose related fixes
. speed optimizations
. fix compatibility issues of examples
0.100680 2010-03-09
. add Moose::Meta::Attribute::Custom::Trait::Chained requirement
0.100630 2010-03-04
. progress bar widget (by jquelin)
. more signals
. more documentation, some cleanup
0.100320 2010-02-01
. more signals
. additional examples
. introducing "visible shape" concept
0.100260 2010-01-26
. the Label widget now supports color, underline, bold, etc
. more signals and events
0.093060 2009-11-02 09:28:29 UTC
. more signals, cleanup, preparing rework of focus / window switch
0.093020 2009-10-29
. added UNIVERSAL::require prereq
0.093000 2009-10-27 10:13:37 UTC
. fix prereq
0.092920 2009-10-19
. Initial version