mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-27 14:37:19 +00:00
* #68824] * gdk/Gdk.metadata: Remove the earlier GdkBitmap hack now that it's aliased. Also move Gdk.Bitmap.CreateFromData to Gdk.Pixmap.CreateBitmapFromData * gdk/Pixbuf.custom (RenderPixmapAndMask, RenderPixmapAndMaskForColormap, RenderThresholdAlpha): s/Bitmap/Pixmap/ * sample/GtkDemo/DemoTextView.cs: uncomment the fg/bg stipple code, since that works now * parser/gapi-fixup.cs: Add an "add-node" rule. This turned out * to not actually be needed for this fix, but we know we'll need it later, so here it is. svn path=/trunk/gtk-sharp/; revision=37055 |
||
|---|---|---|
| .. | ||
| images | ||
| .cvsignore | ||
| DemoApplicationWindow.cs | ||
| DemoButtonBox.cs | ||
| DemoColorSelection.cs | ||
| DemoDialog.cs | ||
| DemoDrawingArea.cs | ||
| DemoEditableCells.cs | ||
| DemoHyperText.cs | ||
| DemoImages.cs | ||
| DemoItemFactory.cs | ||
| DemoListStore.cs | ||
| DemoMain.cs | ||
| DemoMenus.cs | ||
| DemoPanes.cs | ||
| DemoPixbuf.cs | ||
| DemoSizeGroup.cs | ||
| DemoStockBrowser.cs | ||
| DemoTextView.cs | ||
| DemoTreeStore.cs | ||
| Makefile.am | ||
| README | ||
| TODO | ||
This port of gtk-demo.c is still INCOMPLETE. If you can contribute to it
don't hesistate to mail your patches at the gtk-sharp-list@lists.ximian.com
To compile it just type Make
Daniel Kornhauser.