GtkSharp/gtk
Ben Maurer c9eaab1cf3 * gtk/TreeNode.cs: Add Interlocked.Increment rather than ++. This
makes it safe to create tree nodes in a worker thread as long as
	you reparent them into the tree with another thread. Thanks to mk
	for allowing a bit of threadedness in :-).
	

svn path=/trunk/gtk-sharp/; revision=48683
2005-08-22 17:11:37 +00:00
..
glue 2005-08-15 Mike Kestner <mkestner@novell.com> 2005-08-15 18:01:28 +00:00
Accel.custom 2005-04-05 Mike Kestner <mkestner@novell.com> 2005-04-05 14:48:49 +00:00
AccelKey.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Action.custom
ActionEntry.cs
ActionGroup.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
Adjustment.custom
Application.cs
Bin.custom
BindingAttribute.cs
Button.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Calendar.custom
CellLayout.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
CellRenderer.custom 2005-03-25 Mike Kestner <mkestner@novell.com> 2005-03-25 17:57:15 +00:00
CellView.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
CheckMenuItem.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
ChildPropertyAttribute.cs
Clipboard.custom * generator/Parameters.cs (IsHidden): method to check if a 2005-05-02 20:10:03 +00:00
ColorSelection.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
ColorSelectionDialog.custom
Combo.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
ComboBox.custom 2005-06-28 Mike Kestner <mkestner@novell.com> 2005-06-28 16:35:36 +00:00
ComboBoxEntry.custom * gtk/ComboBoxEntry.custom: add an "Entry" property to cleanly 2005-07-27 13:52:51 +00:00
Container.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Dialog.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Entry.custom * generator/Property.cs (Generate): Mark properties [Obsolete] if 2005-08-22 16:55:20 +00:00
EntryCompletion.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
FileChooser.custom 2005-06-23 Mike Kestner <mkestner@novell.com> 2005-06-23 22:28:06 +00:00
FileChooserButton.custom 2005-06-23 Mike Kestner <mkestner@novell.com> 2005-06-23 22:28:06 +00:00
FileChooserDialog.custom 2005-06-23 Mike Kestner <mkestner@novell.com> 2005-06-23 22:28:06 +00:00
FileChooserWidget.custom 2005-06-23 Mike Kestner <mkestner@novell.com> 2005-06-23 22:28:06 +00:00
FileSelection.custom 2005-06-02 Mike Kestner <mkestner@novell.com> 2005-06-02 14:16:52 +00:00
FileSystemModel.custom
Frame.custom
gtk-api-2.4.raw * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
gtk-api-2.6.raw * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
gtk-api-2.8.raw * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
gtk-sharp-2.0.pc.in
gtk-sharp.dll.config.in
gtk-symbols.xml
Gtk.metadata * generator/Property.cs (Generate): Mark properties [Obsolete] if 2005-08-22 16:55:20 +00:00
HBox.custom
HScale.custom
IconFactory.custom
IconSet.custom
IconTheme.custom 2005-05-11 Mike Kestner <mkestner@novell.com> 2005-05-11 22:43:04 +00:00
Image.custom * gdk/PixbufLoader.custom: Implement System.IO.Stream and 2005-04-01 14:54:12 +00:00
ImageMenuItem.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
Init.custom
Input.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
ItemFactory.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
ITreeNode.cs Re-fix for yesterday's fix that didn't actually work. 2005-03-15 15:49:30 +00:00
Label.custom
ListStore.custom 2005-05-11 Eric Butler <eric@extremeboredom.net> 2005-05-11 19:41:45 +00:00
Makefile.am 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
makefile.win32 2005-05-16 Mike Kestner <mkestner@novell.com> 2005-05-16 19:07:27 +00:00
Menu.custom * parser/gapi2xml.pl (addParamsElem): change the handling of 2005-07-22 19:10:04 +00:00
MenuItem.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
MessageDialog.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
NodeCellDataFunc.cs 2005-03-12 Mike Kestner <mkestner@novell.com> 2005-03-12 18:54:53 +00:00
NodeSelection.cs
NodeStore.cs Automatic memory management for opaque types [#49565] 2005-08-02 18:45:21 +00:00
NodeView.cs 2005-08-22 Ben Maurer <bmaurer@novell.com> 2005-08-22 17:06:01 +00:00
Notebook.custom
Object.custom 2005-08-15 Mike Kestner <mkestner@novell.com> 2005-08-15 15:56:16 +00:00
Plug.custom
Quit.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
RadioActionEntry.cs
RadioButton.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
RadioMenuItem.custom 2005-03-08 Mike Kestner <mkestner@novell.com> 2005-03-08 21:28:08 +00:00
ScrolledWindow.custom
SelectionData.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Settings.custom
SpinButton.custom
Stock.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
StockItem.custom
StockManager.cs 2005-03-08 Mike Kestner <mkestner@novell.com> 2005-03-08 21:28:08 +00:00
Style.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Table.custom
TargetEntry.custom
TargetList.custom * gtk/TargetList.custom: add an operator for casting to 2005-08-04 18:03:21 +00:00
TargetPair.custom 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
TextAppearance.custom 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
TextAttributes.custom * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
TextBuffer.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
TextChildAnchor.custom
TextIter.custom * parser/gapi2xml.pl (addParamsElem): change the handling of 2005-07-22 19:10:04 +00:00
TextTag.custom
TextView.custom
ThreadNotify.cs
Timeout.cs 2005-04-05 Mike Kestner <mkestner@novell.com> 2005-04-05 20:14:02 +00:00
ToggleActionEntry.cs
Toolbar.custom 2005-04-05 Mike Kestner <mkestner@novell.com> 2005-04-05 14:48:49 +00:00
TooltipsData.custom 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
TreeEnumerator.cs 2005-05-16 Mike Kestner <mkestner@novell.com> 2005-05-16 19:07:27 +00:00
TreeIter.custom
TreeModel.custom
TreeModelFilter.custom remove one more method that should have gone away with yesterday's commit 2005-05-04 15:51:23 +00:00
TreeModelSort.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
TreeNode.cs * gtk/TreeNode.cs: Add Interlocked.Increment rather than ++. This 2005-08-22 17:11:37 +00:00
TreeNodeAttribute.cs
TreeNodeValueAttribute.cs
TreePath.custom 2005-04-11 Mike Kestner <mkestner@novell.com> 2005-04-11 17:15:38 +00:00
TreeSelection.custom 2005-07-19 Todd Berman <tberman@off.net> 2005-07-20 17:08:28 +00:00
TreeSortable.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
TreeStore.custom * parser/gapi2xml.pl: make note of _get_type methods for enums 2005-05-04 16:54:24 +00:00
TreeView.custom * generator/OpaqueGen.cs (Generate): Tweak the generated Ref/Unref 2005-08-09 14:44:32 +00:00
TreeViewColumn.custom * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
UIManager.custom
VBox.custom
Viewport.custom
VScale.custom
Widget.custom * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Window.custom 2005-06-08 Mike Kestner <mkestner@novell.com> 2005-06-08 17:29:48 +00:00