mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-28 14:21:20 +00:00
* configure.ac: drop cairo conditionality * cairo/AssemblyInfo.cs: set version to 1.10.0.0 * cairo/Makefile.am: unconditional build and add Region.cs * cairo/cairo-api.xml: initial type exposure. * pango/Makefile.am: use cairo-sharp.dll and cairo-api.xml * pango/Pango.metadata: drop explicit symbol additions. * gdk/Gdk.metadata: drop explicit symbol additions. * gdk/Makefile.am: use cairo-sharp.dll and cairo-api.xml * gtk/Makefile.am: use cairo-sharp.dll and cairo-api.xml * sample/Makefile.am: use cairo-sharp.dll * sample/GtkDemo/Makefile.am: use cairo-sharp.dll This is an initial stab at a 1.10 binding. It will probably take more based on the number of errors still coming out of the Gdk build. |
||
|---|---|---|
| .. | ||
| images | ||
| DemoApplicationWindow.cs | ||
| DemoAttribute.cs | ||
| DemoButtonBox.cs | ||
| DemoClipboard.cs | ||
| DemoColorSelection.cs | ||
| DemoDialog.cs | ||
| DemoDrawingArea.cs | ||
| DemoEditableCells.cs | ||
| DemoEntryCompletion.cs | ||
| DemoExpander.cs | ||
| DemoHyperText.cs | ||
| DemoIconView.cs | ||
| DemoImages.cs | ||
| DemoListStore.cs | ||
| DemoMain.cs | ||
| DemoMenus.cs | ||
| DemoPanes.cs | ||
| DemoPixbuf.cs | ||
| DemoPrinting.cs | ||
| DemoRotatedText.cs | ||
| DemoSizeGroup.cs | ||
| DemoStockBrowser.cs | ||
| DemoTextView.cs | ||
| DemoTreeStore.cs | ||
| DemoUIManager.cs | ||
| Makefile.am | ||
| README | ||
| TODO | ||
This is a mostly complete port of gtk-demo to Gtk#; for notes on what's missing, see the TODO file. The original port was done by Daniel Kornhauser (dkor@alum.mit.edu), with additions/changes/fixes by various other people, as seen in the main gtk-sharp ChangeLog. For the most part, the various demos should stay as close as possible to the C version, so that GtkDemo.exe can be compared against gtk-demo to make sure Gtk# is working correctly.