* X11Keyboard.cs: Detect and use the num lock mask.
[mono.git] / mcs / class / Managed.Windows.Forms / ChangeLog
1 2004-12-15  Peter Bartok  <pbartok@novell.com>
2
3         * Design: Updated to reflect Mac Driver; added mention
4           of System.Drawing patches for MWF support
5
6         * README: Credited Geoff Norton with the Mac driver
7
8 2004-12-15  Jackson Harper  <jackson@ximian.com>
9
10         * System.Windows.Forms.dll.sources: Add keyboard love to the build.
11
12 2004-12-08  Peter Bartok  <pbartok@novell.com>
13
14         * SWF.csproj: Added XplatUIOSX.cs to build list
15
16 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
17
18         * System.Windows.Forms.dll.sources:  Add the XplatUIOSX.cs driver.
19
20 2004-12-07  Ravindra  <rkumar@novell.com>
21
22         * SWF.csproj: Added ThreadExceptionDialog.cs to project and removed
23         some of the components that were added twice. This fixes MWF build on
24         Windows.
25
26 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
27
28         * System.Windows.Forms.dll.sources: Add ThreadExceptionDialog.cs
29
30 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
31
32         * Makefile: Added System.Drawing.dll deps for tests.
33
34         * System.Windows.Forms_test.dll.sources: New test files.
35
36 2004-12-02  Peter Bartok  <pbartok@novell.com>
37
38         * SWF.csproj: Added Jackson's fresly minted TreeView files to 
39           build list
40
41 2004-12-01  Jackson Harper  <jackson@ximian.com>
42
43         * System.Windows.Forms.dll.sources: Add TreeNode love to the build.
44
45 2004-11-30  Peter Bartok  <pbartok@novell.com>
46
47         * System.Windows.Forms.dll.sources: Removed textbox
48           references, accidentally checked those in, but textbox is
49           not yet ready for primetime
50
51 2004-11-29  Peter Bartok  <pbartok@novell.com>
52
53         * System.Windows.Forms.dll.sources: Removed tree
54           additions.
55           I am removing these files as they conflict with already completed 
56           work. While it is fantastic to get contributions to MWF, I 
57           respectfully ask that everyone please coordinate their contributions
58           through mono-winforms-list or #mono-winforms at this time. We're 
59           explicitly avoiding stubbing and don't want controls that don't have 
60           their basic functionality implemented in svn. Please also see 
61           http://www.mono-project.com/contributing/winforms.html
62         
63 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
64
65         * System.Windows.Forms.dll.sources: Added
66         TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
67         TreeViewAction.cs, TreeViewEventArgs.cs
68
69         * System.Windows.Forms_test.dll.sources: Added
70         TreeNodeTest.cs
71
72 2004-11-24  Ravindra  <rkumar@novell.com>
73
74         * SWF.csproj: Updated project.
75
76 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
77
78         * System.Windows.Forms.dll.sources: added MonthCalendar files
79
80 2004-11-21  Ravindra  <rkumar@novell.com>
81
82         * SWF.csproj: Updated project.
83
84 2004-11-11  Jackson Harper  <jackson@ximian.com>
85
86         * System.Windows.Forms.dll.sources: Add
87         TreeViewImageIndexConverter.cs and OwnerDrawPropertyBag.cs to build
88
89 2004-11-01 23:19  ravindra
90
91         * SWF.csproj: Updated project.
92
93 2004-10-26 03:38  ravindra
94
95         * SWF.csproj: Updated project.
96
97 2004-10-20 04:16  jordi
98
99         * System.Windows.Forms.dll.sources: enum need it by SystemInfo
100
101 2004-10-19 16:50  jackson
102
103         * System.Windows.Forms.dll.sources: New optimized event queue
104
105 2004-10-18 00:31  ravindra
106
107         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
108           list and project to fix the build.
109
110 2004-10-15 09:14  ravindra
111
112         * SWF.csproj, System.Windows.Forms.dll.sources: Updates sources
113           list and project.
114
115 2004-10-15 06:43  jordi
116
117         * System.Windows.Forms.dll.sources: menu work, mainmenu, subitems,
118           etc
119
120 2004-10-13 21:21  ravindra
121
122         * SWF.csproj: Updated project.
123
124 2004-10-04 04:58  ravindra
125
126         * SWF.csproj: Updated project.
127
128 2004-10-02 12:55  pbartok
129
130         * System.Windows.Forms.dll.sources:
131           - Added LeftRightAlignment source reference
132
133 2004-09-30 07:32  ravindra
134
135         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
136           sources list.
137
138 2004-09-29 23:02  jambunathan
139
140         * SWF.csproj: Updated csproj to include Appearance.cs, CheckBox.cs,
141           CheckState.cs
142
143 2004-09-28 14:11  jackson
144
145         * System.Windows.Forms.dll.sources: Give the build some love
146
147 2004-09-28 04:31  ravindra
148
149         * Notes: Added a minor note.
150
151 2004-09-28 00:18  pbartok
152
153         * Notes:
154           - Initial check in. A place to log info about MWF that doesn't fit
155             anywhere else
156
157 2004-09-24 12:02  jackson
158
159         * System.Windows.Forms.dll.sources: Add tab classes to the build
160
161 2004-09-23 01:44  ravindra
162
163         * SWF.csproj, System.Windows.Forms.dll.sources: Updated sources
164           list and project file.
165
166 2004-09-20 18:54  jackson
167
168         * Makefile: New message loop that uses poll so we don't get a busy
169           loop
170
171 2004-09-19 23:41  ravindra
172
173         * Guidelines: Added a note to Guidelines.
174
175 2004-09-17 06:19  jordi
176
177         * System.Windows.Forms.dll.sources: Very early menu support
178
179 2004-09-16 01:19  ravindra
180
181         * SWF.csproj, System.Windows.Forms.dll.sources: Updated project and
182           sources list.
183
184 2004-09-13 22:09  ravindra
185
186         * SWF.csproj: Updated project.
187
188 2004-09-13 09:24  jordi
189
190         * System.Windows.Forms.dll.sources: Add to the build Process
191
192 2004-09-09 01:15  jordi
193
194         * System.Windows.Forms.dll.sources: measureitem args and handler
195
196 2004-09-09 00:03  ravindra
197
198         * SWF.csproj: Updated project.
199
200 2004-09-08 23:57  ravindra
201
202         * System.Windows.Forms.dll.sources: Added some new enums to the
203           list.
204
205 2004-09-08 06:45  jordi
206
207         * System.Windows.Forms.dll.sources: enumerations need it by menus
208
209 2004-09-07 11:12  jordi
210
211         * System.Windows.Forms.dll.sources: GroupBox control
212
213 2004-09-02 14:28  pbartok
214
215         * System.Windows.Forms.dll.sources:
216           - Added AccessibleNavigation and AccessibleSelection source files
217
218 2004-08-31 20:52  ravindra
219
220         * Design, Guidelines: Minor formatting changes and added location
221           for the coding style guideline for Mono.
222
223 2004-08-31 19:37  pbartok
224
225         * Guidelines:
226           - Removed wrong stuff
227
228 2004-08-31 16:10  pbartok
229
230         * README:
231           - Updated
232
233 2004-08-31 03:13  ravindra
234
235         * System.Windows.Forms_test.dll.sources: Added sources list for
236           test dll.
237
238 2004-08-30 10:48  pbartok
239
240         * Design, Guidelines:
241           - Initial check-in
242
243 2004-08-29 22:35  pbartok
244
245         * System.Windows.Forms.dll.sources:
246           - Added System.Resources source files
247
248 2004-08-27 16:18  ravindra
249
250         * Makefile: Lets do some tests too.
251
252 2004-08-27 16:14  ravindra
253
254         * System.Windows.Forms.dll.sources: Added ImageIndexConverter to
255           sources.
256
257 2004-08-23 13:14  pbartok
258
259         * SWF.csproj, SWF.sln:
260           - Created properly pathed VS.Net project and solution
261
262 2004-08-23 10:46  jackson
263
264         * System.Windows.Forms.dll.sources: oops. remove unused file
265
266 2004-08-22 17:47  jackson
267
268         * System.Windows.Forms.dll.sources: Add PictureBox to the build
269
270 2004-08-22 12:04  pbartok
271
272         * System.Windows.Forms.dll.sources:
273           - Added Cursor.cs source
274
275 2004-08-22 11:59  pbartok
276
277         * System.Windows.Forms.dll.sources:
278           - Restored sort order for file
279           - Added UserControl source file
280
281 2004-08-20 13:10  jackson
282
283         * System.Windows.Forms.dll.sources: Classes for sending Async
284           messages through X/Win32
285
286 2004-08-19 16:25  jordi
287
288         * System.Windows.Forms.dll.sources: theme enhancaments
289
290 2004-08-17 15:09  jackson
291
292         * System.Windows.Forms.dll.sources: Add Panel to the build
293
294 2004-08-16 15:24  jackson
295
296         * System.Windows.Forms.dll.sources: HandleData is used for storing
297           message information for window handles
298
299 2004-08-16 08:59  pbartok
300
301         * System.Windows.Forms.dll.sources:
302           - Added ButtonBase.cs
303
304 2004-08-15 17:22  ravindra
305
306         * System.Windows.Forms.dll.sources: Updated sources list for
307           ToolBar Control.
308
309 2004-08-13 10:25  jackson
310
311         * System.Windows.Forms.dll.sources: SWF Timer
312
313 2004-08-12 10:19  jackson
314
315         * System.Windows.Forms.dll.sources: Classes for handling status bar
316           panel click events
317
318 2004-08-11 15:24  pbartok
319
320         * System.Windows.Forms.dll.sources:
321           - Fixed filename for BindingManagerBase.cs
322           - Alphabetized files
323
324 2004-08-10 19:11  jackson
325
326         * System.Windows.Forms.dll.sources: Add StatusBarDrawItem stuff to
327           build
328
329 2004-08-10 12:59  jackson
330
331         * System.Windows.Forms.dll.sources: Add Draw Item
332
333 2004-08-09 15:40  jackson
334
335         * System.Windows.Forms.dll.sources: Add status bar panel files to
336           the build
337
338 2004-08-07 17:01  jackson
339
340         * System.Windows.Forms.dll.sources: Add HorizontalAlignment enum to
341           build
342
343 2004-07-26 11:42  jordi
344
345         * System.Windows.Forms.dll.sources: Theme support
346
347 2004-07-26 05:41  jordi
348
349         * System.Windows.Forms.dll.sources: initial messagebox
350           implementation
351
352 2004-07-21 10:19  jordi
353
354         * System.Windows.Forms.dll.sources: LinkLabel control
355           implementation
356
357 2004-07-16 05:18  jordi
358
359         * System.Windows.Forms.dll.sources: add ImageList,
360           ImageListStreamer, and ColorDepth to the build process
361
362 2004-07-15 03:38  jordi
363
364         * System.Windows.Forms.dll.sources: Horizontal and Vertical
365           TrackBar control implementation
366
367 2004-07-13 09:33  jordi
368
369         * System.Windows.Forms.dll.sources: vertical and hort. classes
370           commit
371
372 2004-07-08 23:21  pbartok
373
374         * Makefile, README, System.Windows.Forms.dll.sources:
375           - Initial check-in
376