-
Notifications
You must be signed in to change notification settings - Fork 7
/
HISTORY
104 lines (52 loc) · 1.61 KB
/
HISTORY
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
== 0.0.0 / 2010-01-17
== 0.3.2 / 2010-04-17
== 0.3.3 / 2010-04-17
* Moved from Jeweler to own Rake tasks
== 0.3.4 / 2010-05-12
* Cleanup
== 0.3.5 / 2010-05-28
* GetParent
== 0.3.6 / 2010-05-31
* Complex convenience methods (dialog
== 0.3.7 / 2010-06-01
* SetForegroudWindow added
== 0.3.8 / 2010-06-02
* Require paths bug fixed
== 0.3.9 / 2010-06-02
* Changed Win::Library mix-in mode from include to extend
== 0.3.10 / 2010-06-02
* Win::Library.extended refactored with module_function
== 0.3.11 / 2010-06-03
* GetDlgCtrlID function added
== 0.3.12 / 2010-06-07
* Library::function improved: treatment of snake_case API fubctions changed
== 0.3.13 / 2010-06-09
* Win::System::Info module started
== 0.3.14 / 2010-06-10
* System::Version and System::Info functions added
== 0.3.15 / 2010-06-10
* System::Version specs added
== 0.3.16 / 2010-06-11
* System::Version module completed
== 0.3.17 / 2010-06-13
* Message fucntions now accept both Pointer and Long lParams
== 0.3.18 / 2010-06-18
* Gui::Menu module initiated
== 0.3.19 / 2010-06-18
* Gui::Menu::GetSystemMenu function added
== 0.3.20 / 2010-06-20
* Library::function now uses :fails option instead of :zeronil
== 0.3.21 / 2010-06-21
* atlres.h constants added to Win::Gui::Menu
== 0.3.22 / 2010-06-21
* Menu::AppendMenu function added
== 0.3.23 / 2010-06-21
* Menu::InsertMenu function added
== 0.3.24 / 2010-06-21
* Menu::DeleteMenu function added
== 0.3.25 / 2010-10-17
* Minor refactoring
== 0.3.26 / 2011-03-14
* Win::Time.now returns enhanced-precision Time value with granularity below microsecond
== 0.3.27 / 2011-11-11
* Bump FFI gem